@font-face {
	font-family: Antonio;
	src: url(antonio.ttf);
}
html {
	--scrollbarBG: white;
	--thumbBG: #025055;
}
body::-webkit-scrollbar {
	width: 15px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
body {
	font-family: Antonio, serif; 
	background-image: url('img/arkaplan.png');
}
.nav-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5px;
}
.nav-bar .item2 {
	margin-top: 10px;
	padding: 10px;
	background: #001822;
	border-radius: 10px;
	border: 3px solid silver;
	box-shadow: 0px 0px 30px 10px white;
}

.nav-bar .item {
	padding: 10px;
	background: #001822;
	border-radius: 10px;
	border: 3px solid silver;
	box-shadow: 0px 0px 30px 10px white;
}

.nav-bar .navs ul {
	text-align: right;
}
.nav-bar .navs ul li {
	margin-top: 20px;
	list-style-type: none;
	display: inline-block;
}
.nav-bar .navs ul li a {
	font-size: 30px;
	margin-right: 30px;
	color: #ffffff;
	padding: 10px;
	border-bottom: 2px solid #a8cf45;
}
.nav-bar .navs ul li a:hover {
	text-decoration: none;
	background: white;
	color: #001822;
	border-radius: 10px;
	border: none;
}
.sohbetbar {
	margin-left: 30px;
	background: white;
	border: 3px solid white;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.sohbetbar h2 {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	font-size: 30px;
	color: #3e4659;
	text-align: left;
	margin-left: 20px;
}
.sohbetbar label {
	text-align: left;
	font-size: 15px;
	margin: 5px;
	padding: 5px;
	font-family: 'Arial';
	color: #ff6666;
	font-weight: bold;
}
.sohbetbar form {
	background: white;
	padding: 20px;
	border-radius: 10px;
}
.sohbetbar i {
	font-size: 28px;
	color: #000000;
	background: white;
	padding: 10px;
	border-radius: 10px 0px 0px 10px;
	margin-right: 0px;
}
.sohbetbar input {
	margin-top: 10px;
	background: white;
	color: black;
	padding: 8px;
	font-size: 22px;
	border: none;
	border-bottom: 2px solid #7c7979;
	width: 70%;
	border-radius: 0px 10px 10px 0px;
}
.sohbetbar input:hover {
	outline: none;
}

.sohbetbar button {
	padding: 10px;
	font-size: 25px;
	border: none;
	margin-top: 10px;
	border-radius: 10px;
	width: 100%;
	background: #ff6154;
	color: #ffffff;
	box-shadow: 0px 0px 1px 1px #001822;
	letter-spacing: 3px;
}
.sohbetbar button:hover {
	background: white;
	color:  #001822;
}
.radyobar {
	position: relative;
	right: 0px;
	top: 3px;
	background: #ff6154;
	color: #ffffff;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
	font-size: 25px;
}
.radyobar button {
	animation:right linear 3s infinite;
	position: absolute;
	top: -22px;
	right: -40px;
	border: 4px solid #ffc421;
	background: #001822;
	color: #ffc421;
	padding: 20px 30px 20px 30px;
	border-radius: 46%;
	font-size: 50px;
}
.radyobar p {
	font-size: 20px;
	margin-bottom: -20px;
}
.radyobar i {
	font-size: 65px;
}
.istekbar {
	position: relative;
	width: 75%;
	right: -80px;
	top: 15px;
	background: white;
	color: #ff6154;
	padding: 9px;
	text-align: center;
	border-radius: 10px;
	font-size: 41px;
	letter-spacing: 15px;
	font-weight: bold;
	border: 1px solid #ff6154;
}
.istekbar:hover {
	background: #ff6154;
	color: white;
	animation: none;
}
.reklambar {
	background: #ff6154;
	color: white;
	width: 100%;
	padding: 9px;
	text-align: center;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #ff6154;
}
.reklambar:hover {
	background: #ff6154;
	color: white;
	animation: none;
}
.radyobilgi {
	text-align: center;
	margin-left: 140px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.radyobilgi h2 {
	color: #c7c6c6;
	font-size: 24px;
}
.radyobilgi h2 b {
	color: #ff6154;
}
.download {
	margin-top: 80px;
}
.download button {
	width: 80%;
	margin-left: 140px;
	padding: 15px;
	font-size: 23px;
	border: none;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #ffc421;
	color: #001822;
}
.download button:hover {
	background: white;
	color: #ff6154;
}
.altbar table {
	text-align: center;
}
.altbar h1 {
	text-align: center;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}
.altbar .blog {
	padding: 40px;
	margin-top: -50px;
}
.altbar h2 {
	background: #ff6154;
	color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
	font-size: 45px;
	border-radius: 10px;
}
.altbar table th {
	font-size: 30px;
	color: #ff6154;
	border-bottom: 3px solid #ff6154;
}
.altbar .table td, .table th {
	padding: 5px;
	font-size: 20px;
}
.table {
	color: #c9c9c9;
}
.footer {
	margin-top: 20px;
	padding: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	border-radius: 10px 10px 0px 0px;
	background: #001822;
}
.footer .itemf {
	text-align: center;
	padding: 10px;
	padding-top: 20px;
	border-radius: 10px;
}
.footer ul {

}

.footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.footer ul li a {
	color: white;
	padding: 15px;
	font-size: 24px;
}
.footer ul li a:hover {
	text-decoration: none;
	border-radius: 10px;
	background: white;
	color: #ff6666;
}
.hakkimizda {
	margin-top: 20px;
	text-align: center;
}
.hakkimizda h2 {
	color: #c5c2c2;
	font-size: 20px;
}
.bars {
	font-size: 30px;
}
@media screen and (max-width:1044px){ 
	.nav-bar {
		padding: 10px;
	}
	.nav-bar .item {
		padding: 20px;
	}
	.navs {
		display: none;
	}
	.nav-bar .navs ul li {
		display: block;
	}
	.nav-bar .navs ul li a {
		font-size: 20px;
	}
	.sohbetbar {
		margin-left: 0px;
	}
	.radyobar {
		position: fixed;
		top: 87%;
		left: 0;
		width: 100%;
		z-index: 1;
		font-size: 20px;
		text-align: left;
	}
	.radyobar p {
		display: none;
	}
	.radyobar button {
		animation: right linear 3s infinite;
		position: absolute;
		top: 0px;
		right: 10px;
		border: 4px solid #dbad27;
		background: #ffc421;
		color: #001822;
		padding: 20px 30px 20px 30px;
		border-radius: 46%;
		font-size: 20px;
	}
	.radyobar i {
		font-size: 20px;
	}
	.radyobilgi {
		margin-left: 0px;
		margin-top: 0px;
	}
	.download {
		margin: 0px;
	}
	.download button {
		width: 100%;
		margin-left: 0px;
	}
	.istekbar {
		position: relative;
		width: 100%;
		right: 0; 
		top: 0px;
		margin-bottom: 20px;
		font-size: 25px;
	}
	.sohbetbar form {
		padding: 10px;
	}
	.altbar h2 {
		font-size: 30px;
	}
	.footer ul li {
		list-style-type: none;
		display: block;
		margin-right: 15px;
		margin-top: 10px;
		margin-left: -20px;
	}
	.footer .itemf {
		margin-top: 15px;
	}
}
@keyframes right{
	0%{
		box-shadow: 0px 0px 1px 1px #ff6154;
	}
	40%{
		box-shadow: 0px 0px 3px 5px #ff6154;
	}
	100%{
		box-shadow: 0px 0px 9px 15px #ff6154;
	}
}
@keyframes renk{
	0%{
		background: #21a3bc;
	}
	50%{
		background: #21a3bc;
	}
	100%{
		background: #a8cf45;
	}
}