body {
	font-family: 'Geom';
}

h2 {
	font-size: 46px;
}

/*--------------------header--------------------*/
.fixed-top {
	height: 118px;
}
.bg-dark {
	background-color: rgba(0, 0,0,0.4) !important;
}
.navbar-brand {
	position: absolute;
	top: 0;
}
.logo img {
	width: 250px;
	height: 151px;
}
.hero-header {
	background-image: url(/assets/header-bg.svg);
	background-size: cover;
	height: 400px;
	overflow: hidden;
	margin: 0;
}
.frik {
	transform: translateZ(0);
	will-change: transform;
	width: 140%;
	position: absolute;
	height: 740px;
	background-image: url(/assets/shine.svg);
	background-size: 100% 150%;
	/* animation: spin 5s linear infinite; */
	left: -20%;
}
/*@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}*/
.characters {
	height: 100%;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: center;
}
.characters img {
	width: auto;
	height: 70%;
}














section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.grid {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 2%;
}

.vert-flex {
	display: flex;
	flex-direction: column;
	gap: 8%;
	justify-content: space-between;
	width: 60%;
}

.img {
	width: 40%;
	/*padding: 0 20px;*/
}

	.img img {
		max-width: 100%;
		height: auto;
	}

.action {
	display: flex;
	/*justify-content: center;*/
	gap: 2%;
}

.button img {
	width: 221px;
	height: auto;
	max-width: 100%;
}

.text {
	color: #444;
}


/*--------------------Zuyg section--------------------*/
section:nth-child(2n) .vert-flex {
	text-align: right;
}

section:nth-child(2n) .grid {
	flex-direction: row-reverse;
}

section:nth-child(2n) .vert-flex {
	text-align: right;
}

section:nth-child(2n) .action {
	justify-content: end;
}

@media only screen and (max-width: 767px) {
	header::after {
		content: "mer";
		color: #000;
		display: block;
		height: 17px;
	}

	.img {
		width: 100%;
		height: auto;
	}

	h2 {
		font-size: 32px;
	}

	.grid {
		flex-direction: column !important;
		justify-content: center;
	}

	.vert-flex {
		text-align: center;
	}

	.vert-flex {
		width: 100%;
	}

	.action {
		justify-content: center;
	}

	section:nth-child(2n) .vert-flex {
		text-align: center;
	}

	.text {
		padding: 30px 0;
	}

	.img img {
		max-width: 86%;
	}

	.img {
		text-align: center;
	}

	section:nth-child(2n) .action {
		justify-content: center;
	}

	.container {
		min-width: 320px;
	}
}
/*--------------------layour override--------------------*/
@media (min-width: 576px) {
	header::after {
		content: "576px";
		color: #000;
		display: block;
		height: 17px;
	}
	.hero-header {
		height: 300px;
	}

	.vert-flex {
		width: 100%;
	}

	.action {
		justify-content: center;
	}

	.vert-flex {
		text-align: center;
	}

	.text {
		padding: 30px 0;
	}
}

@media (min-width: 768px) {
	header::after {
		content: "768px";
		color: #000;
		display: block;
		height: 17px;
	}

	.frik {
		width: 140%;
		position: absolute;
		height: 740px;
		background-image: url(/assets/shine.svg);
		background-size: 100% 150%;
		/* animation: spin 5s linear infinite; */
		left: -20%;
	}
	.hero-header {
		height: 350px;
	}

	.action img {
		width: 84%;
		height: auto;
	}

	.vert-flex {
		width: 50%;
	}

	.img {
		width: 40%;
	}

	h2 {
		font-size: 36px;
	}

	section:nth-child(2n) .vert-flex {
		text-align: end;
	}
	section:nth-child(2n+1) .vert-flex {
		text-align: start;
	}
}

@media (min-width: 992px) {
	header::after {
		content: "992px";
		color: #000;
		display: block;
		height: 17px;
	}
	.hero-header {
		height: 400px;
	}

	.img {
		width: 35%;
	}
}


@media (min-width: 1200px) {
	header::after {
		content: "1200px";
		color: #000;
		display: block;
		height: 17px;
	}

	.hero-header {
		height: 400px;
	}
}

header::after {
	content: "";
}

