@font-face {
	font-family: 'asap';
	src: url('font.ttf');
}

html {
	--scrollbarBG: white;
	--thumbBG: #0c345e;
}
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 {
	background-image: url(img/yildiz.png);
	background: #060120;
	font-family: 'asap',sans-serif;
}
.nav-bar {
	background-image: url(img/header.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: black;
	height: auto;
	padding-bottom: 10px;
	box-shadow: 0px 2px 5px 1px #f66504;
}
.nav-bar .ustbar {
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 1px white;
}
.nav-li {
}
.nav-li ul {
	display: block;
	height: 45px;
	text-align: center;
}
.nav-li ul li {
	display: inline-block;
	padding: 10px 5px;
	font-weight: bold;
	list-style-type: none;
}
.nav-li ul li i {
	margin-right: 5px;
	color: #ff7900;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #d9d9d9;
	font-size: 20px;
	font-weight: bold;
}
.nav-li ul li a:hover {
	color: white;
	text-decoration: none;
}

.nav-li .hizli {
	position: relative;
	background: #ff7900;
	color: #ffffff;
	border: 3px solid #ff7900;
	padding: 5px;
	border-radius: 5px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 1s ease;
}
.nav-li .hizli:hover {
	background: transparent;
	color: #ff7900;
	transition: all 0.5s ease;
	z-index: 1;
}
.nav-li .hizli::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: white;
	border-radius: 5px;
	transition: all 0.5s ease;
	z-index: -1;
}
.nav-li .hizli:hover::before {
	height: 95%;
	width: 100%;
	transition: all 0.5s ease;
}
.headbar {
	background: white;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Arial';
	margin-top: 20px;
}
.sohbetbar {
	background: #ffffff;
	margin-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}
