@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Spartan", sans-serif; */
}

html {
  scroll-behavior: smooth;
}


/* Global Styles */

h1 {
    font-size: 50px;
    line-height: 64px;
    color: #222;
  }
  
  h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222;
  }
  
  h4 {
    font-size: 20px;
    color: #222;
  }
  
  h6 {
    font-weight: 700;
    font-size: 12px;
  }
  
  p {
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
  }
  
  .section-p1 {
    padding: 40px 80px;
  }
  
  .section-m1 {
    margin: 40px 0;
  }
  
  button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
  }
  
  button.white{
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    transition: 0.2s;
  }
  
  body {
    width: 100%;
  }



/* header top black */
.top-bar {
    background-color: #323030 ;
    color: white;
    font-size: 0.8rem;
    padding: 16px 0;
  }
  .top-bar a {
    color: white;
    margin: 0 15px;
  }
  .top-bar .social-icons a {
    margin: 0 10px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  
  .dropdown-item img {
    width: 20px;
    margin-right: 10px;
  }
  /* header top black */
  

  /* Header */
  .header-top-img{
    width: 76.2rem;
    /* width: 100%; */
  }


.navbar {
    justify-content: space-between;
}

.navbar-nav .nav-link {
    font-weight: 640;
    padding: 0.5rem 1rem;
    margin-right: 30px;
    font-size: 11px;
    /* color: #000; */
    font-family: "Spartan", sans-serif;
}

.navbar-brand {
    margin: 0 auto;
}

.navbar-nav .nav-link,
.navbar-brand img,
.navbar-icons i {
    color: #000;
}

.navbar .nav-item .nav-link{
  color: #fff !important;
}

.navbar-icons i {
    margin-left: 15px;
    font-size: 1.2rem;
}

.dropdown-menu {
    min-width: 100%;
    padding: 20px;
    /* margin-top: 10px; */
    
}

.dropdown-menu .dropdown-column {
    width: 100%;
}

.dropdown-menu .dropdown-column img {
    max-width: 100%;
    margin-bottom: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Remove gap so it doesn't close when the mouse is over the gap */
}
.text-center .sub-cat-img{
    /* display: flex; */
    /* height: 300px; */
    /* width: 400px; */
    /* justify-content: space-between; */
    /* padding-left: 100px; */
    /* padding-right: 0px; */
}


/* Banner Section */
.carousel-itemslide {
    height: 82vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 80px;
    color: #fff;
    position: relative;
}

.carousel-itemslide{
  background-size: 100% 100%;
}


.carousel-itemslide h1 {
    color: #222;
    font-weight: bold;
    font-family: serif;
    margin-top: 20px;
}



.carousel-itemslide button {
    color: #000;
    border: 0;
    width: 200px;
    /* padding: 14px 80px 14px 65px; */
    padding: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    background-color: aliceblue;
}

.carousel-itemslide button:hover {
    background: #222;
    color: #fff;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

.owl-prev span, .owl-next span {
    font-size: 40px;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
}

.owl-prev span:hover, .owl-next span:hover {
    background-color: #fff;
    color: #333;
}


.carousel-itemslide2 {
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0 80px;
    color: #fff;
    position: relative;
}

.carousel-itemslide2 h1 {
    color: #222;
    font-weight: bold;
    font-family: serif;
    margin-top: 20px;
}



.carousel-itemslide2 button {
  color: #000;
  border: 0;
  width: 180px;
  /* padding: 14px 80px 14px 65px; */
  padding: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  background-color: aliceblue;
}

.carousel-itemslide2 button:hover {
    background: #222;
    color: #fff;
}


.banner-text{
  margin-left: 45px; width: 1000PX;
}

.banner-text h1{
  font-size: 60px; font-family: sans-serif;text-shadow: 1px 1px 4px #000;
}

.banner-text h1 span{
  font-size: 60px; margin-left: -10px;
}

.banner-text button small{
  font-weight:600; font-size: 13px;
}


.special-product{
  padding-top: 1rem;
}


/* New Arrival */
#sellingCarousel{
  width: 100%;
}

.carousel-inner{
  width: 100%;
}

#bestSelling {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.bestSelling1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 95%; */
}

.bestselling h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.sellingImg {
  display: flex;
  /* width: 100%; */
  justify-content: center;
  gap: 20px;
}

.item {
  text-align: left; /* Align text to the left */
}

.item img {
  width: 100%;
  height: 55vh;
  transition: transform 0.2s ease;
}

.item img:hover {
  /* transform: scale(1.1);*/
  background-image: url();
}

.caption {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 14px;
}

.caption p {
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  line-height: 1.5; /* Adjust line height if needed for spacing */
  font-size: 16px;
  font-family: serif;
}

.caption p + p {
  margin-top: 5px; /* Add a small margin between paragraphs, adjust as needed */
}


.men-shirt {
  font-size: 14px;
  color: #C32929; /* Set text color to pink for "Men Shirts" */
}
.price{
  color: #000;
}

.item9 {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #f9f9f9;
  /* border: 1px solid #e1e1e1; */
  /* border-radius: 5px; */
  margin: 5px;
}

.item9 img {
  width: 100%;
  /* transition: transform 3s ease; */
}

.item9:hover img {
  /* transform: scale(1.1); */
}

.info,.info1, .wishlist,.img {
  position: absolute;
  opacity: 0;
  /* transition: opacity 0.3s ease; For Fast*/
  transition: opacity 0.2s ease;
}

.item9:hover .info,.item9:hover .info1, .item9:hover .wishlist,.item9:hover .img {
  opacity: 1;
}

