@media only screen and (max-width: 750px){
	.orta{
		overflow: hidden;
	}
	.orta:after{
		background-size: 90% 90%;
		height: 80%;
	}
	.taksi_text{
		font-size: 55vw;
		top: 45%;
		transform: rotate(-13deg) translateY(-50%);
		left: 0;
		-webkit-text-stroke: 0.8px #fff;
		text-stroke: 0.8px #fff;
	}
}
@media only screen and (max-width: 600px){
	.ara{
		font-size: 25px;
		padding: 15px 45px 16px 95px;
	}
	.ara i{
		width: 80px;
		height: 80px;
		font-size: 45px;
		line-height: 83px;
	}
	.logo{
		width: 145px;
	}
}

@media only screen and (max-width: 425px){
	.orta{
		padding: 60px 0 50px;
	}
	.taksiler{
		margin: -6px auto;
	}
}


@media only screen and (max-width: 375px){
	.orta:after{
		height: 70%;
	}
	.taksi_text{
		top: 40%;
	}
}

@media only screen and (min-height: 640px){
	body{
		overflow: hidden;
	}
}
