@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap');

:root{
    --lg--font:"Kaisei Tokumin", serif;
    --sm-font:'Poppings',sans-serif;
    --pink:#e5345b;

}
*{
    font-family: var(--lg--font);
}


.bg-primary{
    background-color:var(--pink) !important ;
}

.btn:not(.nav-btns button){
    background-color: #FFF;
    color: rgb(85, 85, 85);
    padding: 10px 28px;
    border-radius: 25px;
    border: 1px solid rgb(85, 85, 85);
}

.btn:not(.nav-btns button):hover{
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.text-primary{
    color: var(--pink) !important;
}



.navbar{
    box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.1);
}

.navbar-brand img{
    width: 30px;
}

.navbar-brand span{
    letter-spacing: 2px;
    font-family: var(--lg--font);
}

.nav-link:hover{
    color: var(--pink) !important;
}

.nav-item{
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}

#header{
     background: url(./img/portrait-woman-and-shopping-with-bags-mall-happy-and-excited-for-sale-face-fashion-and-girl-with-relax-with-luxury-pink-background-generative-ai-free-photo.jpg) top/cover no-repeat;
}

.carousel-inner h1{
    font-size: 60px;
    font-family: var(--lg--font);
}

.carousel-item .btn{
    border-color: #fff !important;
}

.carousel-item .btn:hover{
    border-color: var(--pink) !important;
}


 .title h2 span{
    padding-left: 10px;
    border-left: 5px solid var(--pink);

}

.active-filter-btn{
    background-color: var(--pink) !important;
}

.filter-button-group .btn:hover{
    color: #FFF !important;
}


.collection-img .Label1{
   position: absolute;
   right: 25px;
   top: 20px;
   width: 46px;
   height: 46px;
   border-radius: 50%;
   background-color: var(--pink);  
}


.special-list span i{
    top: 25px;
    right: 25px;
}


.special-img img{
    transition: all 0.3s ease;
}

.special-img:hover img{
    transform: scale(1.2);

}

#offers{
    min-height: 100vh;
    width: 100%;
    background-image: url(img/portrait-woman-and-shopping-with-bags-mall-happy-and-excited-for-sale-face-fashion-and-girl-with-relax-with-luxury-pink-background-generative-ai-free-photo.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#offers .row{
    min-height: 60vh;
}


.offers-content span{
    font-size: 28px;
    font-weight: 600;
}

.offers-content h2{
    font-size: 60px;
    font-family: var(--lg--font);
    font-weight: 800;
}

.offers-content .btn{
    border-color: transparent !important;
}

#about{
    background-color: rgb(179,179,179,0.05);
}
#newsletter{
    background-color: rgb(179,179,179,0.05);

}
#newsletter p{
    max-width: 600px;
}
#newsletter .input-group{
    max-width: 500px;
}
#newsletter .form-contorl{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
#newsletter .btn{
    background-color: var(--pink);
    color: #FFF;
    border-color: var(--pink);
}

#newsletter .btn:hover{
    background-color: #000;
    border-color: #0000;
}

footer .brand{
    font-family: var(--lg--font);
    letter-spacing: 2px;
}

footer a{
    transition: color 0.3s ease;
}
footer a:hover{
    color: var(--pink)!important;
}





@media(min-width:922px){
    .nav-item{
        border-bottom: none;
    }
}
