* {
    font-family: 'Rubik', sans-serif;
    /*user-select:none;*/
}

@font-face {
    font-display: swap;
}

nav {
    background: #164e45;
    height: 90px;
    width: 100%;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    z-index: 1;
}

.timer-box h5 {
    font-size: 30px;
    /* word-spacing:25px ; */
    word-spacing: 15px;
    color: rgb(255, 255, 0);
}

.get-now {
    color: #000;
    text-decoration: none;
    padding: 10px 50px;
    font-size: 25px;
    font-weight: 600;
    background: #fff;
    border-radius: 30px;
}

.bounce-image{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
        animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}


.get-now:hover {
    color: #fff;
    background-color: #f00;
}

.guarantee-content-p {
    color: #fff;
}

.minut-timer {
    letter-spacing: 3px;
    margin-left: 8px;
}

.logo {
    width: 150px;
    margin-left: 15px;
}

nav ul {
    float: right;
    margin-right: 20px;
    padding-right: 150px;
}

.feature img {
    height: auto;
}

nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: rgb(255, 255, 4);
    color: #fff;
    font-size: 25px;
}

.logo-res {
    padding-left: 150px;
    width: 35%;
}

.active {
    color: #fff !important;
    background-color: red;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: white;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: 0.5s ease-out;
}

.menu-icon {
    width: 50%;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

nav ul li a {
    text-decoration: none;
}

@media (max-width: 420px) {
    .logo-res {
        width: 80%;
    }
}

@media (max-width: 952px) {
    label.logo {
        font-size: 30px;
        padding-left: 50px;
    }

    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 1.s;
    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 20px;
    }

    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }

    #check:checked~ul {
        left: 0;
    }
}

.about-image-section {
    align-self: center;
}

