@font-face {
	src: url("../mystikiellada-fonts/mystikiellada-poppins-bold.woff2")
		format("truetype");
	font-family: "poppins-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("../mystikiellada-fonts/mystikiellada-poppins-regular.woff2")
		format("truetype");
	font-family: "poppins-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "poppins-bold", sans-serif;
	--font-text: "poppins-regular", sans-serif;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

html {
	scroll-behavior: smooth;
}

body {
	background-image: url("../mystikiellada-image/mystikiellada-page/mystikiellada-page-bg-crystall.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.mystikiellada--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.mystikiellada__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.mystikiellada--header {
	width: 100%;
	background: #170023cc;
	backdrop-filter: blur(30px);
}

.mystikiellada--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	padding: 1.5rem 0;
}

.mystikiellada--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mystikiellada--menu_logo {
	max-width: 210px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.675rem;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	color: #47eaff;
	text-transform: uppercase;
}

.mystikiellada--menu_logo img {
	max-width: 40px;
	width: 100%;
	height: 30px;
}

.mystikiellada--header-textbox {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	width: 100%;
	justify-content: center;
}

.mystikiellada--header--main_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #47eaff;
}

.mystikiellada--header-age {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

/* Welcome */
.mystikiellada--welcome-box {
	padding: 10rem 0;
	background-image: url("../mystikiellada-image/mystikiellada-welcome/mystikiellada-mountain-snow.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mystikiellada--welcome--container {
	background: #03003380;
	width: 100%;
	margin-inline: auto;
	padding: 2.5rem 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mystikiellada--welcome---info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.675rem;
	width: 100%;
}

.mystikiellada--welcome----domain {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 4rem;
	line-height: 100%;
	color: #47eaff;
	text-transform: uppercase;
}

.mystikiellada--welcome---titlebox {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--welcome----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 3rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.mystikiellada--welcome----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
	text-align: center;
	color: #fff;
}

.mystikiellada--welcome----btn {
	max-width: 246px;
	width: 100%;
	height: 52px;
	margin-inline: auto;
	background: linear-gradient(90deg, #ff47d7 0%, #bf47f3 100%);
	padding: 0.75rem;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
	color: #030033;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.mystikiellada--welcome----btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* About */
.mystikiellada--about-box {
	padding: 5rem 0;
	background-color: #030033;
}

.mystikiellada--about--container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mystikiellada--about---infobox {
	display: flex;
	gap: 3.125rem;
	align-items: center;
}

.mystikiellada--about----image {
	background-image: url("../mystikiellada-image/mystikiellada-about/mystikiellada-gamepad.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 600px;
	width: 100%;
	height: 400px;
	border: none;
	position: relative;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
}

.mystikiellada--about----description {
	max-width: 589px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--about---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	color: #fff;
}

.mystikiellada--about----description_lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--about----description__items {
	font-family: var(--font-text);
	font-weight: 500;
	font-size: 1rem;
	line-height: 22px;
	color: #fff;
}

/* Games */
.mystikiellada--games-box {
	padding: 5rem 0;
}

.mystikiellada--games--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.mystikiellada--games---top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--games---cards {
	display: flex;
	gap: 2.2rem;
}

.mystikiellada--games---card {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 220px;
	height: 250px;
	border-radius: 24px;
	background: #020023;
}

.mystikiellada--games---card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 40.23%,
		#020023 83.66%
	);

	z-index: 1;
	border-radius: 24px;
}

.mystikiellada--games----image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	position: relative;
	z-index: 0;
}

.mystikiellada--games----info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.675rem 1rem;
	z-index: 2;
}

.mystikiellada--games----info_btn {
	max-width: 188px;
	width: 100%;
	height: 52px;
	margin: 0 auto;
	background: linear-gradient(90deg, #ff47d7 0%, #bf47f3 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #030033;
	text-transform: uppercase;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.mystikiellada--games----info_btn:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgba(191, 71, 243, 0.4);
}

/* Faq */
.mystikiellada--faq--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.mystikiellada--faq--accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mystikiellada--faq---items {
	cursor: pointer;
	padding: 1.5rem;
	border-radius: 30px;
	background: linear-gradient(
		90deg,
		rgba(71, 234, 255, 0.3) 0%,
		rgba(71, 111, 243, 0.3) 100%
	);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
	border: none;
	transition: all 0.5s ease-in;
}

.mystikiellada--faq---items:hover {
	background: linear-gradient(90deg, #47eaff 0%, #476ff3 100%);
	box-shadow: 0 4px 15px rgba(71, 234, 255, 0.4);
	transform: translateY(-2px);
}

.mystikiellada--faq---items:hover .mystikiellada--faq----top_title {
	color: #030033;
}
.mystikiellada--faq---items:hover .mystikiellada--faq----text {
	color: #030033;
}

.mystikiellada--faq----top {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	justify-content: space-between;
}

.mystikiellada--faq----top_title {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
}

.mystikiellada--faq----top_icon {
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.mystikiellada--faq----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

.mystikiellada--faq--btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

/* Кастомные SVG иконки */
.accordion-icon {
	cursor: pointer;
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
	display: inline-block;
}
.accordion-icon.plus {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M19 11h-6V5c0-.6-.4-1-1-1s-1 .4-1 1v6H5c-.6 0-1 .4-1 1s.4 1 1 1h6v6c0 .6.4 1 1 1s1-.4 1-1v-6h6c.6 0 1-.4 1-1s-.4-1-1-1z'/%3E%3C/svg%3E")
		no-repeat center;
	transition: all 0.3s ease;
}

.accordion-icon.minus {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='2' d='M19 11H5c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z'/%3E%3C/svg%3E")
		no-repeat center;
	transform: rotate(0deg);
	transition: all 0.3s ease;
}

/* Изменение цвета иконок при наведении на элемент */
.mystikiellada--faq---items:hover .accordion-icon.plus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23030033' stroke='%23030033' stroke-width='2' d='M19 11h-6V5c0-.6-.4-1-1-1s-1 .4-1 1v6H5c-.6 0-1 .4-1 1s.4 1 1 1h6v6c0 .6.4 1 1 1s1-.4 1-1v-6h6c.6 0 1-.4 1-1s-.4-1-1-1z'/%3E%3C/svg%3E");
}

.mystikiellada--faq---items:hover .accordion-icon.minus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23030033' stroke='%23030033' stroke-width='2' d='M19 11H5c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z'/%3E%3C/svg%3E");
}

/* Disclaimer */
.mystikiellada--disclaimer-box {
	padding: 5rem 0;
	background: #0000004d;
}

.mystikiellada--disclaimer--container {
	width: 100%;

	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--disclaimer---title {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: #fff;
}

.mystikiellada--disclaimer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
	text-transform: uppercase;
}

/* Footer */
.mystikiellada--footer {
	width: 100%;
	padding: 2.5rem 0;
	background: #030033;
}

.mystikiellada--footer-box {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.mystikiellada--footer--info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.mystikiellada--footer---nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.mystikiellada--footer----link a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

.mystikiellada--footer---text,
.mystikiellada--footer---copyright {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

.mystikiellada--bold {
	font-weight: 700;
	font-family: var(--font-title);
}

.mystikiellada--footer--icon_age {
	background-image: url("../mystikiellada-image/mystikiellada-footer/mystikiellada-icon-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

/* Others Styles */

.mystikiellada--cookie--info {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mystikiellada--cookie---elem {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mystikiellada--cookie----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 120%;
	color: #fff;
}

.mystikiellada--cookie----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

.mystikiellada--cookie----sublist {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mystikiellada--cookie----sublist li {
	list-style-type: disc;
	margin-left: 2rem;
}

.mystikiellada--coolie-box {
	background-color: #03003380;
	padding: 4rem 0;
}

.mystikiellada--cookie--container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mystikiellada--cookie---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 3rem;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
}

.mystikiellada--name-box {
	padding: 1.5rem 0;
}

.mystikiellada--name--title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 40px #010013;
}

.mystikiellada--iframe--container {
	max-width: 900px;
	width: 100%;
	height: 640px;
	border: none;
	margin-inline: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

/* Mobile */
@media screen and (max-width: 1260px) {
	.mystikiellada--container__main {
		padding: 0 1rem;
	}

	.mystikiellada--games---cards,
	.mystikiellada--about---infobox {
		flex-wrap: wrap;
		justify-content: center;
	}

	.mystikiellada--about----description {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.mystikiellada--menu {
		flex-direction: column;
		gap: 0.675rem;
	}
}

@media screen and (max-width: 625px) {
	.mystikiellada--header__container {
		padding: 0.675rem 0;
	}

	.mystikiellada--header--main_text,
	.mystikiellada--welcome----btn {
		font-size: 0.75rem;
	}

	.mystikiellada--welcome-box {
		padding: 0;
	}

	.mystikiellada--welcome---info {
		gap: 0.5rem;
	}

	.mystikiellada--welcome--container,
	.mystikiellada--name-box {
		padding: 1rem 0;
	}

	.mystikiellada--welcome----domain,
	.mystikiellada--name--title {
		font-size: 2rem;
	}

	.mystikiellada--welcome----title,
	.mystikiellada--welcome----text {
		font-size: 1rem;
	}

	.mystikiellada--welcome---titlebox,
	.mystikiellada--about----description,
	.mystikiellada--about----description_lists {
		gap: 1rem;
	}

	.mystikiellada--welcome----btn {
		max-width: 328px;
		width: 100%;
		height: 38px;
		line-height: 100%;
		align-items: center;
	}

	.mystikiellada--about-box,
	.mystikiellada--disclaimer-box {
		padding: 2.5rem 0;
	}

	.mystikiellada--about---title {
		font-size: 1.5rem;
	}
	.mystikiellada--about----image {
		height: 200px;
		background-size: contain;
	}

	.mystikiellada--footer-box {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
	}

	.mystikiellada--header--main_text {
		text-align: center;
	}

	.mystikiellada--iframe--container {
		height: 350px;
	}
}
