.section-home-hero {
	min-height: 100vh;
	margin-bottom: 50px;
	max-width: 2560px;
	margin: 0 auto 50px;
}

.section-home-hero .video-wrapper {
	position: relative;
	height: 96vh;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.section-home-hero .video-wrapper .background-video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 112%;
    min-height: 115%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.section-home-hero .video-wrapper:after {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2024/06/Home-hero-element.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0;
	left: 0;
	width: 953.744px;
	height: 340px;
	bottom: 0;
}

.section-home-hero .video-wrapper .background-overlay {
	background-color: #0000009E;
    opacity: 0.5;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.section-home-hero .page-title {
	font-size: 67px;
	color: #fff;
	margin: 0;
	font-weight: 700;
	line-height: 120%; /* 80.4px */
	letter-spacing: -1px;
}


.section-home-hero .page-subtitle {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 20px 0 32px;
	max-width: 600px;
}

.section-home-hero .button {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    background-color: #B1325F;
    border-radius: 40px 40px 40px 40px;
    padding: 12px 48px 12px 48px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-align: center;
    float: left;
    -webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -ms-border-radius: 40px 40px 40px 40px;
    -o-border-radius: 40px 40px 40px 40px;
	text-decoration: none;
}

.section-home-hero .button:hover {
	text-decoration: none;
}

.section-home-hero .bottom-side {
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 32px;
}

.section-home-hero .reviews-el {
	background-color: #1717171A;
	border-radius: 24px;
    background: rgba(23, 23, 23, 0.10);
    backdrop-filter: blur(30px);
	padding: 24px 32px;
	width: 100%;
	max-width: 606px;
}

.section-home-hero .reviews-el .row {
	align-items: center;
}

.section-home-hero .reviews-el .row .col-sm-auto:first-of-type {
	padding-right: 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.section-home-hero .reviews-el .row .col-sm-auto:nth-of-type(2) {
	padding-left: 24px;
	padding-right: 0;
}

.section-home-hero .reviews-el-item {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.section-home-hero .reviews-el-item .title {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-home-hero .reviews-el-item .title .bold {
	font-weight: 700;
}

.section-home-hero .reviews-el .button {
	font-size: 12px;
    font-weight: 400;
    background-color: #00000026;
    border-radius: 34px 34px 34px 34px;
    padding: 8px 20px 8px 20px;
	text-decoration: none;
	float: right;
}

.section-home-hero .container {
	position: relative;
}

.section-home-hero .bottom-side,
.section-home-hero .container {
	z-index: 2;
}

@media (max-width: 1535px) {
	.section-home-hero {
		margin-bottom: 40px;
	}

	.section-home-hero .page-title {
		font-size: 50px;
		max-width: 400px;
	}

	.section-home-hero .page-subtitle {
		font-size: 14px;
	}

	.section-home-hero .video-wrapper:after {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.section-home-hero .bottom-side {
		padding: 29px 24px;
	}
}

@media (max-width: 992px) {
	.section-home-hero .video-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 768px) {
	.section-home-hero {
		padding: 0 16px;
	}
	.section-home-hero .video-wrapper {
		border-radius: 32px;
		overflow: hidden;
		height: calc(100vh - 90px);
		padding: 0 12px;
	}

	.section-home-hero .page-title {
		font-size: 40px;
	}

	.section-home-hero .reviews-el .button  {
		display: none;
	}

	.section-home-hero .video-wrapper .background-video {
		min-width: 275%;
	}
}

@media (max-width: 560px) {
	.section-home-hero {
        min-height: auto;
		margin-bottom: 24px;
    }

	.section-home-hero .page-title {
		font-size: 32px;
		padding-right: 25%;
	}

	.section-home-hero .page-subtitle {
        padding-right: 10%;
    }

	.section-home-hero .button {
		width: 100%;
		text-align: center;
		padding: 14px 48px;
	}

	.section-home-hero .scroll-el {
		display: none;
	}

	.section-home-hero .reviews-el {
		background: none;
		padding: 0;
	}

	.section-home-hero .reviews-el-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		row-gap: 15px;
	}

	.section-home-hero .video-wrapper {
		align-items: flex-end;
		padding-bottom: 175px;
		height: 625px;
	}

	.section-home-hero .video-wrapper .background-overlay {
		background: linear-gradient(to bottom, rgba(118, 118, 118, 0.00) 0%, #2d2d2de0 64%);
        opacity: 1;
	}

	.section-home-hero .video-wrapper:after {
		content: none;
	}

	.section-home-hero .video-wrapper .background-video {
		min-width: 330%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (orientation: portrait) {
	.section-home-hero .video-wrapper {
		height: 52vh;
	}

	.section-home-hero {
		min-height: 50vh;
	}
}