@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
:root {
    --primary-color: #0098b7;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}body {
    font-family: "Titillium Web", sans-serif;
}
a {
    text-decoration: none;
}
img {
    cursor: pointer;
}
ul {
    list-style: none;
}
p {
    margin-bottom: 22px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #2f2f2f;
}
h3 {
    font-size: 2.6rem;
    padding-top: 1rem;
    margin-bottom: 10px;
    color: #027aa5;
}

.text-center {
    text-align: center;
}
.header__timer {
  margin-top: 25px;
}
.header__timer-item {
  margin: 0 12px;
}
.header__timer-item h2 {
  background-color: #ffce3a;
  border: 4px solid #f09000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  font-size: 2.3rem;
  color: #000;
}
.header__timer-item p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.548);
  padding-top: 7px;
}
.justify-center {
  justify-content: center;
}
.d-flex {
  display: flex;
}
.timer-section {
  margin-bottom: -8px;
}

.ingredients-line-main {
    padding-top: 20px;
}
.ingredients-line-sub {
    color: #000000;
}

.links-section {
    background-color: #CB1313;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
  line-height: 2.5em;
}
.links-section2 {
    background-color: #CB1313;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}
.text-yellow {
    color:#eefe3c;
}
.strikeout-text {
    text-align: center;
    margin-top: -20px;
}
.strikeout {
    text-decoration: none;
}

s,
strike {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

s:after,
strike:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid red;
  height: 45%;
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-4deg);
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.whatis {
    margin-top: 30px;
}
.what-order {
    margin-top: -20px;
    margin-bottom: 20px;
}
.color-red {
    color: rgb(231, 0, 0);
    font-size: 20px;
}
.onetime-a {
    font-size: 17px;
    margin-top: 20px;
}
.onetime-b {
    font-size: 18px;
    line-height: 2.3em;
}
.gif-buy-btn {
    text-align: center;
    margin: 15px 0;
    margin-bottom: 30px;
}
.gif-buy-btn img {
    width: 100%;
    max-width: 430px;
    cursor: pointer;
    margin-top: -2.8em;
}
.section {
    padding: 20px 0;
}
.white-text {
    font-size: 20px;
    text-align: center;
    color: white;
}
.yellow-text {
    font-size: 20px;
    text-align: center;
    color: rgb(246, 255, 0);
}
.margin-top {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.btn {
    border: 0;
    background: none;
    cursor: pointer;
}
.subtitle {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.pages-title {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 300;
}
.top_navbar {
    background-color: var(--primary-color);
    padding: 20px 0;
}
.top_nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text_logo {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
}
.top_nav-menu {
    display: none;
}
.top-item {
    padding-top: 50px;
}
.site_title {
    color: var(--primary-color);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.site_subtitle {
    color: #0048ff;
    font-size: 2.2rem;
}
.top-benefits_list {
    margin: 30px 0;
}
.top-list-item {
    font-weight: 600;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.top-list-item::before {
    content: "\2714";
    font-weight: 800;
    color: #10c000;
    font-size: 25px;
    margin-right: 10px;
    margin-top: 1px;
}

.orderbtn {
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    background-color: #fd1644;
    border-radius: 7px;
    padding: 22px 30px;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.orderbtn-2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    background-color: #fd1644;
    border-radius: 7px;
    padding: 22px 30px;
    margin-top: 1.5em;
    cursor: pointer;
}
.main_img {
    width: 100%;
    max-width: 550px;
    cursor: pointer;
}
.margin-bottom {
    margin-bottom: 35px;
}
.linkspointer-a {
    color: #2f2f2f;
    cursor: pointer;
}
.center_benefits__list {
    margin: 30px 0;
}
.item__benefits_list {
    font-weight: 400;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.item__benefits_list::before {
    content: "\2714";
    font-weight: 800;
    color: #10c000;
    font-size: 25px;
    margin-right: 10px;
    margin-top: 1px;
}
.guarantee {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    margin: 40px 0;
}
.section-order {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    margin: 40px 0;
}
.section-top {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 0;
    margin: 40px 0;
}
.moneyback-text {
    color: rgb(245, 245, 245);
    font-size: 2em;
}
.guarantee img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
}
.try_h3 {
    font-size: 3em;
    color: #fd1644;
    padding-bottom: .5em;
}
.sub-ingredients {
    font-size: 3em;
    color: #0299b7;
}
.guarantee h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.img-item-align img {
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
}
.img-item-align {
    text-align: center;
}
.list-pricing {
    text-align: center;
}
.customer-reviews {
    color: #002aff;
}
.blue-text {
    color: blue;
}
.red-text {
    color: red;
}
.black-bold-center {
    color: #2f2f2f;
    text-align: center;
}
.footer-blacktext {
    color: #2f2f2f8c;
}
.order {
    text-align: center;
}
.order__bottles {
    margin: 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
}
.order__bottles img {
    width: 100%;
    max-width: 300px;
    transition: ease 0.3s all;
}
.limited-time-text {
    color: red;
    margin-bottom: 5px;
}

.order__bottles img:hover {
    transform: scale(1.1);
}
.order__title {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 600;
}
.order__title,
.order__subtitle {
    color: var(--primary-color);
}
.checkout__title {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 2rem;
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.checkout__text {
    text-align: center;
}
.img-align {
    text-align: center;
    margin: 20px 0;
}
.img-align img {
    width: 100%;
    max-width: 900px;
    cursor: pointer;
}
.links {
    background-color: var(--primary-color);
    padding: 20px 0;
}
.links a {
    color: #fff;
    font-weight: 600;
}
.footer {
    margin-top: 60px;
    color: #0000008a;
}
.footer p {
    font-size: 1.4rem;
}
.footer__copyright {
    color: #0000006c;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.9em;
}


.wrapper{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .box{
    background: #fff;
    width: calc(33% - 10px);
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.20);
  }
  .wrapper .box i.quote{
    font-size: 20px;
    color: #17a2b8;
  }
  .wrapper .box .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
  }
  .box .info .name{
    font-weight: 600;
    font-size: 21px;
  }
  .box .info .location{
    font-size: 16px;
    font-weight: 500;
    color: #e20000;
    margin-top: 7px;
    margin-bottom: 11px;
  }
  .box .info .stars{
    margin-top: 2px;
  }
  .box .info i{
    color: #ffbf00;
  }
  .star-custom{
    font-size: 16px;
  }
  .stars i{
    color: #17a2b8;
  }
  .box .content .image{
    height: 90px;
    width: 90px;
    padding: 3px;
    background: #17a2b8;
    border-radius: 50%;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }
  
  
  @media (max-width: 1045px) {
    .wrapper .box{
      width: calc(50% - 10px);
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper .box{
      width: 100%;
    }
  }
@media screen and (min-width: 481px) {
    p {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 2.4rem;
    }
    .site_title {
        font-size: 3rem;
    }
    .site_subtitle {
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 350px) {
    .site_title {
        font-size: 3.2rem;
        margin-top: 25px;
    }
}
@media screen and (min-width: 769px) {
    p {
        font-size: 2.2rem;
    }
    .subtitle {
        font-size: 3rem;
    }
    .top_navbar {
        padding: 30px 0;
    }
    .text_logo {
        font-size: 3.4rem;
    }
    .top_nav-menu {
        display: flex;
    }
    .top_nav-item {
        margin-right: 20px;
    }
    .top_nav-item a {
        color: #fff;
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    .site_title {
        font-size: 3.6rem;
    }
    .top-benefits_list {
        margin-left: 20px;
    }
    .top-container {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .center_benefits__list {
        margin-left: 40px;
    }
    .guarantee {
        text-align: center;
    }
    .guarantee h2 {
        font-size: 3rem;
    }
    .order__bottles {
        flex-direction: row;
    }
    .order__text {
        width: 100%;
        max-width: 900px;
        margin: auto;
    }
    .checkout__title {
        font-size: 2.6rem;
    }
    .links__list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .footer__copyright {
        text-align: center;
    }
    .white-text {
        font-size: 40px;
        text-align: center;
        color: white;
    }
    .yellow-text {
        font-size: 40px;
        text-align: center;
        color: rgb(246, 255, 0);
    }
}
@media screen and (min-width: 1025px) {
    .subtitle {
        font-size: 4rem;
    }
    .text_logo {
        font-size: 1.8rem;
    }
    .site_title {
        font-size: 4.2rem;
        margin-top: -15px;
    }
    .white-text {
        font-size: 40px;
        text-align: center;
        color: white;
    }
    .yellow-text {
        font-size: 40px;
        text-align: center;
        color: rgb(246, 255, 0);
    }
}