.info {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  font-size: 14px;
  border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

 .info1 {
  top: 0;
  /* left: 0; */
  right: 0;
  /* background: rgba(0, 0, 0, 0.8); */
  /* background-image: url(img/images/1.png); */
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


.img{
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  /* height: 70vh; */
}

.wishlist {
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}


.info button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background 0.3s ease;
  border: 1px solid #dee2e6 !important;
}

 .info1 button {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 5px 10px;
  /* border-radius: 5px; */
  /* transition: background 0.3s ease; */
  /* border: 1px solid #dee2e6 !important; */
}

.info button:hover,.info1 button:hover {
  background: #000;
}


.premium{
  background-image: url('./img/Barble/Barbelbae-Tops/JIT05837-700x1050.jpg');
  height: 70vh;
  width: 100%;
   /* max-width: 100%; */ 
  /* margin-top: 40px; */
  background-size: cover;
  background-position: center;
  /* display: flex;
  flex-direction: column;
  align-items: flex-start; */
  justify-content:center;

  transition: transform 4s ease;
}

.item9 .discount{
  top: 0px; right: 0px; position: absolute; background-color: #000; color: white; padding: 0px; font-size: 11px; width: 50px; height:28px ; border: none;
}



/* Special Product Section */
.product-section {
  flex: 1;
  padding: 20px;
  /* justify-content: space-between; */
}

.product-list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

/* .product-card1 {
  background-color: #fff;
  padding: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 24%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
} */

.container2 .product-list .product-card1{
  padding-right: 0px;
  padding-left: 0px;
  flex: 0 0 25%;
  }


.product-card1 img {
  max-width: 100%;
  /* height: auto; */
  height: 55vh;
  /* transform: scale(1.05); */
}

.product-list .product-card1 .vertical p,h3,span{
font-size: 12px;
margin-bottom: 10px;
padding-left: 10px;
} 

.product-list .product-card1 .vertical h3{
font-size: 13px;
}

/* .product-card1 .info:hover, */
.product-card1 button:hover{
  color: white;
  background-color: #C32929;
}

.product-card1 .info button:hover{
  background-color: #000;
}



.product-card1 .category {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.product-card1 .category:hover {
  color: #C32929;
  
}

.product-card1 h3 {
  font-size: 16px;
  margin: 10px 0;
}

.product-card1 h3:hover {
  color: #C32929;
  cursor: pointer;
}

.sizes span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.sizes span:hover {
  color: white;
  background-color: #C32929;
}

.product-card1 .price {
  font-size: 18px;
  color: #333;
  margin-top: 0px;
  cursor: pointer;
}

.product-card1 .price:hover{
  color: #C32929;
}


.premium1{
  background-image: url('./img/Barble/Barbelbae-Tops/JIT06001-1-700x1050.jpg');
  height: 70vh;
  width: 100%;
  max-width: 100%;
  /* margin-top: 40px; */
  background-size: cover;
  background-position: top;
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:center;

  transition: transform 4s ease;
  /* transform: scale(1.05); */
}

.item9 .discount12{
  top: 4px; left: 4px; position: absolute; background-color: #000; color: white; padding: 0px; font-size: 10px; border-radius: 0px; width: 60px; height:25px ; border: none;
}

.item9 .discount1{
  top: 2px; right: 2px; position: absolute; background-color: rgb(202, 29, 29); color: white; padding: 4px; font-size: 12px; border-radius: 25px; width: 50px; height:30px ; border: none;
}

.item9 .discount5{
  top: 0px; left: 0px; position: absolute; background-color: black; color: white; padding: 4px; font-size: 13px; width: 40px; height:27px ; border: none; font-weight: bold;
}



/*  */

/*  */
#video-Section{
  /* display: flex; */
  /* flex-wrap: wrap; */

  /* width: 100%; */
  justify-content:space-between;
  align-items: flex-start;
  /* margin: 50px 0; */
  /* padding: 30px 30px; */
  
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color: #f1f1f1;
  width: 100%;
  height: 95vh;
  /* padding: 20px; */
  
}

.title h1{
  /* font-size: 26px; */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
  color: white;
  /* align-content: center;
  align-items: center; */
  align-self: center;
  /* margin-left: 420px; */
}

.title h5{
  /* font-size: 26px; */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
  color: white;
  /* align-content: center;
  align-items: center; */
  align-self: center;
  /* margin-left: 420px; */
}

#video-Section button{
  align-content: center;
  align-items: center;
  align-self: center;
  font-weight: bold;
  color: #000;
  /* margin-left: 420px; */
}

#video-Section button a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color:white;
  transition: 0.3s ease;
}

#video-Section button{
  text-decoration: none;
  font-size: 14px;
  padding: 15px;
  font-weight: 600;
  /* color:#1a1a1a; */
  color:white;
  transition: 0.3s ease;
}

#video-Section button:hover{
  color: white;
  background-color: #C32929;
}


#video-Section .shop1{
  /* background-image: url('img/banner/b10.jpg'); */
  /* background-image: url('img/video/4620480-uhd_4096_2160_25fps.mp4'); */
  height: 95vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  /* padding: 0 80px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* margin: 0 0 0 15px; */
  transition: transform 0.2s ease;
  /* z-index: -1; */
}

.back-video{
  position: absolute;
  /* right: 0; */
  /* bottom: 0; */
  z-index: -1;
  width: 100%;
  height: 100vh;
}



/* #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
} */

.content {
  /* position: fixed; */
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/* Video Section End */


/* Banner Section */


#newsletter{
  height: 20vh;
}

#newsletter .icon{
  color: rgb(187, 175, 2); font-size: 28px; margin-left: 10px; margin-right: 0px; font-weight: 200;
}

.newstext .refer{
  margin-left: 0px; font-size: 25px; font-weight: 300;
}

.newstext .refer span{
  margin-left: 0px; font-size: 24px; font-weight: 300; padding-left: 0px;
}


/* New Arrival */

.item9 img {
  width: 100%;
  height: 70vh;
  /* transition: transform 3s ease; */
  object-fit: cover;
}


