html{
	height: 100%;
}
*{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	scroll-behavior: smooth;
}
a{
	text-decoration: none;
}
header {
	background-color: #ffffff;
	padding: 10px 0;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 17px;
	line-height: 26px;
	color: #2A2A2A;
	font-weight: 500;
}
.nav-item {
	margin-right: 20px;
}
.navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.banner {
	background: url('../img/banner.png') no-repeat center;
}
.banner h1 {
	font-size: 60px;
	line-height: 90px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 50px 0;
	font-weight: bold;
	text-align: center;
}
.games-info {
	padding: 100px 0 70px 0;
	position: relative;
}
.games-info .game-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.game-box {
	box-shadow: 0 0 18px #0000001C;
	border-radius: 10px;
	margin-bottom: 30px;
}
.game-box a {
	text-decoration: none;
}
.game-logo {
    position: relative;
    text-align: center;
    transform: translateY(-50px);
    top: 0;
    margin-bottom: -30px;
}
.game-content {
	padding: 0 20px 40px 20px;
}
.game-content h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
	color: #2A2A2A;
	text-align: center;
	margin-bottom: 18px;
	min-height: 66px;
}
.game-content p{
	font-size: 16px;
	line-height: 25px;
	color: #535353;
	min-height: 100px;
	margin-bottom: 30px;
}
.appstore {
	margin-right: 10px;
}
.grow-shadow {
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	transition-property: box-shadow, transform;
	transition: all 0.5s;
}
.grow-shadow:hover, .grow-shadow:focus, .grow-shadow:active {
	transform: scale(1.05);
}
.game-box:hover {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.load-more {
	display: none;
}
#load:focus,
#load:visited,
#load:active{
	outline: none;
}
#load {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #1eb3c2;
    border: 1px solid #1eb3c2;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    box-shadow: 3px 2px 3px #00000036;
    margin-top: 20px;
	cursor: pointer;
}
#load:hover {
	color: #1eb3c2;
	background-color:transparent;
}
#contact {
	padding: 50px 0;
}
.section-head {
	font-size: 50px;
	line-height: 90px;
	color: #2A2A2A;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#contact form {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group input:active,
.form-group textarea:active{
	border: none;
	outline: none;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
select#reqtype::-moz-placeholder{
	opacity: 1!important;
	color: #a9a9a9!important;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
select#reqtype:-ms-input-placeholder{
	opacity: 1!important;
	color: #a9a9a9!important;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
select#reqtype::placeholder{
	opacity: 1!important;
	color: #a9a9a9!important;
}  
.form-group input, .form-group textarea, #reqtype  {
    width: 100%;
    background-color: #f2f2f2;
    border: none;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
}
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover, 
.form-group input:-webkit-autofill:focus,
.form-group textarea:-webkit-autofill,
.form-group textarea:-webkit-autofill:hover,
.form-group textarea:-webkit-autofill:focus,
select#reqtype:-webkit-autofill,
select#reqtype:-webkit-autofill:hover,
select#reqtype:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
#reqtype option, #reqtype:selected { 
	color: #a9a9a9; 
}
select#reqtype {
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	position: relative;
	color: #a9a9a9;
}
.noContent{
	display: none;
}
#reqtype {
    content: '';
    background-image: url(../img/arrow.png);
    background-size: 20px 20px;    
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px auto;
    padding-right: 30px;
}
#reqtype:active,
#reqtype:focus{
	outline: none;
}
#reqtype option:first-child{
  color: #a9a9a9!important;
  opacity: 1!important;
}
.error {
    color: red;
    display: block;
    text-align: left;
    margin-top: 5px;
}
.form-group input[type="submit"] {
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    background-color: #1eb3c2;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 5px;
    box-shadow: 3px 2px 3px #00000036;
    border: 1px solid #1eb3c2;
}
.g-recaptcha > div {
	margin: 0 auto;
}
.form-group input[type="submit"]:hover {
	color: #1eb3c2;
	background-color:transparent;
}
footer {
    padding: 16px 0;
    /*background: #f1f1f1;*/
    text-align: center;
    border-top: 1px solid #f1f1f1;
}
footer p {
	color: #333333;
	font-size: 16px;
	margin-bottom: 0;
}

/*Responsive*/
@media (max-width: 1200px){
	body {
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}
	main{
		flex: 1;
	}
	.appstore img,
	.playstore img{
		width: 100px;
	}
	.game-content h4 {
		font-size: 18px;
	}
	.game-content p {
		font-size: 15px;
	}
	#contact {
		padding: 0 0 50px 0;
	}
}

@media (max-width: 992px){
	.nav-item {
		margin-right: 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-nav {
		margin-left: auto !important;
		background: azure;
		text-align: center;
		margin-top: 20px;
	}
	.game-btn {
		text-align: center;
	}
	.games-info {
		padding: 70px 0;
		position: relative;
	}
	.banner h1,.section-head {
		font-size: 45px;
	}
}
@media (max-width: 767px){
	.game-img img {
		width: 100%;
	}
	.navbar-brand img {
		width: 120px;
	}
	#load {
		margin-top: 0px;
	}
	.games-info {
		padding: 40px 0 40px 0;
	}
	.section-head {
		font-size: 28px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.banner h1 {
		font-size: 40px;
		line-height: 90px;
		padding: 0px 0;
	}
	.game-content p {
		min-height: auto;
	}
	#contact {
		padding: 0 0 30px 0px;
	}
}