.video-sec-content-wrap {
	padding: 37px 50px 47px 50px;
	background-color: var(--color-secondary);
	max-width: 1244px;
	clip-path: polygon(100% 0, 100% 86%, 97.5% 100%, 0 100%, 0 0);
	top: -44px;
}

.video-play-icon {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 143px;
	height: 143px;
	border-radius: 50%;
}

body .video-play-icon:hover circle {
	stroke: var(--color-white);
}

body .video-play-icon:hover path {
	fill: var(--color-white);
}

.video-sec-title {
	margin: 0 0 28px 0;
}

.video-sec-content {
	max-width: 916px;
}

.video-poster {
	padding-top: 34.4%;
}

@media screen and (max-width:1880px) {
	.video-sec-content-wrap {
		max-width: 1040px;
	}
}

@media screen and (max-width:1600px) {
	.video-sec-content-wrap {
		max-width: 920px;
		clip-path: polygon(100% 0, 100% 86%, 96% 100%, 0 100%, 0 0);
	}
}

@media screen and (max-width:1440px) {
	.video-sec-content-wrap {
		max-width: 860px;
	}

	.video-play-icon {
		width: 125px;
		height: 125px;
	}

	.video-play-icon svg {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:1360px) {
	.video-sec-content-wrap {
		max-width: 750px;
		padding: 35px 40px 45px;
	}
}

@media screen and (max-width:1200px) {
	.video-sec-title {
		margin: 0 0 24px 0;
	}

	.video-sec-content-wrap {
		max-width: 650px;
		padding: 35px 35px 40px;
	}

	.video-play-icon {
		width: 105px;
		height: 105px;
	}
}

@media screen and (max-width:991px) {
	.video-sec-content-wrap {
		max-width: 65%;
	}

	.video-poster {
		padding-top: 39.4%;
	}

	.video-play-icon {
		width: 85px;
		height: 85px;
		right: 40px;
		bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.video-sec-title {
		margin: 0 0 20px 0;
	}

	.video-sec-content-wrap {
		position: relative;
		max-width: 100%;
		top: 0;
		clip-path: unset;
	}

	.video-poster {
		padding-top: 50%;
		clip-path: polygon(100% 0, 100% 86%, 94% 100%, 0 100%, 0 0);
	}
}

@media screen and (max-width:640px) {


	.video-play-icon {
		width: 65px;
		height: 65px;
		right: 30px;
		bottom: 30px;
	}

	.video-sec-content-wrap {
		padding: 30px 30px 30px;
	}

	.about-us-sec::before {
		bottom: 0px;
		width: 20%;
		background-size: contain;
		left: unset;
		background-position: bottom right;
	}
}