/* fonts  start */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Oswald:wght@400;500;600;700&display=swap');

/* fonts end */

:root {
	scroll-behavior: unset;
}

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

.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}



/* Base CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 56px;
	line-height: 83px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #FB33FF, 0px 0px 55px rgba(250, 0, 255, 0.7);

}

h2 {
	font-size: 42px;
	line-height: 62px;
	text-shadow: 0px 0px 8px #FB33FF, 0px 0px 66px #FA00FF;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #e9d5db;

}

h3 {
	font-weight: 400;
	font-size: 36px;
	line-height: 53px;
	text-transform: uppercase;
	color: #FFFFFF;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 152.5%;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}


/* scrollUp */
.back-to-top {
	background: #30083A;
	height: 35px;
	width: 35px;
	right: 30px;
	bottom: 30px;
	text-align: center;
	border-radius: 7px;
	line-height: 32px;
	position: fixed;
	z-index: 10;
}

.back-to-top img {
	width: 18px;
	transform: rotate(-180deg);
}

.black {
	background: #000022;
}

.blue {
	background: #15002E;
}

.gray {
	background: #0E0E2D;
}

.container {
	max-width: 1190px;
}

/* hero area */
.hero-area {
	-height: 700px;
	-position: relative;
	-z-index: 3;
}

.shape {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.shape img {
	width: 1100px;
}

.shape-1 {
	text-align: center;
	bottom: 0;
}

.carousel-warppper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: -1;
	width: fit-content;
	box-sizing: border-box;
}

.shape-1 img {
	-height: 680px;
}

.shape-2 {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -12%;
}

.shape-2 img {
	width: 800px;
}

.hero-title {
	position: relative;
	z-index: 2;
}

/* about area */

.section-title {
	position: relative;
	z-index: 1;
}

.section-title p {
	padding: 0 19%;
}

.section-title img {
	position: absolute;
	left: 10%;
	bottom: 8%;
	width: 56px;
}

