/* landing page css start */
:root {
	--hfz-color: #2E679E;
	--font-poppins: 'Poppins', sans-serif;
}
* {
	font-family: var(--font-poppins);
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: var(--font-poppins);
}
a {
	text-decoration: none;
}
.hfz_header {
	position: absolute;
	width: 100%;
	top: 0;
	background: transparent;
	padding-top: 20px;
	padding-bottom: 20px !important;
	z-index: 10;
}
.hfz_banner {
	min-height: calc(100vh - 54px);
	display: flex;
	align-items: center;
}
.hfz_app_buttons img {
	height: 50px;
}
.hfz_header .row {
	align-items: center;
}
.hfz_logo img {
	height: 66px !important;
	width: auto;
}
.hfz_footer {
	background: #000;
}
.hfz_footer_bottom {
	align-items: center;
	padding: 15px 0;
}
.hfz_copyright {
	color: #FFFFFFB2;
	font-size: 16px;
	font-weight: 400;
}
.hfz_copyright p {
	margin: 0;
}
.hfz_banner .row {
	padding-top: 95px;
	padding-bottom: 65px;
}
.hfz_banner h1 {
	color: #202020;
	font-size: 54px;
	font-weight: 700;
	text-transform: inherit;
	font-family: var(--font-poppins) !important;
	line-height: 1.2;
	margin-bottom: 18px;
	margin-top: 40px;
}
.hfz_banner h1 span {
	font-size: 54px;
	font-weight: 700;
	text-transform: inherit;
	font-family: var(--font-poppins);
	line-height: 1;
	color: var(--hfz-color);
}
.hfz_banner p {
	color: #000000B2;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 500px;
	margin-bottom: 13px;
}
.hfz_banner .container {
	position: relative;
}
.hfz_banner .container::before {
	content: '';
	position: absolute;
	top: -140px;
	left: 12px;
	width: 1176px;
	height: 930px;
	background: url('./images/banner-lines.png') repeat top;
	background-size: contain;
	right: 12px;
	z-index: -1;
}
.hfz_banner p + span {
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 500px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
    .hfz_header {
        padding-top: 10px;
        padding-bottom: 10px !important;
    }
	.hfz_logo img {
		height: 45px !important;
		width: auto;
		margin: auto;
	}
	.hfz_banner {
		text-align: center;
	}
	.hfz_logo {
		text-align: center;
	}
	.hfz_app_buttons img {
		height: 40px;
		margin-bottom: 20px;
	}
	.banner-image-hfz img {
		width: 100%;
	}
    .hfz_banner h1, .hfz_banner h1 span{
        font-size: 35px;
        margin-top: 0;
    }
    .hfz_banner p, .hfz_banner p + span {
        font-size: 16px;
    }
    .hfz_blue_button, .hfz_blue_button:hover {
        border-radius: 8px;
        padding: 10px 18px;
        font-size: 14px;
    }
    .hfz_footer_bottom {
        padding-top: 18px;
        text-align: center;
    }
    .hfz_footer {
        margin: 0 !important;
    }
	
}
