/*home-new.min.css*/
  .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);
}
.hero-slider video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider {
   
    padding: 175px 0;
  
}
.bannerbuttonangle {
   
    color: #fff;
   
    border: 1px solid #fff;
}
.akuvideooverlay{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000059;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

 .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);
    }
}

  .product-slider  .owl-dots {
             
             display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.product-slider .owl-dot {
    width: 25px;
    height: 7px;
    border-radius: 20px;
    background-color: #e7ccad;
    opacity: 0.5;
}
.product-slider .owl-dot.active {
    opacity: 1;
}
.product-slider .product-card{
    padding: 20px;
}

 .pawcard{
         border:5px solid  #000;
         height:70px;
         display: flex;
         justify-content: center;
         align-items: center;
         border-radius: 50%;
          animation-name: fluid-dragon;
    animation-duration: 2s; /* slower for smoother effect */
    animation-timing-function: ease-in-out; /* smoother easing */
    animation-fill-mode: both;
    animation-iteration-count: infinite;

         
     }
     
     .pawcard:hover{
          animation-name: fluid-dragon;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
     }
     .pawcard.border-20{
         border-radius: 20px;
     }
    
     .akuvisibilyhidden{
         visibility: hidden;
     }
     /* Position and Color Variants */
   
    
    
    .pawcard p {
    margin-bottom: 0;
    font-size: 15px;
    color: aliceblue;
    color: var(--primary-color);
}
.purple1   { border-color: var(--purple1); }
.gray      { border-color: var(--gray); }
.blue      { border-color: var(--blue); }
.green     { border-color: var(--green); }
.purple2   { border-color: var(--purple2); }
.orange    { border-color: var(--orange); }
.yellow    { border-color: var(--yellow); }
.Takethequizbutton {
    text-align: center;
    
    background-color: var(--secondary-color);
    height: 100px;
    font-size: 22px;
   
    display: flex;
    font-weight: 500;
    line-height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    color: var(--primary-color);
}
.pawcard.animate-dragon {
  animation: fluid-dragon 2s ease-in-out forwards;
}
 @keyframes fluid-dragon {
  0% {
    box-shadow: 0px 0px 15px 5px rgba(255, 0, 0, 0);
    z-index: 0;
}

  14% {
    box-shadow: 0px 0px 15px 5px #a4d4a1;
}

  28% {
    box-shadow: 0px 0px 15px 5px #fff;
  }

  42% {
    box-shadow: 0px 0px 15px 5px #a4d4a1;
  }

  54% {
    box-shadow: 0px 0px 15px 5px #c89ec4;
  }

  66% {
    box-shadow: 0px 0px 15px 5px #999999;
    z-index: 0;
  }

  100% {
    box-shadow: 0px 0px 15px 5px #fbd7a2;
  }
}

  .findsupplimentheading{
         font-size: 28px;
    padding: 20px 0;
    margin-top: 20px;
     }
     
      #homefive   .circle-line::before {
   
    background-color: #b3bac8d1;
   
    /* animation: moveCircle 2s linear infinite; */
}

 #homesix   .tab-button-group a {
  
   display: inline-block;
   margin-top:7px;
}
#homesix .tab-button-group a.active {
    background-color: var(--secondary-color);
    border-color:var(--secondary-color);
}
#homesix .globalbuttonOne {
  
    font-weight: 500;
    font-size: 14px;
   
    letter-spacing: unset;
   
}

     .testimonial-single {
    margin-bottom: 20px;
}
.testimonial-quote {
    background: #fff;
   border-radius: 100px 0;
   padding: 50px;
    position: relative;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    border:5px solid #4f823b;
}


.testimonial-quote::before {
    content: "\f107";
    position: absolute;
    font-family: "font awesome 5 pro";
    bottom: -30px;
    left: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #341c0f;
    font-family: "Font Awesome 6 Free";
}


.testimonial-single.immunity  .testimonial-quote {
    border-color:#237222;
}
.testimonial-single.immunity{
.testimonial-author-info h3, .testimonial-author-info h4, .testimonial-rate i{
    
    color:#237222;
}
}

.testimonial-single.immunity .testimonial-quote::before{
    
    color:#237222;
}

.testimonial-single.bone  .testimonial-quote {
    border-color:#16284e;
}
.testimonial-single.bone .testimonial-quote::before{
    
    color:#16284e;
}
.testimonial-single.bone{
.testimonial-author-info h3, .testimonial-author-info h4, .testimonial-rate i{
    
   color:#16284e;
}
}

.testimonial-single.digestion  .testimonial-quote {
    border-color:#dca701;
}
.testimonial-single.digestion .testimonial-quote::before{
    
    color:#dca701;
}
.testimonial-single.digestion{
.testimonial-author-info h3, .testimonial-author-info h4, .testimonial-rate i{
    
 color:#dca701;
}
}
.testimonial-single.skincoat  .testimonial-quote {
    border-color:#733282;
}
.testimonial-single.skincoat .testimonial-quote::before{
    
    color:#733282;
}
.testimonial-single.skincoat{
.testimonial-author-info h3, .testimonial-author-info h4, .testimonial-rate i{
    
  color:#733282;
}
}
.testimonial-single.calm  .testimonial-quote {
    border-color:#d23d0a;
}
.testimonial-single.calm .testimonial-quote::before{
    
    color:#d23d0a;
}
.testimonial-single.calm{
.testimonial-author-info h3, .testimonial-author-info h4, .testimonial-rate i{
    
 color:#d23d0a;
}
}
.testimonial-author-info h3, .testimonial-author-info h4 {
    font-size: 20px;
    color: #341c0f;
    font-weight: 600;
}
.testimonial-rate i{
    color: #341c0f;
}
.testimonial-content {
    display: flex
;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
}
.testimonial-author-img {
    margin-right: 20px;
    width: 80px;
    padding: 5px;
    border-radius: 50px;
    height:80px;
}
.testimonial-author-img img{
    width: 80px !important; 
    height:auto;
}

.blog-author-img img, .blog-comments-single img, .process-single .icon img, .testimonial-author-img img {
    border-radius: 50%;
}


.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%;
}


   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;
    right: %;
    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;
}