* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Mont';
	background-color: #000000;

	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}

header {
	padding: 10px 100px;
	max-width: 1440px;
	width: 100%;
	background-color: #14161c;
	position: fixed;
	z-index: 9999999;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
	transition: all 0.5s ease 0s;
	top: 10px;
}
main {
	position: relative;
}

.nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-bar__logo {
	width: 120px;
}
.main-btn {
	cursor: pointer;
}
button {
	font-family: Mont;
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 8px;
	border: none;
	padding: 10px 22px;
	cursor: pointer;
}
.main-btn button {
	background-color: #ff62b9;
	background: linear-gradient(
		102.44deg,
		#ff62b9 4.86%,
		#dd1a85 32.19%,
		#de2f8e 57.23%,
		#ff62b6 99.56%
	);
}
.main-btn button:hover,
.global-btn button:hover {
	background: linear-gradient(
			102deg,
			#a60d61 5.65%,
			#dc4699 35.79%,
			#d52e88 64.19%,
			#a0125f 100.71%
		),
		#191919;

	transition: 0.9s ease-in;
	filter: brightness(1.1);
}

.second-btn button {
	border: 1px solid #686868;
	background-color: transparent;
}
.second-btn button:hover {
	border: 1px solid #dc4699;
	background-color: transparent;
	transition: 0.9s;
}

.item-nav .second-btn {
	margin-right: 10px;
}
.container {
	margin: 66px auto 0 auto;
	max-width: 1440px;
	width: 100%;
}

.hero {
	background-image: url(../img/banner_rakebit.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	border-radius: 15px;
	margin-top: 20px;
	padding: 40px 100px;
}
h1 {
	color: white;
	font-family: Mont;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 30px;
}
h2,
h3 {
	color: white;
	font-family: Mont;

	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 20px auto;
}

p {
	color: rgba(255, 255, 255, 0.6);

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
}
.hero p {
	max-width: 600px;
}
.bonus {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}
.bonus-col {
	display: flex;
	align-items: flex-end;
	color: white;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	gap: 10px;
}
.global-btn button {
	padding: 18px 90px;
	font-weight: 700;
	background: linear-gradient(
		102deg,
		#ff62b9 4.86%,
		#dd1a85 32.19%,
		#de2f8e 57.23%,
		#ff62b6 99.56%
	);
}

.cta_banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	background-color: #1b1f28;
	padding: 20px 100px;
	border-radius: 15px;
}

.image_main {
	margin-bottom: 20px;
}
.cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	background-color: #1b1f28;
	padding: 20px 60px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.cta .bonus {
	margin-bottom: 0;
}
.cta .bonus svg {
	width: 25px;
	height: 25px;
}

.box-bonus {
	display: flex;
	align-items: center;
	gap: 25px;
}

.marquee {
	width: 100%;
	overflow: hidden;
	background: black;

	position: relative;
	padding: 5px 0;
}
.marquee__track img {
	transform: scale(0.5);
}

.marquee__track {
	display: flex;
	gap: 80px;
	align-items: center;
	animation: marqueeScroll 40s linear infinite;
}
.contant {
	max-width: 1200px;
	margin: 30px auto 0 auto;
}
.contant img {
	max-width: 1200px;
	width: 100%;
}

.cta_image {
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes marqueeScroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}
.game {
	max-width: 1200px;
	margin: 0px auto;
}

.game-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 70px;
}
.game h2 {
	text-align: center;
}
.game h3 {
	margin-top: 40px;
}

.footer {
	max-width: 1200px;
	margin: 20px auto;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
}

.card {
	position: relative;
	width: 190px;
	height: 254px;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: end;

	gap: 12px;
	border-radius: 8px;
	cursor: pointer;
}

