@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&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/body.jpg) no-repeat top center fixed #000;
	background-size:cover;
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	counter-reset: my-awesome-counter;
}

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

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

.banner{
	color:#fff;
	padding:30px 0 20px;
}
.banner h1{font-size:32px; font-weight:600; text-transform: uppercase; margin:0 0 5px; }
.banner h1 span{display: block; color:#ffc500;}
.banner p{font-size:18px; line-height:1.5;}
.banner p strong{font-weight:600;}

.bannersub{
	width: 100%; float: left;
}
.bannersubrow{width: 100%; float: left; margin:0 0 10px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.bsr1 p{ font-size:13px; color:#fff; display: inline-flex; align-items: center; margin:0 20px 10px 0;}
.bsr1 p img{width:20px; margin:0 10px 0 0;}

.bsr2 p{
	float: left;
	padding:4px 15px;
	margin:0 5px 10px 0;
	border-radius:3px;
	background:#00B935;
	color:#fff;
	font-size:14px;
}



.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;}



.defaultsection{
	margin:0 0 15px;
	background:rgba(3,24,46,.5);
	padding:20px;
	border-radius:10px;
	display: flex;
	align-items: center;
	color:#fff;
}
.defaultsection img{
	width:80px;
	margin:0 20px 0 0;
}
.defaultsection p{
	font-size:16px;
	font-weight:400;
	line-height:1.2;
}
.defaultsection p strong{
	display: block;
	font-size:22px;
	font-weight:500;
	text-transform: uppercase;
}


footer{
	background:#001b31;
	border-bottom:solid 5px #2c1a43;
	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 10px;
}
.copyrights{
	font-size:14px;
}

.gamesection{padding-top:5px;}


/*** desktop section ***/

.gamerowbox{
	width:100%; float:left;
	background:#fff;
	border-radius:6px;
	margin:0 0 10px;
	padding-left:30px;
	position: relative;

	display: flex;
}

.counter{
	width: 30px; height: 100%;
	background:#021a30;
	font-size:18px;
	font-weight:600;
	border-radius:5px 0 0 5px!important;
	color:#f4f4f4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top:0;
	z-index: 5;
	counter-increment: my-awesome-counter;
}
.counter::before{content: counter(my-awesome-counter);}

.gamerowbox:nth-child(2) .counter{
	background:#00b935;
}
.gamerowbox:nth-child(2){
	box-shadow:0 0 0 2px #ffc500;
}

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

.gc1{
	min-width:21%;
	max-width:100%;
	padding:15px 10px;
}

.gc2{
	min-width:34%;
	max-width:34%;
	padding-left:0;
	padding-right:15px;
}
.h4{
	font-size:20px;
	font-weight:600;
	text-align: center;
}
.h4 span{ display: block; font-size:22px; font-weight:800;}

.gc3{
	min-width:15%;
	max-width:15%;
}
.paygroup{
	width: 100%; float: left;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.paygroup img{width:200px; margin:0 3px 5px;}

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

.gc4{
	min-width:15%;
	max-width:15%;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap:wrap;
}

.ratingimg{width:auto; max-width:70%; margin:0 0 6px;}


.score{
	font-size:30px;
	font-weight:700;
	margin:0 10px 0 0;
	text-align: center;
}
.score span{
	font-size:15px;
	font-weight:400;
	margin:0 0 0 5px;
}

.gc5{
	min-width:15%;
	max-width:15%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:20px 20px 20px 0;
}
.gamebutton{
	width: 100%;
	font-size:20px;
	font-weight:600;
	/*text-transform: uppercase;*/
	padding:10px;
	border-radius:6px;
	color:#fff!important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	background:#00b935;
}
.gamebutton:hover{background:#00a22e;}

.gamerowheader{
	width: 100%; float: left;
	display: flex;
	align-items: center;
	margin:0 0 5px;
	background: rgb(24,44,65);
	background: linear-gradient(0deg, rgba(24,44,65,1) 0%, rgba(29,49,69,1) 12%, rgba(2,25,47,1) 51%);

	border-radius:5px;
}
.gamerowheader .gamecolumn{padding:5px 3px; color:#fff; font-size:14px; font-weight:400;text-transform: uppercase;}
.gamerowheader .gc1{background:none!important; padding-right:70px;}
.gamerowheader .gc1:after{display: none;}




/*** mobile section ***/

.gamerowboxMobile{
	width: 100%; float: left;
	background:#fff;
	border-radius:10px;
	margin:0 0 10px;
	padding:35px 0 0;
	position: relative;
	display: flex;
}
.gamerowboxMobile:first-child{
	box-shadow:0 0 0 5px #ffc500;
}
.gamerowmobilehead{
	width: 100%;
	padding:10px 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;

	position: absolute;
	top: 0;
	left: 0;
}
.highlighted{
	height:26px;
	background:#17559b;
	color:#fff;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	padding:5px 10px 5px 20px;
	border-radius:0 100px 100px 0;
	position: absolute;
	left: 34px;
	top: 17px;
}

.labelcol{
	width:50%;
	background:#4CA783;
	color:#fff;
	font-size:15px;
	font-weight:600;
	padding:3px 10px;
	text-align: center;
	border-radius:8px;
}
.count{
	width:40px;
	height:40px;
	background:url(https://diilipiste.click/img/count.png) no-repeat center;
	background-size:100% 100%;
	color:#fff;
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align: center;
	position: relative;
	z-index: 5;
	counter-increment: my-awesome-counter;
}
.count::before{content: counter(my-awesome-counter);}

.columngamerowMobile{
	width:50%;
	float:left;
	padding:10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.columngamerowMobile .score{
	margin:10px 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;
}

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

.columngamerowMobileRight .h4{flex:1; display: flex; align-items: center; justify-content: center; text-align:center;}


/*** mobile ends ***/


@media (min-width:910px){
	.showMobileOnly{display: none;}
}
@media (max-width:910px){
	.banner{ padding-top: 20px; padding-bottom: 0;}
	.section{ padding-top: 5px;}
	.showDesktopOnly{display: none;}
	.banner h1{font-size:18px; text-align: center;}
	.h2{font-size:22px;}
	.para{font-size:15px;line-height:23px;}
	.defaultsection{margin:0 0 20px; align-items: flex-start;}
	.defaultsection img{width:60px;}
	.defaultsection p{font-size:13px;}
	.defaultsection p strong{font-size:18px;}

	.bannersubrow{justify-content: center;}
	.h4{font-size: 19px;}
	.highlighted{ font-size: 11px;}

}