*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Archivo Black", sans-serif;
	scroll-behavior: smooth;
}
p{
	font-family: "Lexend", sans-serif;
}
body{
	background: #0a0a0a;
	flex-direction: column;
    display: flex;
	min-height: 100vh;
}
.page-content a{
	display: flex;
	justify-content: center;
}
button{
	padding: 10px 25px;
	cursor: pointer;
	border: 2px solid #4DBD33;
	color: #fff;
	background: transparent;
	position: absolute;
	transition: 0.1s;
}
button:hover{
	background: #4DBD33;
	transition: 0.1s;
	color: #0a0a0a;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.6s;
	padding: 5px 100px;
	z-index: 10000;
	margin: auto;
	background: #0a0a0a;
    box-shadow: 0px 5px 10px 0px #0a0a0a;
}
header.sticky{
	padding: 5px 100px;
	background: #0a0a0a;
	margin: auto;
}
header .logo{
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	text-transform: uppercase;
	transition: 0.6s;
	margin-left: 0px;
	letter-spacing: 1px;
}
header .logo-lower{
	font-size: 0.4em;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 5px;
}
header ul{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li{
	position: relative;
	list-style: none;
	padding: 8px;
	transition: 0.6s;
}
header.sticky ul li{
	padding: 0px;
	transition: 0.6s;
}
header ul li a{
	position: relative;
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 500px;
	transition: 0.6s;
}
header a:hover{
	color: #4DBD33;
	transition: 0.1s;
}
header .logo-img{
	left: 0;
    height: 100%;
    width: auto;
    position: absolute;
    display: flex;
}
.top-menu{
	display: none;
}
.ri-menu-line{
	display: none;
}
.banner-content{
	display: flex;
	position: absolute;
	width: 100%;
	z-index: 50;
	top: 50%;
}
.banner{
	background-image: url('Images/mainbanner.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.banner h1{
	font-size: 65px;
	overflow: hidden;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.banner-text{
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.banner-news{
	padding: 15px;
}
.banner-news h2{
	margin-bottom: 3vh;
}
.banner-news button{
	border: 3px solid black;
	background: #FFBF00;
	color: #0a0a0a;
	padding: 5px;
}
.banner-news button:hover{
	background: #0a0a0a;
	color: #FFBF00;
}
.about-fp{
	display: block;
}
.about-fp h2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px;
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.about-fp p{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 5vh;
}
.featured-game{
	margin-top: 80px;
	margin-bottom: 80px;
	display: block;
}
.featured-game h2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px;
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.featured-game .featured-product{
	position: relative;
	padding: 25px;
	display: grid;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 25px;
}
footer{
	background: #4DBD33;
	padding: 45px;
	display: flex;
	color: #0a0a0a;
	align-items: center;
	justify-content: space-around;
	margin-top: auto;
}
footer img{
	overflow: hidden;
	text-align: center;
	margin-left: 100px;
}
footer p{
	font-family: "Archivo Black";
}
footer .footer-info{
	display: block;
}
footer .footer-links a{
	color: #0a0a0a;
	text-decoration: none;
	display: block;
	transition: 0.1s;
}
footer .footer-links a:hover{
	color: #fff;
	transition: 0.1s;
}
#header-logo-small{
	display: none;
}
/* ABOUT PAGE */
.abouttext{
	margin-top: 10vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.textcontent{
	text-align: center;
	width: 50%;
}
.abouttext h1{
	color: #fff;
	padding: 30px;
}
.abouttext p{
	color: #fff;
	text-align: left;
}
/*////////////////////////////*/
.games-title{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10vh;
	padding: 30px;
}
.gamesdisplay{
	display: flex;
	justify-content: center;
	width: 100%;
}
.gamesdisplay button{
	display: flex;
    transform: none;
    position: relative;
    left: 0px;
    align-items: center;
}
.gamecontent{
	color: #fff;
	padding: 25px;
	margin-bottom: 150px;
	width: 33%;
}
.gamecontent p{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gamecontent a{
	color: #4DBD33;
	text-decoration: none;
	position: absolute;
}
.gamecontent img{
	width: 100%;
}
/* MOBILE */
@media (max-width: 1150px){
	.banner{
	height: 100vh;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	}
	.banner video{
		display: none;
	}
	.banner h1{
		font-size: 12vw;
		padding: 0;
	}
	.about-fp{
		display: block;
    	position: relative;
	}
	.about-fp p{
		padding: 25px;
	}
	.featured-product{
		overflow: hidden;
	}
	.featured-product h3{
		text-align: center;
	}
	.featured-product img{
		max-width: 100%;
	}
	header{
		padding: 5px;
	}
	header.sticky{
		padding: 5px;
		justify-content: space-between;
	}
	header ul li{
		display: none;
	}
	header ul i{
		text-decoration: none;
	}
	header .logo{
		margin-left: 85px;
	}
	.ri-menu-line{
		font-size: 36px;
		color: #fff;
		display: flex;
	}
	.top-menu.open{
		position: fixed;
    	display: flex;
    	background: #0a0a0a;
    	height: 75vh;
    	width: 100%;
    	z-index: 6969;
    	border-bottom: 5px solid #0a0a0a;
    	box-shadow: 0px 6px 20px 0px #000;
	}
	.mobile-menu{
		position: relative;
		z-index: 69;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
		padding-top: 5vh;
	}
	.mobile-menu li{
		list-style: none;
		padding: 5px;
	}
	.mobile-menu ul li a{
		color: #fff;
		font-size: 32px;
		text-decoration: none;
	}
	.productbanner{
		width: 100%;
	}
	.productbanner img{
		margin-top: 10%;
	}
	.productbanner a{
		display: block;
	}
	.abouttext{
		margin-top: 10vh;
		margin-bottom: 25px;
	}
	.abouttext p{
		padding: 25px;
	}
	.textcontent{
		width: 90%;
	}
	.gametext{
		margin-top: 25vh;
		overflow: hidden;
	}
	.gamesdisplay{
		display: grid;
		text-align: center;
		overflow: hidden;
	}
	.gamecontent {
		width: 90vw;
		padding: 0;
	}
	.gamecontent img{
		max-width: 100%;
	}
	.gamecontent a{
		display: inline-block;
		position: relative;
	}
	.product img{
		max-width: 100%;
	}
	footer{
		display: block;
		text-align: center;
	}
	footer p{
		text-align: center;
	}
	footer img{
		margin-left: 0;
		width: 100px;
		height: 100px;
	}
}