@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Permanent+Marker&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Slab', serif;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
ul {
    list-style-type: none;
}
.container {
    padding: 20px;
    max-width: 1030px;
    margin: 0 auto;

}

/* Background */
.bg-gray {
    background-color: #f3f3f3;
}
.bg-yellow {
    background-color: #d6bb08;
}
.bg-heading {
    background-image: linear-gradient(90deg,#30b45c,#52a16d 99%);
    color: #fff;
}
.bg-yellow {
    background: #ffe219;
    box-shadow: 5px 0 0 #ffe219, -5px 0 0 #ffe219;
}

/* Text and Color*/
h1 {
    padding-bottom: 20px;
    font-size: 3rem;
    color: #fff;
}
h2 {
    text-align: center;
    font-size: 2.5rem;
}
p, li {
    font-size: 20px;
    padding-bottom: 20px;
}
.fs-16 {
    font-size: 16px;
}
.fs-24 {
    font-size: 24px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #d71920;
}
.text-orange {
    color: #f9741a;
}

/* Display */
.d-b {
    display: block;
}
.d-n {
    display: none;
}
.d-f {
    display: flex;
}
.f-w {
    flex-wrap: wrap;
}
/* Width */
.w-1 {
    width: 10%;
}
.w-2 {
    width: 20%;
}
.w-33 {
    width: 33.3333%;
}
.w-3 {
    width: 30%;
}
.w-4 {
    width: 40%;
}
.w-5 {
    width: 50%;
}
.w-6 {
    width: 60%;
}
.w-7 {
    width: 70%;
}
.w-8 {
    width: 80%;
}
.w-9 {
    width: 90%;
}

/* Height */
.h-9 {
    height: 90%;
}
.h-100 {
    height: 100%;
}

/* Padding */
.pt-2 {
    padding-top: 20px;
}
.pt-4 {
    padding-top: 40px;
}
.pt-5 {
    padding-top: 50px;
}
.pt-8 {
    padding-top: 80px;
}
.pl-2 {
    padding-left: 20px;
}
.pr-2 {
    padding-right: 20px;
}
/*  margin */
.mx-auto {
    margin: 0 auto;
}
/* Section */
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 21%;
    bottom: 15px;
    z-index: 996;
    background: #d8dadb;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
  }
  .back-to-top .bi-chevron-up {
    color: #fff;
  }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #878b8b;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }


@media screen and (max-width: 1929px) {
        .back-to-top.active {
            right: 14%;
        }
}
@media screen and (max-width: 1500px) {
    .back-to-top.active {
        right: 9%;
    }
}
@media screen and (max-width: 1400px) {
    .back-to-top.active {
        right: 5%;
    }
}
@media screen and (max-width: 1200px) {
    .back-to-top.active {
        right: 15px;
    }
}

  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
/* sec1 */
#prodentim {
    background-image: url(../images/bg.png);
    position: relative;
    color: #fff;
}
#prodentim .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#prodentim .container li {
    position: relative;
    padding-left: 35px;
    width: 49%;
}
#prodentim .container li::before {
    content: "";
    background-image: url(../images/check2.png);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}
#prodentim .w-6 h2 {
    font-size: 32px;
    padding-bottom: 20px;
}

/* Menu */
.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 80px 0;
  background: rgb(252, 246, 246);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
  opacity: 0;
  box-shadow: 0px 0px 5px #1E1E1E;
}

.drawer-menu h2 {
    font-size: 1.2rem;
}
.drawer-menu h2 a {
    text-decoration: none;
    color: #00AA4F;
}
.drawer-menu li {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 0;
}

.drawer-menu li a {
  display: block;
  height: 40px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(153,153,153);
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
  font-weight: 500;
}

.drawer-menu li a:hover {
  color: #f9741a;
}


/* checkbox */

.check {
  display: none;
}

