@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #93E2D5;
	background-size: cover;
}

a{
	color:#000;
	text-decoration:underline;
}

h1,h2,h3,h4{
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 500;
}
h1{
	font-size: 32px;
	font-weight: bold;
	margin-top: 0px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 27px;
}
p{
	font-weight: normal;
	margin-bottom: 20px;
	text-align: justify;
}
img{
	max-width: 100%
}
ul li,ol li{
	padding-bottom: 15px;
}
/*Header start*/
.custom-navbar{
	background: #7AF5F5;
	border-radius: 5px;
}
.custom-navbar .nav-link,
.navbar-expand-md .navbar-nav .nav-link{
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.custom-navbar .nav-item{
	padding-bottom: 0px;
	padding-left: 0;
}

.custom-navbar .nav-item::before{
	background: none;
	content: '';
	width: 0;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
}

.navbar-light .navbar-brand{
	font-weight: bold;
	font-size: 25px;
}
/*Header end*/

.content{
	background: #7AF5F5;
	padding: 20px;
}
.footer{
	background: #34DDDD;
}
.footer a img{
	background: rgba(255,255,255, .5);
	padding: 10px 20px;
	max-width: 300px;
	border-radius: 10px;
}
.footer-list li{
	padding: 0 10px;
}

.footer-list li:before{
	content:'';
	display:none;
}

.footer-list a{
	color: #fff;
}
.footer-list a:hover{
	text-decoration: underline;
}
.cr-footer{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}
.navbar-rgt h4{
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 3px solid #0c5d9b;
	margin-top: 0;
}
.navbar-rgt ul{
	list-style: none;
	padding-left: 0;
}
.navbar-rgt ul li{
	position: relative;
	padding-left: 20px;
}
.navbar-rgt ul li:before{
	content: '';
	width: 15px;
	height: 10px;
	position: absolute;
	left: -0px;
	background: url("../img/icon-3.png") no-repeat center;
	top: 5px;
}
.navbar-rgt ul li a{
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.navbar-rgt ul li a:hover{
	color: #0c5d9b;
}
ul{
	list-style: none;
	padding-left: 0;
}
ul li{
	position: relative;
	padding-left: 20px;
}
ul li:before{
	content: '';
	width: 12px;
	height: 10px;
	position: absolute;
	left: 2px;
	background: url("../img/icon-2.png") no-repeat center;
	top: 5px;
}
.text-area-prt ol{
	padding-left: 20px;
}

/*home page table*/
.btn-white{
	font-weight: bolder;
	text-transform: uppercase;
	padding: 9px 20px;
	border-radius: 24px;
	filter: drop-shadow(0 0 4.5px rgba(0,0,0,0.15));
	background-color: #ffffff;
	font-size: 18px;
	color: #0c5d9b;
	text-align: center;
	text-decoration: none;
}
.btn-white:hover{
	background: #484850;
	color: #fff;
}
.gm-prt .gm-div{
	margin: 15px 0;
	border-radius: 5px;
	overflow: hidden;
}
.gm-div .gm-lft{
	background: #0c5d9b;
	padding-bottom: 40px !important;
}
.gm-div .gm-rgt{
	background: #084c81;
	padding-bottom: 40px !important;
}
.gm-logo-bg{
	display: block;
}
.gm-logo-bg img{
	background: #fff;
	padding: 20px;
	border-radius: 50%;
}
.gm-nme{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.gm-str img{ 
	padding-right: 3px; 
	margin-bottom: 10px;
}
.gm-link a{
	color: #fff;
}
.gm-link a:hover{
	text-decoration: underline;
	color: #fff000;
}
.gm-bonus{
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 10px;
}
/*Review*/
.review-sec-prt{
	background: #93E2D5;
	color: #fff;
}
.gmr-bonus{
	background: #7AF5F5;
	color: #000;
}
.gmr-image{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	display: block;
	text-align: center;
}
.gmr-image img{
	max-height: 80px;
}
.gmr-name{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 20px;
}
.gmr-rating{
	margin-bottom: 10px;
}
.gmr-rating img{ 
	padding-right: 3px; 
}
.gmr-bonus{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	padding-top: 16px;
}
.gmr-bonus strong{
	font-size: 36px;
}
.game-detail.table thead th{
	color: #fff;
	background-color: #000;
	border-color: #000;
	font-weight: 500;
}
.game-detail.table tbody td{
	border-color: #fff;
	border-top: 0;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	line-height: 1.2;
}
.game-detail.table thead th:first-child,
.game-detail.table tbody td:first-child{
	border-left: 1px solid #fff;
	padding-left: 18px;
}
.game-detail.table thead th:last-child,
.game-detail.table tbody td:last-child{
	border-right: 1px solid #fff;
}

.full-star-color {
    background: linear-gradient(to bottom, #ff9318, #ffee00, #ffee00, #ff9318, #ff9318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.star-color-gray {
    font-size: 20px;
    background: linear-gradient(to bottom, #ff9318, #ffee00, #ffee00, #ff9318, #ff9318);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media only screen and (min-width: 1280px) and (max-width: 1500px){
	body{
		background-size: 1500px;
		background-color: #0e1e37;
	}
}
@media only screen and (min-width: 768px){
	.custom-navbar .nav-item{
		padding-left: 3rem;
	}
	.custom-navbar .nav-link:hover,
	.navbar-expand-md .navbar-nav .nav-link:hover{
		background: #4c88bd;
		color: #fff;
		border-radius: 5px;
	}

}
@media only screen and (max-width: 991px){
	.gm-logo-bg img{
		padding: 10px;
	}
	.gm-bonus{
		font-size: 18px;
	}
	.gm-link a{
		font-size: 13px;
	}
	.gmr-name{
		margin-top: 5px;
	}
	.gmr-bonus{
		padding: 10px;
	}
	.gmr-bonus{
		font-size: 16px;
	}
	.gmr-bonus strong{
		font-size: 20px;
	}
	.game-detail.table thead th,
	.game-detail.table tbody td{
		padding: 6px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px){
	body, p{font-size: 13px; }
	h1{font-size: 26px;margin-bottom: 10px;}
	h2{font-size: 24px;margin-bottom: 10px;}
	h3{font-size: 22px;margin-bottom: 10px;}
	.gm-div .gm-lft{
		padding-bottom: 20px !important;
	}
	.gm-div .gm-rgt{
		padding-bottom: 20px !important;
	}
	.custom-navbar .navbar-collapse{
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		top: 60px;
		padding-left: 17px;
		z-index: 1;
		box-shadow: 0px 1px 3px black;
	}
}

@media only screen and (max-width: 575px){
	.custom-navbar{
		border-radius: 0;
		border: none; 
	}
	.cr-footer{
		font-size: 11px;
	}
	.footer-list li{
		padding: 0 5px;
	}
	.game-detail.table thead th{
		display: none;
	}
	.game-detail.table tbody td,
	.game-detail.table tbody td:first-child,
	.game-detail.table tbody td:last-child{
		display: block;
		border:1px solid #484850;
		padding: 10px;
	}
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
