@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: #918dff;
	font-family: 'Lato', sans-serif;
	border-top: 2px solid black;
}
.nav-bar {
	height: auto;
	padding-bottom: 10px;
}
.nav-bar .ustbar {
	background: #ffffff4a;
	padding: 15px;
	margin-top: 10px;
	border-radius: 10px;
}
.nav-li {
	background: #59578a;
	border-radius: 10px 0px 0px 10px;
	padding-top: 10px;
}
.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: white;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #cfcfcf;
	font-size: 20px;
	font-weight: bold;
}
.nav-li ul li a:hover {
	color: white;
	text-decoration: none;
}


.sohbetbar {
	background: #ffffff;
	margin-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
}
.sohbetbar h2 {
	color: black;
	font-weight: bold;
	padding: 15px;
	border-bottom: 1px solid silver;
	font-size: 35px;
}
.sohbetbar i {
	font-size: 20px;
	color: #59578a;
	border-radius: 5px;
	padding: 10px;
}
.sohbetbar span {
	font-weight: bold;
}
.sohbetbar div {
	margin-top: 10px;
}
.sohbetbar p {
	font-size: 18px;
	margin-top: 0px;
}
.sohbetbar input {
	margin-top: 10px;
	font-size: 17px;
	width: 100%;
	border: 1px solid #dcabee;
	border-radius: 50px;
	outline: 0;
	padding: 10px 10px 10px 30px;
}
.sohbetbar input::value .sohbetbar i {
	background: white;
}
.sohbetbar button {
	margin-top: 5px;
	padding: 5px;
	width: 70%;
	text-align: center;
	border-radius: 10px;
	font-size: 23px;
	background: #59578a;
	color: #fff7e8;
	border: 2px solid #59578a;
	letter-spacing: 1px;
	transition: all 0.5s ease;
}

.sohbetbar button:hover {
	background: white;
	color:  #59578a;
	transition: all 0.5s ease;
}

.sohbetbar button i {
	color: white;
}
.sohbetresim {
	text-align: center;
}
.sohbetresim img {
	width: 85%;
	animation:left linear 3s infinite;
}
.altbar {
	margin-top: 20px;;
}
.altbar i {
	font-size: 60px;
	color: #59578a;
}
.altbar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #59578a;
}
.altbar h3 {
	font-size: 14px;
	color: #545151;
}
.altbar button {
	width: 100%;
	border: none;
	background: #59578a;
	color: white;
	border: 1px solid #59578a;
	padding: 2px;
	border-radius: 5px;
}
.altbar button:hover {
	background: white;
	color: #59578a;
}
.col-alt {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 25px;
	background: #f6f6f6;
	border-radius: 10px;

}
.col-alt:hover {
	animation:right linear 2s infinite;
}
.sohbetmetin {
	background: #f6f6f6;
	border-radius: 10px;
}
.sohbetmetin h1, .sohbetmetin h2, .sohbetmetin h3 .sohbetmetin h4 {
	font-size: 27px;
	padding: 5px;
	font-weight: bold;
	color: #59578a;
}
.sohbetmetin p {
	font-size: 15px;
}
.sohbetmetin a {
	text-decoration: none;
	font-weight: bold;
	color: #59578a;
}
.sohbetkural {
	background: #f6f6f6;
	border-radius: 10px;
	margin: 0 auto;
}
.sohbetkural h1, .sohbetkural h2, .sohbetkural h3 .sohbetkural h4 {
	font-size: 27px;
	padding: 5px;
	font-weight: bold;
	color: red;
	text-align: center;
}
.sohbetkural p {
	font-size: 15px;
}
.sohbetkural i {
	margin-right: 10px;
	font-size: 10px;
	color: red;
}
.footer {
	margin-top: 70px;
	height: auto;
	padding: 50px;
	background: #f6f6f6;
}

.footer h2 {
	text-align: center;	
	color: #59578a;
	font-weight: bold;
	letter-spacing: 1px;

}
.footer i {
	color: #59578a;
}

.footer ul {
	margin-top: 20px;
	text-align: right;
}
.footer ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer ul li a {
	color: black;
	font-size: 20px;
}
.footer ul li a:hover {
	text-decoration: none;
	color: silver;
} 
.footer img {
	width: 100%;
}
.hakkimizda {
	color: black;
	font-weight: 100;
	text-align: right;
}
.hakkimizda b {
	font-weight: bold;
	color: #59578a;
}
.hakkimizda a {
	background: #918dff;
	color: #59578a;
	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;
}
.altform {
	margin-bottom: 40px;
	margin-top: -100px;
	background: #595789;
	padding: 30px;
	border-radius: 10px;
	border: 5px solid white;
}
.altform h2 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
}
.altform input {
	padding: 5px;
	border-radius: 5px;
	border: none;
	font-size: 20px;
	text-align: center;
	width: 100%;
}
.alftorm input:hover {
	outline: none;
}
.altform button {
	padding: 5px;
	font-size: 18px;
	border-radius: 4px;
	background: #918dff;
	color: white;
	border: 2px solid #918dff;
	box-shadow: 0px 0px 5px 2px white;
	width: 100%;
	margin-top: 10px;
}
.altform button:hover {
	background: white;
	color: #918dff;
}
.siksoru {
	background: #f6f6f6;
	padding: 5px;
	margin: 10px auto;
	border-radius: 10px;
}
.siksoru a {
	color: #59578a;
	font-weight: bold;
	font-size: 20px;
}
.siksoru a:hover {
	text-decoration: none;
}
.siksoru p {
	color: black;
}
.siksoru h2 {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 10px;
	border-bottom: 1px solid silver;
}
.bars {
	margin-left: -15px;
	background: white;
	padding: 10px;
	color: #59578a;
	border-radius: 20px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #59578a;
	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 ul li a {
		font-size: 17px;
		color: #59578a;
	}
	.nav-li .hizli {
		font-size: 15px;
	}
	.nav-li {
		background: #b1aeff;
	}
	.sohbetbar h2 {
		font-size: 20px;
	}
	.sohbetbar input {
		font-size: 16px;
	}
	.sohbetbar button {
		letter-spacing: 0;
		margin-top: 10px;
		font-size: 20px;
		width: 100%;
	}
	.sohbetmetin button {
		letter-spacing: 0;
		margin-top: 10px;
		font-size: 17px;
	}
	.sohbetmetin h2 {
		font-size: 18px;
		margin-top: 20px;
	}
	.sohbetmetin h3 {
		font-size: 14px;
	}
	.sohbetmetin h4 {
		font-size: 16px;
	}
	.altbar {
		text-align: center;
		padding: 5px;
	}
	.blogbar h1 {
		font-size: 16px;
	}
	.blogbar h2, .blogbar h3, .blogbar h4, .blogbar h5, .blogbar h6 {
		color: white;
		font-size: 25px;
		padding: 5px;
	}
	.metinbar {
		padding-left: 0;
		padding-right: 0;
	}
	.metinbar h1, .metinbar h2, .metinbar h3, .metinbar h4, .metinbar h5, .metinbar h6 {
		font-size: 20px;
	}
	.metinbar .renk {
		font-size: 15px;
	}
	.footer h2 {
		font-size: 20px;
		padding: 10px;
		margin-top: -12px;
	}
	.footer {
		background-size: 150%;
	}
	.footer img {
		width: 80%;
	}
	.footer ul li a {
		color: #131212;
		font-size: 19px;
		margin-left: -15px;
	}
	.col-alt {
		-ms-flex: 0 0 47%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0px auto;
		padding: 10px;
		margin-top: 5px;
	}
	.hakkimizda {
		text-align: center;
	}
}


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