@media (max-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 10px 0;
		/* background-color: #b5dbf2; */
	}

	.main img {
		object-fit: cover;
	}

	.m-title {
		width: 90%;
		padding: 15px 0;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-transform: capitalize;
		font-size: 20px;
		color: #fff;
	}



	.mt-left {
		width: auto;
		line-height: 1.5;
		display: flex;
		align-items: center;
		color: #fff;
	}

	.mt-right {
		width: auto;
		color: #f9ac4a;
	}

	.list1 {
		width: 95%;
		height: auto;
		padding: 15px 0;
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		flex-wrap: wrap;
		/* background-color: #ffffff; */
	}


	.list1 .l1-box {
		width: 90%;
		position: relative;
		margin: 0 auto 20px;
		display: flex;
		background-color: #fff;
		border-radius: 10px;
		justify-content: space-between;
		border-bottom: 5px solid gainsboro;


	}

	.l1-img {
		width: 35%;
		height: 90px;
	}

	.list1 .l1-box img {
		width: 100%;
		height: 100%;
		display: block;
		border-top-left-radius: 14px;
		border-bottom-left-radius: 14px;

	}

	.list1 .l1-text {
		width: 55%;
		padding: 0px 2%;
		color: #000;
		background-color: #FFFFFF;
		border-radius: 10px;
		/* display: flex;
		justify-content: space-between;
		align-items: center; */

	}

	.list1 .l1-text p:nth-of-type(1) {
		color: gray;
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
		text-transform: uppercase;
		text-transform: capitalize;
	}

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

	.list1 .l1-text p:nth-of-type(3) {
		display: none;
	}

	.l1-btn {
		width: 40%;
		line-height: 1.5;
		margin: 5px 0;
		padding: 5px;
		background-color: #1f7aec;
		text-align: center;
		color: #fff;
		font-size: 14px;
		border-radius: 10px;
	}

	.list2 {
		width: 90%;
		padding: 20px 3%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		background-color: #2a2a2a;
		border-radius: 10px;
	}

	.list2 .l1-box {
		width: 48%;
		height: auto;

	}

	.list2 .l1-box img {
		width: 100%;
		height: 160px;
		/* border-radius: 13px; */
	}

	.list2 .l1-box .l1-text {
		width: 90%;
		padding: 15px 0;
		margin: 0 auto;
	}

	.list2 .l1-text p:nth-of-type(1) {
		font-size: 16px;
		color: #fff;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list2 .l1-text p:nth-of-type(2) {
		font-size: 13px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 10px;
		color: rgba(245, 245, 245, 0.6);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list2 .btn {
		width: 80%;
		line-height: 35px;
		background-color: #1f7aec;
		color: #fff;
		font-size: 14px;
		text-align: center;
		position: relative;
		/* border-radius: 15px; */
	}

	.list2 .btn::after {
		content: 'Only Free';
		position: absolute;
		left: 0px;
		bottom: -35px;
		color: #fff;
		font-size: 16px;
		display: none;
	}

	.list3 {
		width: 90%;
		padding: 15px 0;
		margin: 0 auto;
	}

	.list3 .l1-box {
		width: 96%;
		height: auto;
		padding: 10px 2%;
		display: block;
		background-color: #2a2a2a;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.list3 .l1-box img {
		width: 100%;
		height: 230px;
		border-radius: 8px;
	}

	.list3 .l1-text {
		width: 100%;
		padding: 10px 0 0;
	}

	.list3 .l1-text p {
		line-height: 1.5;
	}

	.list3 .l1-text p:nth-of-type(1) {
		font-size: 14px;
		color: rgba(245, 245, 245, 0.6);
		margin-bottom: 10px;
		text-transform: capitalize;
	}

	.list3 .l1-text p:nth-of-type(2) {
		color: #fff;
		font-size: 18px;
		margin-bottom: 10px;

	}

	.list3 .l1-text p:nth-of-type(3) {
		font-size: 17px;
		color: rgba(245, 245, 245, 0.6);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list4 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;

		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.list4 .l1-box {
		display: block;
		width: 28%;
		height: 90px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.list4 .l1-box img {
		width: 100%;
		height: 90px;
		border-radius: 10px;
		display: block;

	}

	.list4 .l1-box .l1-text {
		display: none;
	}

	.list5 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.list5 .l1-box {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		border-radius: 10px;
		border-bottom: 3px solid gainsboro;
	}


	.list5 .l1-img {
		width: 35%;
		height: 100px;

	}

	.list5 .l1-img img {
		width: 100%;
		height: 100%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		object-fit: cover;

	}

	.list5 .l1-box:hover img {
		transform: scale(1.25);
	}

	.list5 .l1-text {
		width: 55%;
		height: auto;
		padding: 5px 0;
		color: #FFFFFF;
		position: relative;
	}

	.list5 .l1-text p:nth-of-type(1) {
		color: gray;
		font-size: 13px;
		line-height: 1.5;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.list5 .l1-text p:nth-of-type(2) {
		font-size: 16px;
		line-height: 1.5;
		color: #000;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list5 .l1-text p:nth-of-type(3) {
		font-size: 16px;
		line-height: 1.5;
		color: rgba(245, 245, 245, 0.6);
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;

	}

	.list5 .l1-btn {
		width: 40%;
		line-height: 1.5;
		margin: 5px 0;
		padding: 5px;
		background-color: #1f7aec;
		text-align: center;
		color: #fff;
		font-size: 15px;
	}
}

@media (min-width:1000px) {
	.main {
		width: 70%;
		height: auto;
		margin: 20px auto;
		/* border-top: 1px solid #f6f7fa; */
		/* background-color: #b5dbf2; */
	}

	.main img {
		object-fit: cover;
	}

	.m-title {
		width: 100%;
		padding: 20px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-transform: capitalize;
		font-size: 25px;
	}



	.mt-left {
		width: auto;
		line-height: 1.5;
		display: flex;
		align-items: center;
		color: #fff;
	}

	.mt-right {
		width: auto;
		color: #f9ac4a;
	}

	.list1 {
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.list1 .l1-box {
		width: 14%;
		height: auto;
		margin-bottom: 20px;
		transition: all linear 0.3s;
		padding: 10px 10px 0;
		background-color: #2a2a2a;
		display: block;
	}

	.list1 .l1-img {
		width: 100%;
		height: 200px;
		transition: all linear 0.3s;
		overflow: hidden;
	}

	.list1 .l1-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all linear 0.3s;
		transform: scale(1.0);
	}

	.list1 .l1-box:hover img {
		transform: scale(1.25);
	}

	.list1 .l1-text {
		width: 100%;
		height: auto;
		padding: 10px 0;
		color: #FFFFFF;
		position: relative;
	}

	.list1 .l1-text p:nth-of-type(1) {
		color: rgba(245, 245, 245, 0.6);
		font-size: 12px;
		line-height: 1.5;
		text-transform: capitalize;
		/* margin-bottom: 5px; */
	}

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

	}

	.list1 .l1-text p:nth-of-type(3) {
		font-size: 16px;
		line-height: 1.5;
		color: rgba(245, 245, 245, 0.6);
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;

	}

	.l1-btn {
		width: 40%;
		line-height: 1.5;
		margin: 5px 0;
		padding: 5px;
		background-color: #1f7aec;
		text-align: center;
		color: #fff;
		font-size: 15px;
	}



	.list2 {
		width: 94%;
		padding: 20px 3%;
		display: flex;
		justify-content: space-between;
		/* align-items: center; */
		background-color: #2a2a2a;
		border-radius: 10px;

	}

	.list2 .l1-box {
		width: 23%;
		height: auto;

	}

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

	.list2 .l1-box .l1-text {
		width: 90%;
		padding: 15px 0;
		margin: 0 auto;
	}

	.list2 .l1-text p:nth-of-type(1) {
		font-size: 20px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list2 .l1-text p:nth-of-type(2) {
		font-size: 17px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 10px;
		color: rgba(245, 245, 245, 0.6);
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

	}

	.list2 .btn {
		width: 150px;
		line-height: 45px;
		background-color: #1f7aec;
		color: #fff;
		font-size: 16px;
		text-align: center;
		position: relative;
		/* border-radius: 15px; */
	}

	.list2 .btn::after {
		content: 'Only Free';
		position: absolute;
		right: -90px;
		top: 0;
		color: #fff;
		font-size: 18px;
	}

	.list3 {
		width: 100%;
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.list3 .l1-box {
		width: 18%;
		height: auto;
		margin-bottom: 20px;
	}

	.list3 .l1-box img {
		width: 100%;
		height: 230px;
		border-radius: 5px;
	}

	.list3 .l1-text {
		width: 100%;
		padding: 10px 0 0;
	}

	.list3 .l1-text p {
		line-height: 1.5;
	}

	.list3 .l1-text p:nth-of-type(1) {
		font-size: 14px;
		color: rgba(245, 245, 245, 0.6);
		margin-bottom: 5px;
		text-transform: capitalize;
	}

	.list3 .l1-text p:nth-of-type(2) {
		color: #fff;
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.list3 .l1-text p:nth-of-type(3) {
		display: none;
	}

	.list4 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/* margin: 0 auto; */
		/* background-color: pink; */
	}

	.list4 .l1-box {
		width: 20%;
		height: auto;
		padding: 5px 1%;
		border-radius: 5px;
		display: flex;
		background-color: #2a2a2a;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
		margin-bottom: 20px;
	}

	.list4 .l1-box img {
		width: 30%;
		height: 90px;
		border-radius: 5px;
		display: block;
	}

	.list4 .l1-text {
		width: 65%;
		height: auto;
		padding: 10px 0;
	}

	.list4 .l1-text p {
		line-height: 1.5;
	}

	.list4 .l1-text p:nth-of-type(1) {
		color: #fff;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list4 .l1-text p:nth-of-type(2) {
		color: gray;
		font-size: 13px;
		margin: 3px 0 6px;

	}

	.list4 .btn {
		width: 70px;
		padding: 5px 10px;
		font-size: 13px;
		line-height: 1.5;
		color: #fff;
		text-align: center;
		background-color: #1f7aec;
		border-radius: 6px;
	}

	.list4 .l1-box:hover .btn {
		color: #1f7aec;
		background-color: #fff;
	}

}

.explore {
	width: 200px;
	line-height: 45px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border-radius: 25px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	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;
	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);
	}
}