@font-face {
	font-family: 'DINPro';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/DINPro.otf') format('opentype');
}

@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/cny2020/Gotham-Lighteot');
	src: url('../fonts/cny2020/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/cny2020/Gotham-Light.woff') format('woff'), url('../fonts/cny2020/Gotham-Light.ttf') format('truetype'), url('../fonts/cny2020/Gotham-Light.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century_Gothic';
	src: url('../fonts/cny2020/Century_Gothic.eot');
	src: url('../fonts/cny2020/Century_Gothic.eot?#iefix') format('embedded-opentype'), url('../fonts/cny2020/Century_Gothic.woff') format('woff'), url('../fonts/cny2020/Century_Gothic.ttf') format('truetype'), url('../fonts/cny2020/Century_Gothic.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #000000;
	margin: 0;
}

a {
	text-decoration: none;
}

.body-bg {
	background-image: url(../images/landing.mp4);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	margin: 0;
	font-family: monospace;
	position: relative;
	text-align: center;
}

.bg-char {
	/* background-image: url(../images/char.png); */
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.landing-content-wrap {
	width: 100%;

	/* padding-top: 700px; */
	position: relative;
}

.logo {
	position: absolute;
	left: 40px;
	top: 40px;
	max-width: 15%;
	min-width: 130px;
}

.country-select-wrap {
	max-width: 90%;
	margin: 0 auto;
}

.country-select-wrap .select-text .main-text {
	color: #0cf336;
	font-size: 30px;
	text-align: center;
	font-family: 'Gotham-Light';
	margin: 5px 0;
	text-shadow: 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}

.country-select-wrap .select-text .sub-text {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-family: 'Gotham-Light';
	margin: 5px 0;
	text-shadow: 0px 0px 6px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
}

.select-flag {
	margin: 15px auto 0;
	width: auto;
	text-align: center;
	padding-top: 660px;
}

.country-flag {
	display: inline-block;
	margin: 0 15px;
}

.country-img {
	max-width: 110px;
}

.country-name {
	font-family: 'DINPro';
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.copy-right-wrap {
	/* position: fixed; */
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 21px;
	font-family: sans-serif;
	color: #ffffff;
	max-width: 90%;
	text-align: center;
}

@media only screen and (max-width: 640px) {}

#mobile {
	display: none;
}

@media only screen and (max-width: 768px) {
	#mobile {
		display: block;
	}

	#desktop {
		display: none;
	}

	video {
		object-fit: fill;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.select-flag {
		margin: 126px auto 0;
		width: auto;
		text-align: center;
		padding-top: 10px;
	}

	.country-flag {
		display: inline-block;
		margin: 0 12px;
	}


	.body-bg {
		background-image: url(../images/landing-mobile.jpg);
	}

	/* .bg-char { background-image: url(../images/char-mobile.png); } */
	.logo {
		position: relative;
		max-width: 60%;
		top: 0;
		left: 0;
		margin-bottom: 20px;
		padding-top: 50px;
	}

	.body-bg {
		background-position: center center;
		background-size: cover;
	}

	.landing-content-wrap {
		padding-top: 0;
	}

	.country-select-wrap {
		margin: 20px auto;
	}

	.country-select-wrap .select-text .main-text {
		font-size: 20px;
	}

	.country-select-wrap .select-text .sub-text {
		font-size: 13px;
	}

	.country-img {
		max-width: 80px;
	}

	.country-name {
		font-size: 19px;
	}

	.copy-right-wrap {
		font-size: 15px;
		bottom: 10px;
		position: fixed;
	}
}

video {
	object-fit: fill;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}