.about-box {
	background: linear-gradient(to right, #3d0a44 0%, #4b0d50 49%, #2e073a 100%);
	border-bottom: 10px solid #390C5E;
	border-radius: 27px;
	padding: 35px 0;
	position: relative;
}

/*.about-box img {
	width: 140px;
	margin-bottom: 17px;
  }*/
.about-box p {
	margin-bottom: 30px;
}

.btn-style {
	will-change: transform;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	width: 285px;
	height: 63px;
	line-height: 63px;
	letter-spacing: 0.095em;
	background: url(../img/button-bg.png);
	position: relative;
	z-index: 1;
	background-size: 285px;
	font-size: 18px;
	text-decoration: auto;
}

/* .btn-style::before {
	position: absolute;
	content: '';
	border-top: 35px solid transparent;
	border-left: 43px solid #DC2FEB;
	border-bottom: 35px solid transparent;
	top: 0px;
	right: -43px;
	z-index: -1;
}
.btn-style::after {
	position: absolute;
	content: '';
	border-top: 35px solid transparent;
	border-left: 43px solid #C71019;
	border-bottom: 35px solid transparent;
	top: 0px;
	right: auto;
	left: -43px;
	z-index: -1;
} */
.btn-style:hover {
	color: #232635;
}

.about-box.about-box-2 {
	background: linear-gradient(to right, #1f2632 0%, #322740 49%, #15242c 100%);
	border-bottom-color: #392B45;
}

.about-box img.img-shape {
	width: 110px;
	position: absolute;
	left: 0;
}

.about-box img.img-shape {
	width: 110px;
	position: absolute;
	left: -10%;
	bottom: 12%;
}

.about-box.about-box-2 img.img-shape {
	width: 85px;
	position: absolute;
	left: auto;
	bottom: auto;
	right: -5%;
	top: 5%;
}

.about-box img.box-shadow {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	bottom: 0;
	width: 100%;
}

/* features area */

.single-features {
	position: relative;
	text-align: center;
}

.single-features a img {
	width: 90px !important;
	margin: auto;
}

.single-features a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
}

.owl-item .single-features a {
	display: none;
}

.owl-item.center .single-features a {
	display: block;
}

.owl-nav div {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.owl-nav div.owl-next {
	left: auto;
	right: -40px;
}

.owl-nav div svg {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}

.section-title.section-title-2 p {
	padding: 0 17%;
}

.section-title p {
	margin-top: 15px;
}

.online-img {
	height: 450px;
}

.online-img img {
	height: 100%;
	position: absolute;
	right: -5%;
	top: 12px;
	-width: 1180px;
}

.online-area {
	position: relative;
}

.online-text p {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 14%;
}

/* services area */

.section-title.section-title-3 p {
	padding: 0 20%;
}

.services-box {
	position: relative;
	top: -16%;
}

.services-box img {
	width: 200px;
}

.services-box p {
	position: relative;
	margin-top: -8%;
}

.services-wrapp {
	background: #12122B;
	border-radius: 27px;
	padding: 35px 0;
	position: relative;
}

.services-wrapp p {
	padding: 0 3%;
	margin-bottom: 25px;
}

.services-btn :last-child {
	font-size: 18px;
	text-transform: uppercase;
	background: linear-gradient(224.96deg, #DC2FEB 15.14%, #C50C00 96.93%), #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0px 5px 30px #FF218C;
	letter-spacing: 0.08em;
	margin-left: 20px;
	position: relative;
	top: 2px;
}

.services-area {
	position: relative;
	z-index: 1;
}

.services-shape-1 {
	position: absolute;
	top: 1%;
	left: 17%;
}

.services-shape-1 img {
	width: 280px;
}

.services-shape-2 {
	position: absolute;
	right: 0%;
	top: 13%;
}

.services-shape-2 img {
	width: 350px;
}

.services-shape-3 {
	position: absolute;
	left: 0;
	top: 36%;
}

.services-shape-3 img {
	width: 270px;
}

.services-shape-4 {
	position: absolute;
	right: 1%;
	bottom: 26%;
}

.services-shape-4 img {
	width: 280px;
}

/* kak area  */

.kak-area {
	position: relative;
	z-index: 1;
}

.kak-shape-1 {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

.kak-shape-1 img {
	width: 750px;
}

.kak-shape-2 {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}

.kak-shape-2 img {
	width: 600px;
}

.kak-text h2 {
	margin-bottom: 20px;
}

.kak-text p {
	font-size: 16px;
	margin-bottom: 25px;
	padding-right: 8%;
}

.kak-text p:last-child {
	margin-bottom: 0;
	font-size: 12px;
	color: #FFFFFF;
	opacity: 0.7;
}

.kak-box {
	background: linear-gradient(to right, #3d0a44 0%, #4b0d50 49%, #2e073a 100%);
	border-bottom: 10px solid #390C5E;
	position: relative;
	z-index: 1;
	border-radius: 27px;
	padding: 40px 50px 50px 50px;
}

.kak-box h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 152.5%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.kak-box ul li {
	display: block;
	margin-bottom: 15px;
}

.kak-box ul li:last-child {
	margin-bottom: 0;
}

.kak-box ul li span {
	float: left;
	color: #fff;
	font-size: 16px;
	border: 1px solid rgba(253, 160, 255, 0.5);
	filter: drop-shadow(0px 0px 5px rgba(251, 51, 255, 0.4)) drop-shadow(0px 0px 15px rgba(250, 0, 255, 0.3));
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
}

.kak-box ul li p {
	overflow: hidden;
	font-size: 16px;
	padding-right: 8%;
}

.kak-box-shape img {
	position: absolute;
	right: -14%;
	top: -12%;
	width: 260px;
}

.kak-box-shape img.kak-box-shape-1 {
	right: 0;
	left: -4%;
	top: 21%;
	width: 50px;
}

.kak-box-shape img.kak-box-shape-2 {
	top: auto;
	bottom: 8%;
	width: 115px;
	right: -10%;
}


/* content area */

.content-text h2 {
	margin-bottom: 23px;
}

.content-text p {
	font-size: 14px;
	margin-bottom: 23px;
	padding-right: 10%;
}

.content-text p:last-child {
	margin-bottom: 0;
	padding-right: 16%;
}

.cont-box {
	background: linear-gradient(0deg, #12122A, #12122A);
	border-radius: 27px;
	height: 133px;
	padding-top: 11px;
}

.cont-box img {
	float: left;
	width: 150px;
	position: relative;
	top: 2px;
}

.content-box-text {
	overflow: hidden;
	position: relative;
	top: 5px;
	left: -30px;
}

.content-box-text h5 {
	font-size: 28px;
	line-height: 152.5%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.content-box-text p {
	font-size: 16px;
}

.content-box-text img {
	width: 150px;
	margin-bottom: 13px;
	margin-top: 8px;
}

/* blog area */

.blog-area {
	position: relative;
	z-index: 1;
}

.blog-shape img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 750px;
}

.blog-shape img.blog-shape-2 {
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 558px;
}

.single-blog {
	box-shadow: 0px 7px 30px rgba(0, 0, 10, 0.2);
	border-radius: 27px;
	background: linear-gradient(to right, #3d0a44 0%, #4b0d50 49%, #2e073a 100%);
	margin-bottom: 25px;
	width: 450px;
	height: 180px;
	text-align: center;
	padding-top: 25px;
	margin-left: 100px;
	border: 1px solid #470E4F;
}

.single-blog.single-blog-2 {
	margin-left: 0;
	padding-top: 31px;
	width: 370px;
	height: 160px;
	border: 1px solid #2F0A39;
}

.single-blog.single-blog-3 {
	margin-left: 50px;
	padding-top: 20px;
	border: 1px solid #2F0A39;
}

.single-blog img {
	width: 160px;
	margin-bottom: 15px;
}

.single-blog p {
	font-size: 20px;
}

.blog-text h2 {
	margin-bottom: 25px;
}

.blog-text p {
	margin-bottom: 20px;
	font-size: 16px;
	padding-right: 7%;
}

.blog-text a {
	margin-top: 12px;
}

.single-blog.single-blog-2 img {
	width: 140px;
}

.single-blog.single-blog-3 img {
	width: 150px;
	margin: 0 10px;
	margin-bottom: 10px;
}


.contact-title h2 {
	margin-bottom: 20px;
}

.contact-title p {
	padding: 0 15%;
}

.contact-link {
	background: #30083A;
	border-radius: 27px;
	width: 620px;
	margin: auto;
	text-align: center;
	padding: 15px 0;
}

.contact-link span {
	font-size: 18px;
	line-height: 152.5%;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	display: inline-block;
}

.contact-link span a {
	color: #fff;
	font-weight: 600;
}

.contact-link span:first-child {
	margin-right: 50px;
	position: relative;
}

.contact-link span:first-child:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 90%;
	background: #fff;
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
}

.contact-link span a:hover {
	color: #68689b;
}

.footer-text p {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.7;
}


/* swiper wrapper */
.seeApp_area .swiper {
	height: 314px;
	width: 100%;
}

.seeApp_area .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 560px;
	height: 300px;

}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 679px;
}

.swiper-slide {
	position: relative;
}

.swiper-slide a {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	display: none;
}

.swiper-slide.swiper-slide-active a {
	display: block;
}

.swiper-slide a img {
	width: 80px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 0;
}

.seeApp_area .swiper-slide>img {
	display: block;
	width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 27px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}




/* page loader  */
#preloader {
	position: fixed;
	background: #000022;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader3 {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #DB2DE3;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/* preloder end */
.placeholder-image {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	/* Менее скругленные углы */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
	/* Менее выраженная тень */
	margin-top: 20px;
}

/* ----------------------------------------------------- */
/* Стили для Exit-Intent Pop-up */
/* ----------------------------------------------------- */

.popup-overlay {
	/* Скрыто по умолчанию, будет показано JS */
	display: none;
	position: fixed;
	/* Это ключевое свойство для наложения */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* Менее непрозрачный фон */
	backdrop-filter: blur(4px);
	/* Менее сильное размытие */
	z-index: 9999;
	/* Поверх всего */
	justify-content: center;
	align-items: center;
	opacity: 0;
	/* Для анимации появления */
	transition: opacity 0.3s ease-in-out;
	/* Более быстрая анимация */
}

.popup-overlay.show {
	display: flex;
	/* Показываем, когда добавлен класс 'show' */
	opacity: 1;
}

.popup-content {
	background: linear-gradient(145deg, #301840, #180c25);
	/* Менее насыщенный фиолетово-коричневый градиент */
	border: 1px solid #a87e35;
	/* Более тонкая золотистая рамка */
	border-radius: 10px;
	/* Менее скругленные углы */
	padding: 30px;
	/* Уменьшен паддинг */
	text-align: center;
	position: relative;
	max-width: 480px;
	/* Уменьшена максимальная ширина */
	width: 90%;
	box-shadow: 0 0 25px rgba(168, 126, 53, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
	/* Менее выраженное свечение и тень */
	transform: translateY(-20px) scale(0.95);
	/* Менее выраженная анимация появления */
	transition: transform 0.3s ease-out;
	/* Более быстрая анимация */
	animation: subtleGlow 2s infinite alternate;
	/* Менее выраженное постоянное свечение */
}

.popup-overlay.show .popup-content {
	transform: translateY(0) scale(1);
	/* Анимация появления */
}

@keyframes subtleGlow {
	0% {
		box-shadow: 0 0 25px rgba(168, 126, 53, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
	}

	50% {
		box-shadow: 0 0 30px rgba(168, 126, 53, 0.4), 0 0 12px rgba(0, 0, 0, 0.6);
	}

	100% {
		box-shadow: 0 0 25px rgba(168, 126, 53, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
	}
}

.close-button {
	position: absolute;
	top: 10px;
	/* Уменьшено расстояние от края */
	right: 12px;
	/* Уменьшено расстояние от края */
	font-size: 2em;
	/* Уменьшен размер */
	color: #d4af37;
	/* Золотистый цвет */
	cursor: pointer;
	transition: color 0.2s, transform 0.2s;
	/* Более быстрая анимация */
	text-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
	/* Менее выраженное свечение */
	z-index: 10;
}

.close-button:hover {
	color: #ffe082;
	/* Более яркий золотой при наведении */
	transform: rotate(90deg) scale(1.05);
	/* Менее выраженная анимация */
}

.popup-logo {
	max-width: 350px;
	/* Увеличен размер логотипа */
	height: auto;
	margin-bottom: 20px;
	/* Отступ под логотипом */
}

.popup-content h2 {
	font-family: 'Playfair Display', serif;
	/* Для акцентного заголовка */
	color: #d4af37;
	/* Золотистый цвет */
	font-size: 2em;
	/* Уменьшен размер */
	margin-bottom: 10px;
	/* Уменьшен отступ */
	text-shadow: 0 0 8px rgba(212, 175, 55, 0.5), 0 0 12px rgba(212, 175, 55, 0.2);
	/* Менее сильное свечение */
	letter-spacing: 0.8px;
	/* Менее разреженный текст */
	line-height: 1.2;
	text-transform: uppercase;
	/* Все заглавные буквы */
}

.popup-content p {
	font-family: 'Inter', sans-serif;
	color: #e0e0e0;
	/* Светлый текст для читаемости */
	font-size: 1em;
	/* Уменьшен размер */
	margin-bottom: 20px;
	/* Уменьшен отступ */
	line-height: 1.5;
	text-shadow: none;
	/* Убрана тень для мелкого текста */
}

#claimBonusButton {
	background: linear-gradient(45deg, #d4af37, #ffcf40);
	/* Золотистый градиент */
	color: #2a0050;
	/* Темный текст для контраста */
	padding: 12px 30px;
	/* Уменьшен паддинг */
	border: none;
	border-radius: 6px;
	/* Менее скругленные углы */
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	/* Более строгий шрифт для кнопки */
	font-size: 1.2em;
	/* Уменьшен размер текста на кнопке */
	font-weight: 600;
	/* Умеренно жирный шрифт */
	text-transform: uppercase;
	/* Все заглавные буквы */
	transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.2s ease;
	/* Более быстрая анимация */
	box-shadow: 0 0 10px rgba(212, 175, 55, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
	/* Менее выраженное свечение и тень */
	letter-spacing: 0.5px;
	/* Менее разреженный текст */
	position: relative;
	overflow: hidden;
	/* Для эффекта блика */
	z-index: 1;
}

#claimBonusButton:hover {
	transform: translateY(-1px) scale(1.005);
	/* Менее выраженный подъем и увеличение */
	background: linear-gradient(45deg, #ffcf40, #d4af37);
	/* Смена градиента при наведении */
	box-shadow: 0 0 15px rgba(212, 175, 55, 0.6), 0 4px 10px rgba(0, 0, 0, 0.5);
	/* Усиленное свечение и тень */
}

/* Эффект блика на кнопке при наведении */
#claimBonusButton::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	/* Менее яркий блик */
	transform: skewX(-10deg);
	/* Менее выраженный наклон */
	transition: all 0.4s ease-in-out;
	/* Более быстрая анимация */
}

#claimBonusButton:hover::before {
	left: 100%;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.popup-content {
		padding: 20px;
		/* Уменьшен паддинг */
		border-radius: 10px;
		max-width: 95%;
	}

	.popup-logo {
		max-width: 250px;
		/* Увеличен размер логотипа для мобильных */
	}

	.popup-content h2 {
		font-size: 1.8em;
		/* Уменьшен размер */
		letter-spacing: 0.5px;
	}

	.popup-content p {
		font-size: 0.9em;
		/* Уменьшен размер */
		margin-bottom: 15px;
	}

	#claimBonusButton {
		padding: 10px 20px;
		/* Уменьшен паддинг */
		font-size: 1.1em;
		/* Уменьшен размер */
	}

	.close-button {
		font-size: 1.8em;
		/* Уменьшен размер */
		top: 8px;
		right: 10px;
	}

	.main-content h1 {
		font-size: 1.8em;
	}

	.main-content p {
		font-size: 0.85em;
	}
}

@media (max-width: 480px) {
	.popup-content {
		padding: 15px;
	}

	.popup-logo {
		max-width: 180px;
		/* Уменьшен размер логотипа для очень маленьких экранов */
	}

	.popup-content h2 {
		font-size: 1.4em;
	}

	.popup-content p {
		font-size: 0.8em;
	}

	#claimBonusButton {
		padding: 8px 15px;
		font-size: 0.9em;
	}

	.close-button {
		font-size: 1.4em;
	}
}

.priori {
	background: radial-gradient(circle at center, #2a002e, #000);
	color: white;
	text-align: center;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(255, 0, 120, 0.3);
	animation: pulseGlow 2.5s ease-in-out infinite;
	transition: all 0.3s ease-in-out;
}

/* Анимация мягкого свечения */
@keyframes pulseGlow {

	0%,
	100% {
		box-shadow: 0 0 15px rgba(255, 0, 120, 0.3);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		box-shadow: 0 0 30px rgba(255, 0, 120, 0.6);
		transform: scale(1.01);
		opacity: 0.96;
	}
}

/* 1. Блок-обертка с высоким приоритетом (ID) */
#force-maxim-design {
	position: relative;
	z-index: 1000;
	/* Поднимаем над фоном */
	background: transparent;
	padding: 30px 0;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left !important;
	/* Принудительно влево */
	font-family: sans-serif;
	/* Подстраховка шрифта */
}

/* 2. Сетка (Flexbox) */
#force-maxim-design .mz-flex-container {
	display: flex !important;
	flex-direction: row !important;
	/* Строго в ряд на ПК */
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	/* Запрещаем перенос на ПК */
	gap: 30px;
}

/* 3. Аватарка (фиксированный размер) */
#force-maxim-design .mz-avatar-area {
	flex: 0 0 140px !important;
	/* Жестко 140px */
	width: 140px !important;
	text-align: center;
}

#force-maxim-design .mz-avatar-img {
	width: 130px !important;
	height: 130px !important;
	border-radius: 50% !important;
	/* Идеальный круг */
	border: 3px solid #ff6b00 !important;
	object-fit: cover !important;
	box-shadow: 0 0 20px rgba(255, 107, 0, 0.4);
	background: #000;
	display: block;
	margin: 0 auto;
}

/* 4. Контент */
#force-maxim-design .mz-content-area {
	flex: 1 1 auto !important;
	/* Занимает все место */
	min-width: 0;
	/* Фикс для флекс-контейнеров */
}

/* ЗАГОЛОВОК: Сбрасываем розовый цвет темы */
#force-maxim-design h2.mz-title {
	color: #ffffff !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	text-transform: none !important;
	/* Убираем CAPS LOCK */
	margin: 0 0 15px 0 !important;
	padding: 0;
	line-height: 1.2 !important;
	text-shadow: none !important;
	letter-spacing: normal !important;
}