.banner-intro,
.wwc-section,
.lto,
.guarantee-section,
.customer-reviews-section,
.cta-section {
    background: radial-gradient(circle, #2f9080 0, #227265 50%, #144e44 100%);
    background-size: cover;
}

.banner-images {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.banner-res-b h2 {
    margin-bottom: 15px;
}

.hws-text strong {
    color: #c8232c;
}

.banner-text img {
    width: 48px;
    margin-top: 5px;
    margin-right: 5px;
}

.banner-title,
.about-title,
.wwc-tittle,
.hws-tittle,
.ingredients-title,
.guarantee-content,
.benefits-tittle,
.review-title,
.faq-title,
.about-sub {
    text-align: center;
    font-size: 50px;
    background: #164e45;
    /* border: 3px solid rgb(255, 255, 255); */
    box-shadow: rgba(0, 0, 0, 0.61) 0px 8px 24px;
    border-radius: 35px;
    margin-bottom: 10px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    font-family: inherit;
}

.banner-text {
    color: rgb(255, 255, 0);
    display: flex;
}

45% .banner-res-b h2,
.banner-res-b h3 {
    color: #fff;
    font-weight: 700;
}

.banner-title-b,
.benefits-title-c {
    font-size: 35px;
    margin-top: 20px;
    font-weight: 900;
    color: #fff;
    font-family: sans-serif;
}

.banner-text,
.about-text,
.hws-text,
.ingredients-title-text,
.guarantee-content-p,
.benefits-title-b,
.benefits-list {
    font-size: 28px;
    font-weight: 400;
}

.about-images img {
    width: 100%;
}

.left {
    text-align: left;
}

.about-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.buy-now {
    color: #fff;
    text-decoration: none;
    background-color: red;
    padding: 10px 30px;
    font-size: 40px;
    border-radius: 20px;
    font-weight: 700;
    border: 5px solid #f1f1f1;
    box-shadow: 8px 10px 10px 1px rgba(0, 0, 0, 0.5);
}

.buy-now:hover {
    background-color: #fcff41;
    color: red;
}

.bonus-section {
    background-color: #000;
}

.bonus-card-outline {
    padding: 50px;
}

.bonus-card {
    text-align: center;
    border: 1px solid white;
    background-color: #fff;
}

.bonus-title {
    color: #fff;
}

.bonus-title strong {
    color: rgb(255, 255, 0);
}

.bonus-title span {
    text-decoration: underline;
    text-decoration-color: rgb(255, 255, 0);
}

.bonus-card-title img {
    width: 100%;
}

.bonus-card-title h4 strong {
    color: #89e88f;
}

.bonus-card-title {
    background-color: #17214C;
}

.bonus-card-title h4 {
    padding: 15px;
}

del {
    text-decoration-color: rgb(255, 0, 0);
}

.bonus-card-title h4 {
    color: #fff;
    padding: 0 30px;
}

.bonus-price {
    font-size: 30px;
    color: rgb(0, 0, 0);
}

.bonus-price strong {
    color: rgb(0, 0, 0);
}

.bonus-p p {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.feature {
    text-align: center;
}

.wwc-tittle-b {
    font-size: 35px;
    font-weight: 600;
    color: rgb(255, 255, 0);
}

.wwc-text {
    font-size: 25px;
    color: #fff;
}

.hws-point ul li {
    margin: 15px 0;
}

.hws-point ul {
    list-style: none;
    padding: 0;
}

.hws-point ul li img {
    width: 5%;
}

.hws-point ul li p {
    margin: 0;
    font-size: 20px;
}

.hws-point ul li {
    display: flex;
    align-items: center;
}

.hws-section,
.about-section,
.ingredients,
.benefits-section,
.faq-section,
.bonus-section {
    background-color: rgb(238, 249, 246);
    background-size: cover;
}

.lto-images-a {
    width: 45%;
}

.lto-images-b {
    width: 100%;
}

.lto-images-c {
    width: 90%;
}

.lto-payment-image img {
    width: 75%;
}

.lto-title h2 {
    font-size: 35px;
    font-weight: bold;
    color: #ffed5f;
    background: #272727;
    text-align: center;
    line-height: 50px;
}

.lto-title p {
    font-size: 25px;
    text-align: center;
}

.lto-price {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-end;
    color: #027953;
}

.lto-price-cost {
    font-size: 70px;
    font-weight: bold;
    font-family: inherit;
    margin: 0;
}

.lto-price-per {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

.you-save {
    font-size: 22px;
    font-weight: bold;
    color: rgb(255, 0, 0);
    text-align: center;
}

.lto-button a {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    background: yellow;
    color: rgb(255, 0, 0);
    border-radius: 17px;
    padding: 8px 60px;
}

.lto-button :hover {
    color: yellow;
    background: rgb(255, 0, 0);
}

.lto-60day {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
    color: grey;
}

.lto-offer-price {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.lto-offer-price .old-cost {
    text-decoration-color: red;
    color: gray;
    font-size: 25px;
}

.lto-offer-price .orignal {
    font-size: 30px;
    font-weight: bold;
}

.shipping P {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.lto-outline:hover {
    scale: 1.1;
}

.lto-outline {
    padding: 15px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 50%);
    border-radius: 20px;
    background-color: #fff;
    transition: 1.1s ease-in-out;
}

.lto-cards {
    background-color: #F9F8DA;
    border-radius: 8px;
}

.lto-payment-image img {
    width: 75%;
}

.lto-title h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.lto-title h4 {
    font-size: 30px;
    font-weight: bold;
}

.benefits-title h3 {
    font-size: 50px;
    font-weight: bold;
    color: red;
}

.benefits-text {
    font-size: 25px;
    font-weight: 500;
}

.benefits {
    display: flex;
    margin: 8px 0;
    gap: 15px;
}

.benefits img {
    width: 43px;
    height: 43px;
}

.benefits p {
    margin: 0;
    font-size: 22px;
}

.warning-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff700;
    gap: 30px;
    padding: 20px 60px;
    border-radius: 50px;
}

.warning-box p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}

.warning-box img {
    width: 10%;
}

.lto-tittle {
    background: #272727;
    color: rgb(251 255 0);
}

.ingredients-box {
    display: flex;
    flex-direction: column;
    margin: 0 100px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 50%);
    height: 100%;
}

.ingredients-image {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}

.ingredients-box img {
    width: 8%;
    height: auto;
    border-radius: 15%;
}

.bonuses-image img {
    width: 100%;
}

.ingredients-text p {
    padding: 11px 0 0 11px;
    font-size: 22px;
}

.ingredients-image h5 {
    color: #02780b;
    font-size: 28px;
}

.ingredent-detail-image img {
    width: 40%;
}

.guarantee-image img {
    width: 100%;
}

.guarantee-content-a {
    color: #fff;
    text-decoration: none;
    background-color: rgb(255, 0, 0);
    font-size: 33px;
    padding: 10px 40px;
    border-radius: 35px;
    font-weight: 500;
    border: 0px solid #7a7a7a;
    box-shadow: 0px 4px 0px 2px rgb(0 0 0 / 50%);
}

.benefits-list li {
    list-style: none;
}

.benefits-list img {
    margin-right: 10px;
    width: 4%;
}

.benefits-list {
    margin: 0;
}

.review-card {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 9px 10px 1px rgb(0 0 0 / 50%);
    height: 100%;
    background-color: #fff;
}

.testimonial-images {
    width: 40%;
    border-radius: 50%;
    height: auto;
}

.star-box img {
    width: 50%;
    margin: 18px 0;
    height: auto;
}

.verified {
    font-weight: bold;
    color: #2e9155;
    font-family: serif;
    font-size: 15px;
}

.review-text strong {
    color: #000;
    font-weight: bold;
}

.review-text {
    font-size: 20px;
    padding: 0 10px;
}

.card-ends p {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.accordion {
    color: rgb(68, 68, 68);
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 18px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    transition: all 0.4s ease 0s;
    align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
    border: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.panel p {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
}

.accordion p {
    margin: 0;
}

.accordion img {
    width: 25px;
    height: 25px;
}

.active img {
    rotate: 45deg;
}

.accordion p {
    font-size: 24px;
    font-weight: 600;
}

.cta-image {
    margin-top: 30px;
    width: 60%;
}

.cta-tittle {
    font-size: 50px;
    font-weight: 900;
    font-family: cursive;
    color: #fff;
}

.cta-tittle-b {
    font-size: 45px;
    margin-bottom: 30px;
    color: #fff;
}

.cta-a {
    text-decoration: none;
    background-color: red;
    color: #fff;
    padding: 12px 45px;
    border-radius: 15px;
    font-size: 30px;
}

.cta-a:hover {
    background-color: yellow;
    color: red;
}

footer {
    background: #000;
}

footer p {
    color: #fff;
}

.social-media-links {
    color: #fff;
    font-size: 25px;
    display: flex;
    gap: 15px;
    justify-content: right;
}

.facebook a:hover {
    color: #3b5998;
}

.insta a:hover {
    color: #bc1888;
}

.Twitter a:hover {
    color: #00acee;
}

.pinterest a:hover {
    color: #c8232c;
}

.linkedin a:hover {
    color: #0A66C2;
}

.social-media-links a {
    color: #fff;
}

.links a {
    color: #fff;
    text-decoration: none;
}

.benefit-mobile {
    display: none;
}

@media screen and (max-width: 1300px) {
    nav ul {
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) {
    nav ul li a {
        font-size: 15px;
        padding: 3px 10px;
    }

    .banner-intro {
        background-position-y: bottom;
        background-size: 125%;
    }

    .banner-images {
        width: 100%;
    }

    .lto-button a {
        padding: 8px 28px;
        font-size: 20px;
    }

    .shipping P {
        font-size: 28px;
    }

    .logo-res {
        padding: 0;
    }
}

@media only screen and (max-width: 976px) {
    .banner-res-b {
        width: 100% !important;
    }

    .buy-now,
    .wwc-tittle-b {
        font-size: 25px;
    }

    .wwc-text {
        font-size: 20px;
    }

    .hws-point ul li img {
        width: 10%;
    }

    .lto .container,
    .ingredients .container,
    .hws-section .container,
    .about-section .container,
    .benefits-section .container,
    .customer-reviews-section .container,
    .faq-section .container,
    .cta-section .container {
        width: 100%;
        max-width: none;
    }

    .guarantee-image {
        display: none;
    }

    .guarantee-content {
        width: 100% !important;
    }

    .guarantee-content-a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 865px) {
    .benefit-mobile {
        display: block;
    }
}

@media only screen and (max-width: 500px) {

    .banner-title,
    .about-title,
    .wwc-tittle,
    .hws-tittle,
    .ingredients-title,
    .guarantee-content,
    .benefits-tittle,
    .review-title,
    .faq-title,
    .lto-title h3,
    .about-sub {
        font-size: 24px;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .ingredient-res {
        flex-direction: column;
    }

    .ingredient-res img {
        width: 100% !important;
    }

    .banner-title-b,
    .benefits-title-c {
        font-size: 30px;
    }

    .banner-text,
    .about-text,
    .hws-text,
    .ingredients-title-text,
    .guarantee-content,
    .benefits-title-b,
    .benefits-list,
    .lto-title h4,
    .guarantee-content-a {
        font-size: 20px;
        text-align: justify;
    }

    .bonuses-image img {
        width: 100% !important;
    }

    .ingredients-box {
        margin: 0;
    }

    .ingredients-box img {
        width: 40%;
    }

    .ingredent-detail-image img {
        width: 100%;
    }

    .mt-sm-5 {
        margin-bottom: 30px;
    }

    .cta-tittle {
        font-size: 40px;
        font-family: 'FontAwesome';
    }

    .cta-tittle-b {
        font-size: 30px;
    }

    .cta-a {
        font-size: 18px;
        padding: 11px 18px;
    }

    .benefits-list img {
        width: 10%;
    }

    .warning-box {
        flex-direction: column;
        padding: 15px;
    }

    .warning-box img {
        width: 55px
    }

    .about-images {
        margin-bottom: 25px;
    }

    .get-now {
        color: #fff;
        text-decoration: none;
        padding: 10px 8px;
        font-size: 16px;
        font-weight: 600;
        background: #f00;
        border-radius: 30px;
    }
}