@font-face {
    font-family: 'Willincki';
    src: url('Willincki-Regular.woff2') format('woff2'),
        url('Willincki-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.product-hero {
    padding-top: 20px;
}



 .bannerbuttonangle{
                    display: flex;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    width: 32px;
    height: 32px;
   
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 50%;
            }
    
section#akuinfiniteslider{
    background-color: var(--secondary-color);
}
  section.productdetailsmenutab{
    background-color: var(--secondary-color);
    margin-top:10px;
}
        .productdetailsmenutab ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
  
}

.productdetailsmenutab ul li a {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

  .position-aku{
         position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
     }
    .curved-text {
      font-size: 36px;
      font-weight: 700;
      color: #331b0e;
      text-transform: uppercase;
      letter-spacing: -1px;
      text-align: center;
      width: 100%;
    }

/* Image slider */
.image-slider {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1/1;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
}

.slide.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.slider-nav {
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #331b0e99;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.slider-nav.prev {
    left: -20px;
}

.slider-nav.next {
    right: -20px;
}



.slider-nav:hover {
    opacity: 0.8;
}

/* Slider dots */
.slider-dots {
    display: flex
;
    justify-content: center;
   
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #331b0e;
    opacity: 0.2;
    margin: 0 4px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.dot.active {
    opacity: 1;
}

 .product-img img {
    width: 100%;
    transition: all .7s ease 0s;
    max-width: 250px;
}
.product-content {
    padding: 0;
   
}
p.productname {
    font-size: 15px;
    color: #341c0f;
    margin-bottom:0;
}
.pricestar{
    align-items: center;
}
.pricestar .rating-star i{
    font-size: 10px;
 
    color:var(--orange-color);
}
.pricestar .rating-star {
    
    margin-left:5px;
 
}

.pricestar .product-price{
    color: #341c0f;
}
.righticon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    max-width: 120px;
}
.righticon img{
    width: 100%;
    height:auto;
    animation: moveTopBottom 2s ease-in-out infinite;
}
.lefticon {
    position: absolute;
    left: 10%;
    bottom: 5.5%;
    width: 100px;
    max-width: 120px;
}
.lefticon img{
    width: 100%;
    height:auto;
    animation: moveTopBottom 2s ease-in-out infinite;
}
@keyframes moveTopBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px); /* Adjust the value for the range of movement */
    }
    100% {
        transform: translateY(0);
    }
}


  .globaldivbutton {
    padding: 10px 30px;
    background: #f8dbba;
    border-radius: 100px;
    color: #331b0e;
    font-size: 24px;
    font-weight: 500;
    display: flex
;
    justify-content: space-between;
}
#qtyinputfield {
    background: #f7dab9;
    border: 2px solid #f2d6b6;
    height: auto;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 22px;
}
.cart-plus-minus1 {
    display: flex
;
    align-items: center;
    background: #f8dbba;
    padding: 8px;
    border-radius: 50px;
}
.qtybutton1 {
    font-size: 24px;
    min-width: 32px;
}
input[type="radio"] {
    height: 32px;
    width: 32px;
    margin-right: 7px;
    accent-color: #331b0e;
   
}
.custominput {
    padding: 10px 20px;
    border: 2px solid #331b0e;
    border-radius: 50px;
  
    align-items: center;
   
}
label {
    font-size: 16px;
    font-weight: 400;
    color: #331b0e;
     width: calc(100% - 40px);
}
.float-right{
    float:right;
}
.globalbuttonOne.addtocart {
    font-size: 18px;
    padding: 15px 40px;
    min-width: 300px;
    border:none;
}
.bannerbuttonangle {
    display: flex;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 5px;
}

   p.headerfaqscontent {
  display: none; /* hide by default */
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-top:10px;
}

.faqsBoxItem {
    padding: 15px 0;
    border-top: 1.5px solid #331b0e;
   margin-bottom: 10px;
   padding-bottom:10px;
}
.faqsBoxItem h3{
    font-size: 22px;
    margin-bottom: 0;
}
span.toggle-icon {
    float: right;
}

  #homefive   .circle-line::before {
   
    background-color: #b3bac8d1;
   
    /* animation: moveCircle 2s linear infinite; */
}

 
 
 
 
 /*testimonials css code start here*/
 
 
 
.testimonial-quote-icon {
    position: absolute;
    right: 20px;
    bottom: 5px
}

.testimonial-quote-icon i {
    font-size: 50px;
    color: red
}

.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px
}

.testimonial-area .owl-dots .owl-dot span {
    border: 3px solid #fff;
    margin: 5px;
    border-radius: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: transparent;
    transition: .5s ease-in-out
}

