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

}

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

.mt-left {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

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

}

.top-box {
	width: 96%;
	border-radius: 24px;
	padding: 10px 5px;
	margin-bottom: 20px;
	background: linear-gradient(116.63deg, rgb(254, 145, 80) 8.97%, rgb(254, 100, 70) 92.93%);
}

#top_title {
	margin: 15px 0;
}

.top-box .mt-left {
	color: #fff;
}

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

.list5 {
	margin-bottom: 0px;
}

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



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

}

.l1-text {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-top: 10px;
}

.l1-text::after {
	content: "Play Now";
	position: absolute;
	top: 43%;
	right: 0;
	padding: 7px 17px;
	font-size: 11px;
	color: #fff;
	border-radius: 15px;
	font-weight: 500;
	background: linear-gradient(116.63deg, rgb(254, 145, 80) 8.97%, rgb(254, 100, 70) 92.93%);
}

.lt-text {
	width: 54%;
	height: auto;
	position: relative;
}



.lt-text p:nth-of-type(1) {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	/* font-weight: 600; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 5px;
}

.lt-text p:nth-of-type(2) {
	font-size: 12px;
	color: rgb(111, 111, 111);
	;
}

.lt-img {
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 10px;
	margin-right: 5px;
}

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


}

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

.list1 .l1-box {
	width: 18%;
	height: auto;
}

.list1 .l1-img {
	width: 100%;
	height: 148px;
	border-radius: 15px;
}

.list1 .lt-text p:nth-of-type(2) {
	font-size: 12px;
	color: #FC764F;
}

.list2 .l1-box {
	width: 7%;
	height: auto;
	margin-right: 15px;
	position: relative;
}

.list2 .l1-box img {
	border-radius: 10px;
	height: 112px;
}

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

.list5 .l1-box {
	width: 10%;
	height: auto;
	margin-right: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}

.list5 .l1-box:nth-last-of-type(1) {
	margin-right: 0px;
}

.list5 img {
	width: 41%;
	height: 66px;
	border-radius: 10px;
}

.list5 .l2-text {
	width: 66%;
	margin-left: 5px;
}

.list3 .l1-box {
	width: 15%;
	height: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 6px;
}

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

.l2-text p:nth-of-type(1),
.l2-text p:nth-of-type(2),
.l2-text p:nth-of-type(3) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 15px;
	color: rgb(23, 23, 23);
	font-weight: 600;
	width: 96%;
	padding: 0px 2%;
	line-height: 1.8;
	transition: all linear 0.2s;
}

.list5 .l2-text p:nth-of-type(1),
.list5 .l2-text p:nth-of-type(2),
.list5 .l2-text p:nth-of-type(3) {
	color: #fff;
}

.list5 .l2-text p:nth-of-type(1) {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
}

.list5 .l2-text p:nth-of-type(2) {
	display: none;
}

.list5 .l2-text p:nth-of-type(3) {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.l2-text p:nth-of-type(2) {
	font-size: 12px;
	font-weight: 400;
}

.l2-text p:nth-of-type(3) {
	font-size: 12px;
	color: #FC764F;
	font-weight: 400;
}

.list2 .l1-box .l2-text {
	ext-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 15px;
	color: rgb(23, 23, 23);
	font-weight: 500;
	width: 96%;
	padding: 0px 2%;
	line-height: 1.8;

}

.mt-left img {
	margin-right: 5px;
}

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


.game_info {
	width: 96%;
	height: auto;
	padding: 15px 2%;
	border-radius: 5px;
	background-color: #212233;
	margin: 20px 0;
	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);
	}

	.m-title {
		margin: 10px 0;
	}

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

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

	.m-box {
		width: auto;
		overflow-y: scroll;
		overflow-x: auto;
		box-sizing: border-box;
		position: relative;
	}

	#top_title {
		position: sticky;
		left: 0;
	}

	#top_title .mt-left {
		font-size: 18px;
	}

	.list1,
	.list5 {
		width: auto;
		display: inline-flex;
		flex-wrap: nowrap;
		overflow-y: scroll;
		overflow-x: auto;
	}

	.list1 .l1-box {
		width: 270px;
		height: auto;
		margin-right: 10px;
		padding-bottom: 5px;
		/* border: 1px solid #6945FC; */
	}

	.list1 .l1-box {
		width: 260px;
		margin-bottom: 0px;
	}

	.list5 .l2-text p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 15px;

	}

	.list5 .l2-text p:nth-of-type(3) {
		font-size: 12px;
	}

	.list5 .l1-box {
		width: 150px;
	}

	.list5 img {
		width: 47%;
	}

	.list5 .l2-text {
		width: 60%;
	}

	.l1-text::after {
		top: 56%;
	}

	.l1-text {
		/* display: none; */
	}

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

	.list2 .l1-box img {
		width: 100%;
		height: 100px;
		border-radius: 15px;

	}

	.list2 .l2-text {
		width: 96%;
		padding: 5px 2%;
		position: relative;
		bottom: 0;
		background: transparent;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		color: #000;
		font-size: 15px;
		font-weight: 600;
	}

	.list3 .l1-box {
		width: 100%;
		height: 85px;
		margin-right: 0;
		border-radius: 0px;
		padding: 10px 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);
	}
}