* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:active,
:focus {
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
aside,
footer,
header,
nav {
	display: block;
}
body,
html {
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	color: var(--white);
	font-family: var(--font-main);
}
button,
input,
textarea {
	font-family: var(--font-main);
}
input::-ms-clear {
	display: none;
}
input,
textarea {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
}
input::placeholder,
textarea::placeholder {
	color: inherit;
}
textarea {
	resize: none;
}
button {
	cursor: pointer;
	background-color: transparent;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a {
	display: inline-block;
	color: inherit;
	font-family: var(--font-main);
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}
svg {
	display: block;
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-title);
	font-size: inherit;
	font-weight: inherit;
}

p,
span {
	font-family: var(--font-main);
}

picture {
	display: block;
	width: 100%;
	height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}
@font-face {
	font-family: Cinzel;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/ibizawave-fonts/ibizawave-Cinzel-Bold.woff2) format('woff2');
}
@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/ibizawave-fonts/ibizawave-OpenSans-Bold.woff2) format('woff2');
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/ibizawave-fonts/ibizawave-OpenSans-Regular.woff2) format('woff2');
}

:root {
	--font-main: OpenSans, sans-serif;
	--font-title: Cinzel, sans-serif;
	--container-width: 1270px;
	--container-step: 20px;
	--container-step-tablet: 20px;
	--container-step-mobile: 16px;
	--container: calc(var(--container-width) + (var(--container-step) * 2));
	--black: #070707;
	--white: #ffffff;
	--brown: #5d4037;
}
.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--container-step);
}
@media (max-width: 991px) {
	.container {
		padding: 0 var(--container-step-tablet);
	}
}
@media (max-width: 600px) {
	.container {
		padding: 0 var(--container-step-mobile);
	}
}

.m0-auto {
	margin: 0 auto;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100%;
}

.d-flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.flex-row-col {
	flex-direction: row;
}

@media (max-width: 991px) {
	.flex-row-col {
		flex-direction: column;
	}
}

.text-uppercase {
	text-transform: uppercase;
}

.decoration-underline {
	text-decoration: underline;
}

.color-brown {
	color: var(--brown);
}

.text-center {
	text-align: center;
}

.font-title {
	font-family: var(--font-title);
}

