﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('css2-Overpassitalwght0100..9001100..900_swap.css');
:root
{
    --font-family: 'Overpass',sans-serif;
    --pretitle-text: #fff;
    --title-text: #fff;
    --cta-bg: #f89e1a;
    --cta-text: #000;
    --cta-bg-hover: #fabc61;
    --cta-text-hover: #000;
    --coupon-bg: #a0393e;
    --coupon-text: #fabc61;
    --features-text: #fff;
    --footer-background: #0a0d0f;
    --footer-text: #fff;
}
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-radius: 200px;
}
.main .cta-button
{
    font-size: 1.25rem;
    font-weight: 900!important;
}
.main .cta-button:hover
{
    color: var(--cta-text-hover);
    background: var(--cta-bg-hover);
}
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);
    text-shadow: 0 0 0 #000000e0;
}
.main .hero-title
{
    color: var(--title-text);
    text-shadow: 0 0 0 #000000e0;
    font-weight: 900!important;
}
.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, .features .feature2, .features .feature3
{
    height: 50px;
}
.coupon-code
{
    border-color: var(--coupon-text);
    border-radius: 99px;
    color: var(--coupon-text);
    background: var(--coupon-bg);
}
.coupon-code-img
{
    filter: brightness(0) saturate(100%) invert(77%) sepia(43%) saturate(622%) hue-rotate(337deg) brightness(99%) contrast(98%);
}
@media only screen and (max-width: 767px)
{
    .main-box
    {
        background: unset;
        box-shadow: unset;
    }
    .main .hero-title
    {
        text-shadow: unset;
    }
    .main .hero-pretitle
    {
        text-shadow: unset;
    }
}/* ---- SKIN END ---- */