/* bonus */
#bonus {
    padding-bottom: 30px;
   }
   #bonus h3 {
     display: inline-block;
     font-size: 2rem;
     padding: 20px;
     border: 4px solid #5AC150 ;
     border-radius: 0.5rem;
     margin-top: 20px;
     transition: 0.2s;
   
   }
   #bonus h3:hover {
     transform: scale(1.1);
     transition: 0.2s;
   }
   #bonus h3 span {
     color: #5AC150;
   }
   #bonus h3 u {
     text-decoration-color: #ffe400!important;
     text-decoration: underline;
     text-decoration-thickness: 2.2px; 
   }
   #bonus .d-f {
     justify-content: space-between;
   }
   #bonus .w-4 {
     border-radius: 10px;
     border: 5px solid #5AC150;
     width: 48%;
   
     color: rgb(65, 63, 63);
   }
   #bonus h4 {
     font-size: 1.5rem;
     background: #5AC150;
     color: #fff;
     padding: 5px 10px;
   }
   #bonus .txt1 {
     padding: 10px 20px;
     font-size: 2rem;
     margin-bottom: 0;
   }
   #bonus .txt1 span {
     color: red;
   }
   #bonus .txt2 {
     padding: 0 20px;
   }
   #bonus .sub {
     color: #fff;
     padding: 10px 20px;
     display: inline-block;
     margin-bottom: 20px;
     border-radius: 0.5rem;
     background-color: rgb(247, 25, 25);
     font-weight: 700;
     transition: 0.2s;
   }
   #bonus .sub:hover {
     transform: scale(1.1);
     transition: 0.2s;
   }
   #bonus .w-4 {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
   }

   .discount {
    background-color: #FEEC00;
    font-size: 22px;
    padding: 10px 20px;
    display: inline-block;
    color: #272727;
    font-weight: 700;
    border-radius: 0.5rem;
    line-height: 1;
    transition: 0.2s;
    }


/* menu button - label tag */

.menu-btn {
  position: fixed;
  display: block;
  top: 28px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #216c26;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.bar.middle {
  top: 12px;
  opacity: 1;
}

.bar.bottom {
  top: 24px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.menu-btn__text {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}


/* Hover Effects */

.menu-btn:hover .bar {
  background: rgb(184, 176, 176);
}

.menu-btn:hover .menu-btn__text {
  color: #999;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}


/* checked */

.check:checked ~ .drawer-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
  width: 36px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  width: 36px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: rgba(0, 0, 0, .5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
/* End Menu */

/* How Dose */
#how-does ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 700; 
    font-size: 24px;
}
#how-does ul li span {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 10px;
}
#how-does ul li::before {
    content: "";
    background-image: url(../images/check4.png);
    background-size: cover;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}
/* sec4 */
#ingredient .d-f .w-7 p {
    padding-left: 10px;
}
#ingredient ul li {
    font-weight: 700;
    font-size: 24px;
    color: #2A9354;
    padding-left: 35px;
    position: relative;
}
#ingredient ul li span {
    font-weight: 400;
    color: rgb(36, 35, 35);
    font-size: 20px;
    padding-top: 10px;
    display: inline-block;
}
#ingredient ul li::before {
    content: "";
    background-image: url(../images/checkmark2.png);
    background-size: cover;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
#ingredient .text-center h3 {
    font-size: 36px;
    padding-bottom: 20px;
    padding-top: 10px;
}
/* sec5 */
#benefits li {
    position: relative;
    padding-left: 25px;
}
#benefits li::before {
    content: "";
    background-image: url(../images/check3.png);
    background-size: cover;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
}
#benefits .text-center h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
}
#benefits .d-f {
    justify-content: space-between;
}
#benefits .d-f .w-5 {
    width: 49%;
    border: 2px solid #2A9354;
    border-radius: 1rem;
    overflow: hidden;
}
#benefits .d-f .w-5 h4 {
    background-color: #2A9354;
    color: #fff;
    padding: 5px 5px;
    font-size: 22px;
}
#benefits .d-f .w-5 h4 span {
    color: #f8d510;
}
#benefits .d-f .w-5 h5 {
    font-size: 26px;
    padding: 10px 5px;
}
#benefits .d-f .w-5 p {
    padding: 10px 5px;
}
/* sec6 */
#yes-just p {
    font-size: 2rem;
}
#yes-just span {
   font-size: 3rem;
   font-weight: 700;
   font-style: italic;
   background-color: #FFE219;
   padding: 10px;
}
/* sec7  */
.offer .text {
    background-image: linear-gradient(90deg,#f47325,#f99f21);
    padding-bottom: 4rem;
    height: 150px;
    color: #fff;
}
.offer .text h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3rem;
}
.offer .container > .d-f {
    margin-top: -80px;
}
.offer .d-f .w-33 {
    border: 3px solid #e1e1e1;
    text-align: center;
    border-radius: 0.75rem;
    padding: 20px 10px;
    background-color: #fff;
}
.offer .d-f .w-33:hover {
    box-shadow:  0 25px 50px -12px rgba(0,0,0,0.25);
}
.offer .d-f .w-33 h3 {
    font-size: 3rem;
}
.offer .d-f .w-33 h4 {
    font-size: 1.7rem;
    font-weight: 400;
}
.offer .w-33 .text-wrapper {
    min-height: 280px;
}
.offer .w-33 .text-wrapper > p {
    font-size: 32px;
    font-weight: 700;
    color: #d71920;
}
.offer .w-33 .text-wrapper .d-f {
    align-items: center;
    padding-bottom: 20px;
}
.offer .w-33 p {
    padding-bottom: 0;
}
.offer .w-33 .text-wrapper .w-6 p {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
}
.offer .w-33 .text-wrapper .w-4 p {
    font-size: 30px;
    text-align: left;
    line-height: 1;
}
.offer .d-f .pouch-1 {
    margin-right: 15px;
}
.offer .d-f .bottels-6 {
    z-index: 1;
    position: relative;
    padding: 0 0 ;
}

