.main {
	width: 85%;
	height: auto;
	padding: 15px 0;
	margin: auto;
	box-sizing: border-box;
}

.m-title {
	text-align: center;
	font-size: 55px;
	font-weight: 800;
	line-height: 2;
	color: #212529;
	font-family: "Poppins-Bold", Arial, sans-serif;
	text-transform: uppercase;
}

.t-title {
	font-size: 30px;
}

.list1,
.list2,
.list3,
.list4 {
	width: 96%;
	height: auto;
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;

}



.li-box {
	background-color: #FFFFFF;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	border-radius: 15px;
}


.li-box img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.li-box:hover img {
	transform: scale(1.1);
}

.li-text {
	width: 96%;
	padding: 10px 2%;
	min-height: 100px;
	font-weight: 600;
}

.li-text p:nth-of-type(1) {
	color: #505050;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
}

.li-text p:nth-of-type(2) {
	color: #000;
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
}

.li-box:hover .li-text p {
	text-decoration: underline;
	text-underline-offset: 5px;
}


.list1 .li-box {
	width: 48%;
}

.list1 .li-box img {
	height: 300px;
}

.list2 .li-box {
	width: 31%;
}

.list2 .li-box img {
	height: 200px;
}

.list2 .li-text p:nth-of-type(1),
.list3 .li-text p:nth-of-type(1) {
	font-size: 14px;
}

.list2 .li-text p:nth-of-type(2),
.list3 .li-text p:nth-of-type(2) {
	font-size: 24px;
}

.list3 {
	display: block;
	position: relative;
	margin: 30px 0;
}



.list3 .li-box {
	/* width: 27% !important; */
	position: relative;
}

.list3 .li-box img {
	height: 170px;
}

.list3 .li-text p:nth-of-type(1) {
	font-size: 13px;
}

.list3 .li-text p:nth-of-type(2) {
	font-size: 22px;
}

.swiper {
	padding: 10px !important;
	width: 100%;
	background-color: transparent !important;
}

.swiper-slide {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.swiper-wrapper {
	width: 96%;
	height: 96%;
}

.swiper-slide img {
	border-radius: 15px 15px 0 0;
	height: 230px !important;
	box-shadow: none !important;
}

.swiper-slide .li-text {
	min-height: auto !important;
}

.swiper-slide .li-text p:nth-of-type(2) {
	width: 70%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: relative;
}

.swiper-slide .li-text::after {
	content: "play";
	text-transform: capitalize;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #5768E0;
	color: #fff;
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
	width: 30px !important;
	height: 30px !important;
	color: #000 !important;
	font-size: 13px !important;
	/* font-weight: 600 !important; */
	/* background-color: #81dae0; */
	padding: 4px;
	border-radius: 100%;
	top: 50% !important;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #7e8de2;
	padding: 5px;
}

.swiper-button-next {
	right: 15px !important;
}

.swiper-button-prev {
	left: 33px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px !important;
	font-weight: 600 !important;
}

.list4 {
	display: block;
	margin: 0 auto;
}

.l4-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.l4-box .li-box {
	width: 16%;
	margin-bottom: 20px;
}

.l4-box .li-box img {
	height: 140px;
	border-radius: 15px;
}

.l4-box .li-text p:nth-of-type(1) {
	font-size: 12px;
}

.l4-box .li-text p:nth-of-type(2) {
	font-size: 18px;
}

.type-box {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.t-box {
	text-align: center;
	line-height: 2;
	color: #000;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
	box-shadow: 0 5px 20px #2e8bfa2f;
	background-color: #fff;
}

.t-box:hover {
	background-images: linear-gradient(135deg, #852EFF 0%, #AE92D6 100%);
	color: #fff;
}

.t-box img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	display: block;
	margin: 10px auto;
}

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

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

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

@media (max-width:1000px) {
	.main {
		width: 96%;
		padding: 10px 2%;
	}

	.li-box {
		border-width: 3px;
	}

	.m-title {
		font-size: 27px;
		text-transform: capitalize;
	}

	.li-text {
		padding: 5px 2%;
		min-height: 0px;
	}

	.li-text p:nth-of-type(1) {
		font-size: 14px;
	}

	.li-text p:nth-of-type(2) {
		font-size: 20px;
	}

	.list1 {

		flex-wrap: wrap;
	}

	.list1 .li-box {
		width: 48%;
		margin-bottom: 20px;
	}

	.list1 .li-box img {
		height: 110px;
	}

	.list2 {
		flex-wrap: wrap;
	}

	.list2 .li-box {
		width: 45%;
		margin-bottom: 20px;
	}

	.list2 .li-box img {
		width: 100%;
		height: 110px;
	}

	.list2 .li-text {
		min-height: 40px;
	}



	.list1 .li-box p:nth-of-type(2) {
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list3 .li-box {
		width: 100% !important;
	}

	.swiper,
	.mySwiper {
		width: 100%;
	}

	.swiper-slide {
		margin-right: 10px !important;
	}

	.swiper-slide img {
		border-radius: 15px 15px 0 0;
		height: 150px !important;
	}

	.swiper-slide .li-text::after {
		padding: 6px 20px;
	}

	.t-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.l4-box .li-box {
		width: 48%;
		border-radius: 5px;
	}

	.l4-box .li-box img {
		height: 100px;
		display: block;
	}

	.l4-box .li-text {
		/* display: none; */

	}

	.l4-box .li-text p:nth-of-type(2) {
		font-size: 16px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		position: relative;
	}

	.li-box img {
		width: 100%;
		border-radius: 15px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	}
}