.testimonial-quote {
    
    border-color: #4f823b;
   
}





.testimonial-single {
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonial-area .owl-dots{
    display: none;
}

.flip-card {
      perspective: 1000px;
     
     
      height:450px;
     
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .front, .back {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      backface-visibility: hidden;
    }

    .front {
    
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2;
      background-image: url('../banner-video/banner2.png');
      border: 2px solid var(--primary-color);
      border-radius: 10px;
    }

    .back {
    
      transform: rotateY(180deg);
    
     
    }

.testimonials-slider-section .testmonialimgbox img{
    width:80px;
    height:80px;
    border-radius: 50%;
    margin:0 auto;
}
.testimonial-upper-box h3 {
    font-size: 20px;
    line-height: 24px;
   ;
    font-weight: 600;
    color: #fff;
  
    margin-bottom: 0;
    margin-top: 5px;
}

.testimonial-upper-box h3.years{
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
}
.testimonial-bottom-box svg {
    width: 36px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.testimonialbox{
    border:0;
    height:100%;
}



 /*testimonials scss code end here*/

   section#homefaq .card-body {
    padding-left: 0;
    padding-right: 0;
    color: #331b0e;
    font-size: 14px;
    padding: 0;
    margin-top: 5px;
}
section#homefaq .card-header{
    padding:0;
}
#homefaq #accordionp .card-title {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 18px;
     margin-top: 0rem; 
    text-transform: capitalize;
    color: #331b0e;
    
    position: relative;
    margin-bottom: 0;
}
section#homefaq .card {
    background: none;
    border: none;
   
    border-radius: 0;
    background-color: var(--purple1);
    padding: 15px 30px;
    border-radius: 50px;
    padding-right:45px;
    margin-bottom:15px !important;
   
}
section#homefaq .accordion .card-header:after {
    /* float: right; */
    content: "-";
    font-size: 20px;
    line-height: 40px;
    position: absolute;
  
    top: 10%;
    color: #331b0e;
    right: 30px;
}



section#homefaq .card.green {
   background-color: var(--green); 
}
section#homefaq .card.orange {
    background-color: var(--orange);
}
section#homefaq .card.gray {
 background-color: var(--gray);   
}
section#homefaq .card.yellow {
    background-color: var(--yellow);
}
.faqimgbox img {
     margin-top: 0px; 
    max-width: 350px;
}




.custom-table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}

.table-row {
  display: flex;
 
}

.table-cell {
  flex: 1;
  padding: 32px;
  position: relative;
  color:#331b0e;
  font-size: 15px;
  line-height: 1.6;
 
}

.table-cell:last-child {
  border-right: none;
}

.table-cell ul {
  padding-left: 18px;
  margin-top: 0px;
  margin-bottom: 0;
}
.table-cell strong{
  color:#331b0e;
  font-weight:500;
}
.table-cell ul li{
  color:#331b0e;
}
.table-cell ul li {
    color: #331b0e;
    font-size: 14px;
}


.table-cell li {
  margin-bottom: 6px;
}

.heading {
  font-weight: 600;
  text-transform: uppercase;
  color:#331b0e;
  min-width: 120px;

  display: flex;
    justify-content: flex-end;
}


.svg-border {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.svg-border svg {
  display: block;
  width: 100%;
  height: 3px;
}
.svg-border-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  pointer-events: none;
}

.svg-border-right svg {
  display: block;
  height: 100%;
  width: 3px;
}





@media (max-width: 768px) {
  .table-row {
    flex-direction: column;
  }

  .table-cell {
    border-right: none !important;
    border-bottom: 1px solid #e3d7be;
  }

  .table-cell:last-child {
    border-bottom: none;
  }

 
}


section.benefitSection .section-title .globalheading{
    font-weight:600;
}
h3.benefitSubHeading {
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
}
.benefit-text {
    color: #d13c09;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    /* font-family: 'Willincki', serif; */
    line-height: 16px;
}


 /*add css on 19-may-2025 */

 section.productdetailsmenutab {
    position: sticky;
    top: 0;
    margin-top: 0;
    z-index: +999;
}
.header-bottom.transparent-bar.stick{
    display: none;
}
.productdetailsmenutab ul li.active a {
   
    border-bottom: 1px solid #3d261a;
}

section.productBanner {
    
    background-size: cover;
    background-repeat: no-repeat;
}

 .globalheading.bannerHeading .curved-text{
     
      font-size:60px;
      font-weight: 600;
      margin-top:20px;
      
 }
     .bg-second-dark{
         background-color:#f8dbba;
     }
    
