@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Pacifico&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&family=Varela+Round&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Slab', serif;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
img {
    max-width: 100%;
}
/* width */
.w-2 {
    width: 20%;
}
.w-8 {
    width: 80%;
}
.w-3 {
    width: 32%;
}
.w-6 {
    width: 66%;
}
/* Text */
h1 {
    font-size: 3.0rem;
    line-height: 1.5;
    text-align: center;
}
h2, h3 {
    font-size: 48px;
    padding-bottom: 20px;
    text-align: center;
    font-family: pacifico, regulars;

}
p {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
}
.text-red {
    color: rgb(245,20,43);
}
.text-center {
    text-align: center;
}
ul {
    list-style-type: none;
}
/* Content */
section {
    position: relative;
}
section::after {
    content: "";
    background-color: #F0131E;
    height: 97.585px;
    width: 100%;
    position: absolute;
    z-index: -1;
}
section .container > h2, section .container > h3 {
    background-color: #F0131E;
    margin-right: -20px;
    margin-left: -20px;
    color: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
    z-index: 1000;
}
.container {
    background-color: #fff;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
    overflow: hidden;
}

.d-f {
    display: flex;
}
/* sec1 */

#prezentar .container {
    border-radius: 0;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
#prezentar .container > h1 {
    background-image: linear-gradient(180deg,rgb(57, 6, 243),rgb(72, 42, 240) 99%);
    margin-right: -20px;
    margin-left: -20px;
    color: #fff;
    margin-bottom: 20px;
    
}

.content-video {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #f0131e;
    border-radius: .75rem;
    overflow: hidden;
}

/* 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: #f0131e;
      font-size: 24px;
  }
  .drawer-menu li {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0;
  }
  
  .drawer-menu li a {
    display: block;
    font-size: 16px;
    color: rgba(153,153,153);
    -webkit-transition: all .8s;
    transition: all .8s;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
  }
  
  .drawer-menu li a:hover {
    color: #f0131e;
  }
  
  
  /* checkbox */
  
  .check {
    display: none;
  }
  
  
  /* 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: #f9741a;
    -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 */
/* section2 */
.online-video1.video-box .youtube_overlayvideo_wrapper {
    background-image: url(../images/video_2_thumb.jpg);
}
.video-box .youtube_overlayvideo_wrapper {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}
.video_holder, .youtube_overlayvideo_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.youtube_overlayvideo_wrapper .demo-play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    margin-top: 0px;
    margin-left: 0px;
    display: none !important;
}
.demo-video {
    line-height: 0;
}
.demo-video .youtube-overlay-wrapper {
    bottom: 0px !important;
}

element.style {
    position: absolute;
    width: 100%;
    height: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.overlaydemo iframe, .overlaydemoone iframe, .overlaydemotwo iframe, .overlaydemothree iframe, .overlaydemofour iframe, .overlaydemofive iframe, .overlaydemosix iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.563;
    line-height: 0;
    /* border-radius: 10px; */
    position: unset !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}


/* sec3 */
#how-dose::before {
    content: "";
    background-image: url(../images/ciurcuit\ bg.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;

}
#how-dose .container {
    background-color: transparent;
    
}
#how-dose .container p {
    color: #212529;
    font-family: 'Poppins', sans-serif;
}


/* Offer */
.offer .offer-content {
    flex-direction: column;
}
.offer .offer-content p {
    font-size: 2.5rem;
    font-weight: 800 !important;
    padding-top: 10px;
}
.offer .offer-content p del {
    color: rgb(102, 100, 100);
}
.offer .offer-content p span {
    color: #D71920;
    font-size: 3rem;
}
.offer img {
    max-height: 400px;
}
.offer a img:hover {
    transform: scale(1.02);
}
.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;
}

/* imgredient */
#ingredient .d-f {
    justify-content: space-between;
}
#ingredient ul {
    max-width: 49%;
}
#ingredient ul li {
    font-size: 19px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
#ingredient li::before {
    content: "";
    background-image: url(../images/check.png);
    background-size: cover;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
}
/* faq */
#faq li {
    border: 1px solid #ccc;
    border-radius: .25rem;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: rgb(48, 47, 47);
}
#faq li strong {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
}
#faq li strong::before {
    content: "";
    background-image: url(../images/dropdown.png);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    display: inline-block;
}
#faq li span{
    font-size: 18px;
    display: inline-block;
    padding-left: 30px;

}
/* money back */
#money-back h4 {
    padding-bottom: 20px;
    font-size: 24px;
}
#money-back p {
    padding-bottom: 10px;
}
#take-free a {
    text-decoration: none;
    font-size: 2rem;
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-weight: 400;
    color: #fff;
    background-color: #d71920;
    font-family: 'Permanent Marker', cursive;
}
#take-free a:hover {
    background-color: #f8aa02;
}
/* footer */
.footer .container {
    padding: 2rem;
    text-align: left;
    background-color: #fff;
    margin-top: 2rem;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.footer h6 {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    padding-bottom: 1rem;
}
.footer p {
    font-size: .7rem;
    padding-bottom: 1rem;
}
.footer::after , #take-free::after {
    content: "";
    background-color: transparent;
    height: 0;
    width: 0;
}