/* testimonial */
.testimonial {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial h5 {
    font-weight: bold;
    margin-top: 15px;
    color: #333;
    font-size: 14px;
}

.testimonial p {
    /* font-style: italic; */
    /* color: #777; */
    font-size: 14px;
}

.rating {
    margin-bottom: 1rem;
  }
  
  .rating .fa-star {
    color: #f39c12; /* Gold color for filled stars */
  }
  
  .rating .far.fa-star {
    color: #ccc; /* Gray color for empty stars */
  }
  

/*  */


/* Footer */
/* latest news */
#latestnews {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    background-color: #f9f9f9;
  }
  
  
  #latestnews {
    padding: 30px 10px;
    background-color: #f9f9f9;
  }
  
  .bestSelling1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .section-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .sellingImg {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .category-card {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: transform 4s ease-in-out;
  }
  
  .category-card img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    transition: transform 4s ease;
  }
  
  .category-card:hover {
    transform: scale(1.05);
  }
  
  .category-info {
    text-align: start;
    padding: 10px;
  }
  
  .category-info h5 {
    margin: 10px 0;
  }
  
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: -40px;
    /* margin-top: 200px; */
    list-style: none;
  }
  
  .carousel-indicators li {
    background-color: #C32929;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  
  .carousel-indicators .active {
    background-color: #000;
  }
  
  
  
  /* =========================================================== */
  
  #banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("img/banner/Banner.png");
    background-color: #333232;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
  }
  
  #banner h4{
    color:#fff;
    font-size: 16px;
  }
  
  #banner h2{
    color:#fff;
    font-size: 30px;
    padding: 10px 0;
  }
  
  #banner h2 span{
    color:#ef3636;
    font-size: 30px;
  }
  
  #banner button:hover{
    background: #088178;
    color:#fff;
  }
  
  
  #newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("img/banner/b14.png");
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
  }
  
  #newsletter h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
  }
  
  #newsletter p{
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
  }
  
  #newsletter p span{
    color: #ffbd27;
  }
  
  #newsletter .form{
    display: flex;
    width: 40%;
  }
  
  #newsletter input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  #newsletter button{
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  
  .card-content{
    top: 3px; 
    right: 3px; 
    width: 20%; 
    height: 55vh; 
    margin: 10px; 
    padding: 10px; 
    z-index: -1; 
    background-color: rgb(252, 253, 255);
  }
  
  .card-content .img-fluid{
    display: flex; 
    padding-bottom: 10px; 
    margin-bottom: 20px; 
    font-size: 13px;
  }
  
  .card-content .img-fluid img{
    width: 60px; 
    height: 15vh; 
    border-radius: 0;
  }
  
  .card-content .img-fluid a{
    color: black; 
    text-decoration: none;
  }
  
  .card-content .subtotals{
    font-size: 12px;
  }
  
  .card-content .clearfix .row{
    margin-top: 20px; 
    margin-bottom: 20px; 
    font-size: 14px;
  }
  
  .card-content .btn1{
    width: 100%; 
    margin-bottom: 10px; 
    background-color: rgb(139, 138, 138); 
    color: white; 
    border: none; 
    font-size: 14px;
  }
  
  .card-content .btn2{
    width: 100%; 
    margin-bottom: 10px; 
    background-color: black; 
    color: white; 
    border: none; 
    font-size: 14px;
  }


  .content-section{
    margin-left: 110px; margin-right: 98px;
    justify-content: center;
    text-align: justify;
  }

  .content-section h1{
    font-size: 30px; font-family: sans-serif; color: #242424; font-weight: bold;
  }
  .content-section strong{
  font-size: 22px; font-family: Arial, Helvetica, sans-serif;
  }
  
  footer .footer-top{
    text-align: center;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    /* background-color: #000; */
  }
  
  footer .center h3{
    margin-top: 50px;
  }
  
  footer .center h3,
  footer .center p{
    text-align: center;
    margin-left: 400px;
    margin-right: 300px;
    /* margin-top: 50px; */
  }
  
  footer .center h3,
  footer .center p,
  footer .center input{
    color: #fff;
    
  }
  
  footer .center input{
    /* color: #fff; */
    /* background-color: #535353; */
    width: 500px;
    /* height: 60px; */
  
    padding: 15px 20px;
      background-color: #fff;
      border: 1px solid whitesmoke;
      font-weight: 400;
      color: #e4e4e4;
      margin: 15px;
    
  }
  
  footer .center button{
    color: #fff;
    /* background-color: #5c5c5c; */
    width: 150px;
    /* height: 60px; */
    /* margin-left: 10px; */
  
    height: 60px;
      padding: 15px 60px;
      background-color: #5c5c5c;
      border: 1px solid #5C5C5C;
      font-size: 16px;
      line-height: 1.71;
      font-weight: 400;
      text-transform: uppercase;
      border-radius: 0;
      margin-left: 20px;
    
  }
  
  
  footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #222; */
    background-color: #e8e8ef;
  }
  
  footer .col h5,
  footer .col h6,
  footer .col p,
  footer .col a,
  footer .col i{
  
    /* color: #fff; */
    color: #000;
    /* background-color: #fff; */
    
  }
  
  footer .copyright p{
  
    /* color: #fff; */
    color: #000;
    /* background-color: #fff; */
    
  }
  
  
  .footer-top{
    display: flex;
    text-align: center;
  }
  
  
  footer .col1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .col1 h3{
    text-align: center;
    /* text-decoration: #000; */
    /* color: #ffffff; */
    font-weight: bold;
  }
  
  .col1 .form{
    display: flex;
    width: 70%;
    justify-content: space-between;
  }
  
  .col1 input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    background-color: #535353;
    color: #fff;
    text-decoration: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-radius: 0;
    /* margin-left: 20px; */
  }
  
  .col1 button{
    background-color: #f7f7f777;
    color: #000;
    /* size: 500px; */
    white-space: nowrap;
    border-radius: 0;
  }
  
  
  
  footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  footer .logo{
    margin-bottom: 30px;
  }
  
  footer .logo img{
    margin-bottom:12px;
    height: 70px;
    width: 70px;
  }
  
  footer .logo p a{
    color: red; 
    text-decoration: none;
  }
  
  footer h4{
    font-size: 14px;
    padding-bottom: 20px;
  }
  
  footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
    font-weight: 400;
  }
  
  footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
  }
  
  footer .follow{
    margin-top: 5px;
  }
  
  footer .follow a i{
    /* color: white; */
    color: #000;
    padding-right: 4px;
    cursor: pointer;
    font-size: 15px;
  }
  
  footer .install i{
    margin-right: 10px;
    text-decoration: none;
    text-indent: 0%;
  }
  
  footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
  }
  
  footer .install img{
    margin: 10px 0 15px 0;
  }
  
  footer .follow i:hover,
  footer a:hover{
    color: #088178;
  }
  
  footer .copyright{
    width: 100%;
    text-align: center;
  }
  
  
  .footer-bar {
    background-color: #333;
    height: 55px;
    color: white;
    font-size: 0.9rem;
    padding: 10px 0;
  }
  
  .footer-bar span{
    margin-left: 150px;
    margin-top: 12px;
  }
  
  .footer-bar .language{
    color: white;
    margin-right: 10px;
    margin-top: 12px;
  }
  
  .footer-bar .currency{
    color: white;
    /* margin: 0 65px; */
    margin-right: 65px;
    margin-top: 12px;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-item img {
    width: 20px;
    margin-right: 10px;
  }
  

  /* Registration Pop up form */
.modal-content {
  border: none;
  border-radius: 0;
}

.modal-body {
  padding: 0;
}

.row .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .row .img-fluid1 {
  width: 100%;
  height: 480px;
  object-fit: cover;
} */

.modal-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.form-control {
  border-radius: 0;
  border-color: #dcdcdc;
}

.btn-dark {
  background-color: #000;
  border: none;
  border-radius: 0;
}

.btn-primary {
  margin: 20px;
}

.modal-dialog {
  max-width: 800px;
}
/*  */

/* Practise */
/* styles.css */

.icon-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.contact-icon {
  font-size: 12px;
  /* color: #000; */
  cursor: pointer;
  /* transition: color 0.3s, transform 0.3s; */
}

.contact-icon:hover,
.contact-icon.active {
  color: #6c757d;
  transform: scale(1.1);
}

.form-group {
  text-align: left;
}

/* Flag */
/* Additional CSS if needed */
.iti__flag-container {
  z-index: 10; /* Ensure the dropdown is above other elements */
}

#phoneInput {
  padding-left: 50px; /* Adjust based on the flag dropdown width */
}