.button-box-item {
    background-color: #331b0e;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.button-box {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.mashroom-item-heading {
    color: #47260d;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.cardparentbox {
    padding: 25px;
  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 10px solid #d13c09;
    border-radius: 20px;
    background-color: #fff;
    
}
.cardparentboxparent {
    /*max-width: 600px;*/
    width:100%;
    margin:0 auto;
    position: relative;
}
.minus-mt-30{
    margin-top: -30px;
}
.mashroom-item {
    padding: 10px 5px;
}
section.benefitSection {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.benefit-card {
    background-color: #fff;
    border-radius: 100px;
    height: 275px;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
    border:9px solid #d13c09;
}
.card-icon img {
    width: 64px;
    height: 64px;
  
   
   
}

 .tab-button-group {
    margin: unset;
    border: none;
    gap: 0;
}
.tab-button-group {
    border: 1px solid #331b0e;
    overflow: hidden;
}
.tab-button-group a{
    border:0;
}
.tab-button-group a {
   
    border-radius: 20px;
    padding: 5px 35px;
}
#benefitbtn.active {
    border-right: 1.75px solid;
}
#sizebtn.active {
    border-left: 1.75px solid;
}
.videoBox {
    position: relative;
   
  
}
.videoBox video {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    object-fit: cover;
      border: 10px solid #f8dbba;
    
    background: #331b0e;
    filter: drop-shadow(20px 20px 10px rgba(110, 66, 26, 0.1));
    border-radius: 10px;
    height: 300px;
}
.heading-5.absolute.whitespace-nowrap {
   color: #331b0e !important;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    left: 51%;
    top: 55%;
    transform: translate(-50%, -50%);
}
.absolute.top-0.left-0.badge-template--16815124021467__5e3f1f8c-8fbe-4b5e-bfc2-fdd9da6a21e8 {
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    left: 0;
}
.absolute.top-0.left-0.badge-template--16815124021467__5e3f1f8c-8fbe-4b5e-bfc2-fdd9da6a21e8 {
    transform: translate(-40%, -40%);
    position: absolute;
    z-index: 1;
    left: 0;
}
h4.videoSUbHeading {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.product-slider .owl-stage {
    padding-top: 25px;
}

    .product-img img{
                /*max-width:150px;*/
                padding:10px;
            }
           .comparisonsection .product-card-star {
    pointer-events: none;
     opacity: 0; 
    transition: all .3s ease-in-out;
    transform: translate(20%, -30%);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90px;
}

.product-item:hover .product-card-star {
    opacity: 1;
}
       
      .table-cell{
          padding:20px 0;
      }
      .IngredientHeading{
          font-size: 16px;
    font-weight: 600;
      }
      .table-cell strong {
    color: #331b0e;
    font-weight: 500;
    padding: 10px 0;
    display: block;
}
.table-cell ul li {
    color: #331b0e;
    font-size: 13px;
}
.table-cell {
    padding: 0;
    padding-bottom: 20px;
}
 
      
    .IngredientHeading {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    width: fit-content;
    margin: 40px auto;
 
}
.table-cell ul li {
   
    font-size: 14px;
}
.owl-carousel {
  position: relative;
}

.product-slider{
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* Let child buttons be clickable */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #331b0e; /* change as needed */
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  pointer-events: all; /* Re-enable click on buttons */
  opacity: 0.7;
  transition: 0.3s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-nav .owl-prev {
  position: absolute;
  left: -40px; /* adjust as needed */
}

.owl-nav .owl-next {
  position: absolute;
  right: -40px; /* adjust as needed */
}
}
.table-cell {
  
    padding-left: 20px;
}




.benefitcart{
     padding: 30px 20px;
    border: 10px solid #f8dbba;
    border-radius: 20px;
}
  .benefitcart .imgBox  {
            width: 90px;
    height: 90px;
  line-height: 90px;
    border-radius: 50%;
 
    margin:0 auto;
    position: relative;
    }
  .benefitcart .imgBox:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px dashed  #331b0e;
      animation-name: rotateme;
                    animation-duration: 15s;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;

                    -webkit-animation-name: rotateme;
                    -webkit-animation-duration: 15s;
                    -webkit-animation-iteration-count: infinite;
                    -webkit-animation-timing-function: linear;

                    -moz-animation-name: rotateme;
                    -moz-animation-duration: 15s;
                    -moz-animation-iteration-count: infinite;
                    -moz-animation-timing-function: linear;

                    -ms-animation-name: rotateme;
                    -ms-animation-duration: 15s;
                    -ms-animation-iteration-count: infinite;
                    -ms-animation-timing-function: linear;

                    -o-animation-name: rotateme;
                    -o-animation-duration: 15s;
                    -o-animation-iteration-count: infinite;
                    -o-animation-timing-function: linear;
}
  @keyframes rotateme {
                    from {
                        transform: rotate(0deg);
                    }

                    to {
                        transform: rotate(360deg);
                    }
                }

                @-webkit-keyframes rotateme {
                    from {
                        -webkit-transform: rotate(0deg);
                    }

                    to {
                        -webkit-transform: rotate(360deg);
                    }
                }

                @-moz-keyframes rotateme {
                    from {
                        -moz-transform: rotate(0deg);
                    }

                    to {
                        -moz-transform: rotate(360deg);
                    }
                }

                @-o-keyframes rotateme {
                    from {
                        -o-transform: rotate(0deg);
                    }

                    to {
                        -o-transform: rotate(360deg);
                    }
                }

    .benefitcart .imgBox img{
       width: 64px;
    height: 64px;
    }
    .title h3 {
   
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 25px;
    font-weight: 500;
}