.sohbetbar h2 {
	background: linear-gradient(to right, #060120, #ff7900);
	color: white;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid silver;
	font-size: 28px;
	border-radius: 0px 0px 50px 50px;
}
.sohbetbar i {
	font-size: 20px;
	background: #060120;
	color:white;
	border-radius: 5px;
	padding: 10px;
}
.sohbetbar div {
	text-align: center;
	margin-top: 10px;
}
.sohbetbar input {
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	width: 80%;
	border: none;
	border-bottom: 1px solid black;
	text-align: center;
	outline: 0;
}
.sohbetbar input::value .sohbetbar i {
	background: white;
}
.sohbetbar button {
	position: relative;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: center;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bol	d;
	background: #060120;
	color: white;
	border: 3px solid white;
	letter-spacing: 5px;
	transition: all 0.5s ease;
	z-index: 1;
}
.sohbetbar .mobilbtn {
	background: #060120;
}
.sohbetbar button:hover {
	color:  #f66504;
	transition: all 0.5s ease;
}
.sohbetbar button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	background: white;
	border-radius: 10px;
	transition: all 0.5s ease;
	z-index: -1;
}
.sohbetbar button:hover::before {
	height: 90%;
	width: 99%;
}
.sohbetmetin h2 {
	font-weight: bold;
	color: #df6904;
	background: #171717c2;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
}
.sohbetmetin h3 {
	background: #171616;
	text-align: center;
	color: #c8baba;
	font-size: 20px;
	padding: 5px;
}
.sohbetmetin h4 {
	background: #0a0a0a87;
	padding: 5px;
	border-radius: 5px;
	color: #ee7102;
	font-weight: bold;
	border-top: 2px solid;
	padding-top: 10px;
	font-size: 26px;
}
.sohbetmetin button {
	position: relative;
	border: none;
	width: 100%;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(to right, #cc0000, #ff7900);
	color: white;
	border-radius: 0px 0px 40px 40px;
	transition: all 0.5s ease;
	z-index: 1;
}
.sohbetmetin button:hover {
	color:  #f66504;
	transition: all 0.5s ease;
}
.sohbetmetin button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	background: white;
	border-radius: 0px 0px 40px 40px;
	transition: all 0.5s ease;
	z-index: -1;
}
.sohbetmetin button:hover::before {
	height: 90%;
	width: 98%;
}
.altmetin {
	margin: auto;
	margin-top: 30px;
}
.altmetin h2 {
	width: 100%;
	background: #06011f;
	padding: 20px;
	border-radius: 2px;
	color: #ffffff;
}
.altmetin button {
	position: relative;
	width: 100%;
	text-align: center;
	border: none;
	padding: 20px;
	font-size: 25px;
	color: white;
	letter-spacing: 5px;
	background: linear-gradient(to right, #cc0000, #ff7900);
	transition: all 0.5s ease;
	z-index: 1;
	border-radius: 10px;
}
.altmetin button:hover {
	color:  #f66504;
	transition: all 0.5s ease;
}
.altmetin button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	background: white;
	border-radius: 0px 0px 40px 40px;
	transition: all 0.5s ease;
	z-index: -1;
}
.altmetin button:hover::before {
	height: 90%;
	width: 98%;
}
.altbar {
	background: white;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px 3px #d20f00;
}
.kanalbar {
	padding: 10px;
	background: #060120;
	margin: 10px auto;
	border-radius: 10px;
	text-align: center;
	color: white;
}
.kanalbar ul {

}
.kanalbar ul li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	padding-bottom: 40px;
	margin-top: 20px;
}
.kanalbar li .sol {
	float: left;
}
.kanalbar li .sag {
	float: right;
	position: absolute;
	right: 30px;
	background: #f66504;
	padding: 2px 20px;
	border-radius: 5px;
}
.bilgi {
	position: relative;
	top: 10px;
	background: #f66504;
	padding: 10px;
	color: white;
	border-radius: 10px;
	text-align: center;
	font-size: 15px;
}
.bilgi h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
.bilgi h3 {
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid silver;
	margin-top: 13px;
	padding-top: 13px;
}
.bilgi span {
	background: white;
	padding: 0px 8px;
	color: black;
	font-weight: bold;
}
.col-alt {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 25px;
}
.kuralbar h2 {
	background: linear-gradient(to right, #cc0000, #ff7900);
	text-align: center;
	padding: 2px;
	color: white;
	border-radius: 10px;
	margin-top: 10px;
}
.kuralbar p {
	margin-bottom: 7px;
	font-size: 14px;
}
.metinbar {
	background: white;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 3px #f66504;
}
.metinbar h1 {
	background: linear-gradient(to right, #cc0000, #ff7900);
	text-align: center;
	padding: 2px;
	color: white;
	border-radius: 10px;
	margin-top: 10px;
}
.metinbar h2 {
	background: black;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	color: white;
}
.footer {
	background-image: url(img/footer.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: black;
	height: auto;
	padding-bottom: 10px;
	box-shadow: 0px 2px 5px 1px #f66504;
}
.footlogo {
	text-align: center;
	background: #0303037a;
	border-radius: 0px 0px 90px 90px;
	padding: 10px;
	margin-bottom: 10px;
}
.footer h2 {
	text-align: center;	
	color: #f45f00;
	font-weight: bold;
	letter-spacing: 1px;

}
.footer img {
	width: 25%;
}
.footer ul {
	margin-top: 20px;
	text-align: center;
}
.footer ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer ul li a {
	color: #e7e5e5;
	font-size: 20px;
}
.footer ul li a:hover {
	text-decoration: none;
	color: #ff914d;
} 
.footer img {
	width: 30%;
}
.hakkimizda {
	color: #a3a3a3;
	font-weight: 100;
}
.hakkimizda b {
	font-weight: bold;
	color: #ff914d;
}
.hakkimizda a {
	color: #d26300;
	background: white;
	padding: 4px;
	font-size: 13px;
	border-radius: 4px;
}
.hakkimizda a:hover {
	text-decoration: none;
}
.hakkimizda img {
	margin-top: -40px;
	margin-bottom: -40px;
	font-weight: bold;
	width: 20px;
	width: 20px;
}
.bars {
	margin-left: -15px;
	background: white;
	padding: 10px;
	color: #e96f03;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #e96f03;
	border-radius: 5px;
	color: white;
	font-size: 20px;
}
@media screen and (max-width:1044px){ 
	.nav-bar {
		padding: 20px;
	}
	.nav-li ul {
		display: none;
		float: none;
		height: 100%;
	}
	.nav-li ul li {
		display: block;
		margin-right: 10px;
		border: none;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
		color: #777777;
		list-style-type: none;
		text-align: center;
		width: 100%;
		margin-left: -20px;
	}
	.nav-li .hizli {
		font-size: 15px;
	}
	.sohbetbar h2 {
		font-size: 20px;
	}
	.sohbetbar input {
		font-size: 20px;
	}
	.sohbetbar input {
		font-size: 20px;
	}
	.sohbetmetin h2 {
		font-size: 20px;
		margin-top: 20px;
	}
	.sohbetmetin h4 {
		font-size: 20px;
	}
	.kuralbar {
		margin-top: 20px;
		border-top: 1px solid silver;
	}
	.kuralbar h2 {
		font-size: 22px;
		padding: 5px;
	}
	.metinbar h1 {
		font-size: 22px;
		padding: 10px;
	}
	.metinbar h2 {
		font-size: 22px;
		padding: 10px;
	}
	.footer h2 {
		font-size: 20px;
		padding: 10px;
		margin-top: -12px;
	}
	.footer {
		background-size: 150%;
	}
	.footer img {
		width: 80%;
	}
	.col-alt {
		-ms-flex: 0 0 47%;
		flex: 0 0 95%;
		max-width: 100%;
		margin: 0px auto;
		padding: 10px;
		margin-top: 5px;
	}
}


@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}
}