/* For icon was not show */
/* Additional CSS if needed */
.contact-icon.active {
  font-weight: bold; /* Highlight active icon */
}

/* OTP */
/* Styling for the OTP input fields */
.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
}


.modal .modal-content{
  width: 680px;
}

@media (max-width:1115px){

    /* Header */
    .header-top-img{
      width: 10rem;
      /* width: 100%; */
    }
  
  .sub-cat-img{
  display: none;
  }
}

@media (max-width:1115px){
  .testimonial p{
    font-size: 10px; 
   }
   
   .testimonial h5{
     font-size: 12px;
   }

   #newsletter .icon{
    color: rgb(187, 175, 2); font-size: 24px; margin-left: 10px; margin-right: 0px; font-weight: 200;
  }
  
  .newstext .refer{
   font-size: 20px;
  }

  .newstext .refer span{
    font-size: 20px;
  }


    
}

@media (max-width:1036px){

  .carousel-itemslide{
    height: 85vh;
  }

  .carousel-itemslide{
    background-size: 120% 100%;
  }
  
  #newsletter .icon{
    color: rgb(187, 175, 2); font-size: 20px; margin-left: 10px; margin-right: 0px; font-weight: 200;
  }
  
  #newsletter .newstext .refer{
    margin-left: 0px; font-size: 18px; font-weight: 300;
  }
  .newstext .refer span{
    font-size: 18px;
  }

  #newsletter .form .normal{
    font-size: 10px;
    /* padding-right: 8px; */
  }

  .content-section{
    margin-left: 100px; margin-right: 70px;
  }

}


@media (max-width:997px){

  .testimonial p{
    font-size: 10px; 
   }
   
   .testimonial h5{
     font-size: 12px;
   }
   
}

@media (max-width:991px){

  .logo-img{
    margin-bottom: 1%;
  }

  .navbar-nav .nav-link {
    margin-right: 10px;
    font-size: 11px;
    
}

.video-Section{
  height: 85vh;
}

.video-Section .shop1{
  height: 85vh;
}

.title h1{
  font-size: 32px;
}

.title h5{
  font-size: 15px;
}

#video-Section button{
  text-decoration: none;
  font-size: 12px;
  padding: 10px;

}

.back-video{
  height: 85vh;
}

.navbar-brand {
  /* margin: 0 auto; */
  margin-left: 0px;
}
}

@media (max-width:926px){
  .info {
    padding: 8px 0;
    font-size: 10px;
  }
  .info1 {
    padding: 8px 0;
    font-size: 10px;
  }
}

@media (max-width:922px){

  #newsletter .form{
    display: flex;
    width: 60%;
  }

  #newsletter input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
  }
  
  #newsletter button{
    background-color: #088178;
    color: #fff;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .modal .modal-content{
    width: 100%;
  }
  

}

@media (max-width:886px){


.item9{
  width: 200px;
  height: 300px;
}

.item9 img{
  height: 300px;
}

/* Banner */
.category{
  font-size: 30px;
}

.collection{
  font-size: 15px;
}


#bestSelling .item9 {
  /* width: 95%;
  height: 350px; */
  /* width: 93%; */
  width: 40vh;
  height: 270px;
}

