@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


* {
  font-family: "Marcellus", serif;
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
  /* Remove the default focus outline */
  border: none;
  /* Remove any border that might appear on focus */
}

i.fas.fa-minus {
  color: #000;
}

i.fas.fa-plus {
  color: #000;
}

.splide__arrow {
  background: none !important;
}

/* ///////////////////////////////////////////Nav bar css//////////////////////////// */

.hover-effect {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.header_item_icon a {
  color: #000 !important;
}

/* Hover effect */
.hover-effect:hover {
  transform: scale(1.1);
  /* Scales up the image */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  /* Adds a shadow */
}

/* Overlay effect */
.hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Semi-transparent overlay */
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 1;
}

/* Overlay on hover */
.hover-effect:hover::before {
  opacity: 1;
}

/* Ensure the image text is above the overlay */
.hover-effect img {
  position: relative;
  z-index: 0;
}


.search-btn {
  border: none;
  background-color: white;
}

.search-btn .fa {
  color: black;
  font-size: 20px;
  cursor: pointer;

}

  

/* .form {
  width: 440px;
  height: 100px;
  padding: 0 20px;
  box-sizing: border-box;
} */

.input {
  width: 400px;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid #FFD43B;
  outline: none;
  padding: 0 20px 10px;
  color: #373737;
  font-size: 20px;
  transition: all 0.5s ease;
  transform: scale(0);
}

.input2 {
  width: 400px;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid #FFD43B;
  outline: none;
  padding: 0 20px 10px;
  position: absolute;
  bottom: 60px;
  height: 9vh;
  left: 0;
  transition: all 0.5s ease;
  transform: scale(0);
  background: #fff;
}

#search {
  color: #343434;

  display: none;

}

#search2 {
  color: #343434;

  display: none;

}

#search.active {
  display: block;
}

#search2.active {
  display: block;
}

.input.active {
  transform: scale(1);
}

.input2.active {
  transform: scale(1);
}

#search.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
}

#search2.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {

  /* .search-btn{
        display: none;
    } */
  #search {
    display: none;
  }

  #search2 {
    display: none;
  }

  .header_item_icon {
    display: flex;
  }

  .abt-backs .abt-head-backs p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .product_lien img {
    width: 40px !important;
    margin-top: 10px;
}

  .product_lien p {
    font-size: .8rem !important;
  }

  section.about-us-sect {
    background-color: #f3efe9;
    padding: 0;
  }
}

@media (max-width: 768px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .bottom-bar-item {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .header_item_icon {
    margin: 0 !important;
  }
}



/* ///////////////////////////////////////////Nav bar css END//////////////////////////// */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.offer_icon {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
  background-color: #ff4c4c;
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  transform: rotate(45deg);
  transform-origin: center;
  white-space: nowrap;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3), -4px -4px 10px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  background: linear-gradient(145deg, #ff4c4c, #cc3c3c);
}

@media (max-width: 768px) {
  .offer_icon {
    top: 20px;
    /* Adjust as needed for smaller screens */
    right: 10px;
    /* Adjust as needed for smaller screens */
    padding: 10px 20px;
    /* Reduce padding for smaller screens */
    font-size: 12px;
    /* Smaller font size for smaller screens */
  }

  .neword-container {
    flex-direction: column;
  }

  /* .post_banner {
  height: 50vh !important;
}
.splide_secound {
  height: 40vh !important;
}
.splide__slide img {
  height: 40vh !important;
} */
}


@media (max-width: 480px) {
  .offer_icon {
    top: 18px;
    right: 0px;
    padding: 4px 8px;
    font-size: 9px;
  }
}

.set_card {
  align-items: center !important;
}

.Search_box input {
  width: 60%;
}

.quoter_set {
  display: flex;
  flex-direction: column;
}

.logo {
  width:75px;
}

li {
  list-style: none;
}

.section-padding {
  /* padding-top: 70px; */
  margin-top: 70px !important;
}

#mobile_slide {
  position: relative;
}

#mobile_slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #696868;
  top: 0;
  left: 0;
}

.mobile_hero_txt {
  position: absolute;
  top: 10%;
  left: 0;
}

a {
  text-decoration: none !important;
  font-family: "Marcellus", serif;
}

.box {
  background-color: #e5e7eb;
  /* gray-200 */
  padding: 20px;
  border-radius: 0.5rem;
  /* rounded-lg */
}

.custom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.custom-box {
  padding: 20px;
  border-radius: 0.5rem;
  /* rounded-lg */
}

.custom-flex {
  display: flex;
  border: 1px solid #ccc;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.custom-icon-container {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /* white */
  border-right: 1px solid #e5e7eb;
  /* gray-200 */
  padding: 20px;
  border-top-left-radius: 0.5rem;
  /* rounded-tl-lg */
  border-bottom-left-radius: 0.5rem;
  /* rounded-bl-lg */
}

.custom-icon {
  pointer-events: none;
  position: absolute;
  width: 20px;
  fill: #6b7280;
  /* gray-500 */
  transition: all 0.2s;
}

.custom-input-text {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  outline: none;
  height: 50px;
}

.custom-search-button {
  background-color: #3b82f6;
  padding: 8px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
  width: 40%;
}

.celeb_img {
  width: 500px;
  max-width: 100%;
}

.celeb_txt {
  font-weight: bold;
  text-align: center;
}

.custom-search-button:hover {
  background-color: #1e40af;
  /* blue-800 */
}

.head-seprate {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding-top: 10px;
}

