﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('css2-Exowght400500700_swap.css');
:root
{
    --font-family: 'Exo',sans-serif;
    --pretitle-text: #0dffb0;
    --title-text: white;
    --cta-bg: #0dffb0;
    --cta-text: #000;
    --coupon-bg: transparent;
    --coupon-text: #fff;
    --features-text: white;
    --footer-background: #010b1f;
    --footer-text: #fff;
    --ui-2: #f9fafb;
    --ui-3: #303c43;
    --brand-3: #ebcc59;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 5px;
    font-family: var(--font-family);
}
.cta-button
{
    font-family: var(--font-family);
    color: var(--cta-text);
    background: var(--cta-bg);
    border: 0 solid #fff;
    border-radius: 0;
}
.main .cta-button:hover
{
    background: #2ad79e;
}
body
{
    background: var(--footer-background);
}/*
header {
    background: linear-gradient(#031939, transparent);
}
*/
footer
{
    color: var(--footer-text);
    background: var(--footer-background);
}
.main .hero-pretitle
{
    color: var(--pretitle-text);
}
.main .hero-title
{
    color: var(--title-text);
}
.modal-header
{
    background: var(--cta-bg);
}
.btn-close
{
    opacity: 1;
}
.modal-title
{
    color: var(--cta-text);
}
.features h4
{
    color: var(--features-text);
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.features .feature1, feature2, feature3
{
    height: 50px;
}
.coupon-code
{
    border-color: var(--cta-bg);
    border-radius: 0;
    color: var(--coupon-text);
    background: var(--coupon-bg);
}
.coupon-code-img
{
    filter: hue-rotate(90deg) brightness(.7);
}
@media only screen and (max-width: 767px)
{
    a.hero-title.mx-2.btn
    {
        text-shadow: none;
    }
    .main-box
    {
        background: unset;
        box-shadow: unset;
    }
    .main .hero-title
    {
        text-shadow: unset;
    }
    .main .hero-pretitle
    {
        color: var(--pretitle-text);
        text-shadow: unset;
    }
}/* ---- SKIN END ---- */