#bestSelling .item9 img {
/* width: 100%;
height: 350px; */
width: 40vh;
height: 300px;
}

#bestSelling .caption {
width: 40vh;
}


}


@media (max-width:857px){
  .top-bar{
    font-size: 12px;
  }
  
}

@media (max-width:926px){

  .item9 img {
    /* width: 100%; */
    /* height: 45vh; */
    /* transition: transform 3s ease; */
  }

  .img{
    /* width: 100%; */
    /* height: 45vh; */
    /* transition: transform 3s ease; */
  }

  .info {
    padding: 6px 0;
    font-size: 10px;
  }
  .info1 {
    padding: 6px 0;
    font-size: 10px;
  }

  #newsletter .form .normal{
    font-size: 10px;
    /* padding-right: 8px; */
  }
}

@media (max-width:839px){
  .top-bar{
    font-size: 10px;
  }
}

@media (max-width:794px){
  .top-bar{
    font-size: 10px;
  }

  .carousel-itemslide{
    height: 75vh;
  }

  .banner-text{
    margin-left: 0px; width: 700PX;
  }
  
  .banner-text h1{
    font-size: 50px;
  }
  
  .banner-text h1 span{
    font-size: 50px; margin-left: -10px;
  }

  
.carousel-itemslide button {
  width: 170px;
  padding: 10px;
  font-size: 13px;
  margin-top: 20px;
}
  
  .banner-text button small{
    font-weight:600; font-size: 12px;
  }

  .owl-nav {
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev span, .owl-next span {
    font-size: 35px;
    padding: 9px 14px;
}


.section-title{
  font-size: 30px;
}

.text-center{
  font-size: 30px;
}



  #newsletter .icon{
    font-size: 20px; margin-left: 0px; margin-right: 0px; font-weight: 200;
   }
   
   #newsletter .newstext .refer{
    font-size: 16px;
   }
   .newstext .refer span{
    font-size: 16px;
  }

   #newsletter .form .normal{
    font-size: 10px;
    /* padding-right: 10px; */
  }

  .content-section{
    margin-left: 80px; margin-right: 70px;
  }

  .section-p1{
    padding: 40px 40px;
  }

}


@media (max-width:767px){

  .logo-img img{
    width: 180px;
    height: 50px;
    /* margin-right: 0%; */
    /* margin-bottom: 6px; */
    /* margin-top: 10px; */
  }


  .video-Section{
    height: 75vh;
  }
  
  .video-Section .shop1{
    height: 75vh;
  }
  
  .title h1{
    font-size: 28px;
  }
  
  .title h5{
    font-size: 12px;
  }
  
  #video-Section button{
    text-decoration: none;
    font-size: 10px;
    padding: 8px;
  
  }
  
  .back-video{
    height: 75vh;
  }
  


  .testimonial p{
    font-size: 8px; 
   }
   
   .testimonial h5{
     font-size: 8px;
   }

   .rating {
    font-size: 10px;
    /* color: #ffcc00; */
  }

  .rating .fa-star {
    font-size: 6px;
  }
  
  .rating .far.fa-star {
    font-size: 6px;
  }
   
}

@media (max-width:736px){

.item9{
  width: 180px;
  height: 250px;
}

.item9 img{
  height: 250px;
}

}


@media (max-width:709px){

  #newsletter .icon{
    color: rgb(187, 175, 2); font-size: 20px; margin-left: 10px; margin-right: 0px; font-weight: 200;
  }
  
  #newsletter .newstext .refer{
    margin-left: 0px; font-size: 14px;
  }

  .newstext .refer span{
    font-size: 14px;
  }

  /* Banner */
.category{
  font-size: 20px;
}

.collection{
  font-size: 12px;
}


}

@media (max-width:676px){

  .top-bar .social-icons{
    /* font-size: 10px; */
    display: none;
  }

  #newsletter .icon{
    color: rgb(187, 175, 2); font-size: 20px; margin-left: 10px; margin-right: 0px; font-weight: 200;
  }
  
  #newsletter .newstext .refer{
   font-size: 13px;
  }

  .newstext .refer span{
    font-size: 13px;
  }

}

@media(max-width:600px){

  .carousel-itemslide{
    height: 65vh;
  }

  .banner-text{
    margin-left: 0px; width: 400PX;
  }
  
  .banner-text h1{
    font-size: 40px;
  }
  
  .banner-text h1 span{
    font-size: 40px; margin-left: -10px;
  }

  
.carousel-itemslide button {
  width: 140px;
  padding: 10px;
  font-size: 12px;
  margin-top: 16px;
}
  
  .banner-text button small{
    font-weight:600; font-size: 11px;
  }

  .owl-nav {
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-prev span, .owl-next span {
    font-size: 30px;
    padding: 8px 13px;
}


  #newsletter .icon{
   font-size: 20px; margin-left: 3px; margin-right: 0px; font-weight: 200;
  }
  
  #newsletter .newstext .refer{
   font-size: 12px;
  }

  .newstext .refer span{
    font-size: 12px;
  }

  #newsletter .newstext .refer{
   font-size: 12px;
  }

}

