/* GLOBAL VARIABLES */
:root {
    --white-color: #FFF;
    --black-color: #000;
    --gold-color: gold;
    --yellow-color2: #fff12c;
    --golden-color: #D4B357;
    --golden-color2: #c8b56c;
    --golden-color3: #eee7d2;
    --golden-color4: #e3e3e3;
    --darkgreen-color2: #225231;
    --darkgreen-color1: #306d1e;
    --red-color: #bc0000;

    --blue-color: #4476b2;
    --blue-color-2: #5582b9;
    --lightblue-color: #f5f7fa;
    --lightblue-color2: #f6f7fa;
    --lightblue-color3: #dae4ee;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

/* VSL Section */
.vsl-box--left,
.vsl-box--right {
    height: fit-content;
}

.simple-list {
    padding-left: 2.5rem !important;
}

.vsl-section {
    /* max-height: 100vh; */
    position: relative;
    height: 100%;
    flex-grow: 0;
    width: 100%;
    flex-basis: max-content;
}

.vsl-section--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

@media (max-width:575px) {
    .action_div {
        margin-top: 120px !important;
    }

    #tsl-start {
        /* margin-top: 100px; */
    }
}

/* TODO Placeholder */
.todo {
    color: #555;
    border: 2px solid red;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.todo p {
    margin: 0;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Styles */
.fancy-border {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* Wrapper for the border */
.arrow-clip-wrapper {
    position: relative;
    background: #f5f7fa;
    padding-bottom: 1px;
    background: black;
    /* height: 100dvh; */
    height: 100vh;
    height: 100svh;
}

/* Content inside the border */
.arrow-clip {
    background-color: #fdfbf2;
    /* Match your content background */
    -webkit-clip-path: inherit;
    /* Reuse clip-path */
    clip-path: inherit;
}


.section-open-width section {
    /* max-width: 1300px; */
    margin: 0 auto;
}

.section-closed-width section {
    max-width: 980px;
    margin: 0 auto;
}


.header-container {
    /* background: linear-gradient(to right, black 0%, transparent 20%, transparent 80%, black 100%), url(https://www.godremedies.com/presentation/img/black-bgr-pattern.png); */
    background: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_background_desktop_v5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 0px 0 0px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 575px) {
    .header-container {
        height: fit-content;
    }
}

.hero-section--headline {
    font-family: "Fira Sans Extra Condensed", Impact, sans-serif;
    font-size: calc(43px + 47 * ((100vw - 350px) / (1920 - 350)));
    color: #FFF;
}

.hero-section--first-message {
    font-family: "Lato", sans-serif;
    font-size: calc(20px + 4 * ((100vw - 350px) / (1920 - 350)));
    color: #FFF;
    font-weight: 500;
}

.word-shadow {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}



.tsl-paragraphs * p,
.tsl-paragraphs * li {
    font-family: "Open Sans", sans-serif;
    font-size: calc(22px + 2 * ((100vw - 350px) / (1920 - 350)));
    color: #0d0d0d;
    line-height: 1.7;
    margin-bottom: 16px;
}

.introduction-section--headline,
.bonus-section--headline {
    font-family: "source-serif-pro", sans-serif;
    font-size: calc(28px + 20* ((100vw - 350px) / (1920 - 350)));
    font-weight: 700;
    margin-bottom: 20px;
}

.inner-headline {
    font-family: "source-serif-pro", sans-serif;
    font-size: calc(23px + 10* ((100vw - 350px) / (1920 - 350)));
    font-weight: 600;
}

.white-container,
.blue-container,
.white-container--ttb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-container--ttb {
    /* background: linear-gradient(to bottom, #061d0c, #08231a, #202419); */
    /* background: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_background_desktop_rotated.webp); */
    padding: 0 !important;
    margin: 0;
}

.custom-container--ttb a {
    position: relative;
    top: -30px;
}

@media (max-width: 575px) {
    .custom-container--ttb a {
        top: 20px;
    }
}

.custom-container--ttb img {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 2px #ffffff;
}

.white-container--ttb {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f7fa;
    border-top: 1px solid #dae4ee;
    border-bottom: 1px solid #dae4ee;
}

.blue-container {
    background-color: #ebf1fa;
    border-top: 1px solid #dae4ee;
    border-bottom: 1px solid #dae4ee;
    /* border:  1px solid #dae4ee; */
    /* max-width: 980px; */
    /* border-radius: 20px; */
    /* padding: 40px; */
}

.card-type1 {
    border: 1px solid #dae4ee;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    -webkit-filter: drop-shadow(0 5px 5px rgba(50, 90, 110, 0.075)) drop-shadow(0 4px 5px rgba(50, 90, 110, 0.15)) drop-shadow(0 2px 3px rgba(50, 90, 110, 0.2));
    filter: drop-shadow(0 5px 5px rgba(50, 90, 110, 0.075)) drop-shadow(0 4px 5px rgba(50, 90, 110, 0.15)) drop-shadow(0 2px 3px rgba(50, 90, 110, 0.2));
    width: 100%;
    margin: 0 auto;
    background: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_bulletsremedies.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 575px) {
    .card-type1 {
        width: 100%;
        padding: 30px 15px;
    }

    .card-type1 ul {
        padding-left: 0.5rem;
    }

    .card-type1--list li,
    .custom-list li {
        padding-left: 0.5em;
        padding-right: 1em;
    }

    .card-type1--list li:before,
    .custom-list li:before {
        left: -1em;
    }

    .card-type1 .card-type1--list {
        padding: 25px 25px;
    }
}

.card-type1 .card-type1--headline {
    text-align: left;
    border-bottom: 1px solid #d4b357;
    padding-bottom: 10px;
    margin-top: 0.5em;
}

.card-type1 .card-type1--list {
    backdrop-filter: blur(25px);
}

.card-type1 .card-type1--list,
.custom-list {
    margin-top: 20px;
    padding: 40px 40px;
    max-width: 750px;
    margin: 0 auto;
    background: rgb(255 255 255 / 70%);
    border-radius: 20px;
}

.card-type1--list li {
    position: relative;
    list-style: none;
    padding-left: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
}

.card-type1--list li:before {
    content: "";
    background: url('https://www.godremedies.com/presentation/img/gr/GR_TSL_plant_icon (1).png') no-repeat center center;
    background-size: contain;
    width: 1em;
    height: 1.2em;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.custom-list li {
    position: relative;
    list-style: none;
    padding-left: 1.3em;
    padding-bottom: 10px;
}

.custom-list li:before {
    content: "";
    background: url('https://www.godremedies.com/presentation/css/icons/shield-checkmark-blue.svg') no-repeat center center;
    background-size: contain;
    width: 1em;
    height: 1.2em;
    position: absolute;
    top: 0.2em;
    left: 0;
}

/* Text Styles */
.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.subhead,
.subhead span {
    font-size: calc(35px + 17 * ((100vw - 350px) / (1920 - 350))) !important;
    margin: 20px 0 5px;
    font-family: 'Fira Sans Condensed', sans-serif;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 600 !important;
    line-height: 60px;
}

@media (max-width: 575px) {

    .subhead,
    .subhead span {
        /* font-size: calc(27px + 20 * ((100vw - 350px) / (1920 - 350))) !important; */
        margin: 5px 0 0px !important;
        letter-spacing: -0.5px;
        font-weight: 600 !important;
        line-height: 35px;
    }
}

.highlighted {
    background-color: #ffe763;
    border-radius: 4px;
    padding: 1px 5px;
}

/* Images Styles */
.custom-image {
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.custom-image.noshadow {
    border: none !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.compound-container--image {
    position: relative;
}

.compound-container--image img {
    vertical-align: middle;
    max-width: 360px;
    max-height: 440px;
}

@media (max-width: 575px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

}

@media (min-width: 576px) {
    .mobile {
        display: none;
    }

    .compound-container--image.right-bonus {
        float: right;
        margin-left: 20px;
        margin-right: -20px;
        margin-top: 120px;
    }

    .compound-container--image.left-bonus {
        float: left;
        margin-right: 20px;
        margin-left: -20px;
    }

    .compound-container--image.right {
        float: right;
        margin-left: 40px;
        margin-right: -180px;
    }

    .compound-container--image.left {
        float: left;
        margin-right: 40px;
        margin-left: -180px;
    }
}

figcaption {
    text-align: center;
    color: #999;
    font-size: 12px;
}

img#custom-image {}

img#custom-image::before {
    /* content: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_plant_photo_right.png); */
    position: absolute;
    height: 10px;
    width: 10px;
    top: -180px;
}

.custom-container {
    /* background: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_listbackground.png); */
}

img.img-fluid.mx-auto.d-block {}

ul.custom-list {
    background: none;
    padding: 0;
    max-width: unset;
    padding: 0 50px;
}

@media (max-width: 575px) {
    ul.custom-list {
        padding: 0 15px;
    }
}

ul.custom-list>li {
    margin-bottom: 10px;
}

.blue-container--bonus {
    background-color: #ebf1fa;
    border: 1px solid #5582b9;
    max-width: 980px;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

@media (max-width: 575px) {
    .blue-container--bonus {
        padding: 40px 15px;
    }
}

.guarantee-certificate {
    -o-border-image: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_certificate.webp) 120;
    border-image: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_certificate.webp) 120;
    border-style: solid;
    border-width: 60px;
    background: #f6f1e5;
    margin: 40px auto 30px;
}

.guarantee-badge {
    width: 150px;
    margin: -95px auto 30px;
}

@media (max-width: 575px) {
    .guarantee-certificate {
        padding: 0;
        box-shadow: 0px 0px 0px 1px #b98d46;
    }

    .guarantee-badge {
        width: 130px;
        margin: -95px auto 10px;
    }

    .guarantee-em-box {
        padding: 5px;
        margin: 15px 0;
    }
}

.guarantee-title {
    font-weight: bold;
    text-align: center;
    color: #b98d46 !important;
    text-shadow: 0px 1px 0px #714f00;
}

.guarantee-em-box {
    border: 7px solid #d7b57f;
    border-style: double;
    width: fit-content;
    padding: 5px 20px;
    margin: 20px auto;
}

.border-subhead {
    font-weight: bold;
    font-size: calc(20px + 24 * ((100vw - 350px) / (1920 - 350))) !important;
    line-height: 54px !important;
    text-align: center;
    border-left: 11px solid #E9C814;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    margin-left: 25px;
}

@media (max-width: 575px) {
    .border-subhead {
        line-height: 30px !important;
        border-left: 10px solid #E9C814;
        margin-left: 5px;
        padding: 0 5px;
    }
}

/* Break (<br />) for desktop only */
@media (min-width: 1025px) {
    .line-break_mobile br {
        /* display: none !important; */
    }

    .line-break_mobile::after {
        /* content: ' '; */
        /* display: inline; */
    }
}

@media (max-width: 1024px) {
    br:not(.line-break br) {
        display: none
    }

    .responsive-br::after {
        content: ' ';
        display: inline;
    }

    .line-break_mobile br {
        display: inline !important;
    }
}

.shifted-container--1 {
    border-top: 2px solid 2px solid #5582b9;
    padding-top: 330px;
    margin-top: -300px;
}

.checkbox {
    max-width: 35px;
}

.price-box p {
    margin: 0;
    padding: 0;
}

.price-box--big-price {
    font-size: 61px;
    font-weight: 900;
    line-height: 1em;
}

.price-box--sml-price {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15em;
}

.price-box--text {
    font-size: 12px;
    font-weight: 700;
}

/* Testimonial Carousel */
.testimonial-carousel {
    display: block !important;
    background: url(https://www.godremedies.com/presentation/img/gr/GR_TSL_carusel.webp) repeat-x 0 0;
    height: 100px;
    max-width: 1030px;
    background-size: cover;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
    animation: ourCustomers 60s linear 0s infinite normal forwards;
    animation-play-state: running;
    margin-top: 15px;
    width: 100% !important;
    border-radius: 15px;
    border: 5px solid #ffd700;
    margin: 50px auto 0;
}

@media (max-width: 768px) {
    .testimonial-carousel {
        height: 100px;
    }
}

@keyframes ourCustomers {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1500px 0;
    }
}

/* CTA BUTTON */
.cta-btn,
.cta-btn:link,
.cta-btn:visited {
    font-size: calc(25px + 15 * ((100vw - 350px) / (1920 - 350)));
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #000;
    background-color: gold;
    border-radius: 15px;
    max-width: 600px;
    margin: 23px auto;
    padding: 20px 40px;
    height: auto;
    animation: pulsing 1s infinite;
    cursor: pointer;
}

.cta-btn:active,
.cta-btn:hover {
    color: #000;
    background-color: #d7b702
}

.cta-btn--no-animation {
    font-size: calc(25px + 15 * ((100vw - 350px) / (1920 - 350)));
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #000;
    background-color: gold;
    border-radius: 15px;
    max-width: 600px;
    margin: 20px auto;
    padding: 15px 32.5px;
    height: auto;
    cursor: pointer;
}

.cta-btn--no-animation:active,
.cta-btn--no-animation:hover {
    color: #000;
    background-color: #d7b702
}

@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    }

    70% {
        transform: scale(1.01);
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent;
    }
}

.glow-wrapper,
.glow-wrapper-sml {
    max-width: 506px;
}

@property --a {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.glow-wrapper {
    position: relative;
    display: inline-block;
    padding: 6px;
    /* matches desired border thickness */
    border-radius: 18px;
    background: conic-gradient(from var(--a),
            #ffd700 0%,
            #ffb300 15%,
            #ffc107 30%,
            #f9a825 45%,
            #ffca28 60%,
            #ffa000 75%,
            #ffd700 100%);
    animation: borderRotate 2s linear infinite;
    filter: drop-shadow(0 0 6px #ffd70088);
    min-width: 300px;
}

.big-btn {
    position: relative;
    z-index: 1;
    background: #fffdf0;
    border-radius: 15px;
    padding: 16px;
    border: none;
    min-width: 300px;
}

@keyframes borderRotate {
    to {
        --a: 360deg;
    }
}


.sml-btn {
    border: 6px solid #225330;
    border-radius: 15px;
    padding: 16px;
    min-width: 300px;
}

.big-btn .buy-btn--big-text {
    /* font-size: 39px !important; */
    font-size: calc(29px + 10 * ((100vw - 350px) / (1920 - 350))) !important;
    line-height: 1em !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: black !important;
    margin: 0 !important;
}

.big-btn p.buy-btn--sml-text {
    font-size: 15px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    color: black !important;
    margin: 0 !important;
}

.sml-btn .buy-btn--big-text {
    font-size: 30px !important;
    line-height: 1em !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: black !important;
    margin: 0 !important;
}

.sml-btn p.buy-btn--sml-text {
    font-size: 14px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    color: black !important;
    margin: 0 !important;
}

.btn-container {
    margin-top: 150px;
}

.list * p {
    font-size: calc(15px + 7 * ((100vw - 350px) / (1920 - 350))) !important;
}

p.price-box--big-price {
    font-size: 61px;
    font-weight: 900;
    line-height: 1em;
}

.price-box p {
    margin: 0;
    padding: 0;
}

p.price-box--sml-price {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15em;
}

p.price-box--text {
    font-size: 12px;
    font-weight: 700;
}

a.buy-btn--text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    display: block;
}

.btn-img {
    margin-top: -150px;
}

.btn-container {
    margin-top: 150px;
}

.price-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-bullet {
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.btn-bullet-d {
    margin-bottom: 5px;
}

.btn-bullet p {
    color: #FFF;
}

.btn-bullet p,
.btn-bullet-d p {
    font-size: calc(16px + 5 * ((100vw - 350px) / (1920 - 350))) !important;
}

.btn-bullet-d.d-bullet-d p {
    color: #4f8024;
}

.btn-bullet-d.b-bullet-d p {
    color: #283e6d;
}

.btn-bullet.p-bullet {
    background: #7a2819;
}

.btn-bullet.d-bullet {
    background: #4f8024;
}

.btn-bullet.b-bullet {
    background: #283e6d;
}

.checkbox-p path {
    stroke: #fff;
}

.checkbox-p rect {
    stroke: #ffffff;
    stroke-width: 50px;
}

.checkbox-d path {
    stroke: #4f8024;
}

.checkbox-d rect {
    stroke: #4f8024;
    stroke-width: 50px;
}

.checkbox-b path {
    stroke: #283e6d;
}

.checkbox-b rect {
    stroke: #283e6d;
    stroke-width: 50px;
}

.checkbox-bolder {
    font-weight: 800 !important;
}

.checkbox-bold {
    font-weight: 500 !important;
}

.digital-sml {
    display: none;
}

@media (max-width: 575px) {

    .big-btn,
    .sml-btn {
        padding: 7.5px;
    }

    .digital-sml {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 28px !important;
        margin-bottom: 5px !important;
    }

    .sml-btn {
        margin-top: 200px !important;
    }
}