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

.stars {
	color: #F1C40F !important;
	margin-right: 10px;
}

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

.caption_text p:nth-of-type(2) {
	font-size: 15px;
	text-indent: 1em;
	color: #6b7280;
}

.caption_text span {
	margin-left: 5px;

}

.caption_title {
	width: 100%;
	margin: 10px 0 25px;
}

.caption_title p:nth-of-type(1) {
	font-size: 25px;
	color: #000000;
	line-height: 2;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

.caption_title p:nth-of-type(2) {
	font-size: 13px;
	color: #7A7A7A;
	line-height: 1.5;
	text-transform: capitalize;
}

.caption_title img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.random_box {
	width: 66%;
	margin: -50px auto 0;
	padding: 30px 20px;
	box-shadow: 0px 17px 40px 0px rgba(0, 106.00000000000006, 253, 0.2);
	background-color: #FFFFFF;
	border-radius: 10px;

}

.random_app {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.ra_app_box {
	width: 23%;
}

.ra_img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	display: block;
	margin: 10px auto;
}

.ra_text {
	width: 100%;
	padding: 5px 0;
}

.ra_text p:nth-of-type(1) {
	font-size: 14px;
	color: #156BE8;
	line-height: 1.5;
}

.ra_text p:nth-of-type(2) {
	font-size: 14px;
	color: #7A7A7A;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tool_box {
	width: 70%;
	margin: 40px auto 20px;
}

.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: 22%;
	height: auto;
	min-height: auto;
	position: relative;
	background-color: #fff;
	margin: 0 20px 20px 0;
	border-radius: 15px;
	padding: 10px;
	transition: all linear 0.2s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.beauty_box {
	width: 70%;
	padding: 30px 15%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.beauty_box .caption_text,
.beauty_box .caption_text p {
	color: #fff;
}

.ct_one_box:hover {
	transform: translateY(-10px);
	background-color: #E4F7FF;
}

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

.cb_img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto 20px;
	box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, .133), 0 .6px 1.8px rgba(0, 0, 0, .11);
	border-radius: 15px;

}

.ct-text_one {
	width: 100%;
	line-height: 1.5;
	color: #000000;

}

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

.ct-text_one p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.ct-text_one p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 400;
	color: rgb(50, 49, 48);
	text-transform: capitalize;
	-webkit-line-clamp: 2;

}

.ct-text_one p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
	color: rgb(96, 94, 92);
	-webkit-line-clamp: 3;
}



.ct-text_one p:nth-of-type(3) {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.ct-text_one p:nth-of-type(3) span {
	margin-left: 5px;
	color: #636772;
}


.star {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.ct_box_two {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;

}

.ct_two_box {
	width: 27%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px 2%;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	transition: all linear 0.2s;
}

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

.ct_two_box img {
	width: 25%;
	/* height: 70px; */
	display: block;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	border-radius: 10px;
}

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

.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: 16px;
	font-weight: 500;
	text-transform: capitalize;

}

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

.ct-text_tow p:nth-of-type(3) img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.ct-text_tow p:nth-of-type(3) {
	display: flex;
	align-items: center;
	font-size: 14px;

}



.ct_box_three {
	width: 100%;
	height: 600px;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ct_three_box {
	width: 42%;
	padding: 0px 0 10px;
	height: auto;
	display: flex;
	justify-content: space-between;


}

.ct_three_box:nth-of-type(1) {
	width: 53%;
	height: 100%;
	display: block;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.ct_three_box:nth-of-type(1) img {
	width: 100%;
	height: 100%;
}

.ct_three_box:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: 3;
}

.ct_three_box:nth-of-type(1) .ct-text_three {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	padding: 5px 2%;
	text-align: left;
	height: auto;
	z-index: 5;
}

.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(1) {
	font-size: 25px;
	color: #fff;
	text-decoration: none;

}

.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(2) {
	color: #fff;
	font-size: 18px;
}

.ct_three_box:hover p {
	background-size: 100% 1px;
}

.ct_three_box img {
	width: 15%;
	/* height: 90px; */
	display: block;
	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%);
	border-radius: 10px;
}

.ct-text_three {
	width: 83%;
	height: auto;
	line-height: 1.5;
}

.ct-text_three p {
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.ct-text_three p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	-webkit-line-clamp: 3;
}

.ct-text_three p:nth-of-type(3) {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 10px;
	color: #333;
	text-decoration: underline;
	color: #FC6B77;
}

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

}


.ct_box_five {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}

.ct_five_box {
	width: 30%;
	height: auto;
	padding: 5px 5px;
	border-radius: 5px;
	background-color: #F3F8FD;
	border-radius: 12px;
	transition: linear 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ct_five_box:hover,
.ct_six_box:hover {
	background-color: #fff;
	box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, .133), 0 .6px 1.8px rgba(0, 0, 0, .11);
	transform: translateY(-10px);
}

.ct_fb_bg {
	width: 32%;
	height: 160px;
	position: relative;
	border-radius: 12px 0 0 12px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cx_flur {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .6);
	position: relative;
}

.cf_flur {
	position: absolute;
	inset: 0px;
	--transform-scale: scale(1.5);
	background-blend-mode: luminosity, overlay, normal;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	--filter-params: blur(25px) saturate(4) contrast(80%);
	filter: blur(25px) saturate(4) contrast(80%);
	transform: 1.5 translate3d(0, 0, 0);
}