@media (max-width:575px){

  .top-bar .language{
    display: none;
  }

 .logo-img img{
    width: 180px;
    height: 45px;
    /* margin-right: 0%; */
    /* margin-bottom: 6px; */
    /* margin-top: 8px; */
  }


  .hide-i .hide-icon{
    display: none;
  }


  #newsletter{
    height: 25vh;
  }

   .gift-icon{
    text-align: end; 
    margin-bottom: 20px;
    font-size: 14px;
  }

  #newsletter .icon {
    font-size: 24px;
  }
  #newsletter .newstext .refer{
   font-size: 14px;
   text-align: justify;
  }

  #newsletter .newstext .refer span{
    font-size: 14px;
    text-align: justify;
   }

  #newsletter .newstext p{
   font-size: 14px;
   text-align: justify;
  }

  .newstext .refer span{
    font-size: 14px;
  }

  #newsletter .icon{
    /* color: rgb(187, 175, 2); font-size: 28px; */
     /* margin-left: 0px;
     padding-left: 0px; */
     text-align: start;
     /* margin-right: 0px; font-weight: 200; */
  }

  

  #newsletter .icon{
    /* color: rgb(187, 175, 2); font-size: 28px; */
     /* margin-left: 1px; */
      /* margin-right: 0px; font-weight: 200; */
  }

  #newsletter .form .normal{
    font-size: 11px;
    /* height: 5vh; */
    padding: 10px;
    margin-top: 15px;
   }


  .item9{
    width: 95%;
    height: 350px;
  }

  .item9 img{
    width: 100%;
    height: 350px;
  }

  .item9 .premium{
    width: 100%;
    height: 350px;
  }


  #latestnews .item9{

    width: auto;
    height: 350px;

  }

  #latestnews .item9 img{

    /* width: auto; */
    height: 65vh;

  }

  #latestnews .info{
   font-size: 10px;
  }

  #latestnews .caption p{
    /* font-size: 10px; */
    width: auto;
   }


   .content-section{
    margin-left: 50px; margin-right: 40px;
    text-align: justify;
  }


   /* Banner */
.category{
  font-size: 24px;
}

.collection{
  font-size: 14px;
}


.container2 .product-list .product-card1 {
  padding-right: 10px;
  padding-left: 0px;
  flex: 0 0 49%;
}


.rating .fa-star {
  font-size: 10px;
}

.rating .far.fa-star {
  font-size: 10px;
}

.testimonial p {
  font-size: 11px;
}

.testimonial h5 {
  font-size: 12px;
}
   

  }

  @media (max-width:516px){


    
      .section-title{
        font-size: 23px;
      }


      .text-center{
        font-size: 23px;
      }

    }

  @media (max-width:477px){

   
  
    .hide-i .account-icon{
      /* margin-top: 10px; */
      padding-top: 6px;
      margin: 0px;
      padding-right: 0px;
    }

    .carousel-itemslide{
      height: 35vh;
    }
  
    .banner-text{
      margin-left: 0px; width: 300PX;
    }
    
    .banner-text h1{
      font-size: 30px;
    }
    
    .banner-text h1 span{
      font-size: 30px; margin-left: -10px;
    }
  
    
  .carousel-itemslide button {
    width: 100px;
    padding: 8px;
    font-size: 10px;
    margin-top: 10px;
  }
    
    .banner-text button small{
      font-weight:600; font-size: 10px;
    }
  
    .owl-nav {
      top: 45%;
      width: 100%;
      transform: translateY(-50%);
  }
  
  .owl-prev span, .owl-next span {
      font-size: 25px;
      padding: 7px 12px;
  }
  

    .content-section{
      margin-left: 20px; margin-right: 20px;
    }

    .content-section h1{
      font-size: 24px; font-family: sans-serif; color: #242424; font-weight: bold;
    }

    .content-section strong{
      font-size: 18px; font-family: Arial, Helvetica, sans-serif;
      }

    .section-p1{
      padding: 20px;
    }

  .container2 .product-list .product-card1{
    padding-right: 0px;
    padding-left: 0px;
    }

    .item9 {
      width: 95%;
      height: 212px;
  }

  .item9 .premium {
    width: 100%;
    height: 212px;
    background-size: 100% 100%;
    background-size: cover;
}

.item9 img {
  width: 100%;
  /* height: 240px; */
  height: auto;
  /* object-fit: unset; */
  aspect-ratio: 1 / 2;
}

.item9 .discount5 {
  font-size: 9px;
    width: 35px;
    height: 24px;

  }.modal .modal-content{
  width: 100%;
}

#cardPopUpModal .modal-content {
width: 94% !important;
margin-left: 4% !important;
}

#cardPopUpModal{
  margin-left: 2% !important;
}

#cart-items .price p{
  margin-bottom: 0rem;
}

#cart-items .price h5{
  font-size: 0.9rem !important;
}
  
  } 
  
  @media (max-width:420px){

    .product-section {
      padding: 0px;
  }
  
    /* .item9{
      width: 100%;
        height: 250px;
    }
  
    .item9 img{
      height: 250px;
    } */

    #newsletter .newstext {
      padding-left: 0px;
      /* font-size: 18px; */
    }
  
    .card-content{
      width: 97%;
     /* height: 70vh; */
    }
  
  }
  
  @media (max-width: 477px) or (max-width: 333px) {


    .navbar-collapse .nav-item .nav-link{
      color: #000 !important;
    }
    

    .product-section {
      padding: 0px;
  }

    .product-list.grid-view .product-card1 {
        flex-basis: 50%;
        /* margin: 0 1%; */
        /* margin-bottom: 20px; */
        margin-left: -2px !important;
    }

    .product-list {
      display: flex;
      /* justify-content: space-between; */
      flex-wrap: wrap;
  }

  .sizes {
    display: none;
    /* font-size: 8px; */
   }

   #bestSelling{
    padding: 0px;
   }

   .image-scroller1{
    gap: 0px !important;
   }

   .item1{
    /* width: 50% !important; */
   }

  #bestSelling .item9 {
    /* width: 95%;
    height: 350px; */
    /* width: 203px; */
    /* width: 97%; */
    width: 32vh;
    height: 310px;
    margin-right: 0px;
    margin-left: 8px;
}

 #bestSelling .item9 img {
  /* width: 100%;
  height: 350px; */
  /* width: 203px; */
  width: 32vh;
  height: 310px;
}

#bestSelling .caption {
width: 32vh;
}

