/*# sourceMappingURL=banner.css.map */

.header-banner {
	position: relative;
	min-height: auto;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.header-banner h2 {
	font-size: 40px;
	position: relative;
	margin: 0 0 35px;
	font-family: "Montserrat", serif;
	line-height: 2;
}

.header-banner h2 span {
	font-size: 70px;
	line-height: 1.2;
}

.header-banner .carousel-wrap {
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.header-banner .banner-video {
	display: flex;
}

.header-banner .background-images {
	margin: 30px 0;
}

.image-container-wrap {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.image-container-wrap .image-wrap {
	overflow: hidden;
}

.image-container-wrap .image-wrap.top-radius {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.image-container-wrap .image-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner-text {
	position: absolute;
	padding: 0 30px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: 100%;
	z-index: 10;
}

.banner-text p {
	font-size: 30px;
}

.section-content-wrap {
	position: relative;
}

.banner-btn-wrap {
	position: relative;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.banner-btn-wrap a {
	margin: 0 10px;
}

/* ---------------------------------------------- /*
* Responsive
/* ---------------------------------------------- */
@media only screen and (min-width: 0px) and (max-width: 1024px) {
	.header-banner h2 {
		font-size: 30px;
		position: relative;
		margin: 0 0 20px;
		font-family: "Montserrat", serif;
		line-height: 1.5;
	}
	
	.header-banner h2 span {
		font-size: 40px;
		line-height: 1;
	}
	
	.header-banner .banner-text {
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	
	.header-banner .background-images.grid-2 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.header-banner .background-images .image-wrap {
		max-width: 100% !important;
	}
	
	.header-banner .background-images video {
		max-width: 100% !important;
	}
	
	.header-banner .banner-btn-wrap {
		margin-bottom: 20px;
	}
}
