* {
	-webkit-box-sizing: inherit;
	box-sizing: border-box;
	outline: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	color-scheme: light;
	overflow-x: hidden;
}
body {
	background: #f8f8fd;
	padding: 0;
	overflow-x: hidden;
	margin: 0;
}
header {
	width: 100%;

	top: 0;
	left: 0;
	padding: 16px 100px;

	background-color: #262649;
}
li,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

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

.container__menu {
	width: 100%;

	margin: 0 auto;
}
.header-area {
	position: relative;
	width: 100%;
	z-index: 19;
	background: transparent;
	max-width: 1440px;
	margin: 0 auto;
}
.menu__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;

	font-family: Rubik;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.menu__logo:hover {
	color: white;
}
.menu-logo-emo {
	width: 138px;
}
.menu-logo-rake {
	width: 162px;
}
.site-navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-navbar ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 12px 24px;
	border-radius: 1000px;
	background-color: transparent;
	transform: translate(15%, 0);
}
.menu-title {
	color: white;
	font-family: Asap;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
}
.menu__close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.decs {
	display: block;
}

.nav-toggler {
	background-color: transparent;
	cursor: pointer;
	display: none;
	border: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
	width: 28px;
	height: 3px;
	background-color: #fff;
	display: block;
}
.nav-toggler span:before {
	content: '';
	transform: translateY(-9px);
}
.nav-toggler span:after {
	content: '';
	transform: translateY(6px);
}
.nav-toggler.toggler-open span {
	background-color: transparent;
}
.nav-toggler.toggler-open span:before {
	transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
	transform: translateY(-3px) rotate(-45deg);
}
.box-btn-menu.mobile-on {
	display: none;
}

.menu_img {
	display: none;
}
.menu-item-first {
	display: none;
}

.desc-only {
	display: block;
}

.main-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-btn-menu {
	display: flex;
	gap: 8px;
}
.btn-log button,
.btn-sign button {
	color: #fff;
	padding: 16px 40px;
	text-align: center;
	font-family: 'Baloo 2';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	border-radius: 24px;
	background: transparent;
	border: 1px solid #dce1f5;
}
.btn-sign button {
	color: #8b00fb;
	border: 1px solid transparent;
	background: #fdd200;
}
.btn-log button:hover,
.btn-sign button:hover {
	color: #ff5ab3;
	background-color: rgba(255, 255, 255, 0.2);
	transition: 0.5s;
}