/* #banner h4{
  color:#fff;
  font-size: 20px;
}

#banner h2{
  color:#fff;
  font-size: 30px;
  padding: 10px 0;
} */


#banner h2 span {
  font-size: 12px;
}

.special-product{
  padding-top: 0px !important;
}

.about-us h4{
  /* padding-top: 18px !important; */
  font-size: 1.2rem !important;
}

.about-us p{
  padding: 10px 20px !important;
  font-size: 0.9rem !important;
}

}

  @media (max-width:420px){

    .carousel-itemslide{
      height: 80vh;
    }

    .carousel-itemslide{
      background-size: 100% 100%;
    }
  
    .banner-text{
      margin-left: 0px; width: 250PX;
    }
    
    .banner-text h1{
      font-size: 25px;
      margin-left: 0px;
    }
    
    .banner-text h1 span{
      font-size: 25px; margin-left: -10px;
    }
  
    .carousel-itemslide{
      padding: 0px 40px;
    }
    
  .carousel-itemslide button {
    width: 80px;
    padding: 8px;
    font-size: 9px;
    margin-top: 8px;
  }
    
    .banner-text button small{
      font-weight:600; font-size: 9px;
    }
  
    .owl-nav {
      top: 45%;
      width: 100%;
      transform: translateY(-50%);
  }
  
  .owl-prev span, .owl-next span {
      font-size: 20px;
      padding: 6px 11px;
  }
  

  #newsletter .form .normal{
    /* display: flex;
    flex-direction: column; */
    /* text-align: justify; */
    flex-wrap: wrap;
    font-size: 11px;
    /* height: 5vh; */
    padding: 10px;
    margin-top: 30px;
   }

   .gift-icon {
    text-align: start;
    /* margin-bottom: 20px; */
}

 #newsletter .newstext {
  padding-left: 0px;
}

.info{
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

.info1{
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

.info button {
  padding: 6px 6px;
}

.info1 button {
  padding: 6px 6px;
}


  }

  
  @media (max-width:391px){
  .logo-img img{
    width: 160px;
    height: 42px;
    /* margin-right: 0%; */
    /* margin-bottom: 6px; */
    margin-top: 6px;
  }


  .hide-i .account-icon{
    /* margin-top: 10px; */
    padding-top: 8px;
    margin: 0px;
    padding-right: 0px;
    /* margin-right: -10px; */
  }
}

  @media (max-width:360px){
  #newsletter .form .normal{
    /* display: flex;
    flex-direction: column; */
    /* text-align: justify; */
    flex-wrap: wrap;
    font-size: 9px;
    /* height: 5vh; */
    padding: 10px;
    margin-top: 30px;
   }

   .modal-dialog {
    /* max-width: 300px; */
  }

  .modal .modal-content{
    /* width: 300px; */
  }

  }


  /* For Search */

  .search-container {
    position: relative;
}

.search-input {
    width: 200px;
    transition: width 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
}

.search-input.active {
    display: block;
    padding-left: 10px;
}


.collection-banner{
  padding: 0px 0px;
}


body {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
}

/* For Hide Toggle */
.hide-toggle .dropdown-toggle::after {
  display: none; /* Hides the caret icon */
}



