.home-slider-area {
	background-color: #F5F5F5;
	padding-top: 6.9rem;
	padding-bottom: 14rem;
	position: relative;
}
.home-slider-row {
	display: flex;
	align-items: flex-start;
}
.home-slider-img {
	width: 76rem;
	flex-shrink: 0;
	height: 75.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-slider-content {
	width: calc(100% - 76rem);
	padding-top: 10rem;
}
.home-slider-content-inner {
	width: 54.1rem;
	max-width: 100%;
}
.home-slider-content-inner h1 {
	font-size: 6rem;
	line-height: 8rem;
}
.home-slider-text, .home-slider-content-inner .btn {
	margin-top: 4rem;
}
.home-slider-content-inner .btn {
    width: max-content;
}
.home-slider-p1 {
	width: 134.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.home-slider-area .container {
	position: relative;
	z-index: 1;
}
.hs-outline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.home-slider-video {
	width: 59.8rem;
	height: 59.1rem;
	overflow: hidden;
}
.home-slider-arrow a {
	width: 5.8rem;
	height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 2.9rem);
	left: -2.8rem;
	z-index: 9;
	box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.25) !important;
}
.home-slider-arrow .hs-next-arrow {
	left: inherit;
	right: -2.8rem;
}
.home-slider-video-pop {
	width: 59.8rem;
	height: 59.1rem;
	overflow: hidden;
	position: absolute;
	top: 7.9rem;
	left: 8.3rem;
	z-index: 10;
}
.home-slider-popup-single {
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 500;
	color: #000;
}
.home-slider-popup-single-inner {
	display: flex;
	align-items: center;
	column-gap: .7rem;
	background-color: #51BAB2;
	padding: 1rem 2.5rem;
	border-radius: 5rem;
	opacity: 0;
	transition: all .3s;
}
.home-slider-img:hover .home-slider-popup-single .home-slider-popup-single-inner {
	opacity: 1;
}
@media only screen and (max-width: 1050px) {
	.home-slider-row {
		flex-direction: column-reverse;
		align-items: center;
	}
	.home-slider-video {
		width: 280px;
		height: 318px;
	}
	.home-slider-content {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.home-slider-img {
		width: 318px;
		max-width: 100%;
		height: 318px;
		margin-bottom: 30px;
	}
	.home-slider-content-inner {
		width: 100%;
	}
	.home-slider-content-inner h1 {
		font-size: 32px;
		line-height: 1.3;
	}
	.home-slider-text {
		width: 500px;
		margin: 0 auto;
		margin-top: 10px;
		max-width: 100%;
	}
	.home-slider-content-inner .btn {
		margin-top: 13px;
	}
	.home-slider-p1 {
		width: 585px;
	}
	.home-slider-area {
		padding-top: 44px;
		padding-bottom: 107px;
	}
    .home-slider-video-pop {
        width: 256px;
        height: 267px;
        top: 25px;
        left: 31px;
    }
}