.half-video-half-statistics {
	position: relative;
	z-index: 1;
}

.half-video-half-statistics__bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.half-video-half-statistics__heading {
	margin: 0 0 30px;
}

.half-video-half-statistics__image {
	position: relative;
}

.half-video-half-statistics__image .video-bttn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 16, 16, 0.19);
	display: flex;
	align-items: center;
	justify-content: center;
}

.half-video-half-statistics__image .video-bttn svg {
	width: 59px;
	transition: all ease 0.3s;
}

.half-video-half-statistics__text {
	padding: 15px 26px 0;
}

.half-video-statistics-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.half-video-statistics-item {
	width: calc(50% - 7.5px);
	aspect-ratio: 38 / 29;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: var(--color-white);
	background: var(--color-gray-600);
	padding: 0 5px;
}

.half-video-statistics-item:nth-child(2) {
	background: var(--primary-color);
}

.half-video-statistics-item:nth-child(3) {
	background: var(--color-black);
}

.half-video-statistics-item:last-child {
	background: var(--color-gray-400);
}

.half-video-statistics-item h3 {
	font-family: var(--body-font-family);
	font-size: 25px;
	font-weight: normal;
	color: var(--color-white);
	margin: 0 0 5px;
}

.half-video-statistics-item h3 span.bold-text {
	font-family: var(--title-font-family);
	font-weight: normal;
}

.half-video-statistics-item h3:last-child {
	margin-bottom: 0;
}

.half-video-statistics-item:last-child h3 {
	color: #000;
}

.half-video-statistics-item .btn-tertiary {
	font-size: 16px;
	padding: 0 36px 0 0;
	color: var(--color-black);
	overflow: unset;
}

.half-video-statistics-item .btn-tertiary::after {
	font-size: 22px;
	color: var(--primary-color);
}

.half-video-half-statistics__text__btn {
	margin: 35px 0 0;
}

.btn--underline {
	position: relative;

	&:before {
		all: unset;
		content: "";
		display: inline-block;
		height: 13px;
		width: 98px;
		position: absolute;
		bottom: 0;
		left: -6px;
		background-color: rgba(200, 15, 46, 0.15);
	}
}

@media (min-width: 768px) {
	.half-video-half-statistics__text {
		padding: 25px 52px 0;
	}

	.half-video-statistics-list {
		gap: 32px;
	}

	.half-video-statistics-item {
		width: calc(25% - 24px);
		aspect-ratio: 141 / 100;
	}

	.half-video-statistics-item h3 {
		font-size: 22px;
	}

	.half-video-half-statistics__image .video-bttn svg {
		width: 104px;
	}

	.half-video-half-statistics__image {
		margin: 0 52px;
		height: 407px;
	}

	.half-video-half-statistics__heading h2 {
		margin: 0 0 15px;
	}

	.half-video-statistics-item .btn-tertiary {
		padding: 0 29px 0 0;
	}

	.half-video-statistics-item .btn-tertiary::after {
		font-size: 19px;
	}
}

@media (min-width: 1200px) {
	.btn--underline {
		position: relative;
	
		&:before {
			all: unset;
			content: "";
			display: inline-block;
			height: 13px;
			width: 122px;
			position: absolute;
			bottom: 0;
			left: -6px;
			background-color: rgba(200, 15, 46, 0.15);
		}
	}
	
	.half-video-half-statistics__flex {
		display: flex;
		justify-content: space-between;
	}

	.half-video-half-statistics__image {
		margin: 0;
		width: calc(50% - 16px);
		height: 582px;
	}

	.half-video-half-statistics__text {
		padding: 0;
		width: calc(50% - 16px);
	}

	.half-video-statistics-list {
		gap: 42px 34px;
	}

	.half-video-statistics-item {
		width: calc(50% - 17px);
		aspect-ratio: 29 / 27;
		height: 270px;
	}

	.half-video-statistics-item h3 {
		font-size: 44px;
		margin: 0 0 25px;
	}

	.half-video-half-statistics__text__wrapper {
		max-width: 575px;
	}

	.half-video-half-statistics__heading {
		position: relative;
		padding: 0 350px 0 0;
	}

	.half-video-half-statistics__heading .btn {
		position: absolute;
		bottom: 6px;
		right: 3px;
	}

	.half-video-half-statistics__image .video-bttn svg {
		width: 144px;
	}

	.half-video-half-statistics__image:hover svg {
		transform: scale(1.2);
	}

	.half-video-statistics-item .btn-tertiary {
		font-size: 20px;
		padding: 0 57px 0 0;
	}

	.half-video-statistics-item .btn-tertiary::after {
		font-size: 37px;
	}

	.half-video-statistics-item .btn-tertiary:hover {
		color: var(--primary-color);
	}

	.half-video-statistics-item .btn-tertiary:hover::before {
		height: 100%;
	}

	.half-video-half-statistics__bg {
		height: calc(100% - 65px);
	}
}

@media (min-width: 1367px) {
	.half-video-half-statistics__text__wrapper {
		max-width: 613px;
	}
}
