@import url('https://fonts.googleapis.com/css2?family=Flamenco:wght@300;400&family=Josefin+Sans&family=Montserrat&family=Neuton:wght@800&family=Passions+Conflict&family=Rubik+Vinyl&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: black;
}

li
{
    text-decoration: none;
    list-style: none;
}

.container
{
    display: flex;
    flex-direction: column;
    margin: 0vw 3vw ;
}

.top
{
    height: 30vw;
    width: 100%;
    display: flex;
    flex-direction: column;
} 

.logo
{
    height: 7vw;
    margin-top: -1.5vw;
    margin-left: -3vw;
}

.navbar
{
    display: flex;
    flex-wrap: wrap;
    height: 20%;
    width: 100%;
    align-items: center;
}

.nav-ul
{
    margin-left: auto;
}

.nav-list
{
    display: inline-block;
    padding: 5px 0px;
    width: 100px;
    margin: 0px 8px;    
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
}

.nav-list:hover{
    color: rgb(79, 89, 122);
}

.hamburger-button {
    display: none;
    position: absolute;
    top: 1.5vw;
    right: 15px;
    width: 5vw;
    font-size: 2vw;
    text-align: center;
   
}

.coming-soon
{
    width: 100%;
    height: 80%;    
    font-size: 4vw;
    display: flex;
    flex-direction: row ;
    font-family: 'Neuton', serif;
    color: rgba(0, 0, 0, 0.844);
    box-shadow: 0px 0.2vw 0px rgba(0, 0, 0, 0.25);
    border-bottom: 0.3vw inset #1D3A3C;
}

#coming
{
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#null
{
    width: 30%;
}
#soon
{
    width: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.showcase
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
    line-height: 4vw;
}


.left
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 50vw;
    width: 50%;
    box-shadow: 3px 0px 0px rgba(0, 0, 0, 0.25);
    border-right: 4px inset #1D3A3C;
}

.right
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 50vw;
    width: 50%;
}

.guy-smoking
{
    background-image: url(./images/guy_smoking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:19vw 10.5vw;
    border-radius: 120px;
    position: absolute;
    top: -24vw;
}

#vape1
{
    filter: drop-shadow(22px 4px 4px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    height: 26vw;
    margin-bottom: 3vw;

}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 7px); }
    100%   { transform: translate(0, -0px); }   
}

.vape-image{
    display: flex;
    justify-content: center;
    align-items: center;
    animation: floating 3s ease-in-out infinite;
    
}

#vape2
{
    filter: drop-shadow(22px 4px 4px rgba(0, 0, 0, 0.25));
    overflow: hidden;
    height: 26vw;
    margin-bottom: 3vw;
}

.vape-name
{
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    color: black;
    filter: drop-shadow(7px 4px 2px rgba(0, 0, 0, 0.25));
    margin-bottom: -0.5vw;
}

.vape-descp
{
    font-size: 1.5vw;
    font-family: 'Flamenco', cursive;
    text-align: center;
    margin: 0px 10px;
    line-height: 3vw;
}

.add-to-cart
{
    margin-top: 2vw;
    font-size: 1vw;
    padding: 9px 50px;
    border: 2px solid black;
    border-radius: 12px;
    font-family: 'Josefin Sans', sans-serif;
    transition: background-color 100ms ease-in-out;
}
.add-to-cart:hover{
    background-color: #d2cbcb;
    cursor: pointer;
}

.footer-1
{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 4vw;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-top: 10px;
}

footer
{
    height: 30vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 30px;
    justify-content: center;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 10px;
}

.footer-col-2,.footer-col-3
{
    text-align: center;
    width: 15%;
}
.footer-col-1
{
    text-align: left;
    width: 15%;
}
.footer-col-4
{
    text-align: right;
    width: 15%;
}

.contact-us
{
    font-size: 1.5vw;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;

}

.socials
{
    width: 80vw;
    text-align: center;
}

.fa-brands,.fa-solid
{
    margin: 0px 1.5vw;
    font-size: 2vw;
}