@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Oswald:wght@400;500;700;800&display=swap');

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

p{margin:0;}
a,
button,
input,
textarea{
	outline:0;
	transition: all .5s ease;
}
a{ text-decoration:none!important;}

html {
	scroll-behavior:smooth;
}

body{
	background:url(../img/body2.jpg) no-repeat top center #0b143b;
	background-size:100% auto;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	counter-reset: my-awesome-counter;
}

.banner, .banner h1, .banner p, .section, .h2, .para, .seperator, .defaultsection,
footer, footer b, footer small, .copyrights{
	width:100%; float:left;
}

.container{
	width:100%;
	max-width:1300px;
	padding:0 15px;
}

.banner{
	color:#fff;
	padding:25px 0 0px;
}
.banner h1{font-size:35px; font-weight:800; margin:5px 0 15px; }
.banner p{font-size:16px; line-height:24px;}

.bannersub{
	width: 100%; float: left;
}
.bannersub .container{display:flex; align-items: center;flex-wrap:wrap;}
.bannersub p{ font-size:16px; color:#fff; display: inline-flex; align-items: center; margin:0 20px 10px 0;}
.bannersub p img{width:20px; margin:0 10px 0 0;}
.bannersub p strong{color:#F5C22A; font-weight:600; margin-left:3px;}

.img{width: 100%; float: left; text-align: center; margin:0 0 25px;}
.img img{width:auto; max-width:100%;}




.section{padding:20px 0;}
.h2{font-size:28px; font-weight:800;margin:0 0 15px; color:#616161;}
.para{font-size:15px; line-height:25px;margin:0 0 20px; color:#616161;}
.para strong{font-weight:700;}
.para:last-child{margin:0;}
.b{width:100%; float:left; color:#000; font-size:20px; font-weight:700; margin:0 0 10px;}

.paratable{
	width: 100%;
	float:left;
	padding:10px 10px;
	font-size:15px;
	display: flex;
	align-items: center;
	color:#616161;
}
.paratable:hover{background:#F2F2F2;}
.paratable span{
	width:220px;
	min-width:150px;
}
.paratable2 p{flex:1;}

.ul{
	width: 100%; float: left;
	padding:0 0 0 20px;
	font-size:15px;
	color:#616161;
}

.defaultsection{
	margin:0 0 40px;
}

footer{
	background:#232732;
	color:#fff;
	text-align:center;
	padding:20px 0;
}

.footersticker{
	width: 100%;
	float: left;
	text-align: center;
	margin:0 0 10px;
}
.footersticker img{
	height:20px;
	margin:0 5px;
}

footer b{
	font-size:15px;
	font-weight:700;
}
footer small{
	font-size:14px;
	margin:5px 0 15px;
}
.copyrights{
	font-size:14px;
}

.gamesection{padding-top:5px;}

.section2{
	background:#fff;
}

.mt15{margin-top:15px!important;}

/*** desktop section ***/

.gamerowbox{
	width:100%; float:left;
	background:#fff;
	border-radius:11px;
	margin:0 0 20px;
	position: relative;

	display: flex;
}

.counter, .labelcol{
	color:#f4f4f4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	z-index: 5;
}
.labelcol{
	width:auto;
	height:20px;
	padding:0 5px;
	background:#037b37;
	font:600 13px/20px 'Rubik',sans-serif;
	border-radius:8px 0 0;
	top:0;
	text-transform: uppercase;
}
.counter{
	width:42px;
	background:#333;
	border-radius:0 0 0 8px;
	bottom:0;
	font:800 22px 'Rubik',sans-serif;
	counter-increment: my-awesome-counter;
}
.counter::before{content: counter(my-awesome-counter);}

.gamecolumn{
	flex:1;
	padding:15px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.gc1{
	min-width:20%;
	max-width:100%;
	padding:15px 60px 15px 10px;

	background:#4CA783;
	border-radius:10px 0 0 10px;
	position: relative;
	z-index: 1;
	overflow:hidden;
}

.gc1:after{
	content:'';
	width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 0px solid transparent;
    border-top: 200px solid #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.gc2{
	min-width:22%;
	max-width:22%;
	padding-left:0;
	padding-right:0;
}
.h4{
	font:500 15px/1.3 'Oswald',sans-serif;
	text-align: center;
}
.h4 span{ display: block; font-size:20px; font-weight:800;}

.gc3{
	min-width:12%;
	max-width:12%;
}
.ratingimg{width:auto; max-width:75%; margin:0 0 6px;}

.gamerating{
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:12px;
}

.gc4{
	min-width:24%;
	max-width:24%;
	justify-content: flex-start;
	flex-wrap:initial;
}
.score{
	font:800 32px 'Oswald',sans-serif;
	margin:0 30px 0 0;
	text-align: center;
}
.score span{
	display: block;
	font:400 11px 'Montserrat',sans-serif;
}
.paygroup{
	flex:1;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}
.paygroup img{width:40px; margin:5px;}
.paygroup ul li{ font-size: 13px;}
.gc5{
	min-width:20%;
	max-width:20%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:20px 20px 20px 0;
}
.gamebutton{
	width: 100%;
	font:700 18px 'Oswald',sans-serif;
	line-height:1.1;
	padding:10px;
	border-radius:100px;
	color:#fff!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:#037b37;
}
.gamelink{
	font-size:11px;
	font-weight:500;
	color:#171717;
	/*text-decoration: underline!important;*/
	margin:3px 0 0;
}

.gamerowheader{
	width: 100%; float: left;
	display: flex;
	align-items: center;
	background:#83848C;
	margin:0 0 10px;
}
.gamerowheader .gamecolumn{padding:3px; color:#fff; font-size:13px; font-weight:600;}
.gamerowheader .gc1{background:none!important; padding-right:70px;}
.gamerowheader .gc1:after{display: none;}


/*** mobile section ***/

.gamerowboxMobile{
	width: 100%;
	background:#000;
	border:solid 1px #333;
	margin:0 0 10px;
	position: relative;
	display: flex;
	color:#fff;
}
.labelcol, .counter{border-radius:0;}

.columngamerowMobile{
	background:#4CA783;
	flex:1;
	padding:15px 60px 15px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.columngamerowMobile:after{
	content:'';
	width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 0px solid transparent;
    border-top: 200px solid #000;
	position: absolute;
	right: 0;
	top: 0;
}

.gamelogoMobile{
	width: 100%;
	float: left;
	text-align: center;
}
.gamelogoMobile img{max-width:100%;}

.insideRowMobile{
	width: 100%; float: left;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.columngamerowMobile .ratingimg{
	width:80px;
}
.columngamerowMobile .gamerating{font-size:11px;}

.columngamerowMobileRight{
	flex:1;
	padding:15px;
	display: flex;
	flex-direction:column;
}

.columngamerowMobile .paygroup{
	margin-top:10px;
}

.columngamerowMobileRight .h4{flex:1;}


/*** mobile ends ***/

/*** faq ***/

.faqCover{
	width: 100%;
	float: left;
}
.faqCover .card{
	margin:0 0 10px;
	border:none;
}
.faqCover .card .card-header{
	background:none;
	padding:0;
	border:none;
}
.faqCover .card-header .btn.btn-link{
	width:100%; float:left;
	padding:10px 20px 10px 40px;
	text-align: left;
	text-decoration: none;
	font-size:20px;
	font-weight:700;
	border:solid 1px #e8e8e8;
	border-radius:4px;
	background:#F2F2F2;
	color:#616161;
	position: relative;
}
.faqCover .card-header .btn.btn-link:before,
.faqCover .card-header .btn.btn-link:after{
	content:'';
	width:12px;
	height:3px;
	background:#616161;
	position: absolute;
	left: 10px;
	top:24px;
}
.faqCover .card-header .btn.btn-link.collapsed:after{
	transform:rotate(90deg);
}
.faqCover .card-header .btn.btn-link:not(.collapsed){
	border-radius:4px 4px 0 0;
	border-bottom-color:#fff;
}
.faqCover .card-header .btn.btn-link:not(.collapsed):after{
	transform:rotate(0deg);
}
.faqCover .card-body{
	border:solid 1px #e8e8e8;
	border-top:none;
	border-radius:0 0 4px 4px;
	font-size:15px;
	font-weight:500;
}

@media (min-width:910px){
	.showMobileOnly{display: none;}
}
@media (max-width:910px){
	.showDesktopOnly{display: none;}
	.banner h1{font-size:24px;}
	.h2{font-size:22px;}
	.para{font-size:15px;line-height:23px;}
	.defaultsection{margin:0 0 20px;}

	.paratable{flex-direction: column; align-items: flex-start; justify-content: flex-start;}
	.faqCover .card-header .btn.btn-link{font-size:15px; padding-left:30px; white-space:initial;}
	.faqCover .card-header .btn.btn-link:before, .faqCover .card-header .btn.btn-link:after{top:19px;}
	.section {padding-top: 10px !important; padding-bottom: 0px;}
	.banner{ padding-top: 15px;}
	.score {
	  font: 500 20px 'Oswald',sans-serif;
	  margin: 0 30px 0 0;
	  text-align: center;
	  color: #fff;
	  background: #000;
	  padding: 5px 10px;
}
	
}


