@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #161616;
	width: 100%;
	background-color: #FFF;
}a {
	color: inherit;
	text-decoration: none;
}a:hover {
	color: inherit;
	text-decoration: none;
}


#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 img {
	
}.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;
}@keyframes assagi_ani {
	0% {
		bottom:40px;
		filter:invert(0%);
	} 50% {
		bottom:10px;
		filter:invert(40%);
	} 100% {
		bottom:40px;
		filter:invert(0%);
	}
}







.k1 {
	position: relative;
	z-index: 160;
	border: 1px solid #c77e37;
	color: #c77e37;
	padding: 10px 40px;
	font-family: 'Bastard';
	font-size: 18px;
	letter-spacing: 2px;
	width: min-content;
	white-space: nowrap;
	cursor: pointer;
	transition: 400ms all;
}.k1:hover {
	color: #c77e37;
	background-color: rgba(56,87,96,.4);
}.beyaz {
	position: absolute;
	z-index: 999;
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 600ms linear;
	background-color: rgba(255, 255, 255, 0.7);
}.mavi {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 600ms linear;
	background-color: rgba(70, 128, 255, 0.7);
}
@keyframes ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}
.k2 {
	position: relative;
	border: 1px solid #09191f;
	color: #09191f;
	padding: 10px 40px;
	font-family: 'Bastard';
	font-size: 18px;
	letter-spacing: 2px;
	transition: 400ms all;
}.k2:hover {
	color: #09191f;
	background-color: rgba(56,87,96,.4);
}



.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;	
}.sst {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}.sst50 {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}


.on_desktop {
	display: block;
}.on_mobil {
	display: none;
}
.area {
	position: relative;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1820px) {
	.area {
		max-width: 1100px;
	}
}
@media only screen and (max-width:1620px) {
	.area {
		max-width: 1000px;
	}
}
@media only screen and (max-width:1420px) {
	.area {
		max-width: 1000px;
	}
}
@media only screen and (max-width:1080px) {
	.area {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media only screen and (max-width:900px) {
	.k1 {
		padding: 5px 20px;
		font-size: 13px;
		letter-spacing: 0px;
	}
}