@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@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');
*{
	font-family: 'Montserrat', sans-serif;
	padding:0;
	margin:0;
	text-decoration:none;
}
html{
	
   overflow: hidden !important;	
}
body{
	background: #fff;
    overflow: hidden !important;
    float: left;
    width: 100%;
    position: relative;
}
.logo{
	width:100%
}
.kont{
	padding:5px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 15px;
}
.kont i{
	background: #000000;
	width: 40px;
	height: 40px;
	text-align:center;
	line-height: 34px;
	border-radius:100%;
	font-size: 20px;
	color: #ffffff;
	margin-right: 5px;
	border: 3px solid #000000;
}
.konum{
	background: #f5821f;
	padding: 5px;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	}
	
	.konum .s{
	background: #000000;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:100%;
	font-size:20px;
	color: #f5821f;
	float: left;
	margin-right: 5px;
}
	.konum .c{
	background: #000000;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:100%;
	font-size:20px;
	color: #ffffff;
	float: right;
}
.v{
	background: #000000;
	width:50px;
	height:50px;
	text-align:center;
	line-height: 50px !important;
	border-radius:100%;
	font-size: 40px;
	color: #f5821f;
	float: left;
	margin-left: 45%;
	margin-bottom: 6px;
}
.konum h3{
	 line-height: 9px;
	 text-align: left;
	 font-weight: bold;
	 color: #ffffff;
	 float:left;
}
.konum h3 a{
	 color: #ffffff;
}

span.yol-tarifi {
    position: absolute;
    color: black;
    width: 100%;
    left: 0;
    padding: 16px;
    font-size: 12px;
}
.bg{
	
	position: absolute;
    z-index: -99;
    width: 149%;
    opacity: 0.2;
}
iframe{
width:100%;
height:100vh;
	border:none;
}
.info{
	
text-align: center;
	
width: 80%;
	
float: left;
	
background: #f5821f;
	
color: #fff;
	
padding: 10px;
	
border-radius: 100px;
	
margin-left: 10%;
	
margin-bottom: 9px;
}
.weblink{
	text-align:center;
	width: 100%;
	float: left;
	font-size: 20px;
	background: #f5821f;
	color: #fff;
	border-radius: 100px;
	padding: 10px;
}
.dil{
	width: 35%;
	float:left;
	margin-left: 31%;
	margin-bottom: 10px;
}
.dil a {
	width: 35%;
	float: right;
	margin-right: 5px;
}
.dil a img{
	width:100%;
}