
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px; 
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	color: #24292e;
}
h1,h2,h3,h4,h5{
	font-family: 'Montserrat', sans-serif;
}
p{ 
	margin: 0;
	color: #98999e;
	line-height: 24px;
}
h2{
	font-size: 40px;
}
img{
	max-width: 100%;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,.btn:focus{
	background-color: #3c025c;
	color: #fff;
}


/* navber */
.header{
	margin: 0 0 30px 0;
}
.navbar-toggler-icon{
	color: #ca1632;
}
.navbar{
	width: 100%;
	min-height: 121px;
	background-color: #fff;
}
.navbar-expand-lg .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 0 31px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #24292e;
	font-size: 18px;
	text-transform: uppercase;
}

/* banner */
.banner-bg{
	width: 100%;
	min-height: 876px;
	background-color: #fff;
	background-image: url(../images/banner-img.png);
	background-size: cover;
}
.banner-text{
	margin: 50% 0 0 0;
}
.banner-text h1{
	font-size: 50px;
	color: #fff;
	line-height: 70px;
	margin: 0 0 16px 0;
}
.banner-text p{
	color: #fff;
	margin: 0 0 60px 0;
}
.comman-btn{
	width: 218px;
	height: 50px;
	background-color: #ca1632;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 39px;
	text-transform: uppercase;
}
.banner-text .comman-btn{
	background-color: #fff;
	color: #ca1632;
	display: inline-block;
	margin: 0 15px 20px 0;
}
.banner-image{
	display: flex;
	min-height: 876px;
}
.banner-image img{
	margin: 0 auto;
	display: table;
	margin-top: auto;
}


.our-games-bg{
	padding: 100px 0 50px 0;
}
.main-title{
	text-align: center;
	margin: 0 0 90px 0;
}
.main-title h2{
	font-size: 40px;
	color: #24292e;
	text-transform: uppercase;
	position: relative;
}

.main-title h2::before{
	content: "";
	width: 60px;
	height: 2px;
	background-color: #24292e;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.games-image{
	margin: 0 0 50px 0;
}
.games-image img{
	margin: 0 auto;
}

.game-text{
	margin: 80px 0 0 0;
}
.game-text h3{
	font-size: 28px;
	color: #24292e;
	margin: 0 0 20px 0;
	font-weight: 500;
	text-transform: uppercase;
}
.game-text p{
	color: #98999e;
	margin: 0 0 15px 0;
}
.game-text ul{
	margin: 0 0 20px 50px;
	list-style: none;
}
.game-text ul li{
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
}
.game-text ul li::before{
	content: "";
	width: 25px;
	height:  25px;
	background-image: url(../images/tick.png);
	background-size: cover;
	position: absolute;
	top: 12px;
	left: -45px;
}



.download-bg{
	width: 100%;
	min-height: 501px;
	background-image: url(../images/download-bg.png);
	background-size: cover;
	color: #fff;
	padding: 100px 0 ;
}
.download-bg h2{
	font-size: 30px;
	margin: 0 0 8px 0;
	color: #fff;
	text-align: center;
}
.download-bg p{
	color: #fff;
	text-align: center;
}
.download-text{
	margin: 55px 0 0 0;
	text-align: center;
}
.download-text img{
	margin: 0 auto;
}
.download-text h4{
	font-size: 20px;
	color: #fff;
	margin: 16px 0 12px 0;
}
.download-text h5{
	font-size: 20px;
	color: #fff;
}


.screenshots-bg{
	padding: 85px 0 120px 0;
}
.screenshots-bg .main-title h2{
	text-transform: capitalize;
	position: relative;
}
.main-title h5{
	font-size: 20px;
	color: #24292e;
	font-weight: 600;
	text-transform: uppercase;
}
.owl-dots{
	margin:  0 auto;
	margin-top: 45px;
	display: table;
}
.owl-carousel button.owl-dot{
	background-color: transparent;
	border: 1px solid #ca1632;
	width: 20px;
	height: 10px;
	border-radius: 5px;
	transition: all 0.5s ease;
	margin: 0 10px 0 0;
}
.owl-carousel button.active{
	background-color: #ca1632;
	width: 40px;
}




.footer-bg{
	width: 100%;
	min-height: 275px;
	background: rgb(233,26,41);
	background: -moz-linear-gradient(top,  rgba(233,26,41,1) 0%, rgba(47,0,96,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(233,26,41,1) 0%,rgba(47,0,96,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,26,41,1) 0%,rgba(47,0,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91a29', endColorstr='#2f0060',GradientType=0 );
	padding: 45px 0 0 0;
}
.foot-text ul{
	text-align: center;
}
.foot-text ul li{
	display: inline-block;
	margin: 0 31px 0 0;
}
.foot-text ul li:last-child{
	margin-right: 0;
}
.foot-text ul li a{
	padding: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.social-media ul{
	margin: 30px 0 0 0;
}
.social-media ul li{
	display: inline-block;
	margin: 0px 15px 0 0;
}

.copyright-bg{
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.7);
	padding: 15px 0;
	margin: 45px 0 0 0;
	text-align: center;
}
.copyright-bg p{
	color: #fff;
}
.copyright-bg p a{
	color: #fff;
}



 .about-bg{
	width: 100%;
	min-height: 150px;
	padding: 50px 0 0 0;
	color: #fff;
	background: rgb(233,26,41);
	background: -moz-linear-gradient(top,  rgba(233,26,41,1) 0%, rgba(47,0,96,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(233,26,41,1) 0%,rgba(47,0,96,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,26,41,1) 0%,rgba(47,0,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91a29', endColorstr='#2f0060',GradientType=0 );
}
.about-text{
	text-align: center;
}
.about-text h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.about-text p{
	color: #fff;
	text-align: center;
}

.about-main-section{
	padding: 70px 0;
}
.about-data{
	margin:  50px 0 0 0;
}
.about-data h2{
	margin-bottom: 20px;
}
.about-data p{
	margin-bottom: 25px;
}


.support-bg{
	padding: 50px 0 ;
}
.support-wrapper{
	width: 100%;
	max-width: 600px;
	padding: 30px;
	margin: 0 auto;
}
.support-wrapper .form-control{
	height: 50px;
	background-color: #f4f4f4;
}
.submit-btn{
	margin: 0 auto;
	display: table;
}