@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;900&display=swap');
:root {
	--r1: #036181;
	--r2: #f7901e;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	width: 100%;
	background-color: #FFF;
}a {
	color: inherit;
	text-decoration: none;
}a:hover {
	color: inherit;
	text-decoration: none;
}


::-webkit-scrollbar {
	width: 14px;
}::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}::-webkit-scrollbar-thumb {
	background: #676767;
	border-radius: 0px;
}::-webkit-scrollbar-track {
	background: #888;
}::-webkit-scrollbar-thumb:hover {
	background: #282828;
}


#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;
}#loading .loading {
	width: 150px;
}#banenr {
	position: relative;
	height: 35VH;
	background-color: #CCC;
}.page_title {
	text-align: center;
	margin: 50px 0;
}#banner_content {
	position: relative;
	height: calc(100VH - 150px);
}#banner_content .content {
	position: relative;
	max-width: 1312px;
	margin: 0 auto;
	height: calc(100% - 60px);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}



.fitt {
	height: inherit;
}.border {
	border: 1px solid #FF0032;
}.cipa {
	position:fixed;
	left: 50%;
	bottom: 80px;
	transform:translateX(-50%);
	z-index: 102;
	animation: assagi_ani 1s infinite;
	font-size: 48px;
	font-weight: lighter;
	color: var(--r2);
	font-size: 30px;
}@keyframes assagi_ani {
	0% {
		bottom: 80px;
	} 50% {
		bottom: 40px;
	} 100% {
		bottom: 80px;
	}
}.image_cover {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}.image_contain {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}.w100 {
	width: 100%;
	height: auto;
}.w80_h {
	width: 80%;
	margin: 0 auto;
	height: inherit;
}.grd_2 {
	display: grid;
	grid-template-columns: auto auto;
}


.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;	
}.ftc {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}



.on_desktop {
	display: block;
}.on_mobil {
	display: none;
}
@media only screen and (max-width: 1400px) {
	.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;
	}.paylas {
		display: none;
	}.g2 {
		grid-template-columns: 1fr;
	}.w80_h {
		width: 90%;
		margin: 0 auto;
		height: inherit;
	}
}

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