.ecom-parts {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.ecom-parts i {
  font-size: 30px;
}

.custom-icon-sect {
  font-size: 32px;
  /* Adjust the size as needed */
  width: 32px;
  height: 32px;
}

/* ////Header Top Ends///// */
.hero-section {
  width: 100%;
  display: flex;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.sets {
  padding: 0 !important;
  margin: 0 !important;
}

.hearo-head-img,
.hearo-head-img-sec {
  position: relative;
  /* Ensure the pseudo-element is positioned relative to the parent */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  width: 100%;
  animation: zoomAnimation 10s infinite alternate;
}

.hearo-head-img::before,
.hearo-head-img-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the color and opacity as needed */
  z-index: 1;
  /* Ensure the overlay is on top */
}

.hearo-head-img {
  /* background-image: url(saraf.jpg); */
}

.hearo-head-img-sec {
  /* background-image: url(222s.jpg); */
}

/* Optional: Ensure any content within these elements is above the overlay */
.hearo-head-img-content,
.hearo-head-img-sec-content {
  position: relative;
  z-index: 2;
}


@keyframes zoomAnimation {
  0% {
    background-size: 110%;
  }

  50% {
    background-size: 120%;
  }

  100% {
    background-size: 110%;
  }
}

/* Media queries for smaller screens */
@media (max-width: 768px) {

  .hearo-head-img,
  .hearo-head-img-sec {
    height: 60vh;
  }

  .row.no-gutters {
    gap: 30vh;
  }

  .insider_time h4 {
    font-size: 30px !important;
  }

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

  .inner_shops img {
    width: 80px !important;
  }

  .banner_section {
    background-position: right !important;
    /* height: 70vh !important; */
  }
  .banner_img{
    margin-bottom: 170px;

  }
  .nav-links li a {
    font-size: 15px !important;
  }

  .hearo-head-img h3 {
    top: 100% !important;
    font-size: 44px !important;
    line-height: 80px !important;
    color: #000 !important;
  }

  /* section.about-us-sect {
  margin-top: 50%;
} */
  .hearo-head-img-sec h3 {
    top: 110% !important;
    font-size: 44px !important;
    color: #000 !important;
  }

  .product_lien {
    padding: 0px !important;
    gap: 10px !important;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 5px;
}

  .det_txt h4 {
    font-size: 13px;
  }

  .det_txt p {
    font-size: 12px !important;
  }

  .det_txt {
    align-items: baseline !important;
  }

  .add_to_cart_button button {
    width: 80% !important;
  }

  .det_input_grp .btn-decrement,
  .btn-increment {
    padding: 1px 5px;
  }

  .det_input_grp .btn-increment {
    padding: 1px 5px;
  }

  .det_input_grp .quantity-input {
    width: 40px !important;
    height: 30px;
    text-align: center;
  }

  .price_select select {
    display: flex;
    border: none !important;
    width: 80% !important;
  }

  .price_select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 12px;
  }

  .product_category_title h2 {
    font-size: 20px;
  }

  .product_category_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .inner_sorting {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {

  .hearo-head-img,
  .hearo-head-img-sec {
    height: 50vh;
  }
}

.head-bottom-unorder li a {
  padding: 17px 21px;
  color: #000;
  font-weight: bold;
}

.head-bottom-unorder>li:first-child a {
  padding-left: 0;
}

ul {
  padding: 0 !important;
}

.hearo-head-img p,
h3 {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #ffffffff;
  text-transform: uppercase;
}

.hearo-head-img p {
  top: 50%;
  left: 5%;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .3em;
}

.hearo-head-img h3 {
  top: 60%;
  left: 5%;
  text-align: left;
  color: #ffffffff;
  font-weight: 700;
  font-size: 66px;
  line-height: 80px !important;
}

.hearo-head-img-sec p,
h3 {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
  color: #ffffffff;
  text-transform: uppercase;
}

.hearo-head-img-sec p {
  top: 50%;
  right: 5%;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .3em;
}

.hearo-head-img-sec h3 {
  top: 60%;
  right: 5%;
  color: #ffffffff;
  font-weight: 700;
  font-size: 66px;
  line-height: 80px !important;

}

/* //////About Secrion Starts///// */

section.about-us-sect {
  background-color: #f3efe9;
  padding: 80px 0px 80px 0px;
}

.abt-backs .abt-head-backs p {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

/* /////////////About section ENDS////////// */
/* ----------------------------------68 banner style---------------------------------------- */
.year_section{
  padding: 3rem !important;
}
.year_section_video{
  width:100%;
  height:500px; 
  border-radius: 50px 0 0 50px;
}
.year_section_video2{
  width:100%;
  height:500px; 
  border-radius:0 50px 50px 0 ;
}
.year-bg{
  width: 100%;
  height:500px;
}
@media only screen and (max-width: 767px) {

.year_section_video,.year_section_video2,.year-bg{
border-radius:0 0 0 0 ;
width:100%;
height:auto;
}
.year_section{
  padding: 2rem !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

.year_section_video,.year_section_video2{
border-radius:0 0 0 0 ;
width:100%;
height:315px;
}
.year_section{
  padding:2rem;
}

}
/* ----------------------------------68 banner style---------------------------------------- */
/* /////////////product display section STARTS////////// */
.prod-display-frst,
.prod-display-scnd,
.prod-display-thrd {
  background-size: cover;
  height: 50vh;
  background-repeat: no-repeat;
  position: relative;
}

.prod-display-frst,
.prod-display-scnd,
.prod-display-thrd {
  background-size: cover;
  height: 50vh;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* Ensure content doesn't overflow */
}

.prod-display-frst::before,
.prod-display-scnd::before,
.prod-display-thrd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the color and opacity as needed */
  z-index: 1;
  /* Ensure the overlay is above the background */
}

.prod-display-frst .inner-text,
.prod-display-scnd .inner-text,
.prod-display-thrd .inner-text {
  position: relative;
  z-index: 2;
  /* Ensure the text is above the overlay */
  color: #fff;
  /* Change the text color to stand out against the overlay */
}

.prod-display-frst {
  background-image: url(images/slide.jpg);
}

.prod-display-scnd {
  background-image: url(images/slide2.jpg);
}

.prod-display-thrd {
  background-image: url(images/slide3.jpg);
}

.subtop {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.inner-text {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: absolute !important;
  bottom: 200px;
  color: #fff !important;
  left: 30%;
  width: fit-content;
  text-align: center;
}

.setings {
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: absolute !important;
  top: 10px;
  color: #fff !important;
  left: 30%;
  width: fit-content;
  text-align: center;
}

.inner-text h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.inner_btn {
  position: absolute;
  top: 450%;
}

.setings-btn {
  position: absolute;
  top: 60%;
}

/* /////////////product display section ends////////// */
/* /////////////product section STARTS////////// */
.sect-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-top: .5rem;
}

/* /////////////product section Ends////////// */

.one_card {
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.one_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-color: #ddd;
}

.card_upper_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card_upper_img img {
  width: 100%;
  height: 500px;
  transition: opacity 0.5s ease;
}

/* .card_upper_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
} */

.card_upper_img .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}


.one_card:hover .card_upper_img .secondary-image {
  opacity: 1;
}

.one_card:hover .card_upper_img .primary-image {
  opacity: 0;
}

.product-buttons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
}

.card_upper_img:hover .product-buttons {
  visibility: visible;
  opacity: 1;
}

.product-buttons button,
.mobile-product-buttons button {
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  /* border-radius: 50%; */
  background-color: rgb(0 0 0 / 80%);
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.product-buttons button:hover,
.mobile-product-buttons button:hover {
  background-color: rgb(115 111 111);
}

ion-icon {
  color: #fff;
  font-size: 29px !important;
}

.lower_cntnt_prod {
  padding: 16px;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__size {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  flex-direction: column;
  text-align: center;
}

.mrp {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
}

.selling-price {
  color: #e91e63;
  font-weight: bold;
}

.product-type {
  margin-top: 10px;
}

.mobile-product-buttons {
  display: none;
  /* Hidden by default */
  margin-top: 10px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .product-buttons {
    display: none;
    /* Hide the buttons in the image on smaller screens */
  }

  .wishlist_icons i {
    font-size: 20px !important;
  }

  .wishlist_icons i {
    top: 20px !important;
  }

  .savage {
    width: 30px !important;
    height: 30px !important;
  }

  .mobile-product-buttons {
    display: flex;
    gap: 10px;
  }

  .one_card {
    height: auto;
  }

  .card_upper_img {
    height: auto;
  }
}

select {
  word-wrap: normal;
  width: 50%;
  border-radius: 5px;
  padding: 5px;
}

.btn-cart {
  display: flex;
  background: black;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* BANNER SECTION STARTTS HERE */
.banner_section {
  /* background-image: url('images/1200s.jpg'); */
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 80px 0px 80px 0px;
}

.inner_side {
  text-align: center;
  color: #ffffff;
  /* Adjust text color as needed */
  z-index: 4;
}

.section-title-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-top: .5rem;
}

.inner_shops img {
  width: 120px;
}

.inner_shops {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.skin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

/* .btn-11 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
}

.btn-11::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: brown;
  transition: left 0.5s;
  z-index: 0;
}

.btn-11:hover::before {
  left: 0;
  transition: color 0.5s;
}

.btn-11 span {
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: transform 0.5s;
}

.btn-11:hover span {
  transform: translateY(-5px);
} */

/* .banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; 
} */
/* BANNER SECTION STARTTS ENDS */
/*MOdal //////////////////// */
.bb-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.bb-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
}

.bb-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 9 !important;
}

.bb-close:hover,
.bb-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

section.bb-section {
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

section.bb-section .bb-container {
  position: relative;
  width: 800px;
  height: 500px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

section.bb-section .bb-container .bb-user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

section.bb-section .bb-container .bb-user .bb-imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #ff0;
  transition: 0.5s;
}

section.bb-section .bb-container .bb-user .bb-imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.bb-section .bb-container .bb-user .bb-formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
}

section.bb-section .bb-container .bb-user .bb-formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

section.bb-section .bb-container .bb-user .bb-formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

section.bb-section .bb-container .bb-user .bb-formBx form input[type='submit'] {
  max-width: 100px;
  background: #FF9800;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

section.bb-section .bb-container .bb-user .bb-formBx form .bb-signup {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

section.bb-section .bb-container .bb-user .bb-formBx form .bb-signup a {
  font-weight: 600;
  text-decoration: none;
  color: #dc3545;
}

section.bb-section .bb-container .bb-signupBx {
  pointer-events: none;
}

section.bb-section .bb-container.bb-active .bb-signupBx {
  pointer-events: initial;
}

section.bb-section .bb-container .bb-signupBx .bb-formBx {
  left: 100%;
}

section.bb-section .bb-container.bb-active .bb-signupBx .bb-formBx {
  left: 0;
}

section.bb-section .bb-container .bb-signupBx .bb-imgBx {
  left: -100%;
}

section.bb-section .bb-container.bb-active .bb-signupBx .bb-imgBx {
  left: 0%;
}

section.bb-section .bb-container .bb-signinBx .bb-formBx {
  left: 0%;
}

section.bb-section .bb-container.bb-active .bb-signinBx .bb-formBx {
  left: 100%;
}

section.bb-section .bb-container .bb-signinBx .bb-imgBx {
  left: 0%;
}

section.bb-section .bb-container.bb-active .bb-signinBx .bb-imgBx {
  left: -100%;
}

@media (max-width: 991px) {
 
  section.bb-section .bb-container {
    max-width: 400px;
  }

  section.bb-section .bb-container .bb-imgBx {
    display: none;
  }

  section.bb-section .bb-container .bb-user .bb-formBx {
    width: 100%;
    padding: 0 !important;
  }

  section.bb-section {
    padding: 0 !important;
  }
}

.qv-quantity {
  height: 40px;
  width: 60px;
  /* Adjusted width of quantity input */
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
}

.product-type select {
  width: 100%;
}

/* ////Hot Deals Products///////// */
.hot-deals {
  /* background-image: url(images/hot_bg.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* /////////Banner Section///////// */
.post_banner {
  position: relative;
  /* Ensure the container is positioned */
  /* background-image: url(images/banner_sect.jpeg); */
  background-position: center;
  background-size: cover;
  height: 80vh;
  margin-top: 70px;
  padding-top: 70px;
}

.post_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity (last value) as needed */
}

/* /////////////Testimonials///////////// */
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 100%;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.test_sets span {
  text-align: center;
}

.carousel .card .img {
  background: #8b53ff;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}

.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  color: #6a6d78;
  font-size: 1.31rem;
}

.section_padding {
  padding-top: 70px;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
  .post_banner {
    height: 40vh !important;
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }

  .wrapper i:last-child {
    right: 18px;
  }

  .wrapper i:first-child {
    left: 20px;
    z-index: 2;
  }

}

.wrapper i:first-child {
  z-index: 2;
}

@media screen and (min-width: 600px) and (max-width: 1500px) {

  /* CSS styles here */
  .nav-links li a {
    font-size: 15px !important;
  }

  /* .mobile_logo {
    margin-left: 20px !important;
  } */
}

.input-group {
  flex-wrap: nowrap !important;
}

.add_to_cart_button span {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

/* /////Star Rating///////// */
.rating {
  margin-top: 40px;
  border: none;
  float: left;
}

.rating>label {
  color: #F79426;
  float: right;
  cursor: pointer;
}

.rating>label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  /* Ensure Font Awesome is correctly linked */
  content: "\f005";
  display: inline-block;
}

.rating>input {
  display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #F79426 !important;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
  color: #FECE31 !important;
}

.carts_puts {
  width: 60px !important;
  text-align: center !important;
}

.ripple {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid #d8172863 !important;
  margin-right: 5px;
}

.btn-link {
  color: #090a0b69 !important;
}

.ripple_set {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 1px solid #d8172863 !important;
  margin-left: 5px;
}


/* ////////////////Footer///////////////// */
.footer-section {
  background: #373737;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #e8f32b;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #f0e8e8;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.instagram-bg {
  background: #DD4B39;
}

.linkedin-bg {
  background: #0077b5;
}

.youtube-bg {
  background: red;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-align: justify !important;
  display: block;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #edf929;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #edf929;
  padding: 13px 20px;
  border: 1px solid #edf929;
  top: 0;
}

.subscribe-form button i {
  color: #090909;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/* GALLERY SECTION */
.gallery_sect {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.gallery_section.py-10 {
  margin-top: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.gallery {
  --_size: 120px;
  /* Original size */
  --_grid-cols: repeat(3, 1fr);
  --_grid-areas: "large large large"
    "large large large"
    "large large large"
    "thumb-1 thumb-2 thumb-3"
    "thumb-4 thumb-5 thumb-6"
    "thumb-7 thumb-8 thumb-9";
  --_gap: 0.5rem;
  --_info-top: 0;
  --_info-bottom: auto;
  --_info-translate: -100px;

  width: 100%;
  max-width: fit-content;
  min-width: min-content;
  display: grid;
  grid-template-columns: var(--_grid-cols);
  grid-template-areas: var(--_grid-areas);
  gap: var(--_gap);
  position: relative;
  overflow: hidden;
}

@media (min-width: 720px) {
  .gallery {
    --_size: 180px;
    /* Increased size by 50% for larger screens */
    --_grid-cols: repeat(6, 1fr);
    --_grid-areas: "thumb-1 thumb-2 thumb-3 large large large"
      "thumb-4 thumb-5 thumb-6 large large large"
      "thumb-7 thumb-8 thumb-9 large large large";
    --_info-top: auto;
    --_info-bottom: 0;
    --_info-translate: 100px;
  }
}

.gallery>label {
  cursor: pointer;
  height: var(--_size);
  width: var(--_size);
  /* Ensure width matches height for square images */
  aspect-ratio: 1;
}

.gallery>label img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: opacity 500ms ease-in-out;
}

.gallery>label>div {
  position: absolute;
  right: 0;
  top: var(--_info-top);
  bottom: var(--_info-bottom);
  width: calc((var(--_size) * 3) + var(--_gap) * 2);
  z-index: 10;
  background-color: #00000099;
  padding: 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  opacity: 0;
  transform: translateY(var(--_info-translate));
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.gallery>label>div h2 {
  font-size: 1rem;
  font-weight: 500;
}

.gallery>label>div a {
  color: white;
  transition: transform 300ms;
  display: inline-block;
  transform-origin: bottom left;
}

.gallery>label>div a:hover {
  transform: scale(1.25);
}

.main-img {
  grid-area: large;
  aspect-ratio: 1/1;
}

.gallery>label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((var(--_size) * 3) + var(--_gap) * 2);
  height: calc((var(--_size) * 3) + var(--_gap) * 2);
  aspect-ratio: 1;
  background-image: var(--bg-img);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.gallery>label:has(input:checked)::before {
  opacity: 1;
}

.gallery>label:has(input:checked)>div {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.inside_txt {
  color: #fff !important;
}

.canvas_section {}

canvas {
  display: block
}

/* h6 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 5em;
  font-weight: 900;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99999;
} */
.canvas_txt {
  font-size: 50px;
  font-weight: bold;
}



/* //////////Thumb ANimation///////// */
/* .thumb {
	width: 400px; height: 300px; margin: 70px auto;
	perspective: 1000px;
}
.thumb a {
	display: block; width: 100%; height: 100%;
	background: 
		linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
		url("http://thecodeplayer.com/u/m/i1.png");
	background-size: 0, cover;
	transform-style: preserve-3d;
	transition: all 0.5s;
}
.thumb:hover a {transform: rotateX(80deg); transform-origin: bottom;}
.thumb a:after {
	content: ''; position: absolute; left: 0; bottom: 0; 
	width: 100%; height: 36px;
	background: inherit; background-size: cover, cover;
	background-position: bottom;
	transform: rotateX(90deg); transform-origin: bottom;
}
.thumb a span {
	color: white; text-transform: uppercase;
	position: absolute; top: 100%; left: 0; width: 100%;
	font: bold 12px/36px Montserrat; text-align: center;
	transform: rotateX(-89.99deg); transform-origin: top;
	z-index: 1;
}
.thumb a:before {
	content: ''; position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5); 
	box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
	transition: all 0.5s; 
	opacity: 0.15;
	transform: rotateX(95deg) translateZ(-80px) scale(0.75);
	transform-origin: bottom;
}
.thumb:hover a:before {
	opacity: 1;
	box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
	transform: rotateX(0) translateZ(-60px) scale(0.85);
}
 */
.carousel-item .col-12 {
  display: none;
}

.carousel-item.active .col-12 {
  display: block;
}

@media (min-width: 768px) {
  .carousel-item .col-md-6 {
    display: none;
  }

  .carousel-item.active .col-md-6 {
    display: block;
  }
}

@media (min-width: 992px) {
  .carousel-item .col-lg-4 {
    display: none;
  }

  .carousel-item.active .col-lg-4 {
    display: block;
  }
}

/* /////Animation background//////////// */

/* //////////////////////////////////////////////////////////PRODUCT CATEGORY SECTION PAGE////////////////////////////////////////////////////////// */
/* BANNER SECTION STARTS */
.category_banner_img {
  background-image: url(images/category_banner.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40vh;
  box-shadow: 0px 6px 13px 0px #f48720;
}

.product_category_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category_product_sect::-webkit-scrollbar {
  width: 3px;
}

.category_product_sect::-webkit-scrollbar-thumb {
  background-color: #effb24;
  border-radius: 10px;
}

.category_product_sect::-webkit-scrollbar-thumb:hover {
  /* background-color: #555; */
}

.category_product_sect {
  height: 860px;
  /* Set the fixed height */
  overflow-y: auto;
  border-bottom: 3px solid red;
  /* Enable vertical scrolling */
}

/* ...................... Mobile card........ */
.mobile_add_button span {
  font-size: .8rem;
  text-align: center;
}

.mobile_add_button {
  text-align: end;
}

.mobile_input_btn {
  display: flex !important;
  justify-content: space-between !important;
}

.mobile_add_button button {
  padding: 5px 44px !important;
}

.mobile_input select {
  font-size: .8rem;
}

.mobile_icon i {
  font-size: 20px !important;
}

p.mobile_prev {
  font-size: .8rem !important;
}

.mobile_rate p {
  font-size: .8rem;
}


/* BANNER SECTION ENDS */

/* CATEGORY SECTION STARTS */


@media (max-width: 992px) {
  .sidebar {
    position: relative;
    width: 100%;
  }
}

.accordion-item {
  border: none !important;
}

.acc-btn-stl {
  text-transform: uppercase;
  margin: 0;
  font-size: 24px !important;
  line-height: 23px;
  font-weight: 400;
}

.accordion-body_list_head li {
  text-transform: capitalize;
  padding: 8px 0;
}

.product-card--style3 {
  background: #fff;
  margin-bottom: 40px;
  height: auto;
}

.product-card {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
  height: 100%;
}

.product_lien img {
  width: 60px;
}

.product_lien {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border-bottom: 1px solid #efe1e1;
  padding: 20px;
  font-size: 20px;
  gap: 20px;
  font-size: 16px;
  /* flex-wrap: wrap; */
}

.left-section,
.right-section {
  height: 100%;
  overflow-y: auto;
  /* Enables vertical scrolling */
}

.left-section {
  width: 30%;
  background-color: #f0f0f0;
}

.right-section {
  width: 80%;
  background-color: #ffffff;
}

/* CATEGORY SECTION ENDS */
::selection {
  color: #fff;
  background: #000;
}

.product_category-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header p {
  margin-top: 5px;
  font-size: 16px;
}

.product_category-price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.product_category-price-input .product_category-field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.product_category-field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product_category-price-input .product_category-separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.product_category-slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  margin-top: 30px;
}

.product_category-slider .product_category-progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #000;
}

.product_category-range-input {
  position: relative;
}

.product_category-range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.upper_txt {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
}

.upper_txt_input select {
  width: 100%;
  padding: 5px 5px;
  border: none;
  color: #5d5858;
  font-weight: bold;
  background: none !important;
}

.upper_txt_input select:focus-visible,

:visited,
:active {
  border: none;
}

.wishlist_icons i {
  font-size: 30px;
}

.product-name a {
  color: #000;
  font-size: 20px;
}

.upper_txt_qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 20px; */
  flex-wrap: wrap;
}

.add_to_cart_button button {
  width: 100%;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 37px;
  border: 1px solid #e8baba;
  background: none;
}

.quant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quant,
.upper_txt p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .stat-btns {
    position: relative;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .butn-fxd {
    position: static;
    width: 100%;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .sticky-button {
    position: fixed;
    bottom: 9%;
    left: 0;
    width: 100%;
    z-index: 1100;
  }

  .hidden-button {
    opacity: 0;
  }
}

/* .add_to_cart_button {
  padding-top: 20px;
} */
.product_category_product_part {
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  padding: 10px;
}

.product_category_product_part:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-color: #ddd;
  border-radius: 20px;
}

.card_upper_img .secound-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product_category_product_part:hover .card_upper_img .secound-image {
  opacity: 1;
}

.product_category_product_part:hover .card_upper_img .first-image {
  opacity: 0;
}

.product_part_upper {
  width: 100%;
  height: 100%;
  /* height: 400px; */
}

.price_select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-top: 20px;
}

.price_select select {
  display: flex;
  border: none !important;
  width: 100% !important;
}

.price_select select:focus-visible {
  border: none !important;
}

.price_select select:visited {
  border: none !important;
}

.price_select select:active {
  border: none !important;
}

.price_select select:focus {
  border: none !important;
}

.category {
  width: 100%;
}

/* Support */

/* //////Product Styling////////// */
.upper_common {
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}


/* ///////////////Splide Section////////////// */
.splide__slide {
  position: relative;
  padding-bottom:3rem;
  /* height: 100vh; */
}

#splide3 img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: fill;
  display: block;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the entire slide */
  display: block;
  /* Ensures that the image is displayed as a block element */
}

.splide__slide img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 3;
}

.slider_bg {
  background-color: var(--theme-color);
  width: 30rem;
  height: 25rem;
  position: absolute;
  top: 0rem;
  left: 5rem;
  z-index: -1;
  border-radius: 30px;
  display: flex;
  align-items: end;

}

/* Style for the carousel */
.splide_secound {
  /* background-image: url(images/pngtree-happy-raksha-bandhan-orange-background-vector-illustration-image_364910.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  padding: 20px;
}

.splide_secound_set {
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  padding: 20px;
}

.splide_secound,
.splide_secound_set {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#splide2 .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #ffd43b;
  border-radius: 20px;
}


#splide2 .slide-content {
  display: flex;
  gap: 1rem;
  /* Adjust the gap between images as needed */
  overflow: hidden;
}

#splide2 .slide-content img {
  width: 100%;
  /* Make sure images fit within their container */
  height: 100%;
  /* Maintain aspect ratio */
  flex: 1;
  /* Each image takes up equal space */
  border-radius: 20px;
}

/* /////Box wave animation////////////// */
.insider_time {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.insider_time h4 {
  font-size: 40px;
  line-height: 120%;
}

/* 
#qty_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('images/arrow-down-sign-to-navigate.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px; /* adjust as needed */
/* } */
*/

/* //////////////////////////////////////Product Detail Section//////////////////////////////// */
.details-img-showcase img {
  width: 100%;
  /* Example width */
  height: 100%;
  /* Example height */
  object-fit: cover;
  /* Adjusts the image to cover the specified dimensions */
}

.details-img-item {
  width: 100%;
  height: 100%;
}

.details-img-item img {
  width: 100%;
  /* Smaller width for thumbnails */
  height: 100%;
  /* Matching height for square thumbnails */
  /* Ensures the image covers the specified dimensions */
}

.details-card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.details-img-display {
  overflow: hidden;
}

.details-img-showcase {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.details-img-showcase img {
  min-width: 100%;
  width: 100%;
}

.details-img-select {
  display: flex;
  justify-content: space-between;
}

.details-img-item {
  margin: 0.3rem;
}

.details-img-item:nth-child(1),
.details-img-item:nth-child(2),
.details-img-item:nth-child(3) {
  margin-right: 0;
}

.details-img-item:hover {
  opacity: 0.8;
}

.details-product-content {
  padding: 2rem 1rem;
}

.details-product-title {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}

.details-product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.details-product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #ff8a25;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.details-product-link:hover {
  opacity: 0.9;
}

.details-product-rating {
  color: #ffc107;
}

.details-product-rating span {
  font-weight: 600;
  color: #252525;
}

.details-product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.details-product-price span {
  font-weight: 400;
}

.details-last-price span {
  color: #f64749;
  text-decoration: line-through;
}

.details-new-price span {
  color: #256eff;
}

.details-product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.details-product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}

.details-product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.details-product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.details-product-detail ul li span {
  font-weight: 400;
}

.details-purchase-info {
  margin: 1.5rem 0;
}

.details-purchase-info input,
.details-purchase-info .details-btn {
  border: 1.5px solid #ddd;
  /* border-radius: 25px; */
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  /* margin-bottom: 1rem; */
}

.details-purchase-info input {
  width: 60px;
}

.details-purchase-info .details-btn {
  cursor: pointer;
  color: #fff;
}

.details-purchase-info .details-btn:first-of-type {
  background: #ff8a25;
}

.details-purchase-info .details-btn:last-of-type {
  background: #f64749;
}

.details-purchase-info .details-btn:hover {
  opacity: 0.9;
}

.details-social-links {
  display: flex;
  align-items: center;
}

.details-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f64749;
  border: 1px solid #d3801e;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.details-social-links a:hover {
  background: #f64749;
  border-color: transparent;
  color: #effb24;
}

@media screen and (min-width: 992px) {
  .details-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }

  .details-card-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .details-product-imgs {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
  }

  .details-product-content {
    padding-top: 0;
  }
}

