@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../animate/animate.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	margin: 0!important;
	padding: 0!important;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #f0f0f8 !important;
	color: #808080 !important;
	font-size: 0.9rem;
	font-weight: 400 !important;
}

h1 {
	font-weight: 500;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 3px;
}

h2 {
	font-weight: 500;
	font-size: 1.2rem;
	color: #212529;
	margin-bottom: 16px;
}

h2::after {
	width: 75px;
	height: 1px;
	background: rgba(0,0,0,1);
	content: '';
	display: block;
	position: relative;
	margin-top: 10px;
	left: initial;
	right: initial;
	margin-left: 0;
	margin-right: auto;
	transform: none;
}

.ustBarLeft {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999999;
}

.ustBarLeft h1 {
	font-weight: 500;
	font-size: 1.6rem;
	color: #ffffff;
	letter-spacing: 3px;
}

.ustBarRight {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 9999999;
}

.ustBarRight a:not(:last-child) {
    margin-right: 6px !important;
}

.iletisim {
    position: absolute;
    background: #000000;
    z-index: 1;
    width: 100%;
	height: 100vh;
    padding: 15px 34px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

#googleMap {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.fa {
	font-size: 22px;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}