section {
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero {
	padding: 32px 40px;
	position: relative;
}
.bg-hero {
	background-image: url(../img/hero-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 142px 350px 132px 350px;
	border-radius: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
h1 {
	color: #fff;
	text-align: center;
	font-family: 'Baloo 2';
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
.banner-info {
	color: #fff;

	font-family: Rubik;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}
.hero-logo {
	color: #fff;

	leading-trim: both;

	text-edge: cap;
	font-family: Rubik;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 29px;
	margin-bottom: 17px;
}
.hero-logo .menu-logo-rake {
	width: 210px;
}
.hero-logo .menu-logo-emo {
	width: 176px;
}
.main-btn-banner {
	width: 280px;
	height: 66px;
	display: flex;
	border-radius: 300px;
	border: 1px;
	background: #fdd200;
	border: 1px solid;
	border-image-source: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 10.99%,
		rgba(255, 255, 255, 0.3) 100%
	);
	margin: 20px auto;
	align-items: center;
	justify-content: center;
	-webkit-animation: radial-pulse 1.8s infinite, shimmer 1.8s infinite linear,
		blink 1.8s infinite;
	animation: radial-pulse 1.8s infinite, shimmer 1.8s infinite linear,
		blink 1.8s infinite;
}
@-webkit-keyframes radial-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(239, 158, 18, 0.5);
		box-shadow: 0 0 0 0 rgba(217, 174, 2, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(245, 229, 198, 0);
		box-shadow: 0 0 0 20px rgba(245, 229, 198, 0);
	}
}

@keyframes radial-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(239, 158, 18, 0.5);
		box-shadow: 0 0 0 0 rgba(217, 174, 2, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(245, 229, 198, 0);
		box-shadow: 0 0 0 20px rgba(245, 229, 198, 0);
	}
}

.main-btn-banner a {
	font-family: Rubik;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-btn {
	padding: 10px;
	border-radius: 1000px;
	border: 1px solid #fdd200;
}
.main-btn button {
	border-radius: 1000px;
	border: none;
	background: #fdd200;
	border: 2px solid #fdd200;
	box-shadow: 2px 2px 10.4px 0 rgba(253, 211, 0, 0.537);
	padding: 16px 14px;
	color: #8b00fb;

	text-align: center;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.main-btn button:hover {
	color: #ff5ab3;
	background-color: rgba(255, 255, 255, 0.2);
	transition: 0.7s;
}

.bonus {
	background: #a0e1fd;
	display: flex;
	padding: 40px 10px;

	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
}
.bonus-card {
	display: flex;
	padding: 16px 42px;
	align-items: center;
	gap: 24px;
	border-radius: 1000px;
	border-right: 3px solid #00b5fd;

	border-bottom: 3px solid #00b5fd;

	background: #f8f8fd;

	box-shadow: 2px 2px 10.4px 0 rgba(0, 181, 253, 0.3);
	max-width: 391px;
	width: 100%;
	cursor: pointer;
}
.bonus-card img {
	width: 64px;
}
.bonus-card:hover img {
	transform: scale(1.1);
	transition: 0.9s;
}
.card-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.bonus-card h3 {
	color: #000;

	font-family: Rubik;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
p {
	color: #000;

	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bonus-card .bonus--cart-item {
	color: #000;

	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.advanture {
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 10px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
h2 {
	color: #3c3c50;

	text-align: center;
	font-family: 'Baloo 2';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 16px;
}
.adv-card {
	width: 100%;
	padding: 32px 64px;
	gap: 72px;
	border-radius: 36px;
	background: rgba(105, 70, 230, 0.2);
	display: flex;
	align-items: center;
}
.purple img {
	width: 274.16px;
}
.blue img {
	width: 224px;
}
.green img {
	width: 210px;
}
.yellow img {
	width: 303px;
}
.blue {
	background: rgba(20, 210, 200, 0.2);
}
.green {
	background: rgba(100, 200, 100, 0.2);
}
.yellow {
	background: rgba(250, 170, 30, 0.2);
}
.box-adv {
	display: flex;
	gap: 24px;
}
.box-adv .adv-card {
	padding: 32px;
}
.adv-card h3 {
	color: #222;

	font-family: Rubik;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.contant {
	max-width: 1200px;
	margin: 30px auto 0 auto;
}

.cta {
	background-image: url(../img/cta-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 196px 100px 132px;
	align-items: flex-start;
	max-width: 1440px;
	margin: 0 auto;
}
.cta .cta-first {
	margin-bottom: 32px;
	max-width: 608px;
	text-align: start;
	font-size: 38px;
	font-weight: 700;
}
.cta .main-btn button {
	border: 2px solid #680ab0;
	color: #fff;
	padding: 15px 48px;
	background: #8b00fb;
	box-shadow: 2px 2px 10.4px 0 rgba(135, 0, 253, 0.4);
}
.cta .main-btn button:hover {
	color: #ff5ab3;
	background-color: rgba(255, 255, 255, 0.2);
	transition: 0.7s;
}
.cta .main-btn {
	border: 1px solid #8b00fb;
}

.about {
	padding: 100px;
	max-width: 1440px;
	margin: 0 auto;
}
.about h2 {
	margin-bottom: 40px;
	text-align: left;
}
.about h3 {
	margin-bottom: 30px;
	color: #3c3c50;
	font-family: 'Baloo 2';
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 16px;
}

.about p {
	margin-bottom: 24px;
}
.about-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.about ul li {
	color: #222;
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	list-style: disc;
	margin-bottom: 10px;
}
.about ul {
	margin-bottom: 24px;
	list-style: disc;
	padding-left: 22px;
}

.link-content {
	color: #d3a900;
	font-weight: 600;
	text-decoration: underline;
	transition: color 0.3s;
}

.link-content:hover {
	color: #ff6600;
	text-decoration: none;
}

.cta-second {
	background-image: url(../img/cta2-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 135px 100px;
	align-items: flex-start;
	max-width: 1440px;
	margin: 0 auto;
}
.cta-second .main-btn button {
	padding: 15px 48px;
}
.cta-second .cta-second-info {
	color: #fff;
	text-align: start;
	font-family: 'Baloo 2';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	max-width: 520px;
	margin-bottom: 32px;
}

.language-dropdown {
	position: relative;
	display: inline-block;
}

.language-toggle {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.language-menu {
	display: none;
	position: absolute;
	right: -209px;
	top: -19px;
	background-color: #1111115e;
	border: 1px solid #1313133c;
	border-radius: 5px;
	padding: 10px;
	z-index: 999;
	width: 100%;
	text-align: center;
	width: 150px;
}

.language-menu li {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.language-menu li a {
	display: block;
	padding: 8px 12px;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

footer {
	background: #262649;
	max-width: 1440px;
	margin: 0 auto;
}
.box-footer {
	padding: 40px 100px 30px 100px;
	display: flex;
	gap: 69px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	justify-content: space-between;
}
.language-toggle img {
	width: 25px;
	height: 25px;
	border-radius: 100px;
}
.language-toggle {
	color: #ffffffb4;
	font-family: Rubik;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	border-radius: 16px;
	border: 1px solid #bcbcbc68;

	padding: 4px;
}
.language-toggle svg {
	margin-left: 20px;
	margin-right: 8px;
}

.footer-logo {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-logo span {
	color: #fff;
	max-width: 170px;
	font-family: Rubik;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	opacity: 0.5;
}
.footer-nav {
	display: flex;
	justify-content: space-between;
}
.legal {
	display: flex;
	gap: 16px;
}
.age {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	padding: 10px;
	color: #fff;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	border: 2px solid rgba(115, 115, 115, 0.856);
}
.legal-blog {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 300px;
}
.legal-blog p {
	color: rgba(255, 255, 255, 0.25);

	font-family: Rubik;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}
.legal-blog p strong {
	color: #fff;
}
.border-bot {
	width: 100%;
	height: 1px;
	color: rgba(255, 255, 255, 0.1);
}
.footer-info {
	padding: 32px 100px;
	gap: 24px;
	display: flex;
	align-items: center;
}
.footer-info p {
	color: #fff;
	opacity: 0.5;
	font-family: Rubik;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.item-1 {
	position: absolute;
	top: 67px;
	left: 271px;
	width: 56.408px;
	animation: pulseScaleSec 6.5s ease-in-out infinite;
}

.item-2 {
	position: absolute;
	top: 196px;
	left: 302px;
	width: 55px;
	animation: floatMove 3s ease-in-out infinite;
}

.item-3 {
	position: absolute;
	top: 35px;
	right: 391px;
	width: 74px;
	animation: pulseScale 3.5s ease-in-out infinite;
}

.item-4 {
	position: absolute;
	top: 459px;
	left: 459px;
	width: 63px;
	animation: pulseScaleSec 3s ease-in-out infinite;
}
.item-5 {
	position: absolute;
	top: 447px;
	left: 302px;
	width: 74px;
	animation: pulseScale 3.5s ease-in-out infinite;
}
.item-6 {
	position: absolute;
	top: 485px;
	left: 822px;
	width: 75px;
	animation: pulseScale 3.5s ease-in-out infinite;
}
@keyframes floatMove {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0px);
	}
}

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

#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;
	}
}
