* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}



@font-face {
    font-family: Montserrat-Bold;
    src: url(../FONT/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../FONT/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../FONT/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../FONT/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../FONT/Poppins-Regular.ttf);
}



@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.offer-alert>>>>>....................... */
.wraper-for-bg {
    background-color: #f5f5f5;
}

.offer-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: Poppins-Regular;
    justify-content: space-between;
    gap: 10px;
    height: 50px;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
}

.offer-highlight-text {
    color: red;
}

.contect{
    display: none;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.navbar>>>>>>>>>>>>>>>>>>>>> */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;

    background-color: #fff;
    height: 100px;

}

.nav-logo img {
    height: 20px;

}

.nav-links ul {
    display: flex;
    gap: 30px;

}

.nav-links {
    display: none;
}

.nav-links a {
    font-size: 16px;
    font-family: Montserrat-Regular;
}


.nav-links li:hover {
    color: #dcaf19 !important;
}


.nav-links li {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.nav-icon {
    display: flex;
    align-items: center;
    gap: 13px;
}

.nav-icon,
svg,
i {
    cursor: pointer;
}

.nav-icon-for-pc{
    display: none;
}

/* /////////////////////////////////////////mobile-menu///////////////////////// */
.mobile-menu {
    width: 0%;
    height: 600px;
    position: absolute;
    right: 0%;
    top: 0;
    background-color: #dec18c;
    overflow: hidden;
    transition: ease-in-out 1s;
    z-index: 99;
    

}


header {
    position: relative;
}

.mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 20px;
}

.mobile-links ul {

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;

}

.mobile-links a,
li {
    font-size: 16px;
    font-family: Montserrat-Regular;
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;

}



li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #dec18c;
    transition: width .3s;
}

.mobile-links li::after {
    background: #000;

}

li:hover::after {
    width: 100%;

}




/* .....................................homepage............................................>> */

.home-page {



    align-items: center;
    position: relative;
    width: 100%;



}

.social-media-links {
    position: absolute;
    bottom: 0px;
    left: 6px;
    color: #000;
}


.social-media-links a {
    font-size: 10px;

    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 400;
    font-family: Montserrat-regular;
    text-align: center;
    margin: 0 5px;
}


.hometext {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 20px;
    width: 50%;
    height: 100%;




}

.hometext :nth-child(1) {
    font-size: 10px;
    letter-spacing: 1px;

    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 600;
    font-family: Montserrat-semi-bold;
    text-align: center;


}


.hometext :nth-child(2) {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: Montserrat-bold;
    text-align: center;
    background-color: #dcaf19;
    padding: 0 2vw;


}


.hometext :nth-child(3) {
    font-size: 15px;

    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 400;
    font-family: Montserrat-reguler;
    text-align: center;

}

.EXplore-link {
    margin-top: 20px;
    color: #1e1e1e;
}


/* THREECARD>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}

.card-one {
    position: relative;
    width: 300px;

}

.card-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.threecard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.card {
    width: 350px;

    align-items: center;
    position: relative;
}

.card img {
    width: 100%;
}

.card-text {
    position: absolute;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;


}

.card-text:nth-child(1) {                        
    font-size: 25px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Montserrat-semi-bold;

}

.card-text:nth-child(2) {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 400;
    font-family: Montserrat-reguler;

}

.card-text a {
    color: #000;
    font-size: 13px;


}

.card-text li {
    margin-top: 20px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.top-product-section >>>>>>>>>>>>>>>>>>>>>>>>>>> */

.top-product {
    margin-top: 40px;
    overflow: hidden;
}

.product-title {
    text-align: center;
    margin: 20px auto;

}

.product-title h2 {
    font-size: 30px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Montserrat-semibold;
    text-align: center;

}

.product-title P {
    font-size: 16px !important;

    color: #1e1e1e;
    font-weight: 400;
    font-family: Poppins-Regular;
    text-align: center;


}

