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


/* ---- FONT ---- */
@import url('https://fonts.googleapis.com/css2?family=Caesar+Dressing&family=Ropa+Sans&family=Skranji&display=swap');


:root {
    --font-family: 'Skranji', sans-serif;

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

    --cta-bg: linear-gradient(180deg, rgba(63,191,172,1) 0%, rgba(64,145,108,1) 100%);
    --cta-text: #FFFFFF;
	
	--cta-bg-hover: linear-gradient(180deg, rgba(63,191,172,1) 0%, rgba(64,145,108,1) 100%);
    --cta-text-hover: #FFFFFF;

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

    --features-text-number: #0E2123;
    --features-text: #FFFFFF;
	--features-background: #E5C869;

    --footer-background: #0E2123;
    --footer-text: #B9FDD5;
}

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

}


.cta-button {
    font-family: 'Caesar Dressing',sans-serif;
    color: var(--cta-text);
    background: var(--cta-bg);
    border-radius: 0px;
	-webkit-mask-image: url('https://res.cloudinary.com/fileid/image/upload/v1697713908/NordsCasino/Extra/mask.svg');
	mask-image: url('https://res.cloudinary.com/fileid/image/upload/v1697713908/NordsCasino/Extra/mask.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

.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 {
	font-family: 'Ropa Sans', sans-serif;
    color: var(--footer-text);
    background: var(--footer-background);
}



.main-box {
    /*
    background: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;
*/
}


.main .hero-pretitle {
	font-family: 'Caesar Dressing',sans-serif;
    color: var(--pretitle-text);
    /*text-shadow: 0px 0px 7px #000000e0;*/
    font-size: 1.8rem!important;
}

.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: 'Ropa Sans';
    color: var(--features-text);
    font-weight: 400;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}



.features .feature1,
.features .feature2,
.features .feature3 {
	font-family: 'Caesar Dressing',sans-serif;
	line-height: 27px;
	border-radius: 50%;
	background: var(--features-background);
	color: var(features-text-number);
	min-width: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	padding: 5px;
	float: left;
}

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

.display-4 {
    font-size: 4rem!important;
}

header .logo {
    height: 100px;
}

@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;
        font-size: 1.5rem!important;
    }

    .display-4 {
        font-size: 3.2rem!important;
    }

}

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