/*  */
 /* For Header  */

   /* Custom styles */
   .navbar .container-fluid{
    flex-wrap: wrap !important;
   }
   .navbar {
       background-color: rgba(255, 255, 255, 0.95);
       /* padding: 1rem 2rem; */
   }

   .navbar-brand img {
       height: 20px;
   }

   .nav-link {
       color: #333 !important;
       /* font-size: 0.9rem; */
       text-transform: uppercase;
       letter-spacing: 1px;
       /* padding: 0.5rem 1rem !important; */
       font-weight: 500;
   }

   .nav-link:hover {
       color: #666 !important;
   }

   .dropdown-menu {
       border: none;
       border-radius: 0;
       box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   }

   .dropdown-item {
       font-size: 0.9rem;
       padding: 0.5rem 1.5rem;
       text-transform: uppercase;
       letter-spacing: 1px;
   }

   .navbar-toggler {
       border: none;
       padding: 0;
   }

   .navbar-toggler:focus {
       box-shadow: none;
   }

   .header-icons {
       display: flex;
       gap: 1rem;
       align-items: center;
   }

   .header-icon {
       font-size: 1.2rem;
       color: #333;
       text-decoration: none;
   }

   .header-icon:hover {
       color: #666;
   }

   .cart-count {
       position: relative;
       top: -8px;
       right: 8px;
       background-color: #000;
       color: white;
       font-size: 0.7rem;
       padding: 2px 6px;
       border-radius: 50%;
   }

   .navbar-nav{
       display: ruby !important;
   }
   .navbar-nav .nav-link{
       font-size: 12px;
   }

   @media (max-width: 991.98px) {

       .navbar-expand-lg .navbar-nav{
           /* flex-direction:row */
       }

       .navbar .container-fluid{
        flex-wrap: nowrap !important;
       }

       .navbar-nav{
       display: block !important;
   }
       .navbar-collapse {
           position: fixed !important;
           top: 0;
           left: 0;
           padding: 2rem;
           width: 80%;
           height: 100vh;
           background-color: white;
           transform: translateX(-100%);
           transition: transform 0.3s ease-in-out;
           z-index: 1050;
       }

       .navbar-collapse.show {
           transform: translateX(0);
       }

       .mobile-nav-overlay {
           position: fixed !important;
           top: 0;
           left: 0;
           width: 100%;
           height: 100%;
           background-color: rgba(0,0,0,0.5);
           z-index: 1040;
           display: none;
       }

       .mobile-nav-overlay.show {
           display: block;
       }

       .mobile-nav-close {
           position: absolute;
           top: 1rem;
           right: 1rem;
           font-size: 1.5rem;
           cursor: pointer;
       }

       .dropdown-menu {
           border: none;
           box-shadow: none;
           padding-left: 1rem;
       }
   }

   @media (min-width: 600px) {
       .navbar-collapse{
           width: 60% !important;
       }
   }

   @media (max-width: 600px) {
       .navbar-collapse{
           width: 80% !important;
       }
   }

   @media (max-width: 412px) {
    .header-icon{
       font-size: 14px;
    }

    .navbar-nav .nav-link{
       font-size: 13px;
   }

   }
   @media (max-width: 385px) {
    .header-icon{
       font-size: 13px;
    }
    /* .header-icons{
       gap: 0.9rem;
    } */

   }

   @media (min-width: 420px) {
    .filter-button2{
      display: none;
    }

    .filter-button{
      display: none;
    }

    .filter-section1{
      display: none;
    }

    .filter-section2{
      display: none;
    }

   }


   /* For Filter Section */
   @media (max-width: 420px) {

    .navbar-brand{
      margin-left: -58% !important;
    }

    .navbar-brand img{
      width: 65px !important;
    }
	
	
	

    .filter-button2 {
position: fixed;
bottom: 0px;
left: 25%;
transform: translateX(-50%);
padding: 12px 24px;
background: #000;
color: white;
border: none;
/* border-radius: 9px; */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
z-index: 100;
width: 51%;
}
    /* .filter-button2 {
        position: fixed;
        bottom: 20px;
        left: 25%;
        transform: translateX(-50%);
        padding: 12px 24px;
        background: #000;
        color: white;
        border: none;
        border-radius: 9px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 100;
        width: 40%;
    } */

    .filter-button {
position: fixed;
bottom: 0px;
left: 75%;
transform: translateX(-50%);
padding: 12px 24px;
background: #000;
color: white;
border: none;
/* border-radius: 9px; */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
z-index: 100;
width: 51%;
}

    /* .filter-button {
        position: fixed;
        bottom: 20px;
        left: 70%;
        transform: translateX(-50%);
        padding: 12px 24px;
        background: #000;
        color: white;
        border: none;
        border-radius: 9px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 100;
        width: 40%;
    } */

    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 998;
    }

    .filter-section1 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        height: 80vh;
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
        z-index: 999;
        /* border-radius: 20px 20px 0 0; */
        overflow-y: auto;
    }

    .filter-section1.active {
        transform: translateY(0);
    }

    .filter-section2 {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      height: 40vh;
      transform: translateY(100%);
      transition: transform 0.3s ease-out;
      z-index: 999;
      /* border-radius: 20px 20px 0 0; */
      overflow-y: auto;
  }

  .filter-section2.active {
      transform: translateY(0);
  }

  .filter-section2 div button{
    font-size: 1rem !important;
  }

    .filter-header {
        padding: 20px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: white;
    }

    .filter-header h2 {
        font-size: 18px;
        text-align: center;
    }

    .close-button {
        position: absolute;
        right: 20px;
        top: 20px;
        background: none;
        border: none;
        font-size: 20px;
        color: #666;
    }

    .filter-content {
        padding: 20px;
    }

    .filter-group {
        margin-bottom: 20px;
    }

    .filter-group h3 {
        margin-bottom: 10px;
        color: #333;
    }

    .price-range {
        width: 100%;
        margin: 10px 0;
    }

    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .checkbox-group label {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .apply-button {
        position: sticky;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background: #000;
        color: white;
        border: none;
        font-size: 16px;
        cursor: pointer;
    }

    /* Drag handle */
    .drag-handle {
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 10px auto;
    }
   }
   
   @media (max-width:992px){
    .navbar-collapse .nav-item .nav-link{
      color: #000 !important;
    }
  }
   /* whatsapp Api */
   #whas-ap-fl-b {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999999999999 !important;
    }

    #whas-ap-fl-b  a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    }

    #whas-ap-fl-b img {
    opacity: 1 !important;
    background: none !important;
    }
    /*  */

    /* Footer section */
    /* Default styling for the footers */
.desktop-footer {
  display: flex;
}

.mobile-footer {
  display: none;
}

/* Show/hide based on screen size */
@media (max-width: 428px) {
  .desktop-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  .mobile-footer .list-unstyled li a{
    font-size: 0.9rem !important;
  }

  .mobile-footer a{
    font-size: 0.9rem !important;
  }

  .form-label{
    font-size: 0.9rem !important;
  }
  .form-control{
    font-size: 0.9rem !important;
  }
  .mx-auto p{
    font-size: 16px !important;
  }
}

/* Header scroll  */

    header {
    background-color: black; /* Transparent background */
    /* position: absolute; Overlay the page content */
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays on top */
}

.navbar {
    background-color: transparent !important; /* Ensure navbar stays transparent */
    box-shadow: none; /* Remove shadow if any */
}

.nav-link {
    color: #fff !important; /* Adjust text color for better contrast */
}

.nav-link:hover {
    color: #ccc; /* Lighter color on hover */
}

.header-icons .header-icon {
    color: #fff !important; /* Adjust header icons color */
}

    header.scrolled {
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    background-color: #000 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Add shadow for clarity */
    color: #000;
    position: -webkit-sticky; position: sticky; top: -10px; z-index: 1020;
}

.navbar.scrolled .nav-link,
.header-icons .header-icon {
    color: #000; /* Adjust text and icon color on scroll */
}


.flickity-page-dots{
  bottom: 25px !important;
}

.flickity-prev-next-button{
  display: none;
}

.flickity-page-dots .dot{
  width: 35px !important;
  height: 7px !important;
  border-radius: 0px !important;
}


   #cart-items .row{
    flex-wrap: unset !important;
   }

   #cart-items .input-group{
    margin-left: 0px !important;
   }
   
   .bg-red{background-color:#c32929;color:#fff!important}

    #wishlist-count{
    top: 0rem !important;
   }

   #cartcount{
    top: 0rem !important;
   }