.product-title li {
    margin: 15px 15px;
    color: #000;

}

.product-title a {
    color: #1e1e1e;
}


.product-title a:hover {
    color: #dcaf19;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    text-align: center;

}

.product {
    width: 250px;
    position: relative;
}

.product .fa-heart{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 18px;
    opacity: 0;

}

.product:hover .fa-heart{
    opacity: 1;
}

.layer-bnt {
    position: absolute;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: ease-in 0.5s;
    

}
.product:hover .hover-button{ opacity: 1; 
   
    transition: all 0.7s ease-out;  
    
}

.product:hover{
       
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: ease-in-out 0.5s;
}

.hover-button {
    width: 120px;
    height: 35px;
    background-color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 14px;
   cursor: pointer;
    color: #1e1e1e;
    font-weight: 500;
    font-family: Poppins-Medium;
    text-align: center;
    opacity: 0;
  
  
}

.product-img img {
    width: 100%;
}

.product-name h2 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: Poppins-Medium;
    text-align: center;

}

.product-name p {
    font-size: 14px;
    line-height: 24px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: Poppins-Reguler;
    text-align: center;

}


.newlook-text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
   gap: 20px;
    flex-direction: column;

}
.newlook{
    height: 300px;
    background-image: url(../IMAGE/two-lady.png);
    
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newlook-text p{
    font-size: 16px;

text-transform: uppercase;
color: #000000;
font-weight: 400;
font-family: Montserrat-Reguler;
background-color: pink;
}

.newlook-text h2{
    font-size: 30px;
color: #1e1e1e;
font-weight: 500;
font-family: Montserrat-Medium;
text-align: center;
max-width: 300px;

}
.newlook-btn{
    background-color: pink;
    padding: 7px;
}

.newlook-text a{

    font-family: Montserrat-Medium;
 
    font-size: 14px;
line-height: 24px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: 400;

text-align: center;

}



/* ----------------------------------------------------- logo-loop */

@keyframes carousel-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
  }
  
  .carousel-wrapper {
    display: flex;
  }
  
  .carousel {
    display: flex;
    animation: carousel-animation 10s linear infinite;
  }

  
  .carousel img {
    width: 150px;
    height: 50px;
    margin-right: 20px;
    padding: 10px;
    aspect-ratio: 3/2;
    object-fit: contain;

  }

  .carousel-wrapper:hover .carousel{
    animation-play-state: paused;
  }

/* ------------------------------------------carousel-img------------------------------------- */





.carousel-title{
    margin: 30px 0;
}
.carousel-title h2{
    font-size: 30px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Montserrat-semibold;
    text-align: center;

}

.carousel-title p{
    font-size: 16px !important;

    color: #1e1e1e;
    font-weight: 400;
    font-family: Poppins-Regular;
    text-align: center;
    margin-bottom: 20px;

}

.carousel-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: start;

}

.carousel-item>div{
    width: 300px;
    overflow: hidden;

}
.carousel-item img{
    width: 300px;
    height: 200px;
    background-size: contain;
}








/* -------------------------carousel---------code */
/* 

.slider-container {
    width: 800px;
    position: relative;
    overflow: hidden;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

  .slide {
    flex: 0 0 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.slide.active {
    transform: translateX(0);
}

  .slider-controls {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

  .prev-slide,
  .next-slide {
    margin: 0 10px;
  } */






/* )))))))))))))))))))))))))))))0000000000000000000000000000000000000000000000 */

