
@media screen and (max-width: 1000px)
{
    .add-to-cart
    {
        padding: 5px 30px;
        border-radius: 8px;
    }
    #vape1,#vape2
    {
        height: 26vw;
    }
    
}

@media screen and (max-width: 800px)
{
    .footer-col-2,.footer-col-3
    {
        width: 25%;
    }
    .footer-col-1
    {
        width: 25%;
    }
    .footer-col-4
    {
        width: 25%;
    }
    .logo{
        height: 12vw;
        margin-top: -3vw;
    }

}
@media screen and (max-width: 750px)
{
    .left,.right
    {
        height: 60vw;
    }
    .vape-descp
    {
        font-size: 2vw;
    }
}
@media screen and (max-width: 650px)
{
    .left,.right
    {
        width: 100%;
        height: 65vw;
    }
    .vape-descp
    {
        margin: 0px 100px;
        font-size: 3vw;
    }
    .vape-name
    {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .add-to-cart
    {
        font-size: 1.5vw;
    }
    .left{
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.25);
    border-right: 0px white
    }
    .contact-us
    {
        font-size: 3.5vw;
    }
    .footer-1{
        line-height: 3vw;
    }
}
@media screen and (max-width: 550px)
{
    .left,.right
    {
        height: 65vw;
    }
    footer{
        font-size: 12px;
    }
    .contact-us
    {
        font-size: 3vw;
    }
    /* .logo{
        height: 12vw;
    } */
    .fa-brands,.fa-envelope
    {
        margin: 5vw 1.5vw;
        font-size: 4vw;
    }
    .fa-bars,.fa-xmark
    {
        font-size: 3vw;
    }
}


@media screen and (max-width: 450px)
{
    .left,.right
    {
        height: 70vw;
    }
    .vape-descp
    {
        margin: 0px 20px;
        font-size: 3vw;
    }
    footer{
        line-height: 18px;
        font-size: 8px;
    }
    .contact-us
    {
        font-size: 4vw;
    }
   
}

@media screen and (max-width: 350px)
{
    .contact-us
    {
        font-size: 5vw;
    }
}

@media screen and (max-width: 300px)
{
    .fa-brands,.fa-envelope
    {
        margin: 5vw 1.5vw;
        font-size: 4vw;
    }
}


/*Hamburger Media Query*/

@media screen and (max-width: 631px)
{
    .nav-ul
    {
        position: fixed;
        right: 0px;
        top: 0px;
        height: 200vh;
        background-color: white;
        z-index: 1;
        padding-top: 10vw;
    }
    @keyframes open_slide {
        0% {transform: translate(200px,0);}
        100% {transform: translate(0px,0);}
    }
    .nav-list
    {
        margin: 0;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 30px 0px;
        width: 100vw;    
        font-size: 20px;
    }

    .logo , .fa-bars,.fa-xmark {
        z-index: 2;
        position: fixed;
    }

    .logo{
        margin-top: 0vw;
    }
    
}
