html {
	--scrollbarBG: white;
	--thumbBG: #a32b2d;
}
body::-webkit-scrollbar {
	width: 10px;
}
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: 'Poppins', sans-serif;
	background: #f7f7f7;
	background: url(img/arkaplan.webp);
}
.nav-bar{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: #a32b2d;
	height: 225px;
	border-top: 2px solid #f4f4f4;
}
.nav-bar .container{
	padding:10px;
	border-radius:10px;
}
.nav-li ul{
	display:block;
	height:45px;
	text-align: right;
}
.nav-li ul li{
	display: inline-block;
	padding: 10px 7px;
	font-weight: 700;
	list-style-type: none;
}
.nav-li ul li i{
	margin-right:5px;
	margin-right:5px;
}
.nav-li ul li a{
	font-size: 17px;
	font-weight: 700;
	color: #a32b2d;
	background: #f4f4f4;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 7px 0px 10px 1px #7e7878;
}
.nav-li ul li a:hover{
	text-decoration:none;
	color: silver;
}
.nav-bar img {
	width: 80%;
}

.sohbetbar {
	background: url(img/arkaplan.webp);
	border-radius: 15px;
	margin-top: -105px;
	box-shadow: 0px 0px 3px 1px white;
	border-radius: 5px;
	padding: 35px 40px 0px;
	border: 1px dashed black;
}
.sohbetbar .sohbet {
	padding: 50px;
	background: #a32b2d;
	border-radius: 5px;
}
.sohbetbar .sohbet .baslik {
	color: white;
	font-size: 27px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
.sohbetbar .sohbet div {
	background: white;
	margin-top: 10px;
	padding: 5px;
	border-radius: 2px;
}
.sohbetbar .sohbet i {
	font-size: 20px;
	padding: 5px;
	color: #a32b2d;
}
.sohbetbar .sohbet input {
	border: none;
	width: 75%;

}
.sohbetbar .sohbet small {
	color: silver;
}
.sohbetbar .sohbet button {
	width: 100%;
	border: none;
	padding: 5px;
	margin-top: 10px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 1px white;
	border: 1px solid #f0f0f0;
}
.sohbetbar .sohbet button:hover {
}
.sohbetbar .mesaj {

}
.sohbetbar .mesaj i {
	color: #a02a2c;
	font-size: 35px;
}
.sohbetbar .mesaj h2 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
.sohbetbar .mesaj p {
	text-align: center;
	color: #343434;
}
.sohbetbar img {
	float: right;
	width: 100%;
	height: 300px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px #a02a2c;
	padding: 2px;
}
.download {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	margin: 20px auto 0px;
	padding: 15px 15px 0px;
}
.download a {
	font-size: 19px;
	padding: 0px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.download i {
	font-size: 35px;
	margin-top: -5px;
	color: #a32b2d;
}
.kanalbar {
	padding: 20px;
}
.kanalbar label {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	font-size: 15px;
	font-size: 20px;
	margin-right: 5px;
}
.kanalbar span {
	float: right;
	background: red;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	font-size: 15px;
}
.kanalbar h2 {
	font-size: 20px;
	margin-left: 15px;
	font-weight: bold;
}
.kanalbar ul {
	box-shadow: 0px 0px 1px 1px silver;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid silver;
}
.kanalbar ul li {
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px solid silver;
	font-size: 20px;
	color: #606060;
	background: white;
}
.blogbar {
	padding: 15px;
	margin-top: 10px;
	border-radius: 5px;
}
.blog {
	background: url(img/arkaplan.webp);
	border-radius: 15px;
	border: 2px dotted #c4c2c0;
	padding: 20px;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5 {
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	color: #a32b2d;
}
.blog i {

}
.blog p {
	font-size: 14px;
}
.blog a {

}
.bilgibar {
	position: relative;
	height: 490px;
	background: #a32b2d;
	color: white;
	padding: 30px 20px;
	border-radius: 5px;
	right: -5px;
}
.bilgibar h2 {
	font-size: 25px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px dashed;
}
.bilgibar p {

}
.bilgibar i {
	font-size: 20px;
	margin-right: 5px;
}
.footer {
	background: #a32b2d;
	padding: 20px;
}
.gununsozu {
	text-align: center;
	background: url(img/arkaplan.webp);
	border-radius: 15px;
	border: 2px dotted #a32b2d;
	padding: 20px 10px 0px;
	width: 80%;
	font-size: 20px;
}
.footerbar {
	padding: 30px;
}
.footerbar .fmsg {
	font-weight: bold;
}
.footerbar .fmsg a {
	text-decoration: none;
	color: #a32b2d;
}
.footerbar .hakkimizda {
	font-weight: bold;
	font-size: 13px;
}
.footerbar .hakkimizda a {
	text-decoration: none;
	color: #a32b2d;
}
.footerbar .bar ul{
	display:block;
	height:45px;
	text-align: right;
}
.footerbar .bar ul li{
	display: inline-block;
	padding: 10px 7px;
	font-weight: 700;
	list-style-type: none;
}
.footerbar .bar ul li i{
	margin-right:5px;
	margin-right:5px;
	color: #a32b2d;
	font-size: 20px;
}
.footerbar .bar ul li a{
	font-size: 17px;
	font-weight: 700;
	color: #4a4949;
	padding: 10px;
	border-radius: 5px;
}
.footerbar .bar ul li a:hover{
	text-decoration:none;
	color: silver;
}

.col-alt{
	-ms-flex:0 0 47%;
	flex:0 0 47%;
	max-width:50%;
	margin:0 auto;
	padding:10px;
	text-align:center
}
.bars {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 10px;
	font-size: 20px;
}
.yukari{
	display:none;
	position:fixed;
	bottom:0;
	right:0;
	border:none;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	background:#a32b2d;
	border-radius:5px;
	color:#fff;
	font-size:20px
}

@media screen and (max-width:1044px){
	.nav-bar img {
		width: 80%;
	}
	.nav-bar {
		height: auto;
	}
	.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:700;
		color:#777;
		list-style-type:none;
		text-align:center;
		width:100%;
		margin-left:-20px
	}
	.nav-li ul li a {
		padding: 5px;
	}
	.sohbetbar {
		margin-top: 0;
	}
	.sohbetbar .sohbet {
		padding: 35px;
	}
	.sohbetbar .mesaj {
		margin-top: 10px;
	}
	.sohbetbar .mesaj h2 {
		font-size: 20px;
	}
	.sohbetbar .mesaj i {
		font-size: 25px;
	}
	.download {
		border-bottom: none;
	}
	.kanalbar {
		display: none;
		padding: 0;
		margin-top: 20px;
	}
	.bilgibar {
		height: auto;
	}
	.gununsozu {
		width: 100%;
		font-size: 15px;
	}
	.footerbar {
		padding: 30px;
		text-align: center;
	}
	.footerbar ul{
		display:none;
		float:none;
		height:100%
	}
	.footerbar ul li{
		display:block;
		margin-right:10px;
		border:none;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:700;
		color:#777;
		list-style-type:none;
		text-align:center;
		width:100%;
		margin-left:-20px
	}
}
@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}

@font-face{
	font-family:'Lexend Deca';
	font-style:normal;
	font-weight:400;
	src:url(https://fonts.gstatic.com/s/lexenddeca/v16/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1wqxnG.ttf) format('truetype')
}
