:root {
	--swiper-pagination-bottom: 56px;
	--swiper-pagination-bullet-size: 9px;
	--swiper-pagination-bullet-inactive-color: #ffbc00;
	--swiper-pagination-color: #ffbc00;
	--swiper-pagination-bullet-inactive-opacity: 0.5;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-navigation-size: 24px !important;
	--swiper-navigation-color: black;
	--swiper-navigation-sides-offset: 0px;
}

@font-face {
	font-family: 'Futura Md BT';
	src: url('./fonts/FuturaBT-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Nokora';
	src: url('./fonts/Nokora-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@keyframes blink {
	0%,
	100% {
		box-shadow: 0 8px 0 0 #f3f786;
	}

	50% {
		box-shadow: 0 8px 0 0 #d6b569,
			0px 0px 20px 0px rgba(255, 255, 255, 0.6) inset,
			-20px -20px 50px 0px rgba(211, 70, 155, 0.4),
			0px 20px 60px 0px rgba(232, 205, 110, 0.2),
			0px 10px 60px 0px rgba(174, 113, 41, 0.8);
	}
}

html {
	width: 100%;
	height: auto;
	font-size: 16px;
}

body {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	background-color: black;
	margin: 0 auto;
	font-family: 'Futura Md BT', sans-serif;
	font-weight: 700;
	position: relative;
	background-image: url(./images/background/desktop_page.png);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 1.5;
	color: white;
}

a {
	text-decoration: none;
	font-weight: 700;
}

img {
	object-fit: contain;
	user-select: none;
}

.nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 100;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.nav__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 21px 64px;
	column-gap: 20px;
	box-sizing: border-box;
}

.nav__link-list {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 64px;
}

.nav__link {
	color: white;
	transition-duration: 0.5s;
	font-family: 'Nokora', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav__link-item {
	display: flex;
	justify-content: center;
}

.header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	height: auto;
	max-height: 940px;
	aspect-ratio: 1440/940;
}

.swiper1 {
	width: 100%;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-height: 940px;
	position: absolute !important;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

.swiper-wrapper {
	height: 100%;
}

.slide-content {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	object-fit: contain;
}

.swiper-pagination {
	line-height: 1;
	height: 18px;
}

.swiper-pagination-bullet {
	transition: all 0.3s ease;
}

.pagination-1 .swiper-pagination-bullet:first-child {
	margin-left: 0px !important;
}

.pagination-1 .swiper-pagination-bullet:last-child {
	margin-right: 0px !important;
}

.swiper-pagination-bullet-active {
	border-radius: 10px !important;
	width: 24px !important;
}

.header__content {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
	flex-direction: column;
	row-gap: 64px;
	z-index: 2;
	min-width: min-content;
	max-width: 100%;
	margin-left: 9%;
}

.header__title {
	font-size: 64px;
}

.button {
	width: 100%;
	height: 100%;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	max-width: 455px;
	min-height: 126px;
	border-radius: 100px;
	background: radial-gradient(
			238.39% 44.19% at 96.59% 31.25%,
			rgba(255, 255, 255, 0.3) 0%,
			rgba(255, 255, 255, 0) 100%
		),
		radial-gradient(
			182.56% 55.34% at 5.68% 100%,
			#fbf8b4 0%,
			rgba(189, 143, 53, 0) 100%
		),
		radial-gradient(
			137.51% 118.3% at 32.95% 0%,
			#d7a645 21.25%,
			rgba(255, 223, 106, 0.57) 88.62%
		),
		radial-gradient(
			178.09% 220.16% at 94.89% -132.81%,
			#c29336 67.59%,
			rgba(255, 199, 0, 0.38) 100%
		),
		#f6d280;
	box-shadow: 0 8px 0 0 #f3f786;
	animation: blink 0.9s infinite;
}

.main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}

.advantages {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 940px;
	height: 100vh;
	width: 100%;
	padding-inline: 20px;
	overflow: hidden;
}

.swiper2 {
	max-height: 335px;
	height: 100%;
	width: 100%;
	max-width: 1096px;
	margin: 0 auto;
	box-sizing: border-box;
}

.swiper__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	row-gap: 16px;
}

