.hero-text-container{
	margin-top: 7%;
	margin-left: 20%;
	position: relative;
	z-index: 3;
	color: white;
	padding: 10rem 0;

}
.h1-text{
	line-height: 7.0rem;
}

.hero-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.hero-slide {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
	background: var(--title-green);
}

.360-btn{
	padding: 140px 70px 140px 70px;
}