.video_block {
  position: relative;
}

.bg-herovideo.txt-right {
  text-align: right;
}

.bg-herovideo {
  position: relative;
}

.bgvideo-1586366347102 {
  padding: 160px 0;
}

.bg-herovideo .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-herovideo .hero-video video {
  position: relative;
  object-fit: cover;
  object-position: 50% 20%;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.para_animate h4 {
  color: #96631c;
  z-index: 999999;
  display: flex;
  position: absolute;
  background: red;
  padding: 20px;
  right: 40px;
  font-size: 36px;
  background-color: #ffffff;
  opacity: 0.7;
}

.details-purchase-info {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 30px;
}

.set_insider {
  display: flex;
  align-items: center !important;
}

.prdd_name {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* //////////////////////////////////////////Wishlist Page//////////////////////////////// */

.wish_prod_cont {
  padding: 1.5rem !important;
  display: flex;
  border: 1px solid rgb(217, 214, 214);
}

.wish_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wish_price button {
  border: navajowhite;
  background: #d77f24;
  border-radius: 20px;
  padding: 5px;
  color: #fff;
}

.clls {
  display: flex;
}

.cehc_txt h6 {
  font-size: 1rem;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: none !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


/* ////login */

p.prev_rate {
  font-size: 14px;
  color: red;
}

.rates p {
  margin: 0;
}

.rates {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  flex-direction: column;
  margin: 0;
}

/* ////login */


/* sections */
.d-none {
  display: none !important;
}

.d-lg-block {
  display: block !important;
}

/* Show the smaller screen section only on screens smaller than large */
.d-lg-none {
  display: none !important;
}

@media (max-width: 992px) {
  .d-lg-none {
    display: block !important;
  }

  .d-lg-block {
    display: none !important;
  }

  .bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex !important;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
  }

  .splide_secound {
    height: 30vh;
  }

  .splide_secound_set {
    height: 100%;
  }

  #splide3 img {
    height: 100%;
  }

  .coach {
    top: 224px !important;
    width: 60% !important;
    left: 74% !important;
  }
}


/* /////Product category new section/////////// */
.gradient-custom-2 {
  /* fallback for old browsers */

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #d818281f;
}

#progressbar-1 {
  color: #455A64;
}