.offer .d-f .bottels-3 {
    z-index: 1;
    position: relative;
    padding: 0 0 ;
}
.offer .d-f .w-33.bottels-3 {
    border: none;
}
.offer .d-f .w-33.bottels-6 {
    background: #fffbd8;
    border: 3px solid #ffc900;
    border-radius: 0.75rem;
    height: 100%;
    padding: 20px 10px;
    margin-right: 15px;
}
.offer .bg-bottels-3 {
    background: #fffbd8;
    border: 3px solid #ffc900;
    border-radius: 0.75rem;
    height: 100%;
    padding: 20px 10px;
}
.offer .img-wrapper {
    position: relative;
}
.offer .img-wrapper .sup-img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.offer .fs-16 {
    margin-bottom: 10px;
}

.offer a img:hover {
    transform: scale(1.02);
    transition: 0.2s;
}
.offer .credit-card {
    max-width: 460px;
    margin: 0 auto;
    border-top: 2px solid #D71920;
    border-bottom: 2px solid #D71920;
    margin-top: 10px;
}
.offer .credit-card .d-f {
    align-items: center;
}
.offer .credit-card p {
    padding-bottom: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
}
.offer .d-n {
    margin-top: -50px;
    padding-bottom: 50px;
}
.offer .d-n .pouch1-n {
    background-image: linear-gradient(0deg,#e6e7e8,#fff);
    border-radius: 0.5rem;
    padding: 10px 5px;
    position: relative;
    border: 2px solid rgb(233, 231, 231);
}
.offer .d-n .bottels6 {
    margin-top: 10px;
}

.offer .d-n .bottels3 {
    margin-top: 10px;
}

.offer .d-n .d-f .d-f {
    justify-content: center;
}
.offer .d-n .img-wrapper img {
    height: 180px;
}
.offer .d-n .w-5 {
    text-align: center;
}
.offer .d-n h3 {
    font-size: 1.5rem;
    padding-bottom: 20px;
}
.offer .d-n h4 {
    padding-bottom: 10px;
}
.offer .d-n p {
    padding-bottom: 0;
}
.offer .d-n .d-f .d-f {
    align-items: center;
}
.offer .d-n .w-6 p {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    padding-right: 5px;
}
.offer .d-n .w-4.text-left p {
    font-size: 2rem;
    line-height: 1;
}
.offer .d-n .text-orange {
    padding-bottom: 20px;
}
.offer .d-n .fs-24 {
    padding-top: 5px;
   padding-bottom: 10px;
}
.offer .d-n a img{
    margin-top: 10px;
}


/* sec8 */
#money-back {
    padding-top: 80px;
    padding-bottom: 40px;
}
#money-back  h3 {
    padding-bottom: 20px;
}
#money-back .container {
    background: url(../images/s27-bx-bg.png) repeat left top;
    padding: 35px;
    
}
#money-back .border-white {
    border: 7px solid #fff;
    width: 100%;

}
#money-back .container .content{
    background-color: #fff;
    position: relative;
    padding: 7px;
    border: 5px solid #19a8b4;
    width: 100%;


}
#money-back .mbg-seal {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -118px;
    z-index: 1;
}
#money-back .content h3 {
    padding-top: 20px;
    font-size: 36px;
    line-height: 38px;
    color: #125689;
    font-weight: 700;
}
#money-back .content-sub {
    border: 5px solid #e1dfd0;
    background: #f8f7ee;
    position: relative;
    padding: 170px 25px 30px
}