#force-maxim-design h2.mz-title span {
	color: #ff6b00 !important;
}

/* ТЕКСТ */
#force-maxim-design p.mz-text {
	color: #d1d5db !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	margin: 0 0 25px 0 !important;
}

#force-maxim-design p.mz-text strong {
	color: #ffffff !important;
	font-weight: 700 !important;
}

/* КНОПКА: Перебиваем синюю ссылку темы */
#force-maxim-design a.mz-main-btn {
	display: inline-block !important;
	background: linear-gradient(90deg, #ff8c00 0%, #ff5e00 100%) !important;
	background-color: #ff6b00 !important;
	/* Фоллбэк */
	color: #ffffff !important;
	/* Белый текст обязательно */
	font-weight: 700 !important;
	font-size: 18px !important;
	padding: 14px 35px !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	/* Убираем подчеркивание */
	border: none !important;
	box-shadow: 0 0 15px rgba(255, 107, 0, 0.5) !important;
	margin-right: 20px !important;
	transition: transform 0.2s;
	cursor: pointer !important;
}

#force-maxim-design a.mz-main-btn:hover {
	transform: translateY(-2px);
	color: #ffffff !important;
	box-shadow: 0 0 25px rgba(255, 107, 0, 0.8) !important;
}

/* РЕЙТИНГ */
#force-maxim-design .mz-rating-box {
	display: inline-flex !important;
	align-items: center;
	color: #9ca3af !important;
	font-size: 14px !important;
}

