@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
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: #12191c;
	font-family: 'Oswald', sans-serif;
}
.nav-bar {
	padding: 10px;
	margin-top: 10px;
	border-radius: 40px;
}
.nav-li {
}
.nav-li ul {
	display: block;
	height: 45px;
	text-align: right;
}
.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: #cc0000;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #d9d9d9;
	font-size: 27px;
	font-weight: bold;
}
.nav-li ul li a:hover {
	color: white;
	text-decoration: none;
}

.nav-li .hizli {
	position: relative;
	background: #cc0000;
	color: #ffffff;
	border: 3px solid #cc0000;
	padding: 5px;
	border-radius: 5px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
}
.nav-li .hizli:hover {
	background: transparent;
	color: #cc0000;
	transition: all 0.5s ease;
	z-index: 1;
}
.nav-li .hizli::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: white;
	border-radius: 5px;
	transition: all 0.5s ease;
	z-index: -1;
}
.nav-li .hizli:hover::before {
	height: 95%;
	transition: all 0.5s ease;
}
.headbar {
	background: white;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Arial';
	margin-top: 20px;
}
.sohbetbar {
	border-top: 1px solid silver;
	padding: 23px;
	background: #ffffff;
	margin-top: 20px;
	padding-bottom: 30px;
	border-radius: 20px;
}
.sohbetbar h2 {
	text-align: center;
	border-bottom: 1px solid silver;
	font-weight: bold;
	font-size: 33px;
}
.sohbetbar i {
	font-size: 20px;
	background: #cc0000;
	color:white;
	border-radius: 5px;
	padding: 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 {
	padding: 5px;
	width: 100%;
	border: none;
	text-align: center;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bol	d;
	background: #cc0000;
	color: white;
	letter-spacing: 5px;
	transition: all 0.5s ease;
	z-index: 1;
	margin-top: 10px;
}
.sohbetbar .mobilbtn {
	background: #01101f;
}
.sohbetbar button:hover {
	color:  #cc0000;
	background: white;
	transition: all 0.5s ease;
}
.mesajbar {
}
.mesajbar h2 {
	color: #d9d9d9;
	font-size: 35px;
}
.mesajbar h3 {
	color: #d9d9d9;
	font-size: 25px;
}
.mesajbar .row {
	margin-top: 50px;
}
.mesajbar .row h2 {
	font-size: 25px;
}
.mesajbar .row div {
	background: #cc0000;
	padding: 5px;
	border-radius: 10px;
}
.mesajbar i {
	color: #d9d9d9;
	font-size: 40px;
}
.mesajbar a:hover {
	text-decoration: none;
}
.mesajbar a:hover i {
	transform: rotate(360deg);
	transition: all 1.5s ease;
}
.mesajbar a h2:hover {
	color: white;
}
.altbar {
	margin-top: 70px;
}
.altbar img {
	width: 420px;
	height: 250px;
	border-radius: 25px;
	border: 1px solid #cc0000;
	box-shadow: 0px 0px 5px 5px white;
}
.altbar h2 {
	color: #d9d9d9;
	font-size: 30px;
	text-align: center;
}
.altbar h3 {
	color: #d9d9d9;
	font-size: 20px;
	text-align: center;
}
.altbar .sosyal {
	margin-top: 50px;
}
.altbar .sosyal a {
	color: #d9d9d9;
	font-size: 25px;
}
.altbar i {
	color: #cc0000;
	font-size: 30px;
}
.altbar a:hover i {
	transform: rotate(360deg);
	transition: all 1.5s ease;
}
.altbar a:hover {
	color: white;
}

.altbar2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.altbar2 .item1 {
	border-radius: 100px 10px 0px 20px;
	box-shadow: 0px 0px 1px 1px white;
	color: white;
}
.altbar2 .item2 {
	background: #cc0000;
}
.altbar2 .item2 h2, .altbar2 .item2 h3 {
	color: white;
}
.altbar2 .item3 {
	border-radius: 0px 100px 20px 0px;
	box-shadow: 0px 0px 1px 1px white;
	color: white;
}
.altbar2 i {
	font-size: 60px;
	color: white;
}
.altbar2 h2 {
	font-size: 30px;
}
.altbar2 h3 {
	font-size: 15px;
}
.blogmetin {
	background: white;
	padding: 10px;
	border-radius: 10px 0px 0px 10px;
}
.blogmetin h1 {
	text-align: center;
	font-size: 30px;
	color: #032243;
}
.blogmetin p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
}
.blogkural {
	background: #d9d9d9;
	padding: 10px;
	font-size: 15px;
	border-radius: 0px 10px 10px 0px;
}
.blogkural h2 {
	padding: 10px;
	text-align: center;
	font-size: 25px;
	border-bottom: 2px solid #cc0000;
}
.blogkural p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
}
.metin {
	font-family: 'Arial';
	background: white;
	margin-top: 20px;
	padding: 20px 10px 20px 10px;
	border-radius: 5px;
}
.metin h1 {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.footer {
	box-shadow: 0px 0px 15px 10px white;
	background: white;
	margin-top: 30px;
	padding: 10px;
}
.footer img {
	width: 75%;
}
.footer h2 {
	font-size: 25px;
}
.footer ul {
	background: #12191c;
	border-radius: 10px;
	padding: 5px;
}
.footer ul li {
	display: inline-block;
	padding: 10px 5px;
	font-weight: bold;
	list-style-type: none;
}
.footer i {
	margin-right: 5px;
	color: #cc0000;
	margin-right: 5px;
}
.footer ul li a {
	color: #d9d9d9;
	font-size: 20px;
	font-weight: bold;
}
.footer ul li a:hover {
	color: white;
	text-decoration: none;
}
.bilgi {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bilgi h2 {
	color: #777777;
	font-size: 17px;
}
.bilgi h3 {
	color: #777777;
	font-size: 15px;
}
.col-fot {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	border-radius: 5px;
	padding: 20px;
}
.col-alt {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 25px;
}
.bars {
	margin-left: -15px;
	background: white;
	padding: 10px;
	color: #cc0000;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #cc0000;
	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: 25px;
	}
	.sohbetbar input,.sohbetbar i {
		font-size: 16px;
	}
	.sohbetbar button {
		font-size: 20px;
	}
	.altbar {
		margin-top: 20px;
	}
	.altbar h2 {
		color: #d9d9d9;
		font-size: 20px;
	}
	.altbar h3 {
		color: #d9d9d9;
		font-size: 15px;
	}
	.altbar2 h2 {
		font-size: 20px;
	}
	.altbar2 h2 {
		font-size: 15px;
	}
	.altbar2 i {
		font-size: 40px;
	}
	.altbar2 img {
		width: 60px;
	}
	.blogmetin h1 {
		font-size: 20px;
	}
	.blogmetin p {
		font-size: 14px;
	}
	.footer img {
		width: 100%;
	}
	.footer ul {
		margin-top: 20px;
	}
	.footer li a {
		font-size: 20px;
	}
	.footer ul li {
		display: block;
	}
	.col-foot {
		-ms-flex: 0 0 47%;
		flex: 0 0 95%;
		max-width: 100%;
	}
	.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)
	}
}
}