/* sec9 */
#faq .accordion {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    margin: 9px 0;
    text-align: left;
    border-radius: 10px 10px;
    padding-left: 35px;
    color: #20ad62;
}
#faq .accordion-close::before {
    content: "";
    background-image: url(../images/down.png);
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 6px;

}
#faq .accordion-open::before {
    content: "";
    background-image: url(../images/up.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 6px;
}
.acdn-content {
    width: 100%;
    padding: 0px 30px 0px;
}
.acdn-content p {
    font-size: 16px;
}
/* sec12 */
#you-will {
    padding-bottom: 40px;
}
#you-will a {
    font-size: 2rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: .25rem;
    font-weight: 400;
    color: #d71920;
    font-family: 'Permanent Marker', cursive;
    border: 1px solid #d71920;
}
#you-will a:hover {
    border: none;
    background-color: #f8aa02;
    color: #fff;
}
.show {
    display: block !important;
}
.hide {
    display: none;
}
/* fixed */
#ads-fixed {
    width: 190px;
    height: 275px;
    overflow: hidden;
    position: fixed;
    bottom: 40%;
    left: 2px;
}
#ads-fixed .banner {
    display: inline;
    
}
#ads-fixed .banner img {
    width: 190px;
    height: 275px;
}

#ads-hide2 {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 302px;
    border-radius: 50px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(216,217,226,.5);
    box-shadow: 10px 20px 40px 0 rgb(36 35 40 / 10%);
    padding: 5px;
    height: 78px;
    pointer-events: auto;
    overflow: hidden;
    background-color: #fff;
    line-height: 1em;
    
}
#ads-hide2 .banner {
    height: 78px;
    padding: 5px;
    display: inline;
}
#ads-hide2 .image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
#ads-hide2 .div {
    padding-left: 15px;
}
#ads-hide2 .div p:nth-child(1) {
    font-size: 14px;
    padding-bottom: 5px;
}
#ads-hide2 .div p:nth-child(2) {
    font-size: 12px;
}
#ads-hide2 .div em {
    font-size: 10px;
}
#ads-hide2 p {
    padding-bottom: 0px;
}
/* discount */
#discount {
    position: fixed;
    bottom: 5px;
    right: 2px;
    z-index: 100;

}
#discount img {
    width: 140px;
}
.header-timer {
    justify-content: space-evenly;
    text-align: center;
    margin: 0px auto;
    background: #EE232A;
    border-top-left-radius:  0.75rem;
    border-top-right-radius:  0.75rem;
    width: 300px;
    display: flex;
    padding: 14px 0 0;
    width: 140px;
}
 .header-timer h2 {
    color: #fff;
    padding-bottom: 0;
    font-size: 20px;
}
 .header-timer p {
    color: #fff;
    padding-bottom: 0;
    font-size: 10px;
}
#discount3 {
    position: fixed;
    bottom: 40%;
    right: 5px;
    z-index: 100;
    padding: 10px;
    border-radius: 0.75rem;
    width: 190px;
    text-align: center;
    box-shadow:  0 25px 50px -12px rgba(0,0,0,0.25);

}
#discount3 .d-f {
    align-items: center;
    padding-bottom: 10px;


}

#discount3 a > p {
    padding-bottom: 0;
    font-size: 14px;
    color: #000;
}
#discount3.white a > p {
    color: #fff;
}
#discount3 .d-f p {
    padding-bottom: 0;
    padding-right: 3px;
    font-size: 16px;
    color: #d71920;
    font-family: 'Arial', cursive;
    
}

/* footer */
.footer {
    background-color: rgb(243, 237, 237);
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.footer p {
    font-size: 14px;
    padding-bottom: 10px;
}