#progressbar-1 li {
  list-style-type: none;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar-1 #step1:before {
  content: "1";
  color: #fff;
  width: 29px;
  margin-left: 22px;
  padding-left: 11px;
}

#progressbar-1 #step2:before {
  content: "2";
  color: #fff;
  width: 29px;
}

#progressbar-1 #step3:before {
  content: "3";
  color: #fff;
  width: 29px;
  margin-right: 22px;
  text-align: center;
}

#progressbar-1 li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #455A64;
  border-radius: 50%;
  margin: auto;
}

#progressbar-1 li:after {
  content: '';
  width: 121%;
  height: 2px;
  background: #455A64;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 15px;
  z-index: -1;
}

#progressbar-1 li:nth-child(2):after {
  left: 50%
}

#progressbar-1 li:nth-child(1):after {
  left: 25%;
  width: 121%
}

#progressbar-1 li:nth-child(3):after {
  left: 25%;
  width: 50%;
}

#progressbar-1 li.active:before,
#progressbar-1 li.active:after {
  background: #1266f1;
}

.card-stepper {
  z-index: 0
}

.buttonds {
  color: #090909;
  padding: 5px;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.buttonds:hover {
  border: 1px solid white;
}

.buttonds:active {
  box-shadow: 4px 4px 12px #c5c5c5, -4px -4px 12px #ffffff;
}

.buttonds.canceled {
  background: red;
  color: white;
  border: 1px solid red;
}

/* //////////////////////////SERVICES page////////////////////////////////// */

.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 60px 0;
}

