.content-box {
	width: 80%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.caption_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 30px;
	text-align: left;
	line-height: 2;
	text-transform: capitalize;
}



.caption_text span {
	margin-left: 5px;

}

.ct_box_one {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: pink; */
}

.ct_one_box {
	width: 24%;
	height: 280px;
	min-height: auto;
	position: relative;
	/* background-color: #FFFFFF; */
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	margin: 0 10px 20px 0;
	border-radius: 10px;
	transition: all linear 0.2s;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.ct_one_box::after {
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	background: linear-gradient(to top, hsl(0, 0%, 100%), transparent);
	opacity: 0.8;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
}

.ct_one_box:hover .ct-text_one {
	border-radius: 0px;
	transform: translateY(-30px);
}

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

.ct_one_box:hover::after {
	display: none;
}

.c1-img {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 20px;
	border-radius: 10px;
	margin: auto;
}

.ct-text_one {
	position: absolute;
	top: calc(100% - 112px);
	bottom: -50px;
	left: -100px;
	right: -100px;
	border-radius: 50% / 100% 100% 0 0;
	background-color: #fff;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	padding-top: 20px;
}

.ct-text_one p {
	width: 50%;
	height: auto;
	margin: auto;
}

.ct-text_one p:nth-of-type(1) {
	color: hsl(240 3.7% 15.9%);
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 10px;
}

.ct-text_one p:nth-of-type(2) {
	font-size: 13px;
	color: gray;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: center;
	margin-top: 10px;
	-webkit-line-clamp: 2;

}

.ct_box_two {
	width: 100%;
	height: 500px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.ct_two_box {
	width: 24%;
	height: 49%;
	border-radius: 8px;
	transition: all linear 0.2s;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.ct_two_box:nth-of-type(1) {
	height: 100%;
}

.ct_two_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	position: relative;
}

.ct_two_bg::before {
	content: "";
	position: absolute;
	inset: -1px;
	height: calc(100% - 50px);
	background-image: inherit;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to top, transparent, white 38%, black);
	mask-image: linear-gradient(to top, transparent, white 38%, black);
}



.ct_two_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 1;
	box-sizing: border-box;
}

.ct_two_box::after {
	content: "";
	position: absolute;
	inset: -1px;
	background: rgba(75, 75, 75, 0.4);
	backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
	-webkit-backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
}

.ct_two_box:hover {
	transform: translateY(-5px);
}

.c2-img {
	width: 57px;
	height: 57px;
	display: block;
	border-radius: 10px;
}

.ct-text_tow {
	width: 62%;
	height: auto;
}

.c2_free {
	font-size: 12px;
	color: hsl(240 4.8% 95.9%);
	border-radius: 10px;
	padding: 2px 8px 3px;
	background-color: hsl(240 3.7% 15.9%);
}

.ct-text_tow p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;

}

.ct-text_tow p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	margin: 5px 0;
}

.ct_box_three {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow-x: scroll;
	scroll-behavior: smooth;
}

.ct_three_box {
	min-width: 190px;
	height: 300px;
	margin: 0 15px 0px 0;
	border-radius: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.ct_three_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
	position: relative;
}

.ct_three_bg::before {
	content: "";
	position: absolute;
	inset: -1px;
	height: calc(100% - 50px);
	background-image: inherit;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to top, transparent, white 38%, black);
	mask-image: linear-gradient(to top, transparent, white 38%, black);
}



.ct_three_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	z-index: 1;
	box-sizing: border-box;
}

.ct_three_box::after {
	content: "";
	position: absolute;
	inset: -1px;
	background: rgba(75, 75, 75, 0.4);
	backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
	-webkit-backdrop-filter: blur(25px) saturate(2) contrast(1.2) brightness(0.8);
}

.ct-text_three {
	width: 90%;
	height: auto;
}


.ct-text_three p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_three p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;

}

.ct-text_three p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	margin: 5px 0;
}


.ct_box_three::-webkit-scrollbar {
	height: 8px;
}

.ct_box_three::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.ct_box_three::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.ct_box_four {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;

}

.ct_four_box {
	width: 24%;
	height: auto;
	padding: 10px 1%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	box-sizing: border-box;
}

.ct_four_inner {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.c4-img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}

.ct-text_four {
	width: 65%;
}

.ct-text_four p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_four p:nth-of-type(1) {
	font-size: 14px;
	text-transform: capitalize;
}

.ct-text_four p:nth-of-type(2) {
	font-size: 12px;
	margin-top: 5px;
	-webkit-line-clamp: 2;
}

.c2_four_bottom {
	width: 100%;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}

@media (max-width:760px) {
	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.ct_inner_box {
		width: 96%;
		margin: auto;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 20px;
		color: #000;
		text-align: center;
		display: inline-block;
		font-weight: 600;
		text-transform: capitalize;

	}

	.caption_text span {
		margin-left: 5px;

	}

	.ct_box_one {
		width: 96%;
		margin: 0 auto 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-behavior: smooth;
	}

	.ct_one_box {
		min-width: 280px;
		height: 280px;
	}

	.ct_box_two {
		width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.ct_two_box {
		width: 100%;
		height: 230px;
		margin-bottom: 20px;
	}

	.ct_box_four {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-behavior: smooth;
	}

	.ct_four_box {
		min-width: 270px;
		height: auto;
		margin: 0 10px 20px 0;
	}

	.c4-img {
		width: 55px;
		height: 55px;
		border-radius: 10px;
	}

	.ct-text_four {
		width: 60%;
	}

	.ct-text_four p:nth-of-type(1) {
		font-size: 14px;
		text-transform: capitalize;
		-webkit-line-clamp: 1;
	}

	.ct-text_four p:nth-of-type(2) {
		margin-top: 3px;
		-webkit-line-clamp: 1;
	}

	.c2_four_bottom {
		width: 100%;
		height: 200px;
	}
}