.hero-baner {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.hero-baner h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	font-size: 5.2vw;
	font-weight: 400;
	max-width: calc(100vw - 40px);
	width: 100%;
	text-align: center;
}

.hero-baner img {
	width: 100%;
	height: 130%;
	object-fit: cover;
	will-change: transform;
	display: block;
}

.hero-baner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}


.contact {
	background: #e0dcd8;
	padding: 80px 0;
}

.contact .heading {
	text-align: left;
}

.contact .heading h1 {
    color: #171717;
    font-size: 4vw;
    font-weight: 400;
}

.contact .heading p {
	font-size: 25px;
	margin: 0;
}

.contact_wrap {
	width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 70%) minmax(0, 1fr);
    grid-gap: 35px;
    margin-top: 150px;
}

.contact_wrap .fluentform input,
.contact_wrap .fluentform select,
.contact_wrap .fluentform textarea {
	background: #dbd7d3;
	padding: 20px;
	height: auto;
	border: none !important;
	box-shadow: none !important;
	color: #868e97;
}

.contact_wrap .fluentform input:focus,
.contact_wrap .fluentform select:focus,
.contact_wrap .fluentform textarea:focus {
	background: #dbd7d3;
}

.contact_wrap .fluentform textarea {
	height: 200px;
}

.contact_wrap .kontakt-info__item {
	margin-bottom: 30px;
}

.contact_wrap .kontakt-info__wrap h3 {
	font-weight: 400;
	color: #7e7c7a;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
}

.contact_wrap .kontakt-info__wrap h3 span {
	text-transform: capitalize;
	color: #171717;
	font-size: 17px;
	letter-spacing: 0;
}

.contact_wrap .kontakt-info__wrap p {
	margin-bottom: 0;
	margin-top: 5px;
}


.contact_wrap .kontakt-info__wrap p,
.contact_wrap .kontakt-info__wrap a {
	color: #171717;
}

.contact_wrap .kontakt-info__wrap a {
	text-decoration: underline;

}

.ff-btn-submit {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ff-btn-submit {
    background: #171717 !important;
    color: #fff;
    padding: 18px 30px !important;
    border-radius: 40px !important;
    font-size: 15px !important;
    text-decoration: none;
    border: 2px solid #171717;
}

.map{
	line-height: 0;
}
.map iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 2.6;
	object-fit: cover;
}


@media only screen and (max-width: 1600px) {
	.hero-baner {
		height: 410px;
	}
	.hero-baner h1 {
		font-size: 40px;
	}
	.contact .heading p {
	    font-size: 20px;
	}
	.contact_wrap {
		margin-top: 60px;
		grid-template-columns: minmax(0, 65%) minmax(0, 1fr);
	}
	.contact .heading h1 {
		font-size: 50px;
	}

}
@media only screen and (max-width: 992px) {
	.hero-baner {
		height: 440px;
	}
}

@media only screen and (max-width: 768px) {
	.contact {
		padding: 40px 0;
	}
	.contact_wrap {
		grid-template-columns: 1fr;
	}
	.contact .heading h1 {
		font-size: 30px;
	}
	.contact .heading p {
        font-size: 17px;
    }
}


@media only screen and (max-width: 600px) {
	.hero-baner {
		height: 200px;
	}
	.hero-baner h1 {
		font-size: 30px;
	}
    .contact .heading h1 {
        font-size: 25px;
    }
    .contact_wrap {
        margin-top: 30px;
    }
    .contact_wrap .fluentform input, 
    .contact_wrap .fluentform select, 
    .contact_wrap .fluentform textarea {
    	padding: 14px 20px;
    }
    .ff-btn-submit {
    	padding: 12px 30px !important;
    }
}