.cf_logo {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}

.ct-text_five {
	width: 80%;
}

.ct-text_five p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 4px;
}

.ct-text_five p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	-webkit-line-clamp: 2;
	line-height: 1.5;
}

.ct-text_five p:nth-of-type(2) {
	-webkit-line-clamp: 1;
	
	border-radius: 10px;
	color: #707688;
	font-size: 13px;
	text-transform: capitalize;
}

.ct-text_five p:nth-of-type(2) span {
	margin-left: 3px;
}

.ct-text_five p:nth-of-type(3) {
	font-size: 14px;
	color: rgb(96, 94, 92);
	-webkit-line-clamp: 3;
	line-height: 1.5;
}

.ct_box_six {
	display: flex;
	align-items: center;
	overflow-x: scroll;
	scroll-behavior: smooth;
}

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

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

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


.ct_six_box {
	height: auto;
	min-width: 280px;
	background-color: #F8F8FD;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin: 0 20px 20px 0;
	transition: linear 0.2s;
	border-radius: 10px;
}



.ct_six_bg {
	width: 100%;
	height: 160px;
	background-size: cover !important;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.cx_logo,
.cf_logo {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	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%);
	position: relative;
	z-index: 10;
}

.cf_logo {
	width: 60px;
	height: 60px;
}

.cx_logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-radius: 10px;
	border: 3px solid #fff;
}

.ct-text_six {
	width: 94%;
	padding: 15px 3%;
}

.ct-text_six p {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct-text_six p:nth-of-type(2) {
	margin: 10px 0;
	font-size: 13px;
	color: #4b5563;
	-webkit-line-clamp: 1;
}

.ct_text_flex {
	width: 100%;
	display: flex;
	margin: 10px 0 0;
	justify-content: space-between;
	align-items: center;
	color: #707688;
	font-size: 12px;
}

.food_app {
	width: 70%;
	padding: 20px 15%;
	background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
}

.ct_text_flex p {
	font-size: 13px;
	color: rgb(96, 94, 92);
}

.ct_text_flex p:nth-of-type(1) {
	display: flex;
	align-items: center;
}

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



	.caption_text {
		width: 95%;
		height: auto;
		margin: 10px auto;
		font-size: 20px;
	}

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

	.random_box {
		width: 70%;
		margin: 20px auto 0;
		padding: 10px 5%;
	}

	.tool_box {
		width: 100%;
	}

	.beauty_box {
		width: 92%;
		padding: 30px 3%;
	}

	.food_app {
		width: 96%;
		padding: 20px 2%;
	}

	.random_app {
		flex-wrap: wrap;
	}

	.ra_app_box {
		width: 100%;
	}

	.ct_one_box {
		width: 42%;
		margin: 0 auto 20px;
		box-shadow: 0 3px 24px 0 rgba(157, 174, 191, .24);
	}

	.ct-text_one p:nth-of-type(1) {
		font-size: 15px;
	}

	.ct-text_one p:nth-of-type(2) {
		font-size: 13px;
	}

	.ct_box_five {
		width: 96%;
		padding: 0 2%;
	}

	.ct_five_box {
		width: 96%;
	}

	.ct_box_two {
		width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}

	.ct_two_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;

	}

	.cb_img {
		width: 60px;
		height: 60px;
	}

	.ct_two_box img {
		width: 30%;
		/* height: 110px; */
		display: block;
	}

	.ct-text_tow {
		width: 65%;
		height: auto;

	}

	.ct_box_six {
		width: 96%;
		padding: 0 2%;
		justify-content: space-between;
	}

	.ct_six_box {
		width: 48%;
		margin: 0 20px 20px 0;
	}

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

	.ct_fb_bg {
		width: 32%;
		height: 145px;
	}



	.ct-text_tow p {
		line-height: 1.5;
	}

	.ct-text_tow p:nth-of-type(1) {
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;

	}

	.ct-text_tow p:nth-of-type(2) {
		font-size: 15px;
		font-weight: 500;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
		text-transform: capitalize;
	}

	.bor {
		width: 30%;
		height: 2px;
		background-color: #4e50da;
	}

	.ct_box_three {
		width: 96%;
		height: auto;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
	}

	.ct_three_box {
		width: 100%;
		margin: 0 5px 20px 0;
		align-items: center;
	}

	.ct_three_box:nth-of-type(1) {
		width: 100%;
		height: 350px;
	}

	.ct_three_box img {
		width: 27%;
		/* height: 90px; */
		border-radius: 8px;
		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-text_three {
		width: 70%;
	}

	.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(1) {
		font-size: 20px;
		color: #fff;
		text-decoration: none;

	}

	.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(2) {
		color: #fff;
		font-size: 16px;
	}

	.ct-text_three p:nth-of-type(1) {
		font-size: 13px;
	}

	.ct-text_three p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.ct_box_four {
		width: 96%;
		margin: 20px auto;
	}

	.type_box {
		width: 90%;
		padding: 24px 5% 14px;
	}

	.m-inner-box {
		flex-wrap: wrap;
	}

	.m-lbox,
	.m-rbox {
		width: 100%;
	}

}

@media (min-width:768px) {
	/* .ct_six_box:nth-of-type(4n) {
		margin-right: 0px;
	} */
}