
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');

:root {
	--popup-text-primary: #ffffff;
	--popup-color-primary: #fc634f;
	--popup-color-primary-hover: #ef8c26;
	--popup-color-primary-active: #ef8c26;
	--popup-color-primary-alt: #ef8c26;
	--popup-color-accent: #000000;
	--popup-color-gradient-end: #fc634f;
	--popup-bg: #080c15;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	font-style: normal;
	font-display: swap;
	color: #fff;
	background: #000 url(../img/hero.webp) center top/130% auto no-repeat;
	padding-top: 120px;
}

.logo img {
	display: block;
}

.navbar {
	position: fixed;
	top: 0;
	height: 66px;
	width: 100%;
	z-index: 11;
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 45%, #00000000) no-repeat padding-box;
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 16px;
	position: relative;
}

.menu {
	margin: 0 auto 0 0;
}

.menu ul {
	list-style: none;
	display: flex;
	align-items: center;
}

.menu a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.menu a img {
	margin-right: 7px;
}

.menu a:hover {
	text-decoration: underline;
}

.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.btn {
	text-decoration: none;
	font-size: 14px;
	padding: 5px 14px;
	border-radius: 4px;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.btn-login {
	background: #000;
	color: #fff;
}

.btn-login:hover {
	background: linear-gradient(96deg, #fc634f, #ef8c26);
	color: #000;
}

.btn-reg {
	background: #000;
	color: #fff;
	margin-left: 12px;
}

.btn-reg:hover {
	background: linear-gradient(96deg, #fc634f, #ef8c26);
	color: #000;
}


/*hero*/
.hero {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.hero .title {
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 700;
	line-height: 90%;
	font-family: "Outfit", sans-serif;
	margin-bottom: 40px;
}

.hero .title span {
	display: block;
	color: #f8684a;
}

.hero .title2 {
	font-weight: 400;
	color: #a09ba5;
	font-size: 18px;
	margin-bottom: 10px;
}

.hero .title3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 50px;
}

.hero .btn {
	background: linear-gradient(96deg, #fc634f, #ef8c26);
	color: #000;
	font-size: 20px;
	padding: 15px 30px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 320px;
}

.hero .btn:hover {
	background: #fc634f;
}

.hero ul {
	list-style: none;
	margin-bottom: 80px;
}

.hero ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
}

.hero ul li img {
	margin-right: 10px;
}

.hero .disclaimer {
	font-size: 12px;
	color: #a09ba5;
}

/*slots*/
.slots {
	padding: 100px 52px;
	background: url(../img/bg-slots.webp) center top/120% auto no-repeat;
}

.slots .title,
.payments .title {
	font-family: "Outfit", sans-serif;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	font-size: 44px;
	margin-bottom: 50px;
}

.slider-container {
	display: flex;
}

.slot-slider {
	background: #1a181c;
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.game-card {
	width: calc(16.666% - 20px);
	overflow: hidden;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0 10px;
}

.game-card img {
	width: 100%;
	border-radius: 8px;
	display: block;
	object-fit: cover;
}

.game-card .name {
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	margin: 10px 0 0;
}

.game-card .provider {
	text-align: center;
	color: #f8684a;
	font-size: 16px;
}

.slot-text {
	text-align: center;
	color: #a09ba5;
	font-size: 18px;
	padding: 0 30px;
}

.slots-link {
	color: #f8684a;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin: 25px auto 0;
}

.slots-link:hover {
	text-decoration: underline;
}

.payments {
	padding: 50px 52px;
	background: url(../img/bg-payments.webp) center top/100% auto no-repeat;
}

.pay-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}

.payments .slot-text {
	margin-top: 40px;
	color: #fff;
}

/*text*/
.text {
	padding: 50px 52px;
}

.text img {
	max-width: 100%;
	height: auto;
}

.text h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
	color: #fff;
	margin-top: 0;
}

.text p {
	margin-bottom: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #fff;
}

.text th p,
.text td p {
	margin-bottom: 0;
}

.text ul,
.text ol {
	list-style-position: inside;
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
}

.text li {
	padding: 6px 0;
}

.text h2 {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 16px;
}

.text h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
	color: #fff;
}

.text h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #fff;
}

.text a {
	color: #fff;
	text-decoration: underline;
}

.text .table-wrapper {
	width: 100%;
	overflow-x: hidden;
	margin-bottom: 20px;
}

.text .table-wrapper.scrollable {
	overflow-x: auto;
}

.text table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;
	border-radius: 10px;
	overflow: hidden;
}

.text tr {
	background: none;
}

.text th, .text  td {
	border-bottom: 1px solid #fff;
	padding: 15px;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
}

.text tr:last-child th, .text tr:last-child td {
	border-bottom: none;
}

.text th {
	font-weight: bold;
	background: none;
	color: #fff;
	padding: 20px 15px;
}

.faq-container .title {
	font-family: "Outfit", sans-serif;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	font-size: 44px;
	margin-bottom: 50px;
	width: 100%;
}

