/* Start - Responsive Styles */
@media (max-width: 1199px) {
	header .navbar-nav .nav-link{
		margin: 0 15px;
	}
	.featured-tabs .nav-link{
		padding: 15px 30px;
		width: auto;
		font-size: 17px;
	}
	.featured-bg{
		height: 318px;
	}
	.constantly-card{
		width: 210px;
		height: 210px;
	}
	.constantly-card h3{
		font-size: 36px;
		margin-bottom: 10px;
	}
	.single-blog {
	    margin-top: -170px;
	}
	.single-blog-title h3{
		font-size: 29px;
		line-height: 31px;
	}
}

@media (max-width: 1024px) {
	.cont-banner{
		bottom: 40px;
	}
	.cont-banner h1{
		font-size: 60px;
		margin-bottom: 10px;
	}
	.cont-banner h5{
		font-size: 33px;
	}
	.download-btn{
		margin-top: 40px;
	}
	.video-text {
	    padding-right: 0;
	}
	.single-blog {
	    margin-top: -140px;
	}
}

@media(max-width: 991px) {
	.main-banner img {
	    height: 370px;
	    object-fit: cover;
	}
	.cont-banner h1 {
	    font-size: 50px;
	}
	.cont-banner h5 {
	    font-size: 28px;
	}
	.download-btn {
	    margin-top: 30px;
	}
	.download-btn a h6 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.download-btn a h6 span{
		font-size: 20px;
	}
	.download-btn a i {
	    font-size: 35px;
	    margin-right: 10px;
	    line-height: 42px;
	}
	.download-btn a{
		width: 190px;
	}
	.app-store {
	    padding: 6px 20px;
	}
	.android-app{
		padding: 6px 15px;
	}
	.navbar-brand img {
	    width: 100px;
	}
	.navbar-brand{
		margin: 10px 0 -40px 0;
	}
	.login-signup{
		margin-top: -18px;
	}
	.login-signup a{
		padding: 0px 15px;
		margin: 10px 0;
		font-size: 14px;
	}
	.navbar-toggler {
	    padding: 0px;
	    border-radius: 0;
	    position: absolute;
	    top: 0px;
	    right: 25%;
	    background-color: #ebb70a;
	    border-radius: 0 0 10px 10px;
	    padding: 8px;
	}
	.navbar-toggler-icon {
	    background: url(../img/menu-button.png);
	    background-size: 100%;
	    background-repeat: no-repeat;
	    width: 25px;
	    height: 25px;
	}
	.navbar-toggler:after {
	    width: 100%;
	    position: absolute;
	    bottom: -6px;
	    left: 0px;
	    content: "";
	    border-radius: 0 0 10px 10px;
	    background-color: rgba(255, 198, 9, 0.2);
	    height: 30px;
	}
	header .navbar-collapse {
	    flex-grow: initial;
	    position: absolute;
	    top: 58px;
	    left: 0;
	    width: 100%;
	    z-index: 9;
	    background: #fff;
	    border-radius: 5px;
	    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	    padding: 10px 20px;
	    border-bottom: 4px solid #f92c2c;
	}
	header .navbar-nav .nav-link {
	    margin: 0;
		font-size: 14px;
		line-height: 30px;
		color: #070b28;
	}
	header .navbar-nav .nav-item.active .nav-link, header .navbar-nav .nav-link:hover {
	    color: #f92c2c;
	}
	.title-card h3{
		font-size: 40px;
	}
	.title-card p {
	    font-size: 15px;
	}
	.play-game-card{
		min-height: 420px;
	}
	.title-card{
		margin-bottom: 30px;
	}
	.featured-tabs .nav-link {
	    padding: 12px 18px;
	    width: auto;
	    font-size: 15px;
	}
	.featured-bg {
	    height: 270px;
	}
	.featured-tabs .tab-content {
	    margin-top: 40px;
	}
	.discover-card {
	    padding-right: 0;
	    margin-top: 60px;
	}
	.discover-card h4{
		font-size: 40px;
		margin-bottom: 12px;
	}
	.discover-card p {
	    font-size: 17px;
	    line-height: 26px;
	}
	.discover-btn .btn{
		font-size: 15px;
		padding: 9px 24px;
	}
	.discover-img{
		height: 295px;
	}
	.discover-img:before{
		bottom: -20px;
		left: -20px;
	}
	.gaming-stats{
		padding-bottom: 70px;
	}
	.video-text{	
    	margin-bottom: 40px;
	}
	.watch-videos .title-card {
	    margin-bottom: 40px;
	}
	.video-text h4{
		font-size: 37px;
		margin-bottom: 25px;
	}
	.video-text h5{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 5px;
	}
	.video-card{
		height: auto;
	}
	.constantly-card{
		margin-bottom: 50px;
	}
	.download-app {
	    padding: 100px 0 50px 0;
	}
	.download-app-btn a{
		padding: 7px 9px;
	}
	.blog-card{
		margin-bottom: 30px;
	}
	.single-blog {
	    margin-top: 0;
	}
	.breadcrumb-banner{
		top: 80px;
	}
	.single-blog-card{
		margin-bottom: 30px;
	}
	.blog-filter {
	    margin-top: 40px;
	}
}

