body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f6f6f4;
}

* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'LemonMilk';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://assets.multikube.io/fonts/LEMONMILK-Medium.otf') format('opentype');
}

.gold-text {
	background: linear-gradient(90deg, rgba(216, 133, 19, 1), rgba(237, 190, 46, 1) 50%, rgba(216, 133, 19, 1) 100%);

	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
}

header.container-fluid {
	background-color: #0b505a;
}

.header-wrapper img.igaming-logo {
	width: 123px;
}

.header-wrapper img.mobile-logo {
	display: none;
}

.header-cta-wrapper a.btn,
a.promo-button {
	color: rgb(255, 255, 255);
	font-weight: 600;
	border-radius: 25px;
	padding-left: 24px;
	padding-right: 24px;
}

.header-cta-wrapper a.login-cta {
	background: #ffffff4d;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	border: none;
	font-family: 'LemonMilk', 'Open Sans', sans-serif;
	font-weight: 500 !important;
}

.header-cta-wrapper a.login-cta:hover {
	background: #ffffff33 !important;
	transform: scale(1.05);
}

.header-cta-wrapper a.register-cta,
a.promo-button {
	background: linear-gradient(180deg, rgba(237, 190, 46, 1) 0%, rgba(216, 133, 19, 1) 100%);
	color: rgb(51, 51, 51);
	border: none;
	transition: all 0.3s ease-in-out;
	font-family: 'LemonMilk', 'Open Sans', sans-serif;
	font-weight: 500 !important;
}

.header-cta-wrapper a.btn:hover {
	background: linear-gradient(180deg, rgba(219, 165, 1, 1) 0%, rgba(219, 128, 0, 1) 100%);
	transform: scale(1.05);
}

.main-banner-wrapper a.banner-cta:hover {
	transform: scale(1.05);
	background: linear-gradient(180deg, rgba(219, 165, 1, 1) 0%, rgba(219, 128, 0, 1) 100%);
}

/* Main banner section  */
.main-banner-wrapper {
	background: #062429 url(../images/desktop-banner-background.webp) no-repeat 100% 0%;
	padding-top: 60px;
	padding-bottom: 1rem;
	color: #fff;
}

.main-banner-wrapper p.members {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	letter-spacing: 0.36px;
	margin-bottom: 1rem;
}

