.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #ffffff;
	border: 2px solid #fff;
	box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	border-radius: 10px;
	position: relative;
}

.end {
	background-color: transparent;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}

.list1 {
	/* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
	grid-gap: 15px;
	grid-auto-rows: minmax(100px, 100px);
	display: grid;
	grid-auto-flow: dense;
	grid-auto-rows: auto;
	grid-template-columns: repeat(9, 1fr);
}



.cl-box {
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: linear-gradient(0deg, #00c8bb4d, #08eee14d);
	border-radius: 10px;
	box-shadow: 4px 4px 4px 0 #0a0a0a80, inset 0 0 15px -2px #00c6c2, inset 0 0 0 3px #00c6c2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
	transform: scale(1) translateZ(0);
	transition: transform 86ms cubic-bezier(.55, .085, .68, .53), box-shadow 86ms cubic-bezier(.55, .085, .68, .53);
	will-change: transform, box-shadow;
	padding: 4px;
	z-index: 11;
}

.cl-box::after {
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	/* background: linear-gradient(168deg, #affffa, #0000 50%); */
}

.cl-box img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
}

.ct-text {
	width: 94%;
	text-align: center;
	padding: 3px 2%;
	line-height: 2;
	color: #affffa;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	/* position: absolute;
	left: 0;
	right: 0; */
	margin: auto;
	bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	border-radius: 0px 0px 10px 10px;
	align-content: flex-start;
}



.list1 .cl-box:nth-of-type(11),
.list1 .cl-box:nth-of-type(29) {
	grid-column: span 2;
	grid-row: span 2;
}



.list2 {
	width: 92%;
	height: auto;
	padding: 4%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	justify-content: space-between;
	border-radius: 10px;
	background-image: url(../image/l2.svg);
	grid-gap: .625rem;
	display: grid;
	grid-auto-flow: dense;
	grid-auto-rows: auto;
	grid-template-columns: repeat(4, 1fr);
}

.list2 .cl-box {
	display: flex;
	background: linear-gradient(0deg, #00c8bb4d, #08eee14d);
	border-radius: 10px;
	box-shadow: 4px 4px 4px 0 #0a0a0a80, inset 0 0 15px -2px #00c6c2, inset 0 0 0 3px #00c6c2;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	overflow: hidden;
	padding: 3px;
	position: relative;
	flex-wrap: wrap;

}

.list2 .cl-box img {
	width: 30%;
	height: 100%;
	display: block;
	border-radius: 0 10px 10px 0;
}

.list2 .cl-box .ct-text {
	width: 60%;
	position: relative;
	background-color: transparent;
	margin: 0;
}

.cl-box:hover {
	transform: scale(1.05);
	position: relative;
	z-index: 10;
	background-color: #fff;
	background-image: none;
	z-index: 999;
}

.cl-box:hover .ct-text {
	/* background-color: #fff; */
	color: #000;
}


.box {
	text-align: left;
	padding: 6px;
	background: #fff;
	/* border: 1px solid #bab6c6; */
	margin: 10px 50px 30px;
	color: #002b50;
	line-height: 1.5;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.list3 {
	width: 96%;
	margin: 20px auto;
	height: auto;
	padding: 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list3 .cl-box {
	width: 11%;
	margin-bottom: 20px;
}

.game-info-head {

	padding: 20px;
}

.game-info-head .title_box {
	padding-bottom: 5px;
	text-transform: capitalize;
	border-bottom: 1px solid #cac6c6;
	margin-bottom: 10px;
	text-align: left;
	color: #0b2e62;
}

h1,
h2,
h3 {
	font-size: 1.5em;
	color: var(--text-blue);
}



@media (max-width:1000px) {
	.box {
		width: 90%;
		margin: 20px auto;
	}

	.main {
		width: 95%;
		height: auto;
		padding: 10px 0;
		margin: auto;
	}

	.m-title {
		width: 100%;
		margin: 10px 0;
		display: flex;
		justify-content: center;

	}

	.mt-left {
		font-size: 25px;
		color: #635480;
		text-transform: uppercase;
	}

	.list1 {
		grid-template-columns: repeat(2, 1fr);
	}

	.type-box {
		display: none;

	}


	.t-box {
		width: 40%;
	}

	.t-text {
		font-size: 15px;
		font-weight: 400;
	}

	.list2 {
		width: 96%;
		padding: 2%;
		background-image: none;
		grid-template-columns: repeat(1, 1fr);
	}

	.list3 .cl-box {
		width: 45%;
	}

}

@media (min-width:1000px) {
	.main {
		width: 87%;
		max-width: 1680px;
		height: auto;
		margin: 20px auto;

	}

	.m-title {
		width: 100%;
		margin: 20px 0;
		display: flex;
		justify-content: center;
	}

	.mt-left {
		font-size: 35px;
		line-height: 2;
		color: #635480;
		text-transform: uppercase;
	}

	.t-box:hover {
		transform: translateY(-10px);
	}


}