.justify-between {
	justify-content: space-between;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.pad-t50 {
	padding-top: 50px;
}

.pad-b50 {
	padding-bottom: 50px;
}

.gap4 {
	gap: 4px;
}

.gap10 {
	gap: 10px;
}

.gap30 {
	gap: 30px;
}

.gap20 {
	gap: 20px;
}

.gap24 {
	gap: 24px;
}

.gap40 {
	gap: 40px;
}

.gap30-20 {
	gap: 30px;
}

.flex1 {
	flex: 1;
}

.fs14 {
	font-size: 14px;
	font-weight: 400;
}

.fs16 {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.64px;
}

.fs20 {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.8px;
}

.fs24 {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.96px;
}

.fs20-16 {
	font-size: 20px;
	font-weight: 400;
}

.fs48-24 {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.btn {
	font-family: var(--font-title);
	background: linear-gradient(180deg, #fbb420 0%, #ebe050 100%);
	padding: 13px 31px;
	color: var(--brown);
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	width: max-content;
}

.btn__glare {
	opacity: 0.8;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	background: #fff;
	width: 40px;
	height: 300px;
	transition: all 0.1s;
	transform: rotate(45deg);
	animation-delay: 0.05s;
	animation-timing-function: ease-in-out;
	animation-name: slide;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.btn-colorblack {
	color: var(--black);
	padding: 8px 16px;
}

@keyframes slide {
	0% {
		transform: translateX(0) rotate(45deg);
	}
	30%,
	100% {
		transform: translateX(350px) rotate(45deg);
	}
}

.burger {
	width: 22px;
	flex-direction: column;
	cursor: pointer;
	display: none;
	gap: 5px;
}

.burger span {
	display: block;
	height: 1.5px;
	background-color: var(--white);
	border-radius: 2px;
}

.terms {
	background-color: #5d4037;
	padding: 50px 0;
}

.terms__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.terms h1 {
	font-family: var(--font-title);
	font-size: 60px;
	font-weight: 800;
	padding-bottom: 10px;
}

.terms h2 {
	font-family: var(--font-title);
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}

.terms p,
li {
	font-family: var(--font-main);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 991px) {
	.gap30-20 {
		gap: 20px;
	}

	.fs48-24 {
		font-size: 24px;
		text-align: start;
	}

	.fs20-16 {
		font-size: 16px;
	}

	.terms {
		padding: 20px 0;
	}

	.terms__wrapper {
		gap: 10px;
	}

	.terms h1 {
		font-size: 30px;
	}

	.terms h2 {
		font-size: 14px;
	}

	.terms p,
	li {
		font-size: 14px;
	}
}

.header {
	background: #5d4037;
	padding: 10px 0;
}

.header__logotype img {
	max-height: 50px;
}

.header__lang {
	background-image: url('/ibizawave-imgs/ibizawave-lang-icon.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;

	span {
		display: block;
		border-radius: 100%;
		background-color: var(--white);
		color: var(--black);
		width: 17px;
		height: 17px;
		font-size: 8px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	&:hover {
		cursor: pointer;
	}
}

.header__lang-de {
	background-image: url('/ibizawave-imgs/ibizawave-lang-de-icon.webp');
}

.header__menu-mobile {
	flex: 0.9;
}
.header__nav-list {
	gap: 40px;
}

.header__nav-item {
	a {
		transition: 0.3s ease;
	}
	a:hover {
		color: #fbb420;
		transition: 0.3s ease;
	}
}

.btn-mob-de {
	display: none;
}

.header-de {
	.header__nav-list {
		gap: 30px;
	}

	.btn-mob-de {
		display: flex;
	}
}

@media (max-width: 1120px) {
	.header__nav-list {
		gap: 10px;
	}

	.header-de {
		.header__nav-list {
			gap: 10px;
		}
	}
}

@media (max-width: 991px) {
	.header {
		padding: 12px 0;
	}

	.burger {
		display: flex;
	}

	.header__menu-mobile {
		display: none;
		position: absolute;
		top: 48px;
		right: 0;
		background: #5d4037;
		z-index: 20000;
		width: 100%;
		gap: 20px;
		padding: 10px 0;
	}

	.header__menu-mobile.open {
		display: flex;
		max-width: 200px;
	}

	.header__nav-list {
		gap: 20px;
	}

	.header__logotype img {
		max-height: 30px;
	}
}

.main {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%),
		url('/ibizawave-imgs/ibizawave-background.webp') lightgray -837.799px -1499.4px / 158.18% 166.112% no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), url('/ibizawave-imgs/ibizawave-hero-back.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 80%;
	padding: 100px 0 380px 0;
	position: relative;

	> div {
		display: flex;
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	h1 {
		color: #2e7d32;
		font-size: 48px;
		font-weight: 700;
		text-transform: uppercase;
	}

	h2 {
		color: #5d4037;
		font-family: var(--font-main);
		font-size: 24px;
		font-weight: 400;
		text-transform: uppercase;
	}
}

.hero__text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(93, 64, 55, 0.56);
	padding: 4px 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

@media (max-width: 991px) {
	.hero {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), url('/ibizawave-imgs/ibizawave-hero-back.webp');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		padding: 50px 0 100px 0;

		> div {
			gap: 20px;
			align-items: flex-start;
		}

		h1 {
			font-size: 24px;
		}

		h2 {
			font-size: 20px;
		}
	}
}

.game__card {
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
		url('/ibizawave-imgs/ibizawave-game.webp') lightgray 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 24px;
}

@media (max-width: 991px) {
	.game__card {
		background-size: auto;
	}
}

.choose span {
	color: #5d4037;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.choose__card-list {
	gap: 32px;
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.choose__card-item {
	width: 100%;
	max-width: 402px;
	height: 400px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 40px 16px;
	border-radius: 20px;
	border: 1px solid #5d4037;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.66) 100%),
		url('/ibizawave-imgs/ibizawave-choose-card.webp') lightgray 50% / cover no-repeat;
}
.choose__card-img {
	border-radius: 100%;
	border: 1px solid var(--white);
	background: linear-gradient(90deg, #5d4037 0%, #85685f 100%);
	width: 80px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;

	> div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		aspect-ratio: 1/1;
	}
}

.rewiews__list {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rewiews__item {
	width: 100%;
	max-width: 402px;
	border-radius: 15px;
	border: 1px solid #5d4037;
	background: rgba(46, 125, 50, 0.79);
	padding: 20px;
	display: flex;
	gap: 20px;
}

.rewiews__person {
	width: 80px;
}
.rewiews__descr {
	p {
		color: #d2d2d2;
	}
}

.rewiews__item {
	.rewiews__avatar {
		width: 56px;
		aspect-ratio: 1/1;
		border-radius: 100%;
	}

	&:nth-child(1) {
		.rewiews__avatar {
			background: url('/ibizawave-imgs/ibizawave-rewiew1.webp');
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
	}

	&:nth-child(2) {
		.rewiews__avatar {
			background: url('/ibizawave-imgs/ibizawave-rewiew2.webp');
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
	}
	&:nth-child(3) {
		.rewiews__avatar {
			background: url('/ibizawave-imgs/ibizawave-rewiew3.webp');
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
	}
}

@media (max-width: 870px) {
	.choose__card-item,
	.rewiews__item {
		max-width: 100%;
	}
}

.footer {
	background: #5d4037;
}

.footer__partners-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.footer__partners-item {
	> div {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 60px;
		width: 85px;
	}

	img {
		height: 45px;
		width: auto;
	}
}

.footer__social {
	display: flex;
	gap: 34px;
	div {
		width: 36px;
		height: 36px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

.footer__descr {
	p {
		font-size: 16px;

		font-weight: 400;
	}
}

.footer__copyright {
	font-size: 14px;
	font-weight: 400;
}

.footer__nav-item {
	a {
		font-size: 18px;
		font-weight: 400;
	}
}

@media (max-width: 991px) {
	.footer__social {
		order: 1;
	}
	.footer__nav-list {
		align-items: flex-start;
	}

	.footer__partners-item {
		> div {
			height: 30px;
			width: 64px;
		}

		img {
			height: 30px;
		}
	}

	.footer__descr {
		p {
			font-size: 14px;
		}
	}
}

.games {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
		url('/ibizawave-imgs/ibizawave-hero-back.webp') lightgray -311.696px -921.776px / 143.937% 171.26% no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 30px;

	.btn {
		margin: 0 auto;
	}
}

.games__demo iframe {
	width: 100%;
	height: 600px;
	border-radius: 10px;
}

.page-back {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%),
		url('/ibizawave-imgs/ibizawave-pages-back.webp') lightgray 50% / cover no-repeat;
}

.about {
	padding: 40px 0 100px 0;

	p {
		font-size: 24px;
		font-weight: 400;
	}
}

.responsible {
	padding: 40px 0 60px 0;

	ul li {
		list-style-type: disc;
	}
}

.contact {
	padding: 120px 0 176px 0;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;

	input,
	textarea {
		color: var(--black);
		padding: 14px 16px;
		border-radius: 10px;
		border: 1px solid #e6e6e6;
		background: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 130%;
	}

	input::placeholder,
	textarea::placeholder {
		color: #999;
	}

	label {
		margin-bottom: 8px;
	}
}

.status {
	display: none;
}

.form.active .status {
	display: block;
}

.contact__map {
	iframe {
		width: 420px;
		height: 420px;
		border-radius: 20px;
	}
}

@media (max-width: 991px) {
	.games {
		padding: 10px 0;

		p {
			order: 1;
		}

		.btn {
			margin: 0;
		}
	}

	.about {
		padding: 30px 0;

		p {
			font-size: 16px;
			font-weight: 400;
		}
	}

	.responsible {
		padding: 30px 0 20px 0;

		ul li {
			list-style-type: none;
		}
	}

	.contact {
		padding: 30px 0 20px 0;
	}

	.contact__map {
		iframe {
			width: 100vw;
			height: 340px;
			border-radius: 0;
			margin-right: -20px;
			margin-left: -20px;
		}
	}
}

.header__social-item div {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 600px) {
	.games__demo iframe {
		height: 300px;
	}
}
