/* Theme Name: Yellow Sohbet Temasi
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com Özel Tasarım.
Version: v1 */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@200&display=swap');
@font-face {
	font-family: 'asap';
	src: url('font.ttf');
}

html {
	--scrollbarBG: white;
	--thumbBG: #0c345e;
}
body::-webkit-scrollbar-thumb:hover {
	--scrollbarBG: white;
	--thumbBG: #eea822;
}
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: 'Bai Jamjuree', sans-serif;
	background: #29200d;
}
.wimg {
	background: #ffffff0f;
	border-radius: 10px;
	padding: 5px;
}
.headerbar {
	background-image: url(img/header2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: black;
	height: auto;
	padding-bottom: 10px;
}
.nav-bar {
	background: #ffffff0f;
	padding: 20px;
	margin-bottom: 20px;
}
.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: #eea822;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #f7f7f7;
	font-size: 20px;
	font-weight: bold;
}
.nav-li ul li a:hover {
	color: silver;
	text-decoration: none;
}

.nav-li .hizli {
	background: #eea822;
	color: black;
	border: 2px solid #eea822;
	padding: 10px;
	border-radius: 40px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
}
.nav-li .hizli:hover {
	background: #f7f7f7;
	color: black;
	transition: all 0.5s ease;
	z-index: 1;
}

.headbar {
	background: white;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Arial';
	margin-top: 20px;
}
.sohbetbar {
	border-top: 1px solid silver;
	padding: 23px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 2px #015e9b;
	margin-top: 20px;
	padding-bottom: 30px;
	border-radius: 10px;
	margin: 15px auto;
}
.sohbetbar h2 {
	text-align: center;
	font-size: 25px;
	letter-spacing: 11px;
	padding: 5px;
	font-weight: bold;
}
.sohbetbar i {
	font-size: 20px;
	background: #eea822;
	color: white;
	border-radius: 50%;
	padding: 12px;
}
.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 {
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: center;
	border-radius: 10px;
	font-size: 26px;
	font-weight: bold;
	background: #eea822;
	color: black;
	border: 3px solid #eea822;
	letter-spacing: 5px;
	transition: all 0.5s ease;
	z-index: 1;
}

.sohbetbar button:hover {
	color: black;
	background: white;
	transition: all 0.5s ease;
}


.sohbetmetin {
	margin-top: 60px;
}
.sohbetmetin h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-bottom: 0px;
	color: #eea822;
	text-align: center;
	background: #ffffff3b;
	border-radius: 10px;
}
.sohbetmetin h3 {
	font-size: 18px;
	color: silver;
	border-radius: 10px;
	text-align: center;
}
.sohbetmetin .item {

}
.sohbetmetin button {
	padding: 10px;
	background: white;
	color: black;
	border: 2px solid #f8f8f8;
	border-radius: 10px;
	width: 90%;
	font-weight: bold;
}
.sohbetmetin button:hover {
	color: black;
	background: #eea822;
}
.sohbetmetin a:hover {
	text-decoration: none;
}
.sohbetmetin i {
	font-size: 40px;
	padding: 10px;
	color: #eea822;
}
.col-metin {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 50%;
	text-align: center;
	border-radius: 5px;
	background: white;
	height: 80px;
	margin: 21px auto;
}
.altbar .item {
	margin-top: 20px;
	padding: 10px;
	background: white;
	border-radius: 10px;
}
.item2 {
	padding: 15px;
	text-align: center;
	background: white;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: 10px;
}
.item2:hover, .item2:hover a {
	background: #eea822;
	color: white;
}
.item2 a {
	color: black;
}
.item2 a:hover {
	text-decoration: none;
}
.item2 i {
	font-size: 30px;
	padding: 10px;
	background: #eea822;
	border-radius: 10px;
	color: black;
	float: left;
	margin-top: 3px;
}
.item2 h2 {
	font-size: 23px;
	margin-top: 13px;
	font-weight: bold;
}
.col-rek {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 19%;
	max-width: 35%;
}
.blog {
	padding: 30px;
	background: white;
	margin-top: 20px;
	border-radius: 5px;
	font-weight: bold;
}
.blog h1 {
	font-weight: bold;
	font-size: 34px;
	color: #eea822;
}
.blog h2 {
	font-weight: bold;
	text-align: center;
}
.blog h3 {
	text-align: center;
	border-bottom: 2px solid;
	padding-bottom: 10px;
}
.blog .item {
	padding: 10px;
	text-align: center;
	background: #eea822;
	margin: 0px auto;
	margin-top: 50px;
	border-radius: 5px;
}
.blog .item img {
	width: 260px;
	background: white;
	height: 160px;
	margin-top: -40px;
	border: 2px solid black;
	box-shadow: 0px 0px 5px 1px;
	border-radius: 10px;
}
.blog .item h2 {
	font-weight: bold;
	color: white;
	padding: 10px;
	font-size: 25px;
}
.blog .item p {
	color: white;
}
.blog .item button {
	padding: 5px;
	width: 100%;
	border: none;
	border-radius: 5px;
	background: white;
	border: 2px solid white;
	color: black;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
.blog .item button:hover {
	background: #eea822;
	color: white;
}
.col-blog {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 30%;
	max-width: 35%;
}
.yorum{
	font-weight: bold;
	color:black
}
.yorum a{
	color: black
}
.yorum li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid black;
	list-style-type: none;
	border-radius: 5px
}
.yorum textarea{
	width: 100%;
	height: 100px;
	border-radius: 5px
}
.yorum input[type=text]{
	width: 100%;
	border-radius: 5px;
	background: white;
}
.yorum input[type=submit]{
	background: white;
	color: black;
	width: 100%;
	border-radius: 10px;
	text-align: center
}
.yorum input[type=submit]:hover {
	background: #eea822;
}
.yorum .comment-form-url{
	display: none
}

