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


/* ---- FONT ---- */
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


: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: linear-gradient(234.87deg, rgba(252, 215, 4, 0.3) 4.09%, rgba(255, 255, 255, 0.3) 73.65%);
    --coupon-text: #FFFFFF;

    --features-text: #FFFFFF;

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

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

}

header .logo {
    width: 190px !important;
    height: 68px !important;
}


.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(100%) sepia(9%) saturate(0%) hue-rotate(253deg) brightness(103%) contrast(103%);
}

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