﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('fonts.css');
:root
{
    --font-family: 'pf_encore_sans',sans-serif;
    --pretitle-text: #01a44d;
    --title-text: #333;
    --cta-bg: #ffc700;
    --cta-text: #000;
    --cta-bg-hover: #ffc700;
    --cta-text-hover: #000;
    --coupon-bg: #01a44d;
    --coupon-text: #000;
    --features-text: #000;
    --footer-background: #fff;
    --footer-text: #000;
}
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: 0;
    padding: 10px 20px;
    font-size: 36px!important;
    font-weight: 800!important;
    text-decoration: none;
    border: 3.48885px solid #000;
    box-shadow: 6.9777px 6.9777px 0 #000;
}
.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: 4px 4px 0 #fff;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
}
.main .hero-title
{
    color: var(--title-text);
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 77px;
}
.hero-title.terms
{
    font-weight: 700;
    font-size: 24px!important;
    line-height: 29px!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
{
    line-height: 27px;
    border-radius: 50%;
    background: #f00;
    color: #fff;
    min-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding: 5px;
    float: left;
}
.coupon-code
{
    border-color: var(--coupon-text);
    border-radius: 99px;
    color: var(--coupon-text);
    background: var(--coupon-bg);
}
.coupon-code-img
{
    filter: hue-rotate(180deg) brightness(.6);
}
@media only screen and (max-width: 767px)
{
    .main
    {
        height: calc(100vh - 50px);
    }
    .main-box
    {
        background: unset;
        box-shadow: unset;
    }
    .main .hero-pretitle
    {
        font-size: 20px;
        line-height: 20px;
    }
    .main .hero-title
    {
        font-size: 32px;
        line-height: 40px;
    }
    header .logo
    {
        height: 80px;
    }
    .cta-button
    {
        font-size: 24px!important;
    }
    .features h4
    {
        min-width: 200px;
    }
    .background-body
    {
        background-position-y: 80px;
    }
}/* ---- SKIN END ---- */