.main {
	width: 90%;
	height: auto;
	padding: 15px 0;
	/* background-color: #fff; */
	transform: translateX(150px);
	transition: all linear 0.2s;

}

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

.mt-left {
	/* border-left: 5px solid #fd9f4a; */
	/* padding: 0 10px; */
	font-size: 30px;
	color: #6945FC;
}

.mt-right {
	font-size: 20px;
	color: #6945FC;

}

.list1,
.list2,
.list3,
.lsit4 {
	width: 100%;
	height: auot;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	marign-bottom: 30px;
}

.l1-box {
	width: 13%;
	height: 110px;
	border-radius: 5px;
	transition: all linear 0.2s;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
	margin-right: 16px;
	border: 2px solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.l1-box:nth-of-type(7n) {
	margin-right: 0px;
}

.l1-img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
}

.l1-text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	background: linear-gradient(180deg, rgba(124, 96, 238, 0.6) 0, rgba(81, 50, 207, 0.9) 100%);
	transition: all linear 0.2s;
	transform: translateY(-100%);
}

.lt-box {
	width: 100%;
}

.l1-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
}

.lt-img {
	width: 80px;
	height: 70px;
	display: block;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	/* border: 2px solid #fff; */
}

.lt-play {
	width: 50%;
	margin: 20px auto 0;
	background-color: #fff;
	color: #0C0D14;
	padding: 7px 10px;
	text-transform: capitalize;
	text-align: center;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	transition: all linear 0.2s;
}

.l1-box:hover {
	transform: translateY(-5px);
	border: 2px solid #6945FC;

}

.l1-box:hover .l1-text {
	transform: translateY(0%);
}

.list1 .l1-box {
	width: 13%;
	height: 270px;
}


.list2 .l1-box {
	width: 13%;
	height: 130px;
	position: relative;
}

.list3 .l1-box {
	width: 13%;
	height: 70px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #6945FC;
}

.l2-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 96%;
	padding: 0px 2%;
	line-height: 2.5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
	transition: all linear 0.2s;
	position: absolute;
	bottom: -60px;
}

.list2 .l1-box:hover .l2-text {
	bottom: 0px;
}

.list3 .l1-img {
	width: 45%;
}

.list3 .l2-text {
	width: 55%;
	position: relative;
	bottom: 0px;
	background: transparent;
}

.game_info {
	width: 96%;
	height: auto;
	padding: 15px 2%;
	border-radius: 5px;
	background-color: #212233;
	margin: 20px 0 60px;
	color: #fff;
}

.gi_title {
	font-size: 25px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 2;
}

.game_info p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media (max-width:1000px) {
	.main {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: auto;
		transform: translateX(0px);
	}

	.mt-left {
		font-size: 25px;
	}

	.list1,
	.list2,
	.list3 {
		justify-content: space-between;
	}

	.list1 .l1-box {
		width: 29%;
		height: 90px;
		margin-right: 0;
		border: 1px solid #6945FC;
	}

	.l1-text {
		display: none;
	}

	.list2 .l1-box {
		width: 47%;
		height: 110px;
		margin-right: 0;
		border: 1px solid #6945FC;
		position: relative;
	}

	.list2 .l2-text {
		width: 96%;
		padding: 5px 2%;
		position: absolute;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
	}
	.list3 .l1-box {
		width: 47%;
		height: 70px;
		margin-right: 0;
		position: relative;
	}
	

	.game_info p {
		font-size: 16px;
	}
}



.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: 4px;
	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: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	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);
	}
}