.swiper {
    width: 100%;
    height: 100%;
   margin-bottom: 30px;
  }

  .swiper-slide {
    text-align: center;
    padding: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .swiper-slide h2{
    text-align: start;
    font-size: 19px !important;
    font-family: Montserrat-Regular;

}

.swiper-slide p{
    text-align: start;
    font-size: 12px !important;
    font-family: Poppins-Regular;
}

.swiper-button-next, .swiper-button-prev {
    color: rgb(33, 47, 95);
    background: rgb(198, 184, 150);
  
}
  /* =================================follow-card===================================== */

.follow-card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.follow-card .follow-item{
    display: flex;
    width: 600px;
    
   
}

.inside-card{
    position: absolute;
    background-color: white;
    opacity: 0.9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block !important;
    width: fit-content;
    padding: 30px;

    
}

.inside-card p{
    font-family: Poppins-Regular;
}

.inside-card h3{
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.follow-card img{
    width: 33%;
}

/* ------------------------------------------------footer-links---------------------------------- */
  
.footer-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #f0f0f0;
    padding:  40px ;
    margin-top: 40px;
  }


  
  .footer-links {
    flex: 0 1 50%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-links h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-links ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;

  }


  .footer-links ul li {
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.footer-links img{
    width: 15px;
    height: 10px;
}

#foter-logo{width: 100px;
    height: 20px;
}
  /* ..///////////////////////////////...media-qurey//////////////........................ */
  
  
/* ....................................................576px...........>>>>> */


@media (max-width:576px) {


    .card-text:nth-child(2) {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .social-media-links {display: none;}

    .card-text {
        gap: 3px;
    }

    .lang p{
        display: flex;
    }
    .fa-angle-down{
        margin-top: 4px;
    }

    .newlook-text  h2{
        background-color: #dcaf19;
    }

}



@media (min-width:576px) {
    .container {
        max-width: 540px;
        margin: 0 auto;
    }

    .offer-alert {
        font: 9px;
    }

    .footer-links{
        max-width: 50%;
    }

    .hometext :nth-child(3) {
        font-size: 15px !important;
        letter-spacing: 2px !important;
    }

    .footer-links ul li {
    
        margin-bottom: 5px;
        font-size: 14px;
        display: ruby;
      }

      


    .hometext :nth-child(2) {
        font-size: 30px !important;
    }

    .hometext :nth-child(1) {
        font-size: 15px !important;
        letter-spacing: 1px !important;
        line-height: 3px !important;
    }


    .hometext {

        gap: 25px;
    }


    .social-media-links {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #000;
    }



    .social-media-links a {
        font-size: 12px;
        line-height: 24px;
    }

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>768px..........................>>>>>>>>> */

@media (min-width:768px) {
    .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .offer-alert {
        font: 9px;
    }

    
.contect{
    display: block;
    
}


.footer-links {
    flex: 0 1 20%;
    max-width: 30%;
  }
.swiper {
    width: 74%;}


    .hometext :nth-child(3) {
        font-size: 18px !important;
        letter-spacing: 2px !important;
    }


    .hometext :nth-child(2) {
        font-size: 40px !important;
    }

    .hometext :nth-child(1) {
        font-size: 20px !important;
        letter-spacing: 1px !important;
        line-height: 3px !important;
    }


    .hometext {

        gap: 25px;
    }
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>992px>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width:992px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
    }
    .swiper {
        width: 54%;}

    .nav-links {
        display: block;
    }

    .menu-icon {
        display: none;
    }

    .mobile-menu {
        display: none;
    }
    .nav-icon-for-pc{
        display: block;
    }

    .hometext {

        gap: 30px;
    }




    .hometext :nth-child(3) {
        font-size: 18px;
        letter-spacing: 14px !important;
    }


    .hometext :nth-child(2) {
        font-size: 50px !important;
    }

    .hometext :nth-child(1) {
        font-size: 22px !important;
        letter-spacing: 4px;
        line-height: 24px;
    }

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>1200px>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
@media (min-width:1200px) {
    .container {
        max-width: 1140px;
        margin: 0 auto;
    }

    .lang,
    .contect {
        display: flex;
        gap: 10px;
    }

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>1400px>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

@media (min-width:1400px) {
    .container {
        max-width: 1340px;
        margin: 0 auto;
    }

    .swiper {
        width: 40%;}

}