/* ---- SKIN START ---- */


/* ---- FONT ---- */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    --pretitle-text: #F9B234;
    --title-text: white;

    --cta-bg: #35962c;
    --cta-text: white;

    --coupon-bg: #FFFFFF;
    --coupon-text: #151a22;

    --features-text: white;

    --footer-background: #151C21;
    --footer-text: #FFFFFF;

    --ui-2: #F9FAFB;
    --ui-3: #303c43;
    --brand-3: #EBCC59;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    font-family: 'Exo', cursive;

}


.cta-button {
    font-family: 'Exo', cursive;
    color: var(--cta-text);
    background-color: var(--cta-bg);
    border: 2px solid white;
    border-radius: 4px;
}

.main .cta-button:hover {
    color: white;
}


body {
    background-color: var(--footer-background);
}

/*
header {
    background: linear-gradient(#031939, transparent);
}
*/

footer {
    color: var(--footer-text);
    background-color: var(--footer-background);
}



.main-box {
    /*
    background-color: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;
*/
}


.main .hero-pretitle {
    color: var(--pretitle-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.main .hero-title {
    color: var(--title-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.modal-header {
    background-color: var(--cta-bg);
}

.btn-close {
    filter: invert(13%) sepia(53%) saturate(2332%) hue-rotate(344deg) brightness(97%) contrast(93%);
    opacity: 1;
}

.modal-title {
    color: var(--cta-text);
}

.features h4{
    color: var(--features-text);
    font-weight: bold;
}



.features .feature1,
feature2,
feature3 {
    height: 30px;
}

.coupon-code {
    border-color: var(--cta-text);
    border-radius: 99px;
    color: var(--coupon-text);
    background-color: var(--coupon-bg);

}

.coupon-code-img {
    filter: invert(7%) sepia(7%) saturate(3102%) hue-rotate(178deg) brightness(94%) contrast(92%);
}

@media only screen and (max-width: 767px) {
    a.hero-title.mx-2.btn {
        color: var(--cta-text);
        text-shadow: none;
    }


.logo {
    filter: drop-shadow(0px 0px 16px #000000);
}

    .main-box {
        background-color: unset;
        box-shadow: unset;
    }

    .main .hero-title {
        color: var(--cta-text);
        text-shadow: unset;
    }

    .main .hero-pretitle {
        color: var(--pretitle-text);
        text-shadow: unset;
    }

}

/* ---- SKIN END ---- */
