:root {
	--version: 'v1.2';
}

/* font ttf */
@font-face {
  font-family: 'Sinner';
  src: url('../fonts/sinner__.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'BM HANNA_TTF';
	src: url('../fonts/BM-HANNA.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-family: 'BM HANNA_TTF', sans-serif;
}

.top {
	height: 800px;
	background: linear-gradient(180deg, #5F92DE 3.89%, #DE55C5 33.33%, #DEB355 67.48%, #5FDE6B 95.85%);
	overflow: hidden;

	transition: all 0.1s ease-in-out;
}

h1.title {
	font-family: 'Sinner', sans-serif;
	margin: 0;
	color: #000;
	text-align: center;
	font-family: sinner;
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: 88%; /* 84.48px */
	text-transform: uppercase;

	width: 581px;
	height: 168px;
	top: 40px;

	filter: drop-shadow(-4px 3px 0px #FFF);

	transition: all 0.1s ease-in-out;
}
.subtitle {
	font-size: 1rem;
	color: #000;
	
	text-align: center;
	margin: 0;

	top: 220px;
	width: 100%;

	transition: all 0.1s ease-in-out;
}
.topImg {
	width: 425px;
	height: 585.796px;
	flex-shrink: 0;

	top: 245px;
	/* filter: drop-shadow(-7px 6px 0px #FFF); */

	transition: all 0.1s ease-in-out;
}

/* Download Buttons ________________________________________ */ 
.downloadBtn {
	display: inline-flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;

	color: #FFF;
	text-decoration: none;

	cursor: pointer;

	z-index: 100;

	position: relative;


	background: #62B251;
	box-shadow: -2px 2px 0px 0px #FFF;
	transition: all 0.1s ease-in-out;
}
.topDownloadBtn {
	width: 116px;
	height: 39px;
	top: 656px;



}
.downloadBtn p {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0;
}
.downloadBtn:hover {
	background: #6dd456;
	box-shadow: -4px 4px 0px 0px #FFF;
	transform: translate(5px, -5px);
}
.topDownloadBtn:hover {
	background: #6dd456;
	box-shadow: -4px 4px 0px 0px #FFF;
	transform: translate(calc(-50% + 5px), -5px);
}
.downloadBtn:active {
	background: #6dd456;
	box-shadow: -1px 1px 0px 0px #FFF;
	transform: translate(2px, 2px);
}
.topDownloadBtn:active {
	background: #6dd456;
	box-shadow: -1px 1px 0px 0px #FFF;
	transform: translate(calc(-50% + 2px), 2px);
}
.downloadBtn::after {
	content: var(--version);
	position: absolute;
	font-size: 0.9rem;
	opacity: 0.6;
	text-align: center;
	margin-top: 0.5rem;

	bottom: -20px;
	transition: all 0.1s ease-in-out;
}
.downloadBtn:hover::after {
	font-size: 0.95rem;
	bottom: -25px;
	opacity: 0.7;

}
.topTrans {
	width: 100%;
	height: 141px;
	flex-shrink: 0;
	top: 700px;

	object-fit: cover;
	overflow: visible;

	transition: all 0.1s ease-in-out;
}

.cent {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.text {
	font-size: 1.2rem;
	position: relative;
	z-index: 100;
	text-align: center;

	padding: 0 1rem;

	max-width: 600px;
}

/* Language selector _______________________ */
.lang {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: absolute;
	transform-origin: top right;
	right: 10px;
	top: 10px;
	padding: 1rem;
	z-index: 1000;
	background-color: #000;
	
	width: 20px;
	height: 1rem;
	
	overflow: hidden;

	transition: all 0.1s ease-out;
}
.lang a {
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
}
.lang a:not(.chosen) {
	display: none;
}
.lang:hover a {
	display: block;
}
.lang a:hover {
	scale: 1.1;
	opacity: 0.8;
}
.lang:hover {
	height: 4rem;
	width: 3rem;
}

/* Sections ______________________________ */
.sections {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;

	overflow: hidden;
}
.section {
	position: relative;
	width: 100%;
	padding: 0;

	margin-bottom: 1rem;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
/* slanted backgound */
.section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191919;
	z-index: -1;
	transform: rotate(2deg);
}
.section img {
	width: 197px;
	height: 204px;
	flex-shrink: 0;
}
.section .text {
	max-width: 296px;
	margin-bottom: 0;
	padding: 0;

	color: #FFF;

	text-align: justify;
	font-family: "BM HANNA_TTF";
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
}


/* footer ____________________________________________ */
.footer {
	color: #000;
	

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #5FDE6B 0%, #DEB355 64.43%, #DE55C5 100%);
}
.footer p {
	font-size: 1.1rem;
	text-align: center;
	margin: 0;
}
.footer p.license {
	font-size: 0.8rem;
	opacity: 0.6;
}
.footer a {
	color: #000;
}
.footer .trans {
	width: 100%;
	object-fit: cover;
	overflow: visible;
}
.footer .divider {
	position: relative;
	top: 0;
	right: 50%;
	width: 3px;
	height: 40px;
	background: #000;
}
.socialsCont {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
}
.socials {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0.5rem;
	width: 50%;

	padding: 0 1rem;
}
.socials img {
	height: 28px;
}
.socials a {
	transition: all 0.1s ease-in-out;
}
.socials a:hover {
	transform: scale(1.1);
}



/* if on mobile */
@media (max-width: 600px) {
	/* Top ___________________________________________ */
	.top {
		height: 660px;
	}
	.topImg {
		height: 500px;
		width: 350px;
		top: 180px;
	}
	.topTrans {
		top: 550px;
	}
	h1.title {
		width: 300px;
		font-size: 4rem;

	}
	.subtitle {
		top: 160px;
	}
	.topDownloadBtn {
		top: 540px;
	}

	/* Sections ___________________________________________ */
	.section {
		flex-direction: column;
		padding: 2rem 0;
	}
	body > div.sections > div:nth-child(6) > div > a {
		width: calc(100% - 2rem);
	}

	/* Footer _____________________________________________ */
	.footer .divider {
		display: none;
	}
	.socialsCont > div:nth-child(1) {
		display: none;
	}
	.socials {
		width: auto;
	}

	/* Language selector _______________________ */
	.lang {
		right: 6px;
		top: 6px;
		padding: 0.8rem;
	}
}

/* if on small mobile */
@media (max-width: 400px) {
	/* Language selector _______________________ */
	.lang {
		right: 5px;
		top: 5px;
		padding: 0.5rem;
	}
}