
@font-face {
  font-family: 'avenir-Regular';
  src: url('../font-family/avenir/avenirnext_n4.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'avenir-medium';
  src: url('../font-family/avenir/avenirnext_n5.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
/* amiri -font-family  start*/
@font-face {
  font-family: 'amour';
  src: url('../font-family/avenir/amour.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'amour-medium';
  src: url('../font-family/avenir/amour_n7.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* amiri -font-family  end*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.test-font-family{
  font-family: 'avenir-Regular', sans-serif;
  font-family: 'avenir-medium', sans-serif;
  font-family: 'amour', serif;
  font-family: 'amour-medium', serif;
}
html, body {
  scroll-behavior: smooth;
}
body {
  font-family: 'avenir-Regular', sans-serif;
}
a{
  color: var(--bs-heading-color);
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}

/*------------ Back to top back-to-top css start -----------------*/

.back-to-top {
  display: none; /* hidden initially */
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999;
}

.progress-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}

circle.track {
  fill: none;
  stroke: #333;
  stroke-width: 6;
  opacity: 0.2;
}

circle.progress {
  fill: none;
  stroke: #333;
  stroke-width: 6;
  stroke-dasharray: 301.59;
  stroke-dashoffset: 301.59;
  transition: stroke-dashoffset 0.1s linear;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333;
  font-weight: bold;
  pointer-events: none;
}

.content {
  padding: 100px;
}
/*------------ Back to top back-to-top css end -----------------*/
/*------------top video section css start -----------------*/
.top-banner-video {
  position: relative;
  width: 100%;
  height: 80vh; /* or 60vh, depending on design */
  overflow: hidden;
}

.top-banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/*------------top video section css end -----------------*/
/*------------  top banner css start -----------------*/
.home-top-banner .banner-image{
  width: 100%;
}
/*------------  top banner css end -----------------*/

.mid-banner .banner-image{
  width: 100%;
}

/*------------  our range css strat-----------------*/
.product-container{
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  /* border: 1px solid #a7a7a7; */
}
.product-container:hover{
  box-shadow: 0px 0px 4px 3px #a7a7a7
}
.product-container .product-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.product-container .product-paragraph{
  font-family: 'amour', serif;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
  margin-bottom: 0;
}
.product-container:hover .product-heading{
  color:#FF9800;
}

.product-container .product-text-box  {
  text-align: center;
 padding: 0 5px;
}
.our-range-section .swiper-horizontal {
  padding: 5px;
  margin-top: 0px !important;
  
}
.product-image-box {
  overflow: hidden;
}
.product-container .product-image-box img{
  transition: all 0.5s ease;
  width: 100%;
}
.product-container:hover .product-image-box img{
  transform: scale(1.05); 
}


.product-image-box {
  position: relative;
  overflow: hidden;
}
/* This ensures the box maintains image height */
.product-image-box::before {
  content: "";
  display: block;
  padding-top: 100%; /* Adjust based on your image aspect ratio */
}

.product-image-box img {
  width: 100%;
  height: auto;
  position: absolute; /* Stack images */
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

.product-image-box img.hover-image {
  opacity: 0;
  z-index: 2;
}

.product-image-box img.default-image {
  opacity: 1;
  z-index: 1;
}

.product-container:hover .hover-image {
  opacity: 1;
}

.product-container:hover .default-image {
  opacity: 0;
}

.heading-text {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: 'amour-medium', serif;
    margin-bottom: 5px;
}
.sub-title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'avenir-medium', sans-serif;
}
.heading-container{
  align-items: center;
}
.custom-outline-btn {
  min-width: 200px;
  border-radius: 50px;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-outline-dark{
  font-family: 'amour-medium', serif;
  display: inline-table;
  padding: 8px 35px;
  border-radius: 50px;
  margin: 10px AUTO;
}
.swiper-btn-contoller .swiper-progress-bar {
  position: relative;
  height: 2px;
  background: #eee;
  margin-top: 20px;
  overflow: hidden;
}

.swiper-btn-contoller .swiper-progress-bar .progress {
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: left;
  transform: scaleX(var(--progress, 1));
  transition: transform 0.1s linear;
}
.swiper-btn-contoller .swiper-button-next, .swiper-btn-contoller  .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 35px;
  height: 35px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000000a3;
  border-radius: 50%;
}
.swiper-btn-contoller .swiper-button-next:after,.swiper-btn-contoller  .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
@media only screen and (max-width: 1400px) {

  .custom-outline-btn {
    padding: 8px 18px;
    font-size: 16px;
  }
  
}
@media only screen and (max-width: 1200px) {
  
  .sub-title{
    font-size: 14px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) {
  .custom-outline-btn {
      padding: 6px 18px;
      font-size: 14px;
    }
 
}
@media only screen and (max-width: 767px) {
 
  .swiper-btn-contoller .swiper-button-next, .swiper-btn-contoller .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .swiper-btn-contoller .swiper-button-next:after, .swiper-btn-contoller .swiper-button-prev:after{
    font-size: 14px;
  }
  .btn-outline-dark{
     padding: 5px 10px;
  }
}
@media only screen and (max-width: 600px) {
 
}
/*------------   our range css end -----------------*/
/*---------------------- all product page css start --------------------------*/
.all-product-container{
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  /* border: 1px solid #a7a7a7; */
}

.all-product-container:hover{
  box-shadow: 0px 0px 4px 3px #a7a7a7
}
.all-product-container .product-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
   min-height: 38px;
}
.all-product-container .product-paragraph{
  font-family: 'amour', serif;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
   min-height: 45px;
}
.all-product-container:hover .product-heading{
    color:#FF9800;
}
.all-product-container:hover .product-image-box img{
  transform: scale(1.05);
}
.all-product-container  .product-image-box {
  overflow: hidden;
}
.all-product-container  .product-image-box img{
  width: 100%;
  transition: all 0.5s ease;
}
.all-product-container .product-text-box {
  text-align: center;
  padding: 0 5px;
}
.all-product-container:hover .hover-image {
  opacity: 1;
}

.all-product-container:hover .default-image {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .all-product-container .btn-outline-dark {
    padding: 8px 20px;
  }
}
/*---------------------- all product page css end --------------------------*/
/*------------   footer css start -----------------*/

.bg-footer-light {
  --bs-bg-opacity: 1;
  background-color: #f2f1f0 !important;
  color: #212121;
  overflow: hidden;
}
.wrapper--full-padded {
    padding-left: 50px;
    padding-right: 50px;
}
.footer__newsletter__wrapper {
    max-width: 440px;
}
.footer-heading {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #212121;
  font-family: 'amour', serif;
  font-size: calc(1.25rem * 1.2);
}

.information-list li {
  margin: 0 0 1.25em;
  text-transform: capitalize;
  font-family: 'amour', serif;
}
.contact-info p{
  text-transform: capitalize;
  font-family: 'amour', serif;
}
.subscribe_newsletter p{
  text-transform: capitalize;
  font-family: 'amour', serif;
}
.footer__newsletter__wrapper .input-group{
    position: relative;
    display: flex;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #212121;
}
.footer__newsletter__wrapper .input-group__field{
  font-family: 'amour', serif;
  border: none;
  background: none;
  color: #212121;
  flex: 1 1 auto;
  border: 0;
  padding: 1em 1em 1em 0;
}
.footer__newsletter__wrapper .input-group__field:focus{
  border-color: none;
  box-shadow: none;
  outline: none;
}
.footer__newsletter__wrapper .newsletter__submit{
    flex: 0 0 auto;
    padding: 0 0 0 12px;
    color: #212121;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
    line-height: 1;
    font-family: 'amour', serif;
    font-size: 12px;
    text-transform: uppercase;
}
.form__legal p {
    font-style: italic;
    color:rgba(33, 33, 33, 0.7);
    font-size: calc(0.75rem * 1.0);
}
.copy-text{
  text-transform: capitalize;
  font-family: 'amour', serif;
}
.join-community{
   font-family: 'amour', serif;
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
  
}
@media only screen and (max-width: 991px) {
  .wrapper--full-padded {
      padding-left: 30px;
      padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper--full-padded {
      padding-left: 16px;
      padding-right: 16px;
  }
  .footer-heading {
    margin-bottom: 1rem;
  }
  .information-list li {
    margin: 0 0 .8em;
  }
  .contact-info p {
    margin-bottom: 1rem !important;
  }
  .footer__newsletter__wrapper .input-group__field{
    width:70%;
  }
}
/*------------   footer css end -----------------*/
/*------------   The Glow Blog Guide css start -----------------*/
.glow-blog-guide{
  background-color: #f6f3e3;
}
.blog-text-box h2{
     font-family: 'amour-medium', serif;
    font-size: 18px;
}
.blog-text-box h3{
    font-family: 'amour-medium', serif;
    font-size: 16px;
}
.blog-card{
  position: relative;
}
.blog-card:hover .blog-card-title{
  color:#FF9800;
}
.blog-heading{
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'amour-medium', serif;
}
.blog-cart-image{
  overflow: hidden;
}
.blog-cart-image img{
  transition: all 0.5s ease;
}
.blog-card:hover .blog-cart-image img{
  transform: scale(1.2);
}
.card-text-blog {
  padding-top: 1.5rem;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-card-title {
  font-family: 'amour-medium', serif;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-text{
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read-more-div {
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'amour-medium', serif;
}
.blog-date {
  font-weight: 500;
  font-size: 14px;
  font-family: 'amour', serif;
}
.all-blog-guide .blog-heading{
  text-transform: capitalize;
  font-size: 22px;
}
.blog-top-banner, .breadcrumb-top-banner{
  background-color: #f6f3e3;;
}
.breadcrumb-top-banner h2{
  font-family: 'amour-medium', serif;
  font-size: 22px;
}
.blog-top-banner-text-container h2{
  font-family: 'amour-medium', serif;
  font-size: 18px;
  text-transform: capitalize;
}
.blog-top-banner-text-container p{
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  text-transform: capitalize;
}
.blog-container .blog-title{
  font-family: 'amour-medium', serif;
  font-size: 18px;
}
.blog-container .blog-para-text {
  font-size: 16px;
  text-align: justify;
}
.blog-container .blog-sub-title {
    font-family: 'amour-medium', serif;
    font-size: 18px;
}
@media only screen and (max-width: 1400px) {

 
}
@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 991px) {
 .blog-top-banner-text-container p {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-top-banner-text-container h2 {
      font-size: 18px;
  }
 
}
@media only screen and (max-width: 767px) {
  .blog-container .blog-title {
    font-size: 18px;
  }
  .blog-container .blog-sub-title {
      font-size: 16px;
  }
  .blog-container .blog-para-text {
      font-size: 14px;
  }
  .blog-top-banner-text-container{
    text-align: center;
    margin-bottom: 15px;
  }
 
  .blog-top-banner-text-container p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
}
/*------------   The Glow Blog Guide css end -----------------*/
#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
#pagination li {
  display: inline;
  margin-right: 5px;
}
#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 0px 8px;
  color: #000;
}

/* Active and Hoverable Pagination */
#pagination li a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}
#pagination li a.active {
  color: #000000;
  border: 2px solid #000;
}
#pagination li a:hover:not(.active) {
  background-color: #ddd;
} 

/*---------------------- pagination css start --------------------------*/
/*---------------------- breadcrumb css start --------------------------*/
.breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #6c757d;
}
/*---------------------- breadcrumb css start --------------------------*/
/*---------------------- about us page css start --------------------------*/
@media only screen and (max-width: 767px) {

}
/*---------------------- about us page css end --------------------------*/

/*---------------------- About us page css start --------------------------*/
.about-us-container{
  text-align: center;
  margin-top: 1rem;
}
.about-us-welcome-heading{
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'amour-medium', serif;
}
.about-us-welcome-paragraph{
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 0;
}
.ab-ourstory-text-container .our-story-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 18px;
}
.ab-ourstory-text-container .our-story-paragraph{
  font-size: 15px;
  text-transform: capitalize;
}
.ab-ourstory-text-container .our-story-paragraph b{
   font-family: 'amour-medium', serif;
   font-weight: 500;
}
.tablate-none-only{
  display: block;
}
.make-different-section .make-different-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 20px;
}
.make-diffrent-text{
  text-align: center;
}
.make-diffrent-text h4{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 18px;
}
.make-diffrent-text p{
  text-transform: capitalize;
  font-size: 15px;
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

  .tablate-none-only{
    display: none;
  }
  
}
@media only screen and (max-width: 991px) {
 
}
@media only screen and (max-width: 767px) {
  .about-us-ourstory-section .col-order-2{
    order:2;
    margin-top: 1.5rem;
  }
  .about-us-ourstory-section .col-order-1{
    order: 1;
  
  }
  .tablate-none-only{
    display: block;
  }
}

/*---------------------- About us page css end --------------------------*/
/*----------------------FAQ page css start --------------------------*/
.faq-container .faq-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 22px;
}
.faq-container .faq-sub-title{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 16px;
}
.faq-container .faq-para-text{
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.faq-text-box ul{
  list-style: decimal-leading-zero;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
 
 
}
@media only screen and (max-width: 991px) {
  
}
@media only screen and (max-width: 767px) {
  .faq-container .faq-heading{
    font-size: 20px;
  }
   
  .faq-container .faq-para-text {
      text-align: justify;
  }

}
/*----------------------FAQ page css end --------------------------*/
/*----------------------terms-of-service page css start --------------------------*/
.terms-of-service-container .terms-of-service-heading{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 22px;
}
.terms-of-service-container .terms-of-service-sub-title{
  font-family: 'amour-medium', serif;
  text-transform: capitalize;
  font-size: 16px;
}
.terms-of-service-container .terms-of-service-para-text{
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.terms-of-service-text-box ul{
  list-style: decimal-leading-zero;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 991px) {
 
}
@media only screen and (max-width: 767px) {
  .terms-of-service-container .terms-of-service-heading {
    font-size: 20px;
  }

    .terms-of-service-container .terms-of-service-para-text {
    text-align: justify;
  }
}
/*----------------------terms-of-service page css end --------------------------*/

/*----------------------privacy-policy page css start --------------------------*/
.privacy-policy-container .privacy-policy-heading{
    text-transform: capitalize;
    font-family: 'amour-medium', serif;
    font-size: 22px;
}
.privacy-policy-container .privacy-policy-sub-title{
    text-transform: capitalize;
    font-family: 'amour-medium', serif;
    font-size: 16px;
}
.privacy-policy-container .privacy-policy-para-text{
    text-transform: capitalize;
    font-size: 15px;
}
.privacy-policy-text-box ul{
    list-style: decimal-leading-zero;
}

@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
  .privacy-policy-container .privacy-policy-heading {
    font-size: 20px;
}
  .privacy-policy-container .privacy-policy-para-text {
    text-align: justify;
  }
}
/*----------------------privacy-policy page css end --------------------------*/


/*--------------------------- li hover image change css start --------------------------*/
.hover-gallery {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.hover-gallery-wrap{
   height: 100%;
}
.hover-gallery-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.hover-gallery-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
}

.hover-gallery-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  padding: 200px 20px;
}
.hover-gallery-container ul {
  list-style: none;
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.hover-gallery-item {
  padding: 10px 0;
  text-align: center;
}
.hover-gallery-link {
    font-family: 'amour', serif;
    font-size: 28px;
    color: #d5d5d5;
    position: relative;
    z-index: 3;
}
.hover-gallery-container .hover-gallery-link {
  opacity: 0.4;
}
.hover-gallery-container .hover-gallery-link:hover {
  opacity: 1;
}
.hover-gallery-item.active .hover-gallery-link {
  opacity: 1;
}
.hover-gallery-item.active .hover-gallery-bg {
  opacity: 1;
  visibility: visible;
}
.hover-gallery-item.active .hover-gallery-bg img{
 transform: scale(1);
}
.bg-opacity{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000006e;
}

.announcbar-section {
  overflow: hidden;
  white-space: nowrap;
  background-color: #63382b;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.announce-list {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 55s linear infinite;
  animation-delay: 2s;
}

.announce-item {
  display: inline-block;
  padding: 5px 50px; 
  color: #fff;

 
}
.announce-item p{
   margin-bottom: 0rem;
   text-transform: uppercase;
   font-family: 'avenir-medium', sans-serif;
   font-size: 14px;
}
.announce-list {
  animation-play-state: running;
  /* rest of animation styles */
}
/* Keyframe for moving from right to left */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 1600px) {
  .hover-gallery-container{
        padding: 180px 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .hover-gallery-container{
        padding: 160px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .hover-gallery-container {
     padding: 150px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hover-gallery-container ul {
      flex-direction: column;
  }
  .hover-gallery-container {
      padding: 80px 20px;
  }
}
/*--------------------------- li hover image change css end --------------------------*/

/*========================== our-glow-sets-slider slider css start ===========================*/


/*========================== our-glow-sets-slider slider css end ===========================*/

/*========================== Our-Daily-Routine-section css start ===========================*/
.Our-Daily-Routine-section {
  background: #fdfdfd;
}

.Our-Daily-Routine-section .product-heading {
    font-family: 'amour-medium', serif;
    text-transform: capitalize;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Our-Daily-Routine-section .product-paragraph {
    font-family: 'amour-medium';
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .Our-Daily-Routine-section .g-4, .Our-Daily-Routine-section .gy-4 {
      --bs-gutter-y: -0.5rem;
  }

  .Our-Daily-Routine-section .g-4, .Our-Daily-Routine-section .gx-4 {
      --bs-gutter-x: 0.5rem;
  }
    .Our-Daily-Routine-section .custom-outline-btn {
    min-width: 150px;
  }
   .Our-Daily-Routine-section .p-4 {
      padding: 0.5rem !important;
  }
  .Our-Daily-Routine-section .product-heading {
    font-size: 13px;
    min-height: 32px;
  }
  .Our-Daily-Routine-section .product-paragraph {
    font-size: 12px;
  }
}


/*========================== Our-Daily-Routine-section css end ===========================*/

/* =========================== Our-Formula-Section css start =============================*/
.Our-Formula-Section{
      background: #5f5e5e;
}
.Our-Formula-Section {
  position: relative;
  overflow: hidden;
 background: linear-gradient(120deg, #f1eed8, #ffffff, #f1eed8); /* soft sky colors */

  background-size: 400% 400%;
  animation: cloudBackground 30s ease-in-out infinite;
}

@keyframes cloudBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Our-Formula-Section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* start from full left */
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='100' viewBox='0 0 400 100'><g transform='rotate(180,200,50)'><path fill='%23ffffff' opacity='0.4' d='M80 60a40 40 0 1 1 80 0h60a30 30 0 1 1 0 60H60a30 30 0 1 1 20-60z'/></g></svg>") repeat-x;
  background-size: contain;
  animation: moveClouds 60s linear infinite;
  z-index: 0;
}
@keyframes moveClouds {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.our-formula-main-box{
  overflow: hidden;
}
.our-formula-inner{
 display: flex;
  gap: 2rem;
    overflow-x: auto;
    padding: 10px;
}
.our-formula-item{
    min-width: 275px;
}
.Our-Formula-Section .card{
  /* box-shadow: 6px 6px 5px #e5e5e6; */
      border-radius: 0;
}
.Our-Formula-Section .card img{
  transition: all 0.5s ease;
}
.Our-Formula-Section .card:hover img{
  transform: scale(1.04);
}
.Our-Formula-Section .heading-text{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .our-formula-inner {
      gap: 1rem;
  }
  .our-formula-item{
    min-width: 300px;
}
}
/* =========================== Our-Formula-Section css end =============================*/
/* =========================== av-blog-section css start =============================*/
.av-blog-section{
  position: relative;
}
.av-blog-section .w-40 {
    width: 40% !important;
    position: relative;
    margin: 0 auto;
   top: -20px;
}
.av-blog-section .swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3); /* background track */
  border-radius: 2px;
  margin-top: 20px;
}
.av-blog-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.av-blog-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 ;
}
.av-blog-section .swiper-pagination-bullet {
  flex: 1;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  margin: 0 2px;
  transition: background-color 0.3s ease;
}
.av-blog-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.av-blog-section .swiper-pagination-bullet-active {
  background-color: #fff; /* active sliding block */
}
.av-blog-section .swiper-btn-contoller .swiper-button-next, .av-blog-section .swiper-btn-contoller .swiper-button-prev{
      top: 70%;
}
.av-blog-section .swiper-button-prev,.av-blog-section .swiper-rtl .swiper-button-next {
    left: 4%;
    right: auto;
}
.av-blog-section .swiper-button-next,.av-blog-section .swiper-rtl .swiper-button-prev {
    right: 4%;
    left: auto;
}
.av-blog-container{
  position: relative;
}
.avblog-img-box {
    border-radius: 15px;
    overflow: hidden;
}
.avblog-text-box{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avblog-text {
    text-transform: capitalize;
    font-size: 2.5rem;
    font-family: 'amour-medium', serif;
    text-shadow: 0 3px 9px #ffffff;
}
@media only screen and (max-width: 1200px) {
  .avblog-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .avblog-text {
     font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .avblog-text {
      font-size: 1.3rem;
      line-height: 1.3;
  }
  .av-blog-section .swiper-btn-contoller .swiper-button-next, .av-blog-section .swiper-btn-contoller .swiper-button-prev {
      top: 90%;
  }
  .av-blog-section .swiper-button-prev, .av-blog-section .swiper-rtl .swiper-button-next {
      left: 8%;
      right: auto;
  }
  .av-blog-section .swiper-button-next, .av-blog-section .swiper-rtl .swiper-button-prev {
      right: 8%;
      left: auto;
  }
  .av-blog-section .w-40 {
      width: 50% !important;
      top: -40px;
  }
}
/* =========================== av-blog-section css end =============================*/
/* =========================== insta-video-sectio css start =============================*/

.td-grid-box {
    margin: 0px 0px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.insta-video-box video {
    display: inline-block;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 0 4px 10px #00000038;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .td-grid-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
/* =========================== insta-video-sectio css end =============================*/

.only-desktop{
  display: block;
}
.only-mobile{
  display: none;
}
.tab-mobile-none{
  display: block;
}

@media only screen and (max-width: 1080px) {
  .tab-mobile-none{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .only-desktop{
    display: none;
  }
  .only-mobile{
    display: block;
  }
}

/*------------------ newslatter popup css start -------------------------*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  display: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  transform: scale(0.5);
  opacity: 0;
  animation: zoomIn 0.4s ease forwards;
}

.popup-content.zoom-out {
  animation: zoomOut 0.3s ease forwards;
}

@keyframes zoomIn {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

.popup-image {
  flex: 1 1 50%;
}

.popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-text {
     flex: 1 1 50%;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-text h1 {
    font-family: 'amour-medium', serif;
    margin-bottom: 0px;
    line-height: 1;
    color: #000;
}

.popup-text p {
    font-size: 15px;
    line-height: 1.2;
    color: #555;
    margin-bottom: 15px;
    font-family: 'avenir-Regular', sans-serif;
    text-align: center;
}

.popup-text input[type="email"] {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'avenir-medium', sans-serif;
    color: #333;
}
.popup-text input[type="email"]:focus-visible {
    border-color: #333; /* Replace with your desired color */
    outline: none; /* Optional: removes the default outline */
}
.popup-text button {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 8px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'amour-medium', serif;
}

.popup-text small {
  font-family: 'avenir-Regular', sans-serif;
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #888;
  text-align: center;
}

.popup-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 10;
}
.popup-mijoo-logo{
  width: 125px;
  margin-bottom: 1.5rem;
}
.popup-close-btn:hover {
  color: #8e0000 ;
}
@media only screen and (max-width: 1400px) {
  .popup-content {
    max-width: 750px;
  }
  .popup-text h1{
      font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .popup-mijoo-logo{
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .popup-mijoo-logo{
     width:90px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-content{
    width:95%;
  }
  .popup-text {
    padding: 40px 5px;
 }
 .popup-text p {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
  }
  .popup-text h1{
    font-size: 16px;
  }
  .popup-text button{
    padding: 3px;
    font-size: 14px;
  }
  .popup-text input[type="email"]{
    padding: 5px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .popup-mijoo-logo {
    width: 60px;
    margin-bottom: 0.5rem;
  }
  .popup-text small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1;
  }
}
/*------------------ newslatter popup css end -------------------------*/