﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('css2-Barlowwght400800900_Changawght400500700_swap.css');
:root
{
    --font-family: 'Barlow',sans-serif;
    --pretitle-text: #0ff;
    --title-text: #fff;
    --cta-bg: #ff2dab;
    --cta-text: #fff;
    --cta-font-family: 'Changa',sans-serif;
    --cta-bg-hover: #ff2dab;
    --cta-text-hover: #fff;
    --coupon-bg: #fff;
    --coupon-text: #b7b7b7;
    --features: #000;
    --features-text: #fff;
    --features-bg: #0ff;
    --footer-background: #000029;
    --footer-text: #fff;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 5px;
    font-family: var(--font-family)!important;
}
.cta-button
{
    font-family: var(--cta-font-family);
    color: var(--cta-text);
    background: var(--cta-bg);
    border-radius: 0;
    padding: 28px 35px;
    font-size: 24px!important;
    font-weight: 400!important;
    clip-path: polygon(3% 20%,95% 25%,98% 75%,0 80%);
}
.main .cta-button:hover
{
    color: var(--cta-text-hover);
    background: var(--cta-bg-hover);
}
body
{
    background: var(--footer-background);
    font-family: var(--cta-font-family);
}/*
header {
    background: linear-gradient(#031939, transparent);
}
*/
footer
{
    color: var(--footer-text);
    background: var(--footer-background);
}
.main .hero-pretitle
{
    color: var(--pretitle-text);
    font-size: 28px;
}
.main .hero-title
{
    color: var(--title-text);
    text-shadow: 4px 4px 0 #5a03cb;
}
.main a.hero-title
{
    text-shadow: none!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: 800;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.features .feature1, .features .feature2, .features .feature3
{
    line-height: 30px;
    border-radius: 50%;
    background: var(--features-bg);
    color: var(--features);
    min-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    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-box
    {
        background: unset;
        box-shadow: unset;
    }
    .main .hero-title
    {
        text-shadow: unset;
    }
    .main .hero-pretitle
    {
        text-shadow: unset;
    }
}/* ---- SKIN END ---- */