﻿/* ---- SKIN START ---- */


/* ---- FONT ---- */
@import url('css2-Montserratitalwght0100..9001100..900_Promptitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css');


:root {
    --font-family: 'Montserrat', sans-serif;
    --font-family2: 'Prompt', sans-serif;

    --pretitle-text: #FFFFFF;
    --title-text: #FFFFFF;

    --cta-bg: #C6102E;
    --cta-text: #FFFFFF;
	
	--cta-bg-hover: #F33538;
    --cta-text-hover: #FFFFFF;

    --coupon-bg: #fffd80;
    --coupon-text: #000000;

    --features-text: #FFFFFF;

    --footer-background: #262230;
    --footer-text: #FFFFFF;
}

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: none;
    border-radius: 100px;
    backdrop-filter: blur(32px);
    box-shadow: 4px 4px 32px 0px #0000001A;
    padding: 12px 14px !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-box {
    /*
    background: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;
*/
}


.main .hero-pretitle {
    color: var(--pretitle-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.main .hero-title {
    color: var(--title-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.modal-header {
    background: var(--cta-bg);
}

.btn-close {
    opacity: 1;
}

.modal-title {
    color: var(--cta-text);
}

.features h4 {
    font-family: var(--font-family2);
    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: 55px;
}

.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(0%) sepia(44%) saturate(13%) hue-rotate(220deg) brightness(91%) contrast(103%);
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-top: 0 !important;
    }

    .main-box {
        background: unset;
        box-shadow: unset;
    }

    .main .hero-title {
        text-shadow: unset;
    }

    .main .hero-pretitle {
        text-shadow: unset;
    }

}

/* ---- SKIN END ---- */