#force-maxim-design .mz-stars {
	color: #fca311 !important;
	font-size: 18px !important;
	margin-right: 8px;
}

#force-maxim-design .mz-footer-info {
	font-size: 12px !important;
	color: #6b7280 !important;
	margin-top: 15px !important;
	display: block;
}

/* МОБИЛЬНАЯ ВЕРСИЯ */
@media (max-width: 768px) {
	#force-maxim-design .mz-flex-container {
		flex-direction: column !important;
		/* В колонку на телефоне */
		text-align: center !important;
	}

	#force-maxim-design h2.mz-title,
	#force-maxim-design p.mz-text,
	#force-maxim-design .mz-footer-info {
		text-align: center !important;
	}

	#force-maxim-design .mz-actions-wrap {
		justify-content: center !important;
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	#force-maxim-design a.mz-main-btn {
		margin-right: 0 !important;
		width: 100%;
		/* Кнопка во всю ширину на телефоне (опционально) */
		max-width: 280px;
	}
}
}

/* review-link: subtle text link under casino CTA buttons */
.review-link {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 12px;
	color: rgba(180, 160, 210, 0.65);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(180, 160, 210, 0.3);
	letter-spacing: 0.04em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
	position: relative;
	z-index: 2;
}

.review-link:hover {
	color: rgba(220, 200, 255, 0.9);
	text-decoration-color: rgba(220, 200, 255, 0.5);
}

