@import url('gilroy.css');
*{
	box-sizing: border-box;
	text-decoration:none;
	font-family: 'Gilroy', sans-serif;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	background-color: #d0d0d0; 
}
body::-webkit-scrollbar-thumb {
	background-color: #888; 
}
body::-webkit-scrollbar-thumb:hover {
	background-color: #555; 
}
a{
	color: #d90000;
	transition: 500ms all;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
body{
	padding: 0;
	margin:0;
	background-color: #fff;
	background-image: url(../images/road.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 750px;
	position: relative;
	z-index: 1;
}
body:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: red;
	background: rgba(0, 0, 0, 0);
	backdrop-filter: saturate(57%) blur(15px);
}

.orta{
	width: 100%;
	max-width: 750px;
	min-height: 100vh;
	margin: 0 auto 0;
	padding: 85px 0 50px;
	background-image: url(../images/back_2.jpg),url(../images/road.jpg);
	background-position: center top,center top;
	background-size: 100% 100%,cover;
	background-repeat: no-repeat;
	background-blend-mode: soft-light;
	position: relative;
	z-index: 1;
}
.orta:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(0deg, #7e0000 0%, #8d1700 19%, rgb(255 127 61) 49%, #fff 101%);
	opacity: 0.8;
	z-index: -2;
}
.orta:after{
	content: '';
	width: 100%;
	height: 753px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/orta_back.png);
	background-size: 575px 100%;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: -1;
}

.taksi_text{
	font-family: 'Dancing Script', cursive;
	font-size: 400px;
	position: absolute;
	color: rgba(157,36,10,0.42);
	transform: rotateZ(-13deg);
	left: -20px;
	top: 132px;
	font-weight: 600;
	opacity: 0.5;
	-webkit-text-stroke: 1.2px #fff;
	text-stroke: 1.2px #fff;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 0;
}

.ara{
	display: table;
	margin: 0 auto;
	background-color: #b90000;
	color: #fff;
	padding: 15px 45px 23px 155px;
	font-size: 55px;
	font-weight: 900;
	border-radius: 61px;
	position: relative;
	z-index: 1;
}
.ara i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	height: 130px;
	background-color: #b90000;
	border-radius: 50%;
	box-shadow: 0 0 14px #7c0000;
	text-align: center;
	line-height: 133px;
	font-size: 75px;
}

.logo{
	max-width: 503px;
	margin: 20px auto 0;
	display: block;
	position: relative;
	z-index: 1;
}

.taksiler{
	display: block;
	margin: 10px auto 0;
	position: relative;
	z-index: 1;
}

.text{
	text-align: center;
	color: #fff;
}
.text small{
	display: block;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.text strong{
	display: block;
	font-size: 41px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: -9px;
}
.text strong b{
	font-family: 'Gilroy', sans-serif;
	font-weight: 900;
	height: 33px;
	display: inline-block;
	position: relative;
	top: 0;
	overflow: hidden;
}

.btn_alan{
	text-align: center;
	margin-top: 25px;
}
.btn_alan a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 33px;
	color: #fff;
	background-color: #32ce69;
	line-height: 52px;
	border-radius: 10px;
	margin: 0 5px;
}