@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,#0781E3,#00a94f 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;
}

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-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #d71920;
}
.text-orange {
    color: #f9741a;
}
.text-blue {
    color: rgb(6, 64, 114);
}

/* Display */
.d-b {
    display: block;
}
.d-n {
    display: none !important;
}
.d-f {
    display: flex;
}
.f-w {
    flex-wrap: wrap;
}
/* Width */
.w-1 {
    width: 10%;
}
.w-2 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.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;
}

/* 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 */
#arcticblast {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #000;
}
#arcticblast .container li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 5px;
}
#arcticblast .container li::before {
    content: "";
    background-image: url(../images/check2.png);
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
}
#arcticblast .video {
    border: 2px solid #0095ff;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 5px 5px rgba(238, 230, 230, 0.616);
}
#arcticblast .w-6 p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

/* Menu */
#navBar {
z-index: 1030;
position: relative;
}
.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;
    padding-bottom: 20px;
}
.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;
  line-height: 1.2;
  font-size: 16px;
  color: rgba(153,153,153);
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 25px;
}

.drawer-menu li a:hover {
  color: #f9741a;
}


/* checkbox */

.check {
  display: none;
}


/* menu button - label tag */
#navBar {
z-index: 1030;
position: relative;
}
.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 */
/* sec4 */
#ingredient .d-f {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
#ingredient .d-f .w-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#ingredient .d-f h3 {
    font-size: 1.7rem;
}
/* sec5 */
#benefits li {
    position: relative;

}
#benefits .li {
    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 li b {
    display: inline-block;
    padding-bottom: 20px;
}
#benefits li span {
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 90%;
}
/* 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 {
    padding-bottom: 20px;
}
.offer .d-b {
    align-items: flex-end;
}
.offer .text {
    background-image: linear-gradient(90deg,#0781E3,#00a94f 99%);
    padding-bottom: 4rem;
    height: 120px;
}
.offer .text h3 {
    font-family: 'Permanent Marker', cursive;
    font-size: 3rem;
}
.buy {
    background-image: url(../images/prc-det-bg.png);
    background-size: cover;
    color: #fff;
    padding: 40px 10px;
}
.buy .w-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy .txt1 {
    font-size: 36px;
    line-height: 40px;
    position: relative;
    color: #e3e3e3;
}
.buy .txt2 {
    font-size: 112px;
    line-height: 122px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 80%);
}
.buy a img {
    transition: 0.2s;
}
.buy a img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
/* sec8 */

/* 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: #0095ff;
}
#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;
    padding-bottom: 10px;
}
#money-back .s31-mny-bck-sec {
    width: 100%;
    background: url(/assets/images/s31-mny-bck-bg.png) center top no-repeat;
    padding: 30px 30px 50px;
    margin: 30px 0;
}
.s31-mny-bck {
    margin-top: -60px;
}
.s31-mny-bck-sec h3 {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 30px;
}
.s31-mny-bck-sec .comn-txt {
    text-align: center;
}

.comn-txt {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    color: #333;
}
/* 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: 160px;
    height: 230px;
    overflow: hidden;
    position: fixed;
    bottom: 40%;
    left: 2px;
}
#ads-fixed .banner {
    display: inline;
    
}
#ads-fixed .banner img {
    width: 160px;
    height: 230px;
}

#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;

    width: 190px;
    text-align: center;


}
#discount3 .d-f {
    align-items: center;
    padding-bottom: 10px;
    background-color: rgba(187, 183, 183, 0.082);

}

#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: 'Permanent Marker', cursive;
}

    .atc-flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }

      .atc-card {
        position: relative;
        border: 2px solid gray;
        width: 30%;
        border-radius: 20px;
        transition: all 0.5s ease-in-out;
      }

      .atc-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .atc-card h3 {
        font-size: 26px;
        color: gray;
        text-align: center;
        font-weight: 780;
        padding: 25px 0;
      }

      .atc-card img {
        max-width: 310px;
        mix-blend-mode: darken;
      }

      .atc-card h2 {
        line-height: 1;
        font-size: 69px;
        font-weight: 800;
        color: #dc3545;
        text-align: center;
        margin: 10px 0 0;
      }

      .atc-card h2 sup {
        font-size: 22px;
        display: inline-block;
        margin-left: -20px;
        width: 10px;
        bottom: -0.5em
      }

      .atc-card p {
        color: #000;
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 800;
        text-align: center;
      }

      .atc-card h5 {
        font-size: 20px;
        color: #999;
        margin-bottom: 25px;
        text-align: center;
        margin: 10px 0;
      }

      .atc-card h5 strong {
        color: black;
      }

      .atc-card h6 {
        font-size: 20px;
        text-align: center;
        color: gray;
        margin: 20px
      }

      .atc-card center a {
        padding: 20px 0 0;
        display: inline-block;
      }

      .atc-card:nth-child(2) {
        border: 2px solid rgb(52 152 219);
      }

      .atc-card:nth-child(2) h3 {
        color: rgb(52 152 219);
      }

      .atc-card:nth-child(2) span {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        min-height: 45px;
        margin-top: 10px;
        max-width: 253px;
      }

      .atc-card:nth-child(3) {
        border: 2px solid rgb(52 152 219);
      }

      .atc-card:nth-child(3) h3 {
        color: rgb(52 152 219);
      }

      .atc-card:nth-child(3) span {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        min-height: 45px;
        margin-top: 10px;
        max-width: 253px;
        display: inline-block;
        line-height: normal;
      }

      .atc-card h4 {
        color: gray;
        text-align: center;
        margin: 0;
        font-size: 15px;
        padding: 0 0 10px;
      }

      .card-ribbon {
        position: absolute;
        overflow: hidden;
        top: -10px;
        left: -10px;
        width: 114px;
        height: 112px;
      }

      .card-ribbon h1 {
        position: absolute;
        display: block;
        width: 160px;
        padding: 10px 0;
        background-color: #3498db;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        left: -35px;
        top: 25px;
        transform: rotate(-45deg);
      }

      @media only screen and (max-width: 767px) {
        .atc-flex {
          flex-wrap: wrap;
          flex-direction: column !important;
          align-items: center;
        }

        .atc-card:nth-child(3) {
          order: 2 !important;
          margin: 10px 0;
        }

        .atc-card:nth-child(1) {
          order: 3 !important;
        }

        .atc-card:nth-child(2) {
          order: 1 !important;
        }

        .atc-card {
          width: 100%
        }
      }

      @media only screen and (max-width: 991px) {
        .container {
          width: 100%;
        }

        .atc-card {
          width: 100%;
        }

        .atc-card img {
          width: 100%;
        }
      }
    


/* footer */
.footer {
    background-color: rgb(243, 237, 237);
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.footer p {
    font-size: 14px;
    padding-bottom: 10px;
}