/* ===== CASINO SECTION BACKGROUND ===== */
.casino-section {
	background: #15002E;
	position: relative;
}

/* ===== CASINO CARD (new clean design) ===== */
.casino-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: linear-gradient(160deg, #1f0d35 0%, #0d1a30 100%);
	border: 1px solid rgba(180, 80, 255, 0.2);
	border-radius: 20px;
	padding: 28px 24px 22px;
	margin-bottom: 28px;
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
	position: relative;
	overflow: hidden;
}

.casino-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top center, rgba(180, 80, 255, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.casino-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 40px rgba(180, 80, 255, 0.25);
	border-color: rgba(220, 47, 235, 0.45);
}

.casino-card--top {
	border-color: rgba(220, 47, 235, 0.5);
	box-shadow: 0 0 30px rgba(220, 47, 235, 0.15);
}

.casino-card--top::before {
	background: radial-gradient(circle at top center, rgba(220, 47, 235, 0.12) 0%, transparent 70%);
}

.casino-card__badge {
	display: inline-block;
	background: linear-gradient(135deg, #DC2FEB, #C50C00);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.casino-card__logo {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.casino-card__logo img {
	max-width: 200px;
	max-height: 70px;
	object-fit: contain;
	filter: brightness(1.1);
}

.casino-card__bonus {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
	line-height: 1.3;
	text-shadow: 0 0 20px rgba(220, 47, 235, 0.4);
}

.casino-card__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin-bottom: 22px;
}

