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


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


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

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

    --cta-bg: #FCD704;
    --cta-text: #000000;
	
	--cta-bg-hover: #FDE34E;
    --cta-text-hover: #000000;

    --coupon-bg: transparent;
    --coupon-text: #6d7f99;

    --features-text: #FFFFFF;

    --footer-background: #141D29;
    --footer-text: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    font-family: var(--font-family);

}


.cta-button {
    font-family: var(--font-family2);
    color: var(--cta-text);
    background: var(--cta-bg);
    padding: 12px 20px !important;
    border: none;
    border-radius: 99px;
}

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

.main .hero-title {
    color: var(--title-text);
}

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

.btn-close {
    opacity: 1;
}

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

.features h4 {
    font-family: var(--font-family2) !important;
    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: brightness(0) saturate(100%) invert(52%) sepia(36%) saturate(307%) hue-rotate(176deg) brightness(86%) contrast(82%);
}

@media only screen and (max-width: 767px) {
    .features h4 {
        max-width: 40%;
    }

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

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

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

}

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