@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap');
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	width: 100%;
}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;
}.area {
	position: relative;
	max-width: 1660px;
	margin-left: auto;
	margin-right: auto;
}.fitt {
	height: inherit;
}.border {
	border: 1px solid #FF0032;
}.page {
	margin-top: 10px;
	margin-bottom: 40px;
}










.cipa {
	position:fixed;
	left:50%;
	bottom:40px;
	transform:translateX(-50%);
	z-index:102;
	animation:assagi_ani 1s infinite;
	font-size: 48px;
}.title {
	position: relative;
	width: 400px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../img/title.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom: 20px;
	font-size: 26px;
	color: #000;
	text-shadow: 2px 2px 3px rgba(0,0,0,.4);
	font-weight: bold;

}@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;
}.devam {
	position: relative;
	line-height: 60px;
	background-image: url(../img/sag.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}.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);
}.blok {
	position: relative;
	height: 80px;
}


.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:1820px) {
	.area {
		max-width: 1460px;
	}
}
@media only screen and (max-width:1620px) {
	.area {
		max-width: 1260px;
	}
}
@media only screen and (max-width:1420px) {
	.area {
		max-width: 1060px;
	}
}
@media only screen and (max-width:1080px) {
	.area {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/*
@media only screen and (max-width:1320px) {
	.orta {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:900px) {
	.cipa {
		
		display: none;
		opacity: 0;
		
	}.on_desktop {
		display: none;
	}.on_mobil {
		display: block;
	}
}

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