.casino-card__tags span {
	font-size: 12px;
	color: #d0b8f0;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: 4px 12px;
	white-space: nowrap;
}

.casino-card__cta {
    display: inline-block;
    background: url(../img/button-bg.png) no-repeat center center;
    background-size: 285px 63px;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    width: 285px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    text-decoration: none !important;
    transition: filter 0.2s, transform 0.2s;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.casino-card__cta:hover {
	filter: brightness(1.1);
	transform: scale(1.03);
	color: #fff !important;
}

.casino-card__review {
	display: block;
	font-size: 12px;
	color: rgba(185, 155, 230, 0.7);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(185, 155, 230, 0.3);
	letter-spacing: 0.04em;
	transition: color 0.2s, text-decoration-color 0.2s;
	position: relative;
	z-index: 1;
	margin-top: 4px;
}

.casino-card__review:hover {
	color: rgba(220, 200, 255, 0.95);
	text-decoration-color: rgba(220, 200, 255, 0.5);
}

/* ===== GLOBAL TEXT COLOR FIX FOR DARK SECTIONS ===== */
/* Ensure all p text in new sections is visible */
.zeitplan-area p,
.highlights-area p,
.stats-area p,
.community-area p,
.verantwortung-area p,
.features-area p {
	color: #e0d5f5;
}

/* Section subtitle paragraphs */
.section-title p,
.section-title-2 p,
.section-title-3 p {
	color: #d8ccee !important;
}


/* ===== BONUS PARAMS ROW ===== */
.bonus-params {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 10px 0 18px;
}

.bonus-params span {
	font-size: 11px;
	color: rgba(200, 180, 230, 0.75);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 3px 10px;
	white-space: nowrap;
}

/* ===== STREAM-ZEITPLAN ===== */
.zeitplan-area {
	position: relative;
	z-index: 1;
}

.zeitplan-table-wrap {
	overflow-x: auto;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 20px;
}

.zeitplan-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	color: #e0d5f0;
	background: rgba(255, 255, 255, 0.03);
}