@media(max-width: 767px) {
	.container {
	    max-width: 100%;
	}
	.discover-card{
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
	}
	.discover-img:before{
		display: none;
	}
	.discover-img {
	    height: auto;
		border-radius: 20px;
	}
	.discover-img img{
		border-radius: 20px;
	}
	.refer-left {
	    text-align: center;
	    margin: 20px 0 30px 0;
	}
	.refer-text {
	    width: 100%;
	    text-align: center;
	}
	.video-text{
		text-align: center;
	}
	.video-download-btn, .download-app-btn {
	    display: flex;
	    -webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	.download-app-text {
	    padding-top: 10px;
		margin-bottom: 30px;
	    text-align: center;
	}
	.download-app-text li{
		padding: 0;
	}
	.download-app-text li:after{
		display: none;
	}
	.download-app-img {
	    margin-bottom: -110px;
	    text-align: center;
	}
	.blog-img{
		height: auto;
	}
	.single-blog-card{
		height: auto;
	}
	.blog-main {
	    padding-top: 0;
	}
	.blog-detail-img{
		height: auto;
	}
}

@media(max-width: 575px) {
	.foot-menu{
		display: inline-block !important;
		width: 100%;
	}
	.cont-banner h1 {
	    font-size: 35px;
	}
	.cont-banner h5 {
	    font-size: 22px;
	}
	.download-btn {
	    margin-top: 25px;
	    display: inline-block;
	    padding: 0 15px;
	}
	.download-btn a{
		margin: 0 0 15px 0;
	}
	.cont-banner {
	    bottom: 20px;
		padding: 0 15px;
	}
	.main-banner img {
	    height: 430px;
	}
	.navbar-brand img {
	    width: 90px;
	}
	.navbar-brand {
	    margin: 7px 0 -28px 0;
	}
	.login-signup {
		border-radius: 0;
	    margin-top: 0;
	    background-color: transparent;
	}
	.login-signup a {
		color: #ebb70a;
	    padding: 0 5px;
	    margin: 0;
	    font-size: 13px;
		border-right: 1px solid #ebb70a;
	}
	.login-signup:after{
		display: none;
	}
	.navbar-toggler{
		right: 42%;
	}
	section {
	    padding: 30px 0;
	}
	.title-card h3 {
	    font-size: 32px;
	}
	.play-game-card {
	    min-height: 610px;
	}
	.play-game-card h6{
		bottom: 45px;
	}
	.play-game-slider .owl-nav{
		margin-top: 30px;
	}
	.featured-tabs .nav-item:first-child .nav-link {
	    border-radius: 0;
	}
	.featured-tabs .nav-item:last-child .nav-link {
	    border-radius: 0;
	}
	.featured-tabs .nav-item {
	    width: 50%;
	}
	.video-download-btn, .download-app-btn{
		display: inline-block !important;
	}
	.video-download-btn a, .download-app-btn a{
		margin: 0 5px 15px 5px;
	}
	.video-download-btn a:last-child {
	    margin-right: 5px;
	}
	.foot-logo{
		width: 150px;
		height: 150px;
		top: -75px;
		padding: 40px 0;
	}
	.foot-logo img {
	    width: 90px;
	}
	.game-updates{
		padding-bottom: 80px;
	}
	footer{
		padding-top: 75px;
	}
	.foot-text h5{
		font-size: 17px;
		line-height: 22px;
	}
	.foot-text h5 br{
		display: none;
	}
	.foot-menu li {
	    display: inline-block;
	}
	.sub-banner img {
	    width: 100%;
	    height: 180px;
	    object-fit: cover;
	}
	.breadcrumb-item {
	    font-size: 23px;
	}
	.breadcrumb-banner {
	    top: 70px;
	}
	.single-blog-card {
	    height: 310px;
	}
	.single-blog-text{
		bottom: 15px;
		padding: 0 15px;
	}
	.single-blog-text i{
		width: 45px;
		height: 45px;
	}
	.single-blog-title{
		margin-left: 10px;
	}
	.single-blog-title p{
		font-size: 15px;
	}
	.single-blog-title h3 {
	    font-size: 24px;
	    line-height: 24px;
	}
	.blog-detail-cont h2{
		font-size: 35px;
		margin-bottom: 15px;
	}
	.blog-search {
	    margin-bottom: 40px;
	}
	.blog-filter-title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.post-category {
	    margin-bottom: 40px;
	}
	.blog-detail{
		padding-bottom: 90px;
	}
}