.card__bx {
  --dark-color: #e9f429;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;
  font-family: inherit;
  height: 350px;
  width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark-color);
  transition: var(--transition);
}

.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}

.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}

.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}

.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  transform: skew(15deg);
  border-right: 4px solid var(--clr);
}

.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}

.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--text-color);
  background-color: var(--dark-color);
  transition: var(--transition);
}

.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 6px var(--clr);
}

.card__bx:hover .card__data .card__icon {
  color: var(--dark-color);
  background-color: var(--clr);
  box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 300px var(--clr);
}

.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.card__bx .card__data h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white-color);
  transition: var(--transition);
}

.card__bx:hover .card__data h2 {
  color: var(--dark-color);
  transition: var(--transition);
}

.card__bx .card__data p {
  font-size: 0.9rem;
  color: var(--dark-alt-color);
  transition: var(--transition);
}

.card__bx:hover .card__data p {
  color: var(--dark-color);
  transition: var(--transition);
}

.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}

.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: var(--dark-color);
}

.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}

/* ///////////////////////////////advertise section///////////////// */
.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#edfb24, #d71828);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

/* ADVERTISERS SERVICE CARD ENDED */
#matters {
  width: 100%;
  height: 300px;
  /* Adjust height as needed */
}

#matters img {
  height: 100%;
  width: 100%;
}

/* ////////////////////////Recipie section starts////////////////// */

.resp-card {
  width: 290px;
  font-family: Roboto;
  background: #d64754;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 10px;
}

.resp-card__header {
 
  background-size: cover;
  background-position: center;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 56px 56px;
  padding: 30px;
}

.resp-card__header_two {
  
  background-size: cover;
  background-position: center;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 56px 56px;
  padding: 30px;
}

.resp-card__header_three {
  background-size: cover;
  background-position: center;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 56px 56px;
  padding: 30px;
}