.zeitplan-table thead {
	background: linear-gradient(90deg, rgba(220, 47, 235, 0.25), rgba(197, 12, 0, 0.15));
}

.zeitplan-table th {
	padding: 14px 20px;
	text-align: left;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zeitplan-table td {
	padding: 12px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.zeitplan-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.04);
}

.zeitplan-table tbody tr:last-child td {
	border-bottom: none;
}

.zeitplan-table td a {
	color: #b57bee;
}

.zeitplan-table td a:hover {
	color: #e0b0ff;
}

.zeitplan-note {
	text-align: center;
	font-size: 14px;
	color: rgba(200, 180, 230, 0.7);
	margin-top: 0;
}

.zeitplan-note a {
	color: #b57bee;
}

/* ===== VIDEO HIGHLIGHTS ===== */
.highlights-area {
	position: relative;
	z-index: 1;
}

.highlight-card {
	background: linear-gradient(145deg, #1a0a2e, #0d1a2e);
	border: 1px solid rgba(180, 120, 255, 0.15);
	border-radius: 18px;
	padding: 30px 25px;
	margin-bottom: 25px;
	transition: transform 0.25s, box-shadow 0.25s;
}

.highlight-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 35px rgba(180, 90, 255, 0.2);
}

.highlight-icon {
	font-size: 36px;
	margin-bottom: 14px;
}

.highlight-card h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
}

.highlight-card p {
	font-size: 14px;
	color: #c0a8e0;
	line-height: 1.65;
	margin-bottom: 16px;
}

.highlight-link {
	font-size: 13px;
	color: #b57bee;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s;
}

.highlight-link:hover {
	color: #e0b0ff;
}

/* ===== STATISTIKEN ===== */
.stats-area {
	position: relative;
	z-index: 1;
}

.stat-card {
	background: linear-gradient(145deg, rgba(220, 47, 235, 0.12), rgba(197, 12, 0, 0.08));
	border: 1px solid rgba(220, 47, 235, 0.2);
	border-radius: 16px;
	padding: 30px 15px;
	text-align: center;
	margin-bottom: 25px;
	transition: transform 0.25s, box-shadow 0.25s;
}

.stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(220, 47, 235, 0.2);
}

.stat-number {
	font-size: 34px;
	font-weight: 800;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0 0 20px rgba(220, 47, 235, 0.5);
	margin-bottom: 6px;
	line-height: 1;
}

.stat-label {
	font-size: 13px;
	color: rgba(200, 180, 230, 0.7);
	letter-spacing: 0.04em;
}

/* ===== COMMUNITY / SOCIAL CARDS ===== */
.community-area {
	position: relative;
	z-index: 1;
}

.mb-50 {
	margin-bottom: 50px;
}

.social-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 15px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	text-decoration: none;
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.2s;
	background: rgba(255, 255, 255, 0.04);
}

.social-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 255, 255, 0.25);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.social-card .social-icon {
	margin-bottom: 10px;
}

.social-card .social-name {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}

.social-card .social-desc {
	font-size: 12px;
	color: rgba(200, 180, 230, 0.65);
	text-align: center;
}

.social-card.twitch {
	border-color: rgba(145, 70, 255, 0.3);
	color: #9146ff;
}

