@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v23-latin-600.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;

	background: linear-gradient(180deg, rgba(31, 0, 1, 0) 59.75%, #1f0001 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), #560306;
}

img,
picture,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	display: block;
	cursor: pointer;
	padding: 0;
}

.elite-wrapper-max {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	padding: 0 16px;
}

@media (min-width: 768px) {
	.elite-wrapper-max {
		padding: 0 30px;
	}
}

@media (min-width: 1920px) {
	.elite-wrapper-max {
		padding: 0 240px;
	}
}

.elite-section-intro {
	background:
		linear-gradient(180deg, rgba(31, 0, 1, 0) 59.75%, #1f0001 100%),
		linear-gradient(180deg, rgba(31, 0, 1, 0) 59.75%, #1f0001 100%),
		url('../img/hero-img-1.png') no-repeat right bottom / 50px auto,
		url('../img/hero-img-2.png') no-repeat left top / 70px auto,
		url('../img/Hero.png') no-repeat center center / cover;
	background-repeat: no-repeat;
	background-position: top right 30%;
	background-size: cover;
	padding: 10px 0 80px;
}

.elite-highlight-content {
	max-width: 672px;
	margin: 0 auto 0 0;
}

.elite-brand-anchor {
	display: block;
	color: #fff;
	text-align: center;

	font-size: 18px;
	line-height: 1.4;

	padding: 16px 0;
	margin-bottom: 32px;
}

.border-wrapper {
	padding: 2px;
	border-radius: 30px;
	background: linear-gradient(to right, #c2070d 0%, #ffffff 50%, #c2070d 100%);
	display: inline-block;
	margin-bottom: 16px;
}

.elite-age-indicator {
	display: flex;
	height: 41px;
	width: 100px;
	padding: 24px;
	justify-content: center;
	align-items: center;
	padding: 24px;

	background: #560306;

	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;

	border-radius: 30px;
}

.elite-timestamp {
	color: #ccc;

	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2px;
}

.elite-main-heading {
	color: #fff;

	font-size: 40px;

	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}

.elite-paragraph-description {
	color: #fff;

	font-size: 18px;

	line-height: 1.4;
	margin-bottom: 32px;
}

.elite-badge-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.elite-badge-item {
	display: flex;
	align-items: center;
	gap: 12px;

	color: #fff;

	font-size: 18px;

	line-height: 1.4;
}

.elite-badge-item img {
	width: 40px;
	height: 40px;
}

.border-wrapper-card {
	padding: 3px;
	outline: 0 solid transparent;
	border-radius: 30px;
	background: linear-gradient(to right, #c2070d 0%, #ffffff 50%, #c2070d 100%);
	display: inline-block;
	width: 100%;

	transition: all 0.5s ease-in-out;
}

.border-wrapper-card:hover {
	outline: 3px solid #c2070d;
}

.custom-casino-card {
	border-radius: 30px;

	background: #560306;

	display: flex;
	padding: 24px;
	flex-direction: column;

	gap: 40px;
	width: 100%;

	transition: all 0.5s ease-in-out;
}

.custom-casino-card:hover {
	background: #7e070b;
}

.custom-casino-header {
	border-radius: 30px;
	background: #400002;
	padding: 24px;
}

.custom-casino-header img {
	height: 115px;
	width: auto;
	margin: 0 auto 16px;
	padding: 24px;
}

.custom-rating-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
}

.custom-rating-score {
	display: flex;
	align-items: center;
	gap: 6px;

	color: #fc0;
	text-align: center;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;
}

.custom-rating-votes {
	color: #fff;

	font-size: 16px;

	line-height: 1.4;
}

.custom-casino-highlight {
	color: #c2070d;
	text-align: center;

	font-size: 14px;

	line-height: 1.4;
	padding: 8px 24px;

	border-radius: 30px;
	background: #fff;
}

.custom-casino-body-border-wrapper {
	display: block;

	width: fit-content;
	margin: 0 auto 16px;
}

.custom-casino-offer {
	color: #fff;
	text-align: center;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;

	margin-bottom: 24px;
}

.custom-casino-button {
	display: block;
	color: #fff;
	text-align: center;

	font-size: 18px;

	font-weight: 700;
	line-height: normal;
	padding: 12px 24px;

	border-radius: 30px;
	background: #c2070d;
	width: 100%;
	max-width: 384px;
	height: 51px;
	margin: 0 auto 12px;

	transition: all 0.5s ease-in-out;
}

.custom-casino-button:hover {
	background: #810004;
}

.custom-min-deposit {
	color: #fff;
	text-align: center;

	font-size: 16px;

	line-height: 1.4;
}

.about-section-wrapper {
	padding-top: 80px;
}

.about-title-heading {
	color: #fff;

	font-size: 32px;

	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 24px;
}

.about-intro-text {
	color: #fff;

	font-size: 18px;

	line-height: 1.4;
	margin-bottom: 40px;
}

.about-feature-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.about-feature-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.about-feature-block img {
	width: 40px;
	height: 40px;
}

.about-subtitle {
	color: #fff;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}

.about-text {
	color: #fff;

	font-size: 18px;

	line-height: 1.4;
}

.about-text span {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	top: 15px;
	right: 20px;
}

.about-text_padding {
	padding-left: 28px;
}

.faq-wrapper-section {
	padding: 80px 0;
}

.faq-main-heading {
	color: #fff;
	text-align: center;

	font-size: 32px;

	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
}

.faq-group-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.border-wrapper-question {
	padding: 3px;
	border-radius: 30px;
	background: linear-gradient(to right, #c2070d 0%, #ffffff 50%, #c2070d 100%);
	display: inline-block;
}

.faq-group-item {
	background: #560306;
	border-radius: 30px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;

	transition: all 0.5s ease-in-out;
}

.faq-group-item:hover {
	background: #7e070b;
}

.faq-group-item.faq-open {
	background: #560306;
}

.faq-group-toggle {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: none;
	background: transparent;
	width: 100%;
}

.faq-group-toggle span {
	color: #fff;
	text-align: start;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;

	width: 70%;
}

.faq-group-answer {
	color: #fff;

	font-size: 16px;

	line-height: 1.4;
}

.secure-play-section {
	padding: 80px 0;
	background-color: #560306;
}

.secure-play-title {
	color: #fff;
	text-align: center;

	font-size: 32px;

	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
}

.secure-play-icon-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.secure-play-icon-list div {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.secure-play-icon-item {
	border-radius: 30px;
	padding: 24px;
	background: #1f0001;
	height: 103px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.secure-play-icon-item img {
	margin: 0 auto;
}

.border-wrapper-icon {
	display: block;
	width: 100px !important;
	margin: 0 auto;
}

.border-wrapper-icon .elite-age-indicator {
	width: 100%;
}

.footer-main-wrapper {
	padding: 18px 0 24px;
}

.footer-main-wrapper-top {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 18px;
}

.footer-main-wrapper-inside {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-brand-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-brand-link {
	color: #fff;

	font-size: 16px;

	font-weight: 700;
	line-height: normal;
}

.footer-nav-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
}

.footer-section-title {
	color: #fff;

	font-size: 14px;

	font-weight: 600;
	line-height: normal;
}

.footer-nav-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
}

.footer-nav-list li a {
	color: #ccc;
	font-size: 14px;
	line-height: normal;
}

.footer-copyright {
	color: #ccc;
	text-align: center;

	font-size: 14px;
	line-height: normal;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.age-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.border-wrapper-modal {
	padding: 3px;
	border-radius: 30px;
	background: linear-gradient(to right, #c2070d 0%, #ffffff 50%, #c2070d 100%);
	display: inline-block;
}

.age-modal-box {
	background: #560306;

	border-radius: 30px;
	padding: 24px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

	width: 343px;
}

.age-modal-title {
	color: #fff;
	text-align: center;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;

	margin-bottom: 8px;
}

.age-modal-text {
	color: #fff;

	font-size: 18px;

	line-height: 1.4;

	margin-bottom: 32px;
}

.age-modal-buttons {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
}

.age-modal-buttons button {
	border: none;
	padding: 12px 24px;
	border-radius: 30px;
	cursor: pointer;
	color: #fff;

	font-size: 18px;
	font-weight: 700;
	line-height: normal;

	width: 141px;
	height: 51px;
}

#btnYes {
	background: #c2070d;
	border: 1px solid #c2070d;
	transition: all 0.5s ease-in-out;
}

#btnYes:hover {
	background: #810004;
}

#btnNo {
	background: transparent;
	border: 1px solid #c2070d;

	transition: all 0.5s ease-in-out;
}

#btnNo:hover {
	background: #c2070d;
}

@media (min-width: 1000px) {
	.elite-section-intro {
		background:
			linear-gradient(180deg, rgba(31, 0, 1, 0) 59.75%, #1f0001 100%),
			linear-gradient(180deg, rgba(31, 0, 1, 0) 59.75%, #1f0001 100%),
			url('../img/hero-img-1.png') no-repeat right bottom / 50px auto,
			url('../img/hero-img-2.png') no-repeat left top / 70px auto,
			url('../img/Hero.png') no-repeat center center / cover;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 40px 0 80px;
	}

	.elite-brand-anchor {
		padding: 0;
		margin-bottom: 40px;
	}

	.elite-highlight-content {
		max-width: 660px;
	}

	.border-wrapper {
		margin-bottom: 24px;
	}

	.elite-age-indicator {
		font-size: 18px;
	}

	.elite-timestamp {
		margin-bottom: 0;
	}

	.elite-main-heading {
		font-size: 70px;

		margin-bottom: 24px;
	}

	.elite-paragraph-description {
		font-size: 20px;

		margin-bottom: 48px;
	}

	.elite-badge-list {
		gap: 16px;
	}

	.border-wrapper-card {
		max-width: 1280px;
		display: block;
		margin: 0 auto;
	}

	.custom-casino-card {
		padding: 40px;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		gap: 60px;
	}

	.custom-casino-header {
		width: 50%;
	}

	.custom-casino-header img {
		height: 80px;
		width: auto;

		padding: 0;
	}

	.custom-casino-body {
		width: 50%;
	}

	.custom-casino-offer {
		font-size: 32px;
	}

	.about-section-wrapper {
		padding-top: 120px;
	}

	.about-title-heading {
		font-size: 40px;
	}

	.about-feature-list {
		gap: 24px;
	}

	.about-feature-block {
		flex-direction: row;
		gap: 24px;
	}

	.about-feature-block img {
		width: 60px;
		height: 60px;
	}

	.about-subtitle {
		font-size: 32px;
	}

	.about-text span {
		display: block;
		width: 5px;
		height: 5px;
		background-color: #fff;
		border-radius: 50%;
		position: relative;
		top: 15px;
		right: 20px;
	}

	.about-text_padding {
		padding-left: 28px;
	}

	.faq-wrapper-section {
		padding: 120px 0;
	}

	.faq-main-heading {
		font-size: 40px;
	}

	.faq-group-list {
		gap: 24px;
	}

	.faq-group-item {
		padding: 40px;
	}

	.faq-group-answer {
		font-size: 18px;
	}

	.secure-play-section {
		padding: 120px 0;
	}

	.secure-play-title {
		font-size: 40px;

		font-weight: 700;
	}

	.secure-play-icon-list {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.secure-play-icon-list div {
		width: 100%;
		max-width: 185px;
		margin: 0;
	}

	.secure-play-icon-item img {
		margin: 0;
	}

	.border-wrapper-icon {
		display: block;
		width: 100px !important;
		margin: 0 auto;
	}

	.footer-main-wrapper-top {
		flex-direction: row;
		gap: 18px;
		justify-content: space-between;
	}

	.footer-main-wrapper-inside {
		flex-direction: row;
		gap: 40px;
	}

	.footer-brand-block {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 18px;
	}

	.footer-nav-block {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 16px;
	}

	.age-modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
	}

	.border-wrapper-modal {
		padding: 3px;
		border-radius: 30px;
		background: linear-gradient(
			to right,
			#c2070d 0%,
			#ffffff 50%,
			#c2070d 100%
		);
		display: inline-block;
	}

	.age-modal-box {
		background: #560306;

		border-radius: 30px;
		padding: 40px;
		text-align: center;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

		width: 466px;
		height: 287px;
	}

	.age-modal-title {
		color: #fff;
		text-align: center;

		font-size: 32px;

		font-weight: 600;
		line-height: 1.2;

		margin-bottom: 8px;
	}

	.age-modal-text {
		color: #fff;

		font-size: 18px;

		line-height: 1.4;

		margin-bottom: 32px;
	}

	.age-modal-buttons {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 12px;
	}

	.age-modal-buttons button {
		border: none;
		padding: 12px 24px;
		border-radius: 30px;
		cursor: pointer;
		color: #fff;

		font-size: 18px;
		font-weight: 700;
		line-height: normal;

		width: 187px;
		height: 51px;
	}

	#btnYes {
		background: #c2070d;
		border: 1px solid #c2070d;
		transition: all 0.5s ease-in-out;
	}

	#btnYes:hover {
		background: #810004;
	}

	#btnNo {
		background: transparent;
		border: 1px solid #c2070d;

		transition: all 0.5s ease-in-out;
	}

	#btnNo:hover {
		background: #c2070d;
	}
}

.policy-section {
	padding-bottom: 80px;
}

.policy-title-heading {
	color: #fff;

	font-size: 32px;

	font-weight: 600;
	line-height: 1.2;

	margin-bottom: 24px;
}

.policy-intro-text {
	color: #fff;

	font-size: 18px;

	line-height: 1.4;

	margin-bottom: 40px;
}

.policy-section h2 {
	color: #fff;

	font-size: 24px;

	font-weight: 600;
	line-height: 1.2;

	margin-bottom: 16px;
}

.policy-intro-description {
	color: #fff;

	font-size: 16px;

	line-height: 1.4;

	margin-bottom: 60px;
}

.policy-intro-description span {
	color: var(--Error-text, #fb1515);

	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

@media (min-width: 1000px) {
	.policy-section {
		padding: 40px 0 120px;
	}

	.policy-title-heading {
		font-size: 40px;

		padding-top: 20px;
	}
}

.cookie-banner {
	position: fixed;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	background: #560306;
	border: 2px solid #c2070d;
	border-radius: 16px;
	padding: 24px;
	width: 90%;
	max-width: 1200px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	z-index: 7777;
	color: #fff;
	font-family: sans-serif;
	display: none;
}

.cookie-banner-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.cookie-title {
	font-size: 20px;
	font-weight: bold;
}

.cookie-text {
	font-size: 14px;
	line-height: 1.4;
}

.cookie-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
}

.cookie-btn {
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px;
	cursor: pointer;
	border: 2px solid #c2070d;
	transition: 0.3s ease-in-out;
}

.cookie-btn.accept {
	background-color: #c2070d;
	color: #fff;
}

.cookie-btn.accept:hover {
	background-color: #a0060c;
}

.cookie-btn.decline {
	background-color: transparent;
	color: #fff;
}

.cookie-btn.decline:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