.main-banner-wrapper h4.deposit-text {
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 60px; /* 150% */
	letter-spacing: 0.6px;
	width: fit-content;
	background: linear-gradient(272deg, #d88513 8.97%, #edbe2e 51.39%, #d88513 96.05%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 0.5rem 0.5rem;
}

.main-banner-wrapper h3.free-spins-text {
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
}

.main-banner-wrapper p.offer-text {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.36px;
	width: 36%;
	margin: 0;
}

.main-banner-wrapper h2.gradient-text {
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 80px; /* 75% */
	letter-spacing: 1.2px;
	background: linear-gradient(272deg, #d88513 8.97%, #edbe2e 51.39%, #d88513 96.05%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-bottom: 0.5rem;
	width: fit-content;
	max-width: 70%;
	padding-bottom: 0.75rem;
}

.main-banner-wrapper a.banner-cta {
	background: linear-gradient(180deg, rgba(237, 190, 46, 1) 0%, rgba(216, 133, 19, 1) 100%);
	color: rgb(51, 51, 51);
	font-weight: 600;
	border-radius: 25px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 20px;
	margin-bottom: 24px;
	position: relative;
	margin-top: 20px;
	border: none;
	transition: all 0.3s ease-in-out;
	width: 208px;
	height: 45px;
	font-family: 'LemonMilk', 'Open Sans', sans-serif;
	font-weight: 500 !important;
}

.main-banner-wrapper a.banner-cta::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background: url('../images/shine-icon.png') 0px 0px / cover no-repeat;
	top: -20px;
	right: -6px;
}

.offer-steps-wrapper {
	max-width: 72%;
	margin-top: 50px;
	padding: 17px 16px;
	border-radius: 8px;
	justify-content: space-between;
	background: #0f505bcc;
	background-image: url('../images/arrow.svg'), url('../images/arrow.svg');
	background-repeat: no-repeat;
	background-position:
		33% 0,
		66% 0;
}

.offer-steps-wrapper p {
	margin: 0;
}

.step-wrapper {
	width: fit-content;
}

.offer-steps-wrapper .number {
	font-size: 20px;
	font-weight: 900;
	padding: 8px 18px;
	background: #107885;
	border-radius: 50%;
	margin-right: 10px;
}

.offer-steps-wrapper p.desc {
	font-size: 18px;
	font-weight: 700;
	width: fit-content;
}

.main-banner-wrapper a.terms-link {
	text-align: center;
	display: block;
	margin-top: 24px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

/* footer style  */

.footer-contact-section-wrapper .contact-wrapper {
	align-items: start;
}

.footer-contact-section-wrapper .contact-wrapper p.contact-heading {
	color: #000000;
	font-weight: 700;
}

.footer-contact-section-wrapper .contact-wrapper p,
.footer-contact-section-wrapper .contact-wrapper a {
	margin-bottom: 0;
	color: #898181;
	text-decoration: none;
}

.footer-menu-wrapper {
	padding: 45px 0;
	background-color: #9119671c;
}

.footer-wrapper {
	justify-content: space-between;
}

.footer-wrapper .footer-link {
	display: flex;
	align-items: center;
	color: #006ad3;
	font-weight: bold;
	text-decoration: none;
}

.terms-wrapper {
	padding: 30px 0 0;
	background-color: #f4f6f6;
	border-top: 1px solid #e5e5e5;
}

.links-wrapper a.link {
	font-size: 14px;
	color: #006ad3;
	border-right: 1px solid #ebebeb;
	padding: 0px 10px 0 10px;
	text-decoration: none;
}

.links-wrapper a.link:last-child {
	border: none;
}

.payments-wrapper img.payment-logo {
	width: 45px;
	flex-shrink: 1;
}

.payments-wrapper {
	padding: 30px 0;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.e-check {
	width: 90px !important;
}

.skrill {
	width: 45px !important;
}

.interac {
	width: 40px !important;
}

p.location {
	font-size: 13px;
	color: #b3b1af;
	text-align: center;
	margin-bottom: 0;
}

.icons-wrapper {
	gap: 16px;
	padding-bottom: 15px;
	margin-top: 1rem;
	flex-wrap: wrap;
}

p.footer-fineprint {
	font-size: 13px;
	color: #353641b0;
	text-align: center;
}

.fineprint {
	width: 46%;
}

.disclaimer-wrapper {
	background-color: #fff;
	padding: 30px 16px;
	display: flex;
	justify-content: center;
}

.disclaimer {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: 0.21px;
	text-align: center;
	margin: 0;
	width: 60%;
	color: #2e3133;
}

.modal-header {
	background-color: #fff;
	color: #000;
	border-bottom: none;
}

.modal-header .btn-close > span {
	color: #fff;
}

.modal-body-title {
	font-weight: 600;
	font-size: larger;
}

.btn-close {
	position: absolute;
	right: 1rem;
}

#invisibleElement {
	visibility: hidden;
	opacity: 0;
}

.bbs-text {
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 97.562px;
	letter-spacing: 0.9px;
}

.fineprint-mobile {
	display: none;
}

p,
h1 {
	margin: 0;
}

.info-container {
	margin-top: 1rem;
	width: 100%;
}

.game-info-container {
	width: 100%;
	max-width: 1350px;
	margin: auto;
	padding: 0 12px;
}

.info-container:last-child {
	margin-bottom: 1rem;
}

.image-container {
	display: flex;
	justify-content: center;
}

.info-image {
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto;
}

.info-heading {
	font-family: 'LemonMilk', 'Open Sans', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

.info-text,
.info-sub-heading {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.3px;
	margin-top: 0.5rem;
}

.info-sub-heading {
	font-weight: 700;
}

.info-list li {
	margin-bottom: 0.35rem !important ;
	margin-top: 0;

	&:first-child {
		margin-top: 0.5rem !important;
	}
}
