﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('css2-Rubikitalwght040005000700080009001800_swap.css');
:root
{
    --font-family: 'Rubik',sans-serif;
    --header-bg1-rgb: 14,24,31;
    --header-bg2-rgb: 14,24,31;
    --pretitle-text: #fc0;
    --title-text: white;
    --cta-bg: #fc0;
    --cta-text: #0e181f;
    --coupon-bg: #b7b7b7;
    --coupon-text: #fff;
    --cta-secondary-bg: #151e27;
    --cta-secondary-text: #fff;
    --features-text: white;
    --features-subtext: #7e899a;
    --footer-background: #0e181f;
    --footer-background-rgba: rgba(14,24,31,.4);
    --footer-text: #7e899a;
    --ui-2: #0e181f;
    --ui-3: #f8f9fc;
    --brand-3: #fddb4c;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 5px;
    font-family: var(--font-family);
}
header
{/*background: linear-gradient(to bottom, rgba(var(--header-bg1-rgb) ,0.3 ), rgba(var(--header-bg2-rgb) ,0 ));*/
    background: linear-gradient(to bottom,rgba(var(--header-bg1-rgb),1) 30%,rgba(var(--header-bg2-rgb),0));
}
.cta-button
{
    font-family: var(--font-family);
    color: var(--cta-text);
    background-color: var(--cta-bg);
    border: 3px solid #f6bd00;
    border-radius: 50px;
    font-weight: 500!important;
}
.btn.btn-secondary
{
    font-family: var(--font-family);
    color: var(--cta-text);
    background-color: var(--cta-bg);
    border: 3px solid #f6bd00;
    border-radius: 50px;
}
.main .cta-button :hover
{
    color: #fff;
    background-color: var(--brand-3);
}
.cta-secondary
{
    font-family: var(--font-family);
    color: var(--cta-secondary-text);
    background-color: var(--cta-secondary-bg);
    border: 2px solid #38414f;
    border-radius: 99px;
    font-weight: 500!important;
    font-size: 18px;
    padding: .75rem;
    text-transform: uppercase;
}
.cta-secondary:hover
{
    background-color: #38414f;
    color: var(--cta-secondary-text);
}
body
{
    background-color: var(--footer-background);
}/*
header {
    background: linear-gradient(#031939, transparent);
}
*/
footer
{
    color: var(--footer-text);
    background-color: var(--footer-background-rgba);/*filter: drop-shadow(0px -20px 20px var(--footer-background));*/
}/*
.main-box {
    
    background-color: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;

}
*/
.main .hero-pretitle
{
    color: var(--pretitle-text);
    text-shadow: 0 0 7px #000000e0;
    font-weight: 500!important;
}
.main .hero-title
{
    color: var(--title-text);
    text-shadow: 0 0 7px #000000e0;
}
.hero-title.mx-2.btn:hover
{
    color: var(--brand-3);
}
.modal-dialog.modal-lg
{
    border-radius: 8px;
}
.modal-title
{
    color: var(--cta-text);
}
.features h4
{
    color: var(--features-text);
}
.text-container
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: calc(100% - 60px);
    margin-left: 15px;
}
.text-container span
{
    color: var(--features-subtext);
}
.features .feature1, .features .feature2, .features .feature3
{
    width: 60px;
}
.features h4
{
    color: var(--features-text);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
}
.text-container span, .text-container h4
{
    width: calc(100% - 80px);
    margin: 0;
}/*
.features h4,
.text-container span {
    width: calc(100% - 100px);
}
*/
.coupon-code
{
    border-color: var(--cta-text);
    border-radius: 99px;
    color: var(--features-text);/*    background-color: white;*/
}
@media only screen and (max-width: 767px)
{
    header .logo
    {
        max-height: 60px;
        height: unset;
    }
    a.hero-title.mx-2.btn
    {
        color: var(--title-text);
        text-shadow: none;
    }
    .main-box
    {
        background-color: unset;
        box-shadow: unset;
    }
    .main .hero-title
    {
        color: var(--title-text);
        text-shadow: unset;
    }
    .main .hero-pretitle
    {
        color: var(--pretitle-text);
        text-shadow: unset;
    }
    .features .feature1, .features .feature2, .features .feature3
    {
        width: 50px;
    }
    .text-container
    {
        width: calc(100% - 50px);
    }
    .text-container span, .text-container h4
    {
        width: calc(100% - 35px);
    }
    .cta-secondary
    {
        font-size: 14px;
        padding: .5rem;
    }
}/* ---- SKIN END ---- */