.card::before {
	content: '';
	position: absolute;
	inset: 0;
	left: -5px;
	margin: auto;
	width: 200px;
	height: 264px;
	border-radius: 10px;
	background: linear-gradient(
		102.44deg,
		#ff62b9 4.86%,
		#dd1a85 32.19%,
		#de2f8e 57.23%,
		#ff62b6 99.56%
	);
	z-index: -10;
	pointer-events: none;
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card::after {
	content: '';
	z-index: -1;
	position: absolute;
	inset: 0;
	background: linear-gradient(
		102.44deg,
		#ff62b9 4.86%,
		#dd1a85 32.19%,
		#de2f8e 57.23%,
		#ff62b6 99.56%
	);
	transform: translate3d(0, 0, 0) scale(0.95);
	filter: blur(20px);
	transition: filter 0.7s ease;
	will-change: filter;
}

.card:hover::after {
	filter: blur(30px);
}

.card:hover::before {
	transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

.faq {
	position: relative;
	overflow: hidden;
	max-width: 1200px;

	margin: 0 auto;
}
.container__row_fag {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 2;
}
.faq__list li {
	margin-bottom: 10px;
}
.faq__list li.active .answer {
	max-height: 200px !important;
	padding-bottom: 25px;
	transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__List li.active .question {
	color: #939393;
	transition: color 0.5s ease;
}
.faq__list .answer {
	color: #a09f9f;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__img {
	position: absolute;
	top: 60%;
	right: -3%;
	transform: rotate(-20deg) scale(0.6);

	width: 301px;
	z-index: 0;
}

.faq__list .plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: absolute;
	width: 21px;
	right: 0px;
	top: 50%;
	z-index: 2;
}
.faq__list .plus-minus-toggle:before,
.faq__list .plus-minus-toggle:after {
	background: #ff62b9;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
	transition: transform 500ms ease;
}
.faq__list .plus-minus-toggle:after {
	transform-origin: center;
}
.faq__list .plus-minus-toggle.collapsed:after {
	transform: rotate(90deg);
}
.faq__list .plus-minus-toggle.collapsed:before {
	transform: rotate(180deg);
}
.faq__list .question {
	color: #fff;

	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	cursor: pointer;
	padding: 5px 40px 5px 0px;
	transition: color 0.5s ease;
}
.faq__list a {
	color: #ff62b9;
}
.faq__line {
	opacity: 0.5;
	background: #ff62b9;
	height: 2px;
}
.faq__line_mob {
	display: none;
}
footer {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
footer img {
	width: 120px;
}
footer ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: #ffffff 1px solid;
	padding-bottom: 20px;
}
footer h5 {
	font-weight: 700;
	text-align: center;
	color: white;
	margin-top: 40px;
}

.ocean {
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1b1f28;
	z-index: -1;
}

.wave {
	background: url(../img/wave.svg) repeat-x;
	position: absolute;
	top: -198px;
	width: 6400px;
	height: 198px;
	animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
	filter: grayscale(100%);
}

.wave:nth-of-type(2) {
	top: -175px;
	animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
		swell 7s ease -1.25s infinite;
	opacity: 1;
}
a .nav-bar__logo:hover {
	transform: scale(1.1);
	transition: 0.6s ease-in-out;
}
.image_cta {
	border-radius: 15px;
}

@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}

@keyframes swell {
	0%,
	100% {
		transform: translate3d(0, -25px, 0);
	}
	50% {
		transform: translate3d(0, 5px, 0);
	}
}
@media screen and (max-width: 1100px) {
	.cta {
		padding: 20px 40px;
		justify-content: space-between;
		gap: 20px;
	}
	.cta .nav-bar__logo {
		width: 130px;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cta .bonus-col {
		font-size: 14px;
	}
	.contant,
	.game,
	.faq {
		padding: 20px;
		margin-top: 0;
	}
	.footer {
		padding: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width: 735px) {
	header {
		padding: 20px 14px;
	}
	button {
		line-height: 14px;

		padding: 15px 20px;
	}
	.hero {
		padding: 20px 20px;
		background-size: contain;
		background-image: none;
	}
	.cta {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.cta_banner {
		margin-top: 20px;
	}
	.global-btn {
		width: 100%;
	}
	.global-btn button {
		width: 100%;
	}
	.item-nav .second-btn {
		margin-right: 2px;
	}
	.nav-bar__logo {
		width: 100px;
	}
	h1 {
		font-size: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 26px;
	}
	.cta .global-btn {
		margin-top: 10px;
	}
	.bonus {
		flex-direction: column;
		align-items: flex-start;
	}
	.box-bonus {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}

	footer {
		padding: 20px;
	}
	footer img {
		width: 100px;
	}
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.5s ease;
}

#preloader img {
	width: 120px;
	height: auto;
	animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}