.faq-container {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.faq-item {
	width: calc(50% - 5px);
	background: #1a181c;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active .faq-arrow {
	transform: rotate(45deg);
}

.faq-item.active .faq-answer {
	opacity: 1;
	height: auto;
	transform: scaleY(1);
	padding: 16px 24px 24px 24px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 12px 12px 24px;
	cursor: pointer;
	background: #1a181c;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.faq-question h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	flex: 1;
	padding-right: 16px;
}

.faq-arrow {
	width: 23px;
	height: 23px;
	background: #fc634f;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyI+PGcgZGF0YS1uYW1lPSJEZXBvc2l0IEljb24iIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDM3NjQiIGQ9Ik0uNSAxMy41YTEzIDEzIDAgMSAxIDEzIDEzIDEzIDEzIDAgMCAxLTEzLTEzWiIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxIiBkPSJNMTMuNSA2Ljk3OVYyMC4wMiIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMiIgZD0iTTYuNzQ2IDEzLjVoMTMuNTA3IiBzdHJva2Utd2lkdGg9IjEuNiIvPjwvZz48L3N2Zz4=);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 23px;
	transition: .3s ease;
}

.faq-answer {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease;
	background: #1a181c;
	padding: 0 24px;
	border-top: 2px solid #000;
}

/*footer*/
.footer {
	background: #1a181c;
	padding: 60px 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-menu {
	width: 100%;
}
.footer-menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}

.footer-menu ul a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin: 0 10px 15px;
}

.footer-menu ul a:hover {
	text-decoration: underline;
}

.copyright {
	width: 100%;
	padding: 0 0 30px;
	color: #a09ba5;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	max-width: 1000px;
	font-weight: 700;
}

.copyright p {
	margin: 10px 0;
}

/*popup*/
.casino-popup {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	background: var(--popup-bg);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1100;
}

.casino-popup.show {
	visibility: visible;
	opacity: 1;
}

.redirect-notice {
	text-align: center;
	color: #fff;
	padding: 15px;
	animation: fadeIn 0.5s ease-in-out;
}

.notice-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: white;
}

.roulette-wheel {
	position: relative;
	width: 120px;
	height: 120px;
	animation: spin 3s linear infinite;
}

.wheel-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 3px solid var(--popup-text-primary);
	border-radius: 50%;
	background: conic-gradient( from 0deg, var(--popup-color-primary) 0deg 45deg, var(--popup-color-accent) 45deg 90deg, var(--popup-color-primary) 90deg 135deg, var(--popup-color-accent) 135deg 180deg, var(--popup-color-primary) 180deg 225deg, var(--popup-color-accent) 225deg 270deg, var(--popup-color-primary) 270deg 315deg, var(--popup-color-accent) 315deg 360deg);
	box-shadow: 0 0 30px rgba(32, 153, 255, 0.6), inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.wheel-center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: var(--popup-text-primary);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.ball {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--popup-color-accent);
	box-shadow: 0 0 10px rgba(255, 107, 53, 0.8);
	animation: ballBounce 0.6s ease-in-out infinite alternate;
}

.progress-container {
	width: 280px;
	text-align: center;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #9a68d1;
	box-shadow: 0 0 10px rgba(32, 153, 255, 0.6);
}

.progress-fill {
	width: 0%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--popup-color-primary), var(--popup-color-gradient-end), var(--popup-color-primary));
	background-size: 200% 100%;
	transition: width 0.3s linear;
	animation: progressShine 2s ease-in-out infinite;
}

.progress-text {
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	color: var(--popup-color-primary);
}


@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes raffleGlow {
	0%,
	100% {
		opacity: 0.3;
		transform: rotate(0deg);
	}

	50% {
		opacity: 0.6;
		transform: rotate(180deg);
	}
}

@keyframes raffleIconPulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@keyframes indicatorPulse {
	0%,
	100% {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}

	50% {
		opacity: 0.6;
		transform: translateY(-50%) scale(1.2);
	}
}

@keyframes statusPulse {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}
}

@keyframes shine {
	0% {
		left: -100%;
	}

	50% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes ballBounce {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.3);
	}
}

@keyframes glow {
	0% {
		text-shadow: 0 0 20px rgba(32, 153, 255, 0.8);
	}

	100% {
		text-shadow: 0 0 30px rgba(32, 153, 255, 1), 0 0 40px rgba(32, 153, 255, 0.6);
	}

}

@keyframes textFade {
	0%,
	100% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}
}

@keyframes progressShine {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}


@media screen and (max-width: 1110px) {
	.slots,
	.text,
	.payments {
		padding: 50px 15px;
	}
	.slider-container {
		overflow-x: auto;
		padding-bottom: 25px;
	}
	.game-card {
		width: 200px;
	}
	.faq-container {
		flex-direction: column;
	}
	.faq-item {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footer-menu ul {
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	.slots .title,
	.payments .title,
	.text .title {
		font-size: 28px;
		line-height: 1;
	}
	.slot-text {
		padding: 0;
	}
	.hero {
		padding: 0 15px;
	}
	.hero ul {
		margin-bottom: 45px;
	}
	.hero .title {
		font-size: 40px;
	}
	.navbar {
		background: #000;
		height: auto;
		border-bottom: 1px solid #e4e4e7;
	}
	.logo {
		position: static;
		transform: none;
	}
	.btn-login {
		margin-left: auto;
	}
	.menu {
		display: none;
	}
}
