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


/* ---- FONT ---- */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;700&display=swap');


:root {
	--font-family: 'Baloo 2', cursive;
	
    --pretitle-text: #FFFF00;
    --title-text: white;

    --cta-bg: linear-gradient(180deg, #FFFF00 0%, #FCDF00 100%);
    --cta-text: #052B46;

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

    --features-text: #052B46;

    --footer-background: white;
    --footer-text: #000000;

    --ui-2: #F9FAFB;
    --ui-3: #303c43;
    --brand-3: #EBCC59;

}

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 #FFFF00;
    border-radius: 99px;
	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


.main .cta-button:hover {
	background: linear-gradient(180deg, #FFFF99 0%, #FFEA4D 100%);
	border: 2px solid #FCDF00;
}

img.logo{
	height: 85px;
	margin-top: 20px;
}


body {
    background-color: var(--footer-background);
}

/*
header {
    background: linear-gradient(#031939, transparent);
}
*/

footer {
    color: var(--footer-text);
    background-color: var(--footer-background);
}



.main-box {
    /*
    background-color: #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-color: var(--cta-bg);
}

.btn-close {
    opacity: 1;
}

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


.features h4{
    color: var(--features-text);
    font-weight: bold;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width:  991px){
	.features h4{margin-top: 0px;}
}



.features .feature1,
feature2,
feature3 {
    height: 50px;
}

.coupon-code {
    border-color: #FFFF00;
    border-radius: 99px;
    color: var(--coupon-text);
    background: var(--coupon-bg);

}

.coupon-code-img {
}

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

    a.hero-title.mx-2.btn {
        color: var(--cta-text);
        text-shadow: none;
    }

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

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

    .main .hero-pretitle {
        color: var(--cta-text);
		text-shadow: none;
    }

}

/******************
# fix bg position
******************/
/*
@media only screen and (min-height: 361px) and (max-width: 767px){
.main {
    height: calc(100vh - 260px);
}
}
*/

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