.swiper2 img {
	object-fit: contain;
	width: auto;
	height: auto;
}

.swiper-wrapper2 {
	max-width: 100%;
}

.swiper-slide2 {
	padding-block: 24px;
	border-radius: 24px;
	background: linear-gradient(
		180deg,
		rgba(51, 51, 51, 0.6) 0%,
		rgba(78, 69, 10, 0.6) 100%
	);
	backdrop-filter: blur(5px);
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	row-gap: 16px;
	width: 256px !important;
	flex-shrink: 0;
	margin-right: 24px;
}

.swiper2 .swiper-wrapper {
	margin-right: -24px;
}

.advantages__title {
	max-width: 208px;
	text-align: center;
	line-height: 42px;
}

.advantages__title span {
	color: #ffbc00;
}

.guide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 41.5px;
	padding-inline: 10px;
	width: 100%;
}

.guide__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 64px;
}

.guide__title {
	font-size: 32px;
}

.swiper3 {
	max-width: 914px;
	width: 100%;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

.swiper-slide3 img {
	border-radius: 24px;
}
.swiper-button-next.desktop-nav,
.swiper-button-prev.desktop-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	background: radial-gradient(
			56.27% 117.62% at 37.5% 100%,
			rgba(255, 255, 255, 0.29) 0%,
			rgba(255, 255, 255, 0.05) 100%
		),
		radial-gradient(
			112.91% 147.56% at 43.75% -31.25%,
			rgba(255, 198, 137, 0.92) 21.25%,
			rgba(238, 255, 106, 0.57) 88.62%
		),
		radial-gradient(
			178.09% 220.16% at 94.89% -132.81%,
			#c39337 67.59%,
			rgba(219, 255, 0, 0.38) 100%
		),
		#f6d280;
	box-shadow: 0px 0px 4px 0px #fff inset;
	margin: 0;
}

.mobile-nav {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 48px;
	margin-top: 32px;
}

.mobile-nav .swiper-button-next,
.mobile-nav .swiper-button-prev {
	position: static;
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	background: radial-gradient(
			56.27% 117.62% at 37.5% 100%,
			rgba(255, 255, 255, 0.29) 0%,
			rgba(255, 255, 255, 0.05) 100%
		),
		radial-gradient(
			112.91% 147.56% at 43.75% -31.25%,
			rgba(255, 198, 137, 0.92) 21.25%,
			rgba(238, 255, 106, 0.57) 88.62%
		),
		radial-gradient(
			178.09% 220.16% at 94.89% -132.81%,
			#c39337 67.59%,
			rgba(219, 255, 0, 0.38) 100%
		),
		#f6d280;
	box-shadow: 0px 0px 4px 0px #fff inset;
	margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 24px;
}

.mobile-nav .swiper-button-next::after,
.mobile-nav .swiper-button-prev::after {
	font-size: 18px;
}

.swiper-image3 {
	max-width: 650px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	aspect-ratio: 650 / 491;
}

.swiper__subtitle {
	text-align: center;
	font-size: 20px;
	margin-top: 32px;
}

.swiper-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mobile-image {
	display: none;
}

@media (max-width: 1320px) {
	.header__title {
		font-size: 48px;
	}

	.nav__container {
		padding-block: 10px;
	}
}

@media (max-width: 1200px) {
	.header__title {
		font-size: 40px;
	}
}

@media (max-width: 1000px) {
	.header__title {
		font-size: 30px;
	}

	.header__link {
		font-size: 28px;
		min-height: 100px;
	}
}

@media (max-width: 800px) {
	.nav__link {
		font-size: 16px;
	}

	.nav__logo {
		max-height: 20px;
	}

	:root {
		--swiper-pagination-bullet-size: 7px;
	}

	.swiper-pagination-bullet-active {
		width: 14px !important;
	}

	.advantages {
		max-height: 568px;
	}
}

@media (max-width: 700px) {
	.header__title {
		font-size: 24px;
	}

	.header__link {
		min-height: 80px;
	}

	.nav__link {
		font-size: 13px;
	}

	.mobile-nav .swiper-button-next,
	.mobile-nav .swiper-button-prev {
		width: 50px !important;
		height: 50px !important;
	}
}

