@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	/* font-family: 'Cabin', sans-serif; */
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #555;
	width: 100%;
	background-color: #FFF;
}a {
	color: inherit;
	text-decoration: none;
}a:hover {
	color: inherit;
	text-decoration: none;
}
/*
::-webkit-scrollbar {
	width: 8px;
}::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}::-webkit-scrollbar-thumb {
	background: #787a7b;
	border-radius: 0px;
}::-webkit-scrollbar-track {
	background: none;
}::-webkit-scrollbar-track:hover {
	background: #c9ccce;
}
*/

#loading {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}










.orta {
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	margin-bottom: 40px;
}.fitt {
	height: inherit;
}.border {
	border: 1px solid #FF0032;
}.cipa {
	position:fixed;
	left:50%;
	bottom:40px;
	transform:translateX(-50%);
	z-index:102;
	animation:assagi_ani 1s infinite;
	font-size: 48px;
}.title {
	font-family: 'Teko', sans-serif;
	/* font-family: 'Agency FB', sans-serif; */
	font-size: 48px;
	font-weight: normal;

}@keyframes assagi_ani {
	0% {
		bottom:40px;
		filter:invert(0%);
	} 50% {
		bottom:10px;
		filter:invert(40%);
	} 100% {
		bottom:40px;
		filter:invert(0%);
	}
}#title {
	text-align: center;
}


.pageSpace {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}.pointer {
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0);
	transition: 400ms;
}.pointer:hover {
	border: 1px solid rgba(0,0,0,.6);
}


.ff {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}.fcl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}.fcr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}.ftr {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}.fcc {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}.flb {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbr {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}.fbl {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}.fbc {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;	
}


.on_desktop {
	display: block;
}.on_mobil {
	display: none;
}



@media only screen and (max-width:1400px) {
	.orta {
		max-width: 1200px;
	}
}
@media only screen and (max-width:1200px) {
	.orta {
		max-width: 1000px;
	}
}

@media only screen and (max-width:900px) {
	.cipa {
		/*
		display: none;
		opacity: 0;
		*/
	}.on_desktop {
		display: none;
	}.on_mobil {
		display: block;
	}.orta {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 100px;
	}
}

@media only screen and (max-width:600px) {
	#loading .loading {
		width: 50%;
		height: auto;
	}
}