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


/* ---- FONT ---- */
@import url('css2-TitilliumWebwght300400700_swap.css');
@import url('css2-ContrailOne_swap.css');


:root {
    --font-family: 'Titillium Web', sans-serif;
	--font-family-title: 'Contrail One', sans-serif;

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

    --cta-bg: #6131FF;
    --cta-text: #FFFFFF;
	
	--cta-bg-hover: #6131FF;
    --cta-text-hover: #FFFFFF;

    --coupon-bg: #FFFFFF;
    --coupon-text: #B7B7B7;

    --features-bg: #6331FF;
	--features-text: #FFFFFF;
	--features-bullets-text: #000000;

    --footer-background: #1B2037;
    --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: 2px solid var(--cta-bg);
    border-radius: 6px;
}

.main .cta-button:hover {
    color: var(--cta-text-hover);
    background: var(--cta-bg-hover);
	border: 2px solid #FFFFFF;
}


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: 3px 3px 2px #000000;
	font-family: var(--font-family-title);
	font-size:2.6rem;
	font-weight:400!important;
}

.main .hero-title {
    color: var(--title-text);
    text-shadow: 3px 3px 2px #000000;
	font-family: var(--font-family-title);
	font-weight:400!important;
}

.main .hero-title.terms_btn{
	text-shadow: 2px 2px 1px #000000
}

.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: 45px;
}

.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(0.6); 
}

.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: 30px;
    border-radius: 50%;
    background: var(--features-bg);
    color: var(--features-bullets-text);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    float: left;
}

@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 ---- */
