@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Marcellus&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*{

    box-sizing: border-box;

}

:root{

    --inter: 'Inter', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --marcellus: 'Marcellus' sans-serif;
    --color-1: #ffffff;
    --color-2: #000000;
    --color-3: #F8AAFF;
    --color-4: #19CDAD;

}



/* navbar-section st */

.nav-a{

    color: var(--color-2);
    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;

}

.nav-a:hover{

    color: var(--color-3);

}

.nav-sec-btn{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.nav-sec-btn::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

.nav-sec-btn:hover::before{

    width: 100%;
    left: 0;

}

.nav-sec-btn:hover{

    color: var(--color-1);

}

/* navbar-section end */



/* sec 1 */

.sec-1{
    background-image: url(../img/shop.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
.shop{
    font: 600 120px var(--poppins);
    color: var(--color-1);
    text-align: center;
}

/* sec 2 */

.product {transition: .5s ease; cursor: pointer;}

.product:hover{scale: .9; transition: .5s ease;}


.p-h{
   font-size: 24px;
   font-family: var(--poppins);
    color: var(--color-2);
}
.p-p{
   font-size: 16px;
   font-family: var(--inter);
    color: var(--color-3);
}

.s-title{
    color: var(--color-2);
    font-size: 56px;
    font-family: var(--poppins);
}




/* section-10 st */

.section-10{

    background: var(--color-3);
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;

}

.sec-10-h1{

    color: var(--color-1);
    font-family: var(--marcellus);
    font-size: 56px;
    font-weight: 400;

}

.sec-10-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: .2rem solid var(--color-1);
    color: var(--color-1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;

}

.sec-10-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-1);
    transition: .3s linear;
    z-index: -1;

}

.sec-10-a:hover::before{

    width: 100%;
    left: 0;

}

.sec-10-a:hover{

    color: var(--color-3);

}

/* section-10 end */

/* section-11 st */

.footer-h1{

    color: var(--color-3);
    font-family: var(--inter);
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 25px;

}

.footer-a{

    color: var(--color-4);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    transition: .5s ease;

}

.footer-a:hover{

    color: var(--color-3);
    padding-left: 5px;
    transition: .5s ease;

}

.footer-input{

    width: 100%;
    height: 46px;
    margin-top: -10px;
    background: #FFF4FA;
    border: 1px solid #FFF4FA;

}

.footer-input::placeholder{

    color: var(--color-3);
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;

}

#footer-a{

    font-family: var(--poppins);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 30px;
    border: 2px solid var(--color-3);
    color: var(--color-3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;

}

#footer-a::before{

    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0%;
    height: 100%;
    background: var(--color-3);
    transition: .3s linear;
    z-index: -1;

}

#footer-a:hover::before{

    width: 100%;
    left: 0;

}

#footer-a:hover{

    color: var(--color-1);

}

/* section-11 end */

@media (max-width:600px){

    #nav-sec-btn2{

        margin-top: 30px;

    }

    .sec-10-img-div{

        margin-top: 40px;
        margin-bottom: 30px;

    }

    .sec-10-h1{

        font-size: 35px;
        margin-top: 10px;

    }

    .section-11{

        padding-bottom: 60px;

    }

    #footer-sec-img-div{

        margin-bottom: 50px;

    }

    .footer-sec-div{

        margin-left: 50px;
        margin-right: 40px;

    }

    #footer-a{

        display: block;
        margin-top: 20px;
        text-align: center;

    }

    #footer-a-div{

        text-align: center;
        margin-left: 50px;

    }

    .shop{

        font-size: 45px;

    }

    .s-title{

        font-size: 30px;

    }

    .p-h{

        font-size: 18px;

    }

}




#prelodar{

    background: white url('../img/Loading_icon.gif') no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
  
  }