@media (max-width: 640px) {
	@keyframes blink {
		0%,
		100% {
			box-shadow: 0 4px 0 0 #f3f786;
		}

		50% {
			box-shadow: 0 4px 0 0 #d6b569,
				0px 0px 20px 0px rgba(255, 255, 255, 0.6) inset,
				-20px -20px 50px 0px rgba(211, 70, 155, 0.4),
				0px 20px 60px 0px rgba(232, 205, 110, 0.2),
				0px 10px 60px 0px rgba(174, 113, 41, 0.8);
		}
	}

	.header {
		margin-top: 85px;
		padding-bottom: 36px;
		max-height: 532px;
		height: auto;
	}

	.header__title {
		font-size: 20px;
	}

	.header__content {
		row-gap: 40px;
	}

	.header__link {
		min-height: 56px;
		font-size: 18px;
		max-width: 200px;
		width: 100%;
	}

	.nav__container {
		max-height: 85px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 16px 20px;
		row-gap: 16px;
	}

	.logo_wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav__logo {
		max-height: 16px;
	}

	.nav__link-list {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		column-gap: 16px;
		padding: 0;
		margin: 0;
	}

	.nav__link-item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 1;
	}

	.nav__link {
		font-size: 16px;
		white-space: nowrap;
		text-align: center;
	}

	.desktop-image {
		display: block;
		object-fit: contain;
	}

	.mobile-image {
		display: none;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 60px !important;
		height: 60px !important;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 18px;
	}

	.swiper3 {
		padding: 0;
	}

	.swiper__subtitle {
		font-size: 16px;
		margin-top: 24px;
	}

	.mobile-nav {
		margin-block: 24px;
	}

	.guide {
		padding-block: 32px;
	}

	.guide__container {
		row-gap: 0px;
	}

	.guide__title {
		font-size: 20px;
		margin-bottom: 48px;
	}

	.guide__button {
		max-height: 60px;
		font-size: 24px;
		min-height: 60px;
		margin-inline: 20px;
	}
}

@media (max-width: 480px) {
	.header__content {
		margin-left: 10px;
		margin-top: 50px;
		row-gap: 20px;
	}

	.header__link {
		max-width: 150px;
	}
}

@media (max-width: 320px) {
	body {
		background-image: none;
	}

	.main {
		background-image: url(./images/background/mobile_page.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.header {
		max-height: none;
		height: 385px;
		margin-top: 185px;
		justify-content: center;
		align-items: flex-end;
		padding-bottom: 0;
		aspect-ratio: auto;
	}

	.swiper1 {
		max-height: none;
		height: 385px;
	}

	.desktop-image {
		display: none;
	}

	.mobile-image {
		display: block;
		object-fit: contain;
		width: 100%;
		height: 100%;
	}

	.header__content {
		margin-left: 0;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.header__title {
		position: absolute;
		top: -92.5px;
		width: 100%;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1000;
		color: white;
		font-size: 24px;
	}

	.button {
		min-width: 280px;
		font-size: 24px;
	}

	.header__link {
		margin-bottom: 36px;
	}

	.guide__button {
		max-width: 280px;
	}

	.nav__link {
		font-size: 13px;
	}

	.advantages {
		padding-right: 0;
	}
}

@media (max-width: 960px) {
	.swiper-button-next.desktop-nav,
	.swiper-button-prev.desktop-nav {
		display: none !important;
	}

	.mobile-nav {
		display: flex;
	}

	.swiper3 {
		max-width: 100%;
	}

	.swiper-image3 {
		max-width: 100%;
	}
}

@media (min-width: 961px) {
	.mobile-nav {
		display: none !important;
	}
}

@media (hover: hover) {
	.swiper-slide2:hover .swiper-image {
		transform: translate(0, -8px);
	}

	.swiper-slide2:hover {
		transform: translate(350px, 0);
		background: linear-gradient(
				0deg,
				rgba(255, 255, 255, 0.2) 0%,
				rgba(255, 255, 255, 0.2) 100%
			),
			linear-gradient(
				180deg,
				rgba(51, 51, 51, 0.6) 0%,
				rgba(78, 69, 10, 0.6) 100%
			);
	}

	.nav__link:hover {
		color: #ffbc00;
	}
}