.social-card.twitch:hover {
	box-shadow: 0 8px 30px rgba(145, 70, 255, 0.3);
}

.social-card.youtube {
	border-color: rgba(255, 0, 0, 0.25);
	color: #ff0000;
}

.social-card.youtube:hover {
	box-shadow: 0 8px 30px rgba(255, 0, 0, 0.25);
}

.social-card.kick {
	border-color: rgba(83, 252, 17, 0.25);
	color: #53fc11;
}

.social-card.kick:hover {
	box-shadow: 0 8px 30px rgba(83, 252, 17, 0.2);
}

.social-card.instagram {
	border-color: rgba(228, 64, 95, 0.25);
	color: #e4405f;
}

.social-card.instagram:hover {
	box-shadow: 0 8px 30px rgba(228, 64, 95, 0.25);
}

/* ===== NEWSLETTER ===== */
.newsletter-box {
	background: linear-gradient(145deg, #1a0a2e, #0d1a2e);
	border: 1px solid rgba(180, 120, 255, 0.2);
	border-radius: 20px;
	padding: 36px 32px;
	text-align: center;
}

.newsletter-box h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
	text-shadow: none;
}

.newsletter-box>p {
	font-size: 14px;
	color: rgba(200, 180, 230, 0.75);
	margin-bottom: 22px;
}

.newsletter-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.newsletter-input {
	flex: 1 1 200px;
	padding: 13px 18px;
	border-radius: 50px;
	border: 1px solid rgba(180, 120, 255, 0.35);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 14px;
	outline: none;
	transition: border-color 0.2s;
}

.newsletter-input::placeholder {
	color: rgba(200, 180, 230, 0.4);
}

.newsletter-input:focus {
	border-color: rgba(180, 120, 255, 0.7);
}

.newsletter-btn {
	padding: 13px 30px;
	border-radius: 50px;
	border: none;
	background: linear-gradient(90deg, #DC2FEB, #C50C00);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.2s;
	letter-spacing: 0.04em;
}

.newsletter-btn:hover {
	opacity: 0.88;
	transform: translateY(-2px);
}

.newsletter-note {
	font-size: 11px !important;
	color: rgba(200, 180, 230, 0.45) !important;
	margin-top: 12px !important;
	margin-bottom: 0 !important;
}

/* ===== VERANTWORTUNGSVOLLES SPIELEN ===== */
.verantwortung-area {
	position: relative;
	z-index: 1;
}

.verantwortung-box {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	padding: 28px 26px;
	margin-bottom: 25px;
}

.verantwortung-box h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
	text-shadow: none;
}

.verantwortung-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.verantwortung-list li {
	font-size: 14px;
	color: rgba(210, 195, 235, 0.85);
	line-height: 1.6;
	padding: 7px 0;
	padding-left: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	display: block;
}

.verantwortung-list li:last-child {
	border-bottom: none;
}

.verantwortung-list li::before {
	content: '›';
	position: absolute;
	left: 0;
	color: #DC2FEB;
	font-weight: 700;
}

.verantwortung-list li a {
	color: #b57bee;
}

.verantwortung-list li a:hover {
	color: #e0b0ff;
}

/* ===== EXTRAS / KOLLABORATIONEN ===== */
.extras-card {
	background: linear-gradient(145deg, #10082a, #0a1520);
	border: 1px solid rgba(180, 120, 255, 0.12);
	border-radius: 18px;
	padding: 30px 22px;
	text-align: center;
	margin-bottom: 25px;
	transition: transform 0.25s, box-shadow 0.25s;
}

.extras-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 35px rgba(130, 60, 220, 0.2);
}

.extras-icon {
	font-size: 36px;
	margin-bottom: 14px;
}

.extras-card h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
	text-shadow: none;
}

.extras-card p {
	font-size: 14px;
	color: rgba(200, 180, 230, 0.75);
	line-height: 1.6;
}

/* ===== RESPONSIVE ADDITIONS ===== */
@media (max-width: 768px) {

	.zeitplan-table th,
	.zeitplan-table td {
		padding: 10px 12px;
		font-size: 13px;
	}

	.stat-number {
		font-size: 26px;
	}

	.newsletter-form {
		flex-direction: column;
		align-items: stretch;
	}

	.newsletter-btn {
		width: 100%;
	}

	.bonus-params {
		gap: 4px;
	}
}