.altbar2 {
	padding: 10px;
	margin-top: 10px;
	background: white;
	border-radius: 10px;
}
.altbar2 h1 {
	font-size: 25px;
	color: black;
	font-weight: bold;
}
.altbar2 p {
	font-weight: bold;
}
.newbar {
	background-image: url(img/alt.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 30%;
	margin-bottom: 85px;
}
.sosyal {
	margin: 0px 40px 10px;
	padding: 20px;
	border-radius: 10px;
	background: #f5d7d724;
}
.sosyal h2 {
	text-align: center;
	font-size: 25px;
	padding: 20px;
	color: #d9d9d9;
	background: #d21524;
	border-radius: 0px 0px 10px 10px;
	width: 60%;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 20px;
}
.sosyal i {
	color: #d21524;
	font-size: 30px;
	margin-right: 10px;
}
.sosyal a {
	color: #d9d9d9;
	font-size: 25px;
}
.sosyal a:hover {
	text-decoration: none;
	color: white;
}
.footer {
	background: white;
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0px 0px 5px 2px #eea822;
	margin-bottom: 80px;
}
.footer img {
	background: black;
	border-radius: 10px;
	padding: 5px;
}
.footer h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	border-bottom: 2px solid black;
	width: 70%;
	margin: 0px auto;
	margin-bottom: 10px;
}
.footer h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.footer ul {

}
.footer ul li {
	list-style-type: none;
	text-align: center;
	margin-left: -80px;
	margin-top: 5px;
}
.footer ul li a {
	color: black;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
}
.footer ul li a:hover {
	text-decoration: none;
	background: #eea822;
	color: white;
}
.hakkimizda {
	border-top: 1px solid black;
	padding: 10px;
}
.hakkimizda h2 {
	border: none;
	font-size: 17px;
	color: #737373;
}
.hakkimizda a {
	font-size: 17px;
	color: silver;
}
.col-sosyal:hover {
	background: #21364a;
}
.bars {
	margin-left: -15px;
	background: white;
	padding: 10px;
	color: black;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #eea822;
	border-radius: 5px;
	color: black;
	font-size: 20px;
}
.acgizle{
	display: none;
	position: absolute;
	top: -90px;
	right: 28px;
	background: #eea822;
	color: black;
	border: none;
	border-radius: 10px;
	padding: 10px;
	animation: acgizle 1s linear infinite
}
.yukari1{
	border: none;
	background: transparent;
	border-radius: 10px;
	color: #ffffff;
	box-shadow: 0px 0px 10px 1px #fff;
	text-decoration: none
}
.sakla{
	position: absolute;
	top: -30px;
	right: 30px;
	background: #eea822;
	color: black;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
}
.sakla1{
	border: none;
	background: transparent;
	color: white;
	font-weight: bold;
}
.radyodiv{
	display: block
}
#radyo{
	border: none;
	background: transparent
}
.radyobutton{
	background: #ffffff;
	color: #eea822;
	border-radius: 10px;
	border: none;
	padding: 10px;
	background: w;
	box-shadow: 0px 0px 10px 5px #110400;
	font-size: 30px;
	text-decoration: none;
	animation: radyobutton 1s linear infinite
}
.bg-orgin{
	background: #121212;
	border-radius: 10px;
	box-shadow: 3px 0px 10px 10px #9d9d9d;
}
@keyframes radyobutton{
	0%{
		box-shadow: 0px 0px 2px 2px white
	}
	50%{
		box-shadow: 0px 0px 6px 6px white
	}
	100%{
		box-shadow: 0px 0px 10px 10px white
	}
}
@keyframes bg-sohbet3{
	0%{
		box-shadow: 0px 0px 2px 2px #00799a;
	}
	50%{
		box-shadow: 0px 0px 6px 6px #00799a;
	}
	100%{
		box-shadow: 0px 0px 10px 10px #00799a;
	}
}
@keyframes acgizle{
	0%{
		box-shadow: 0px 0px 2px 2px white
	}
	50%{
		box-shadow: 0px 0px 6px 6px white
	}
	100%{
		box-shadow: 0px 0px 10px 10px white
	}
}
@media screen and (max-width:1044px){ 
	.sakla {
		top: -50px;
		left: 0;
		right: auto;
	}
	.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 {
		margin-left: 30px;
	}
	.nav-li .hizli {
		font-size: 15px;
	}
	.sohbetbar {
		margin-right: 10px;
		margin-left: 10px;
	}
	.sohbetbar h2 {
		font-size: 17px;
	}
	.sohbetbar input,.sohbetbar i {
		font-size: 16px;
	}
	.sohbetbar button {
		font-size: 20px;
	}
	.sohbetmetin h2 {
		font-size: 25px;
	}
	.sohbetmetin button {
		width: 100%;
		margin-top: 10px;
	}
	.item2 h2 {
		display: none;
	}
	.col-rek {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 35%;
	}
	.col-metin {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 100%;
	}
	.item2 i {
		text-align: center;
		padding: 10px;
		background: #eea822;
		color: white;
		border-radius: 10px;
		font-size: 35px;
		float: none;
	}
	.blog h2 {
		font-size: 25px;
	}
	.blog h3 {
		font-size: 20px;
	}
	.col-blog {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 102%;
	}
	.altbar2 {
		padding: 29px;
	}
	.footer h2 {
		width: 100%;
	}
}


@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}
}