.new-card-section{
.card1 {
    background: #f8dbba;
    padding: 10px;
    border: 1px solid #331b0e;
    border-radius: 20px;
}
.cardtitle h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.imgcard {
    padding: 20px 10px;
}

.imgcard img{
    width: 100%;
    max-width: 200px;
}

.card2 {
    margin-top:10px;
    background: #f8dbba;
 
    border: 1px solid #331b0e;
    border-radius: 20px;
    overflow: hidden;
}
.card-content {
    padding: 10px 20px;
}

.card-content p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
}

.card-content p  span{
    float: right;
}

.card-button {
    padding: 5px 20px;
    font-size: 22px;
    background: #331b0e;
    color: #f8dbba;
    line-height: 22px;
}

}



@media only screen and (max-width: 600px) {
  section#overviewmenu{
  display:none;
  }
  .header-bottom.transparent-bar.stick {
    display: block;
}
.globalheading.bannerHeading .curved-text {
    font-size: 32px;
   
    margin-top: 10px;
}
.faqsBoxItem h3 {
    font-size: 18px;
}
span.toggle-icon {
  
    font-size: 14px;
}
.benefit-card {
  
    height: 250px;
}
.piller-item {
    margin-bottom: 20px;
}
.d-flex.justify-content-center.align-items-center.h-100 {
    display: none !important;
}

section.benefitSection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cart-plus-minus1 {
  
    margin-top: 7px;
    padding: 7px 20px;
}
.qtybutton1 {
    font-size: 18px;
    min-width: 40px;
}
#qtyinputfield {
   
    font-size: 18px;
}


.custominput {
    padding: 5px 10px;
    border: 2px solid #331b0e;
    border-radius: 50px;
    align-items: center;
}


input[type="radio"] {
    height: 26px;
    width: 26px;
  
}
label {
    font-size: 14px;
   
    width: 100%;
}
.float-right {
    float: unset;
}
.globaldivbutton {
    padding: 7px 30px;
    font-size: 18px;
    justify-content: center;
  
}

.tab-button-group {
    border: none;
    overflow: hidden;
}

.tab-button-group a{
    
}
.tab-button-group{
    border-radius: 0;
}
.tab-button-group a   {
   border: 1.75px solid #331b0e;
}
.tab-button-group a.active {
    background-color: var(--secondary-color);
}
}


@media only screen and (max-width: 700px) {
    
    .bannerbuttonangle{
        display: none;
    }
    .mshroomx4.text-center {
    margin-top: 20px;
}
.cardparentbox .w-50 {
    width: 75% !important;
}
   section#feedingsection  .globalbuttonOne.addtocart {
        font-size: 14px;
        padding: 12px 20px;
        width: auto;
        display: block;
        text-align: center;
        min-width: unset;
    }

h4.videoSUbHeading {
 
    margin-bottom: 20px;
}

.mt-50.d-flex.align-items-center.justify-content-center {
    margin-top: 20px;
}
form#purchaseForm .float-right {
        float: right;
    }

}



/*tab screen code start here*/
@media only screen and (min-width: 991.5px) {
    
    section#homefaq {
    padding-top: 50px !important;
}
}

@media (min-width: 768px) and (max-width: 1200px) {

  #akuinfiniteslider .service-offer-wrapper .service-offer-box .service-offer-group .text {
        font-size: 18px;
  }
section#akuinfiniteslider {
    padding: 7px 0;
}

.benefit-card {
   width:100%;
}

.mashroom-item-heading {
  
    font-size: 12px;
    line-height: 16px;
}

.faqimgbox img {
 
    max-width: 250px;
}

.globaldivbutton {
    padding: 10px;
 
    font-size: 20px;
}

}

