.section-next-projects .wrap-btn .btn-info {
    width: clamp(306px, 35%, 648px);
    height: clamp(67px, 8vw, 137px);
    padding-inline: clamp(20px, 5vw, 50px);
	font-size: clamp(30px, 2.7vw, 52px);
}
.section-next-projects .container-fluid {
	padding: 0;
}
.next-projects-card-item {
	box-shadow: 0 0 16px rgba(0, 57, 122, 0.15);
}
.section-next-projects .card-video-box {
	text-decoration: none;
}
.next-projects-card-item .card-img {
	border-radius: 10px !important;
	position: relative;
}
.next-projects-card-item .card-img img {
	filter: grayscale(1);
}
.next-projects-card-item:nth-child(3n) .card-img img,
.next-projects-card-item:nth-child(3n+4) .card-img img {
	filter: grayscale(0);
}
.next-projects-card-item .card-img::after {
	content: "";
	background: linear-gradient(0deg, rgba(6, 177, 183, 0.30) 0%, rgba(6, 177, 183, 0.30) 100%);
	mix-blend-mode: multiply;
	position: absolute;
	inset: 0;
	z-index: 2;
}
.next-projects-card-item .card-item:nth-child(3n+2) .card-img::after {
	background: linear-gradient(0deg, rgba(88, 186, 255, 0.30) 0%, rgba(88, 186, 255, 0.30) 100%);
}
.next-projects-card-item .card-item:nth-child(3n) .card-img::after {
	background: linear-gradient(0deg, rgba(247, 255, 211, 0.50) 0%, rgba(247, 255, 211, 0.50) 100%);
}
.next-projects-card-item .card-item:nth-child(3n+4) .card-img::after {
	background: linear-gradient(0deg, rgba(222, 104, 0, 0.30) 0%, rgba(222, 104, 0, 0.30) 100%);
}
.next-projects-card-item .card-content {
	background: rgba(35, 31, 32, 0.50);
	border-radius: 10px;
	padding: 8px 17px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	inset: auto 29px 36px 29px;
	z-index: 2;
}
.section-next-projects .card-video-box .card-title {
	font-weight: 700;
	line-height: 1.3;
}
.section-next-projects .card-video-box .card-text {
	line-height: 1.3;
}
.next-projects-card-item .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.next-projects-card-item .card-item-play {
	width: clamp(44px, 4.4vw, 60px);
	height: clamp(44px, 4.4vw, 60px);
}

@media screen and (max-width: 1440px) {
	.section-next-projects .card-video-box {
		height: 27vw;
	}
}
@media screen and (max-width: 1024px) {
	.section-next-projects .card-video-box {
        height: 33vw;
    }
	.next-projects-card-item .card-content {
		inset: auto 15px 7px 15px;
	}
}
@media screen and (max-width: 991px) {
	.section-next-projects .card-video-box {
        height: 35vw;
    }
}
@media screen and (max-width: 767px) {
	.section-next-projects .card-video-box {
		height: 200px;
	}
	.next-projects-card-item .card-content {
		background: none;
		padding: 0;
		left: 80px;
	}
	.next-projects-card-item .card-item-play {
		left: 16px;
		top: auto;
		bottom: 7px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.card-project-item-hover {
		position: static;
	}
}