@font-face{
	font-family: myFirstFont-Bold;
	src: url('../fonts/Barlow/Barlow-Bold.otf');
}

@font-face{
	font-family: myFirstFont2-Bold;
	src: url('../fonts/WD/wd_01.ttf');
}

/*-------------------------------------------------------------
# General
--------------------------------------------------------------*/
body{
	font-family: "Open Sans", sans-serif;
	color: #444444;
}

a{
	text-decoration: none;
	color: #67b0d1;
}

a:hover{
	color: #8ec4dd;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Raleway", sans-serif;
}

#main{
	margin-top: 90px;
}



/*-------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}	



/*-------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero{
	width: 100%;
	height: 100vh;
	background: url("./../img/download/background.png") top center;
	background-size: cover;
	position: relative;
	margin-bottom: -90px;
}

#hero::before{
	content: "";
	position: absolute;
	background: url('./../img/download/slogan-L.png');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 100%;
	max-width: 15px;
	max-height: 1030px;
	margin-left: 20px;
}

#hero::after{
	content: "";
	position: absolute;
	background: url('./../img/download/slogan-R.png');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 100%;
	max-width: 15px;
	max-height: 1030px;
	margin-right: 20px;
	right: 0;
}

#hero .hero-container{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px;
	margin-top: 250px;
}

.hero-container .title-container{
	margin-bottom: 10px;
}

.hero-container .title-container-en{
	margin-top: 0;
}

.hero-container .title-img-cn{
	max-width: 100%;
}

.hero-container .game-logo-container{
	position: relative;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.hero-container .slogan-container{
	margin-bottom: 150px;
}

.slogan-container .btn-download-img{
	max-width: 100%;
}

.slogan-container .btn-download-img:hover{
	scale: 0.9;
}

@media (min-width: 991px){
	.hero-container .game-logo-container{
		bottom: -98px
	}
	
	.slogan-container .btn-download-img{
		max-width: 600px;
	}
	
	.hero-container .title-container-en{
		margin-top: 100px;
	}
}

/*.hero-container .slogan-container{
	position: relative;
	width: 100%;
	height: 10%;
}

.slogan-container .slogan-bg{
	background: url('./../img/download/btn-download-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
    height: 100%;
    max-width: auto;
    max-height: auto;
	margin: 0 auto;
	position: relative
}

.slogan-container .slogan-text-container{
	position: absolute;
	color: #ffffff;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slogan-container .slogan-text-container a{
	text-decoration: none;
	color: #ffffff;
}

.slogan-container .text-d-en{
	font-family: myFirstFont-Bold;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.slogan-container .text-d-cn{
	font-family: myFirstFont2-Bold;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.slogan-container .text-download{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slogan-container .text-download:before{
	content: "";
	position: absolute;
	background: url('./../img/download/btn-download-icon-L.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 43px;
	max-height: 25px;
	left: 0;
	margin-left: -43px;
}

.slogan-container .text-download:after{
	content: "";
	position: absolute;
	background: url('./../img/download/btn-download-icon-R.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 43px;
	max-height: 25px;
	right: 0;
	margin-right: -55px;
	margin-top: -18px;
}

.slogan-container .text-download:before,
.slogan-container .text-download:after{
	display: none;
}

.slogan-text-container .text-download:hover{
	scale: .97;
}

@media (min-width: 991px){
	.slogan-container .slogan-bg{
		background-size: 100%;
		max-width: 600px;
		max-height: 93px;
	}
	
	.slogan-container .slogan-text-container{
		margin-top: 20px;
	}
	
	.slogan-container .text-download:before,
	.slogan-container .text-download:after{
		display: block;
	}
	
	.hero-container .title-img-cn{
		max-width: 800px;
	}
}



@media (max-width: 400px){	
	.slogan-container .slogan-text-container{
		font-size: 10px;
	}
}

@media (max-width: 350px){
	.slogan-container .slogan-text-container{
		padding: 15px;
	}
}*/