.resp-card__header__share {
  margin-right: auto;
  align-self: flex-start;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

.resp-card__header__actions {
  margin-left: auto;
  align-self: flex-start;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

.resp-card__header__button {
  animation: bubble 1s infinite alternate;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.486);
  border: none;
  outline: none;
  cursor: pointer;
}

.resp-card__header__button span {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.resp-card__content {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.resp-card__content__price {
  height: 42px;
  width: 82px;
  box-shadow: 0px 0px 20px 0px #00000040;
  display: grid;
  place-content: center;
  border-radius: 30px;
  margin-top: -40px;
  background: #fff;
}

.resp-card__content__title {
  font-weight: 500;
  font-size: 26px;
  margin-top: 30px;
}

.resp-card__content__description {
  font-size: 14px;
  margin-top: 30px;
  color: #00000087;
}

.resp-card__content__buy {
  margin-top: 30px;
  height: 40px;
  background: #0053fc;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.resp-card__content__buy:hover {
  background: #174195e0;
}

@keyframes bubble {
  to {
    box-shadow: 0 0 0 20px #1741955c;
  }
}

.ddss {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* ////////////////////////Recipie section Ends////////////////// */


/* ////////////////////////Numbers that matters STARTS////////////////// */
.numbs-main {
  width: 100%;
  min-height: 420px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.numbs-service {
  background: #ffe099;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.numbs-service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 18px solid #e6ac26;
  display: flex;
  justify-content: center;
  align-items: center;
}

.numbs-service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: #fff;
  position: relative;
}

.numbs-service h4::after,
.numbs-service h4::before {
  content: '';
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.numbs-service h4::after {
  background: linear-gradient(#edfb24, #d71828);
  right: -5px;
  top: -5px;
}

.numbs-service h4::before {
  background: linear-gradient(#edfb24, #d71828);
  left: -5px;
  bottom: -5px;
}

.numbs-main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #ffdb89;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

.numbs-main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #ffdb89;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}
@media (min-width: 768px){
.numbs-main:hover .numbs-service {
  transform: translateY(-50px);
}

.numbs-main:hover::after {
  transform: translateY(-25px);
}

.numbs-service-logo img {
  transition: transform 1s;
}

.numbs-main:hover .numbs-service-logo img {
  transform: rotate(360deg);
}
}

/* ////////////////////////////// */
.cyan_editsless {
  --border-color: hsl(180, 62%, 55%);
  grid-area: cyan;
}

.red_editsless {
  --border-color: hsl(0, 78%, 62%);
  grid-area: red;
}

.orange_editsless {
  --border-color: hsl(34, 97%, 64%);
  grid-area: orange;
}

.blue_editsless {
  --border-color: hsl(212, 86%, 64%);
  grid-area: blue;
}

.green_editsless {
  --border-color: hsl(120, 60%, 50%);
  grid-area: green;
}

.header_editsless {
  text-align: center;
}

.header_subtitle_editsless,
.header_title_editsless {
  font-size: clamp(1.6rem, 5vw, 2rem);
}

.header_subtitle_editsless {
  font-weight: var(--fw-light);
}

.header_title_editsless {
  margin-bottom: 1rem;
}

.header_title_editsless,
.card_title_editsless {
  color: var(--Very-Dark-Blue);
}

.header_description_editsless {
  max-width: 500px;
  margin: 0 auto;
}

.card_grid_editsless {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-template-areas:
    "cyan green blue"
    "red green orange";
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.card_editsless {
  max-width: 320px;
  margin: 0 auto;
  padding: 2rem;
  border-top: 5px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(23, 79, 138, 0.1);
}

.card_title_editsless {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: var(--fw-bold);
}

.card_content_editsless {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.card_img_editsless {
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .card_grid_editsless {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    align-items: stretch;
    grid-template-areas:
      "cyan blue"
      "green green"
      "red orange";
  }

  .splide_secound {
    height: 40vh;
  }

  .cyan_editsless,
  .blue_editsless,
  .red_editsless,
  .orange_editsless,
  .green_editsless {
    grid-area: auto;
  }

  .card_editsless {
    max-width: 300px;
  }
}

@media screen and (max-width: 500px) {
  .card_grid_editsless {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-template-areas:
      "cyan"
      "blue"
      "green"
      "red"
      "orange";
  }
}

/* ////////////////////////R&D  that matters Ends////////////////// */
.lc-block.mb-4 {

  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 35px rgb(0 0 0 / 13%);
}



/* ////////////////////////////OOrder details */
.active-section {
  background-color: red;
}

.neword-sidebar {
  width: 200px;
  background-color: #f4f4f4;
  padding: 20px;
}

.neword-sidebar ul {
  list-style-type: none;
  padding: 0;
}

.neword-sidebar ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}


.neword-content {
  flex-grow: 1;
  padding: 20px;
  background-color: #fff;
}

.neword-section {
  display: none;
}

.neword-section.active {
  display: block;
}

.asac_shradder {
  text-align: left;
  padding: 12px 20px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
}

.menu-item {
  cursor: pointer;
}

.active-list-item {
  transition: all .3s ease-in-out;
  background-color: #FF324D;
  color: #fff;
}

.view_address {
  display: flex;
  justify-content: space-between;
}

.animated-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  background-color: #ffc107;
  border-radius: 5px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 0 0 2px #ffffff20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #d71828;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 5px #ffc107;
  color: #ffffff;
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}

.form-group {
  margin-bottom: 1rem;
}

.wallet-header {
  background: #ffc107;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wallet-header h1 {
  margin: 0;
  font-size: 2.5rem;
}

.wallet-header .balance {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10px;
}

.wallet-header .btn-add-money {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #28a745;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.3s;
}

.wallet-header .btn-add-money:hover {
  background: #218838;
  transform: translateX(-50%) scale(1.05);
}

.transaction-list {
  margin-top: 20px;
}

.transaction-card {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.transaction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.transaction-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.transaction-icon {
  font-size: 2rem;
  margin-right: 15px;
}

.transaction-details {
  flex: 1;
}

.transaction-details h5 {
  margin: 0;
  font-size: 1.1rem;
}

.transaction-details span {
  color: #888;
  font-size: 0.9rem;
}

.transaction-amount {
  font-size: 1.2rem;
  font-weight: bold;
}

.transaction-amount.received {
  color: #28a745;
}

.transaction-amount.sent {
  color: #dc3545;
}

@media (max-width: 768px) {
  .wallet-header {
    padding: 20px;
  }


  .wallet-header .balance {
    font-size: 2.5rem;
  }

  .wallet-header .btn-add-money {
    width: 100%;
    position: static;
    transform: none;
    margin-top: 20px;
  }
}

.get i {
  color: green;
}

.gone i {
  color: red;
}

/* ///////////////gift card */
.gift-card-section {
  height: 40px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.gift-card-list {
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
}

.gift-card-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.gift-card-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.gift-card-item p {
  margin: 0;
}

.gift-card-item.selected {
  background-color: #e0e0e0;
}

.gift-card-item.selected img {
  border: 2px solid #007bff;
  /* Highlight border for selected image */
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  /* Optional: add shadow for visual emphasis */
}

.promo-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  max-height: 250px;
  overflow-y: auto;
}

.promo-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #ff6f61, transparent);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
}

.promo-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.promo-options {
  display: none; /* Hide the options initially */
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.promo-option {
  background: #ffc107;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.promo-option:hover {
  background: #ff8a6b;
  transform: scale(1.05);
}

.promo-option.active {
  background: #fff;
  color: #ff6f61;
  border: 2px solid #ff6f61;
}

.promo-code-input {
  margin: 20px 0;
  padding: 10px;
  border: 2px solid #ffc107;
  border-radius: 8px;
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.apply-button {
  background: #ff0000;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.apply-button:hover {
  background: #ff8a6b;
}

.toggle-options-button {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
}

.toggle-options-button:hover {
  background: #0056b3;
}

/* ///////////////Header drop Down */
/* .dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right:-100% !important;
  background-color: #fff;
  border-top:5px solid #D19221 !important; 
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 250px;
  padding:1rem 2rem !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: .5s;
}

.dropdown-item:hover {
  background-color: #fff6e6 !important;
  color: #D19221 !important;
} */

.order_review {
  background-color: #f7f8fb00;
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
}

h4.payment {
  font-size: 20px;
  font-weight: 700;
}

.heading_s1 {
  margin-bottom: 25px;
}

.payment_option .custome-radio {
  margin-bottom: 10px;
}

.higlight {
  font-size: 13px;
  margin-left: 24px;
}

.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}













.results-summary-container {
  font-family: "Hanken Grotesk", sans-serif;
  display: flex;
  width: 320px;
  border-radius: 30px;
  box-shadow: 10px 20px 20px rgba(120, 87, 255, 0.3);
  backface-visibility: hidden;
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading-primary {
  font-size: 25px;
  font-weight: 600;
  /* background-image: linear-gradient(to right, #f7bb97, #dd5e89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  transform: scale(1.6);
}

.heading-primary i {
  color: white;
}

.heading-secondary {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 2px;
}

.heading-tertiary {
  font-size: 20px;
  font-weight: 500;
  color: hsl(221, 100%, 96%);
}

.paragraph {
  font-size: 17px;
  line-height: 1.4;
  color: hsl(221, 100%, 96%);
}

.paragraph-text-box {
  width: 100%;
}

.text-center {
  text-align: center;
}

.margin-1 {
  margin-bottom: 10px;
}

.results-summary-container__result {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 30px;
  background-image: linear-gradient(-45deg, #D71C28, #EEF929);
  animation: gradient 9s infinite alternate linear;

  .result-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(-45deg, #D71C28, #EEF929);
    background-color: #56ab2f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: gradient 9s linear infinite;
  }

  .result {
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    color: hsl(241, 100%, 89%);
  }
}





@keyframes gradient {
  0% {
    background-position: 0% 50%;
    /* background-image: linear-gradient(-45deg, #D71C28, #EEF929); */
  }

  50% {
    background-position: 100% 50%;
    /* background-image: linear-gradient(to bottom, #D71C28, #EEF929); */
  }

  100% {
    background-position: 0% 50%;
    /* background-image: linear-gradient(to top,  #D71C28, #EEF929); */
  }
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 300px;
  height: 60%;
  overflow: hidden;
  z-index: 1000;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: hsl(39, 100%, 56%);
  top: 0;
  opacity: 0;
  animation: makeItRain 3000ms infinite linear;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-10deg);
  animation-delay: 182ms;
  animation-duration: 2000ms;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(20deg);
  animation-delay: 161ms;
  animation-duration: 2076ms;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  animation-delay: 481ms;
  animation-duration: 2103ms;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  animation-delay: 334ms;
  animation-duration: 1008ms;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  animation-delay: 302ms;
  animation-duration: 1776ms;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  animation-delay: 180ms;
  animation-duration: 1168ms;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  animation-delay: 395ms;
  animation-duration: 1200ms;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  animation-delay: 14ms;
  animation-duration: 1887ms;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  animation-delay: 149ms;
  animation-duration: 1805ms;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  animation-delay: 351ms;
  animation-duration: 2059ms;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  animation-delay: 307ms;
  animation-duration: 1132ms;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  animation-delay: 464ms;
  animation-duration: 1776ms;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 1818ms;
}

.confetti-piece:nth-child(14) {
  left: 94%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 818ms;
}

.confetti-piece:nth-child(15) {
  left: 96%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

.confetti-piece:nth-child(16) {
  left: 98%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

.confetti-piece:nth-child(17) {
  left: 50%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 2818ms;
}

.confetti-piece:nth-child(18) {
  left: 60%;
  transform: rotate(-72deg);
  animation-delay: 429ms;
  animation-duration: 1818ms;
}

.confetti-piece:nth-child(odd) {
  background-color: hsl(0, 100%, 67%);
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 6px;
  height: 14px;
  animation-duration: 4000ms;
  background-color: #c33764;
}

.confetti-piece:nth-child(5n) {
  width: 3px;
  height: 10px;
  animation-duration: 4000ms;
  background-color: #b06ab3;
}

.confetti-piece:nth-child(3n) {
  width: 4px;
  height: 12px;
  animation-duration: 2500ms;
  animation-delay: 3000ms;
  background-color: #dd2476;
}

.confetti-piece:nth-child(3n-7) {
  background-color: hsl(166, 100%, 37%);
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(250px);
  }
}


.splide_mob_img {

  display: flex;
  justify-content: center;
  align-items: center;

}

.button-container {
  width: 40px;
  height: 23px;
  display: flex;
  font-size: .8rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #c92323;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-family: Arial, sans-serif;
  /* background-color: #f0f0f0; */
}

.hidden {
  display: none;
}

.increment-decrement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.increment-decrement button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 5px;
}

.number-display {
  flex-grow: 1;
  text-align: center;
  font-size: .8rem;
}

.mobile_input_btn {
  display: flex;
  flex-wrap: nowrap !important;
}

.mobile_det {
  display: flex;
  justify-content: start;
  padding: 0;
}

.mobile_input select {
  padding: 0;
}

.mobile_upper_txt h4 {
  font-size: 13px !important;
  font-weight: bolder;
}

.mobile_rates p {
  font-size: 13px;
}

.mobile_common select {
  font-size: 13px;
  background: none;
}

.mobile_common {
  gap: .1rem;
  justify-content: space-between;
}

.mobile_upper_txt {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
  gap: 13px;
}

.mobile_part_wish .wishlist_icons i {
  font-size: 20px !important;
}

.mobile_cat_part {
  border: 1px solid #cac8c8;
  border-radius: 5px;
}

.mobile_cat_part {
  padding: 7px;
}

.mobile_common select {
  padding: 0;
}

.savage {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* 
///////////////////////////New Section */
.module-title {
  font-weight: bold;
  letter-spacing: 0;
  color: #ed1f2b;
  font-family: 'Cormorant', serif !important;
  font-size: 30px !important;
}

.module-subtitle {
  text-align: center;
  font-size: 14px;
  color: #111;
  margin-bottom: 70px;
  font-family: Raleway, sans-serif !important;
  width: 50%;
}

.renew_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.renwew_sect {
  position: relative;
}

.module,
.module-small {
  position: relative;
  padding: 143px 0;
  background-repeat: no-repeat;
  background-size: contain;
}


.home-orangepatch {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.home-orangepatch-yellow {
  font-size: 25px;
  color: #fcd93d;
  font-weight: 700;
}

.balloon_right {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 9999;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
  position: absolute;
}

.coach {
  position: absolute;
  z-index: 99;
  top: 300px;
  width: 40%;
  left: 55%;
  margin-left: -450px;
}

/* For screens smaller than 500px */
@media screen and (max-width: 500px) {
  .coach {
    top: 31% !important;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}

/* For screens smaller than 700px */
@media screen and (max-width: 700px) {
  .module_aboutus {
    padding-top: 40% !important;
    margin-top: 12% !important;
  }

  .balloon_left,
  .balloon_right {
    display: none;
  }

  .coach {
    position: absolute;
    z-index: 99;
    top: 29% !important;
    width: 100%;
    left: 0%;
    margin-left: 0px;
  }
  .module,
.module-small {
  padding: 75px 0 !important;
  margin-top: -100px !important;
}
.home-orangepatch {
  font-size: 18px;
}
.home-orangepatch-yellow {
  font-size: 18px;
}
.naminfs {
  height: 100% !important;
}
iframe{
  height: auto;
}

}

/* For screens smaller than 1280px */
@media screen and (max-width: 1280px) {
  .laya-please {
    background-size: contain !important;
}
.layer-5 {
  top: 260px !important;
}
  .module_aboutus {
    padding-top: 10% !important;
    margin-top: 12% !important;
  }

  .coach {
    top: 259px;
    width: 40%;
    left: 66%;
    margin-left: -450px;
  }

  .module-subtitle {
    width: 100%;
  }
}

/* @media only screen and (max-width: 1024px) {
  .image-top {
      position: absolute;
      z-index: 99;
      top: unset !important;
      left: unset !important;
      margin-left: unset !important;
  }
} */

@keyframes floating {
  from {
    transform: translate(0, 0)
  }

  65% {
    transform: translate(0, 15px)
  }

  to {
    transform: translate(0, -0)
  }
}

.module h5 {
  font-size: 24px;
  color: #eb2026;
}

/* ////////////////Renew Research  */
.about-our-story {
  padding: 80px 0;
  background-image: url(../images/about/bg-about-our-story.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* background-size: 100%; */
}

.about-our-story-inner {
  padding: 0 205px 0 144px;
  background-image: url(images/p[r.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  max-width: 920px;
  margin: 0 auto;
}

.mobile {
  display: none !important;
}

.about-bgtext {
  margin: 0;
  padding: 0;
  background: url(../images/about/bg-text.png) top center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font: bold 150px Arial; */
}

.red {
  color: #e61c42;
  font-weight: bold;
}

.about-our-story p {
  line-height: 1.8;
  font-size: 20px;
}

.sec2-banner {
  color: #fff;
  background-color: #ffbc2c;
  /* background-image: url(..); */
  background-position: right 0 top 20px;
  background-repeat: no-repeat;
  border-radius: 80px 0 80px 0;
  background-size: 35%;
  padding: 40px 20px 20px 20px;
  overflow: hidden;
}

.sec2-banner {
  color: #fff;
  background-color: #ffbc2c;
  background-image: url(../images/bloom-big.png);
  background-position: right 0 top 20px;
  background-repeat: no-repeat;
  border-radius: 80px 0 80px 0;
  background-size: 35%;
  padding: 40px 20px 20px 20px;
  overflow: hidden;
}

.bg2 {
  background-image: url(https://www.fortunefoods.com/wp-content/themes/fortunefoods/images/about/bg-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.about-list-row {
  position: relative;
  padding: 80px 5%;
}

.about-list-row-inner {
  display: flex;
  align-self: center;
  justify-content: center;
  padding-left: 23%;
}

.about-list1 {
  width: 40%;
  padding: 0 40px;
}

.about-bgtext {
  margin: 0;
  padding: 0;
  background: url(https://www.fortunefoods.com/wp-content/themes/fortunefoods/images/about/bg-text.png) top center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font: bold 150px Arial; */
}

.about-list-pad {
  left: 4%;
}

.about-list2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.img-responsive {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.about-hd3 {
  font-size: 40px;
}

.about-list3 {
  width: 60%;
  padding: 0 100px 0 40px;
}

.about-list3 p {
  font-size: 20px;
  line-height: 1.8;
}

.Search_btn {
  background-color: #CC723F;
  border: none;
  color: white;
  font-weight: 700;
  padding: .5rem 1rem;
}

.header_item_icon i {
  font-size: 1.7rem;
  background-color: white;
  margin-left: 1rem;
}
/* 
.header {
  padding: 1rem;
}

.nav {
  display: flex;
}

.nav-links {
  list-style-type: none;
  display: flex;
}

.nav-links li {
  margin-right: 2rem;
}

.nav-links li a {
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: .9rem !important;
  font-weight: 500;
  font-family: fangsong;
  position: relative; 
  overflow: hidden;
  transition: color 0.5s ease; 
}



.header_icon{
  color: #000000;
  transition: color 0.5s ease;
}
.header_icon:hover{
  color: #D19221;
}
.wishlist_icon{
  position: relative;
}
.wishlist_dot{
  position: absolute;
  top: 0;
  right: 0;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: red;
  color: red;
}




.menu-toggle {
  display: none;

}

.mobile_search_box {
  display: none;
}

.mobile_search_box i {
  font-size: 1.5rem;
  color: #343434;
}

{
    flex-direction: column;
    align-items: stretch;
  } */
  /* .nav.active {
    display: flex !important;
    z-index: 2;
  } */
  /* .nav {
    display: none !important;
   
    flex-direction: column;
    position: absolute;
    top: 100%;
    
    left: 0;
    width: 60%;
    background-color: white;
    padding: 20px !important;
  } */

/*  

  .nav-links {
    flex-direction: column;
    padding: 1rem;
  }

  .nav-links li {
    margin: 0.5rem 0;
  }

  .menu-toggle {
    display: block;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-btn i {
    font-size: 2rem;
    color: #343434;
  }

  .Search_box {
    display: none;
  }

  .mobile_logo {
    width: 100%;
    padding-left: 3rem;
  }

  .mobile_search_box {
    display: block;
  } */
  @media (max-width: 992px) {
  .bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex !important;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
    /* Ensure it stays above other elements */
  }

  .bottom-bar-item {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .bottom-bar-item a {
    display: block;
    padding: 10px 0;
  }

  .bottom-bar .fa {
    font-size: 1.2rem;
  }

  .mobile_header {
    display: flex;
    justify-content: start !important;
  }
  .mobile_upper_txt h4 {
    font-size: 13px !important;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    width: 100%;
  }
  .splide__slide img {
    object-fit: contain !important;
  }
  .rates p {
    font-size: 10px !important;
  }
  .card_upper_img {
    height: 150px;
    object-fit: contain;
  }
}
/* 
.mobile_logo {
  margin-left:100%;
}

.header-line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.asdas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bag_icon{
  position: relative;
}

.bag_count{
  position: absolute;
  TOP: -10PX;
  right: -8px;
  width: 1rem;
  height: 1rem;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
} */

.bottom-bar-item a {
  color: #d62837;
}

@keyframes gradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.card {
  background: linear-gradient(270deg, #ff9a9e, #fad0c4, #fad0c4, #ff9a9e);
  background-size: 600% 600%;
  animation: gradientBackground 10s ease infinite;
  color: white;
  /* Ensures text is visible against the animated background */
}


.gift-card-section {
  background-color: #FF324D;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  margin: 20px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gift-card-section::before,
.gift-card-section::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 10px;
  background-color: #FF324D;
  z-index: -1;
}

.gift-card-section::before {
  left: -30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.gift-card-section::after {
  right: -30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gift-card-section p {
  margin: 0;
}

.gift-card-section:hover {
  background-color: #ff0000;
  cursor: pointer;
}

.ribbon {
  --r: 15px;
  --b: 2px;
  position: relative;
  color: white;
  display: flex;
  background-color: red;
  padding: 10px 30px;
  clip-path: polygon(0 0, 100% 0,
      calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%,
      0 100%, calc(var(--r) - (var(--b) / 2)) 50%);
}

.ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: -1;
  clip-path:
    polygon(calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b),
      calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)),
      calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%);
}

.store_data {
  background: #d62837;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  z-index: 1000;
}


.details-product-detail .accordion-toggle {
  display: block;
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.details-product-detail .collapsible-content {
  display: block;
}

@media (max-width: 768px) {
  .details-product-detail .accordion-toggle {
      display: block;
  }
  .details-product-detail .collapsible-content {
      display: none;
  }
  .details-product-detail .accordion-toggle.active + .collapsible-content {
      display: block;
  }



/* ///////////////New Section */

}
.over {
  position: relative;
}

.stkey {
/* position: sticky; */
top: 120px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 999;
}

.bgh {
  padding: 6px 25px;
  outline: none;
  border: none;
  background-color: #FF324D;
  color: white;
  font-weight: 300;
  border-radius: 6px;
}

.bgh:hover {
  background-color: transparent;
  color: #FF324D;
  border: 2px solid #FF324D;
}

/* ////////////////Another Desert Section//////////////////// */
.totalcontainer {
  /* width: 100vw; */
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.container1 {
  transform: scaleX(1.11);
}
.container2 {
  transform: scaleX(1.25);
}
.layer-1 {
  height: 100vh;
  width: 100%;
  background-color: #fed8c1;
}
.layer-2 {
  background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay2.svg") no-repeat center center fixed;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.layer-3 {
  /* background: url("{{ asset('images/lay3.png') }}") no-repeat center center fixed; */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}
.layer-4 {
  /* background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay4.svg") no-repeat center center fixed; */
  
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  top: 150px;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}
.layer-5 {
  /* background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453880/codepen/lay5.svg") no-repeat center center fixed; */
  
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: absolute;
  top: 400px;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s both;
}
.layer-6 {
  background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453881/codepen/lay6.svg") no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s both;
}
.layer-7 {
  /* background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453881/codepen/lay7.svg") no-repeat center center fixed; */
  background-repeat: no-repeat;
            background-position: center center;
            background-attachment: fixed;
             animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s both;
             top: 270px; position: absolute;
}
.layer-8 {
  background: url("https://res.cloudinary.com/dkgrf00g1/image/upload/v1536453882/codepen/lay8.svg") no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}
.laya-please {
  position: absolute;
  background-size: cover;
  height: 100vh;
  width: 100%;
  /* top: 0;
  left: 0; */
}
@-webkit-keyframes slide-in-bottom {
  0% {
      -webkit-transform: translateY(1000px);
      transform: translateY(1000px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
      -webkit-transform: translateY(1000px);
      transform: translateY(1000px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}

@media(max-width:480px) {
  .totalcontainer {
    height: 50vh !important;
}
  .laya-please {
    height: 50vh !important;
    width: 100%;
    /* top: 0;
    left: 0; */
  }
  .layer-4 {
    top: 50px !important;
}

.layer-5 {
    top: 80px !important;
}

.layer-6 {
    top: 50px !important;
}

.layer-7 {
    top: 90px !important;
}

.layer-8 {
    top: 50px !important;
}
}

.cart_finds h6 {
  font-weight: 800;
}
.video_about_sect {
  background: rgb(223, 169, 169);
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0px;
}
.naminfs{
  height: 80vh;
}
iframe{
border-radius: 20px;;
}
.upper_txt h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  width: 70%;
}
.rates p {
  font-size: 15px;
}