/**
 * Hero Banner Section
 *
 * Generated by Dreamz Page Builder on 2026-08-10.
 */

.hero_banner_section {
	position: relative;
	/* //background-image: url('../images/hero-banner-bg-image.png'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 167px 0;
}

.hero_banner_section::before {
	content: "";
	background: linear-gradient(90deg, rgba(13, 10, 8, 0.92) 11.72%, rgba(13, 10, 8, 0.66) 49.61%, rgba(13, 10, 8, 0.20) 67.33%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hero_banner_section .container {
	max-width: 1280px;
}

.hero_banner_section .hero_banner_content {
	position: relative;
	z-index: 2;
}

.hero_banner_section .hero_banner_heading h1 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	margin: 0;
}

@media (max-width: 1199px) {
	.hero_banner_section {
		padding: 140px 0;
	}

	.hero_banner_section .hero_banner_heading h1 {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 991px) {
	.hero_banner_section {

		padding: 100px 0;
	}

	.hero_banner_section .hero_banner_heading h1 {
		font-size: 40px;
		line-height: 46px;
	}
}

@media (max-width: 767px) {
	.hero_banner_section {
		padding: 60px 0;
	}

	.hero_banner_section .hero_banner_heading h1 {
		font-size: 30px;
		line-height: 36px;
	}
}