/* Theme Name: Renk 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.cdnfonts.com/css/poppins');
html {
	--scrollbarBG: #F3F5F9;
	--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-color: #12263A;
	background-image: url(img/footer.svg);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 100% 930px;
	padding: 10px;
	font-family: 'Poppins', sans-serif;
}
.nav-bar {
	padding: 10px;
	text-align: center;
}
.nav-bar .logo {
	width: 100%;
}
.nav-li {
}
.nav-li ul {
	display: block;
	height: 45px;
	text-align: right;
}
.nav-li ul li {
	display: inline-block;
	padding: 10px 0px;
	list-style-type: none;
}
.nav-li ul li i {
	margin-right: 5px;
	color: #00425A;
	margin-right: 5px;
}
.nav-li ul li a {
	color: #C5D8D1;
	font-size: 18px;
	padding: 10px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -1px;
	overflow: hidden;
	position: relative; 
	z-index: 5;
}


.nav-li ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: #e4c3a2;
	color: #C5D8D1;
	transition: height 0.3s ease-in-out; /* Animasyon suresi */
}

.nav-li ul li a:hover::before {
	height: 100%;
	opacity: 0.5;
	animation-name: button-animation;
	animation-duration: 0.3s;
	color: #2B3465;
}

@keyframes button-animation {
	from {
		height: 0;
		bottom: 0;
	}
	to {
		height: 100%;
		bottom: 0;
	}
}
.nav-li .hizli {
	position: relative;
	background: #e4c3a2;
	color: #12263A;
	border: 3px solid #e4c3a2;
	padding: 5px;
	border-radius: 20px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
}
.nav-li .hizli:hover {
	color: #C5D8D1;
	background: transparent;
	transition: all 0.5s ease;
	z-index: 1;
}

.headbar {
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
}
.sohbetbar {
	padding: 0px;
	border-radius: 5px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: left;
	margin-top: 30px;
	position: sticky;
	top: 30px;
	height: 600px;
}
.sohbetbar .baslik {
	color: #c5d8d1;
	font-size: 22px;
	font-weight: bold;
	margin-left: 100px;
}
.sohbetbar label {
	margin-left: 75px;
	color: #c5d8d1;
}
.sohbetbar img {
	width: 60px;
}
.sohbetbar input {
	width: 60%;
	background: #C5D8D1;
	color: #12263A;
	padding: 10px;
	margin-top: 10px;
	border-radius: 0px 0px 20px 20px;
	text-align: center;
	border: none;
	font-size: 18px;
}
.sohbetbar input::placeholder {
	color: #12263A;
}
.sohbetbar input::value .sohbetbar i {
	background: #F3F5F9;
}
.sohbetbar button {
	padding: 13px;
	width: 80%;
	border: none;
	text-align: center;
	border-radius: 30px;
	font-size: 18px;
	background: #C5D8D1;
	border: 2px solid #C5D8D1;
	color: #12263A;
	transition: all 0.5s ease;
	margin-top: 10px;
	font-weight: bold;
}

.sohbetbar button:hover {
	background: #12263A;
	color: #C5D8D1;
	transition: all 0.5s ease;
}
.sosyal {
	margin-top: 15px;
	margin-left: 100px;
}
.sosyal img {
	width: 40px;
}
.mesajbar {
	margin: 10px auto;
}
.mesajbar img {
	width: 100%;
}
.sorular {
	margin-top: 30px;
}
.sorular img {
	position: absolute;
	width: 100px;
}
.sorular .baslik {
	color: #C5D8D1;
	margin-left: 120px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.sorular .aciklama {
	color: #C5D8D1;
	margin-left: 120px;
	margin-top: -20px;
	font-size: 15px;
}
.sorucevap {
	margin-top: 30px;
}
.sorucevap img {
	position: inherit;
	width: 40px;
	margin-right: 10px;
}
.sorucevap .soru {
	margin: 0;
	color: #C5D8D1;
	font-size: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.sorucevap .show {
	background: #F3F5F9;
	padding: 10px;
	border-radius: 10px;
}
.blogbar {
	background: #F3F5F9;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 30px 30px 30px 0;
}
.blogbar img {
	width: 50px;
	margin-right: 5px;
}
.blogbar .baslik {
	font-weight: bold;
	font-size: 20px;
	color: #12263A;
	margin: 0;
}
.blogbar .aciklama {
	font-size: 18px;
	color: #12263A;
	margin: 0;
}
.altbar {
	margin: 0 auto;
	margin-top: 30px;
}
.blogkonu {
    border: 2px solid #C5D8D1;
    margin-top: 15px;
    border-radius: 30px 30px 30px 0;
    background: #F3F5F9;
    color: #12263A;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    text-align: center;
    width: 95%;
    margin: 5px auto;
}
.blogkonu img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: -30px;
}
.blogkonu p {
	font-size: 17px;
	color: #12263A;
	margin: 0;
}
.blogkonu .mbaslik {
	font-size: 17px;
	color: #12263A;
	margin: 0;
}
.blogkonu .mbaslik {
	font-weight: bold;
	font-size: 18px;
	color: #12263A;
	margin: 0;
}
.blogkonu .maciklama {
	font-size: 17px;
	color: #12263A;
	margin: 0;

}
.blogkonu span {
	margin-left: 20px;
	font-weight: 400;
}
.blogkonu span img {
	width: 30px;
	border-radius: 0;
	height: auto;
	margin: 0;
}

.blogkonu button {
	border: none;
	background: #C5D8D1;
	color: #12263A;
	padding: 10px;
	border-radius: 15px;
}
.blogkonu button:hover {
	background: #12263A;
	color: #C5D8D1;
}
.blogkural {
	border-radius: 30px 30px 30px 0;
	background: #2f748e;
	color: #fff;
	padding: 30px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	margin-top: 20px;
	position: sticky;
	top: 30px;
	height: 420px;
}
.blogkural img {
	width: 30px;
}
.blogkural p {
	margin: 0;
	font-size: 17px;
	margin-top: 10px;
}
.blogkural .baslik {
	margin:0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}
.altmetin {
	font-size: 16px;
	background: #F3F5F9;
	margin-top: 20px;
	border-radius: 30px 30px 30px 0;
	margin-left: 50px;
	padding: 20px;
}
.altmetin h1 {
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	color: #2f748e;
}
.altmetin h2 {
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	color: #2f748e;
}
.altmetin h3 {
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	color: #2f748e;
}
.altmetin h4 {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	color: #2f748e;

}
.altmetin h5 {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	color: #2f748e;

}
.altmetin p {
	margin: 0;
	font-size: 15px;
}
.footer {
	padding: 50px 0;
	background: #C5D8D1;
	background-image: url(img/footer.svg);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: 93% 10px;
	margin-top: 50px;
}
.footer .baslik {
	color: #12263A;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.footer img {
	width: 100%;
}
.footer  ul {
	display: block;
	height: 45px;
	text-align: center;
}
.footer ul li {
	padding: 2px 0px;
	list-style-type: none;
	margin-left: -40px;
}
.footer ul li i {
	margin-right: 5px;
	color: #12263A;
	margin-right: 5px;
}
.footer ul li a {
	color: #12263A;
	font-size: 18px;
	padding: 2px;
	text-decoration: none;
	letter-spacing: -1px;
	position: relative; 
	z-index: 5;
}
.footer ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: #e4c3a2;
	color: #C5D8D1;
	transition: height 0.3s ease-in-out; /* Animasyon suresi */
}

.footer ul li a:hover::before {
	height: 100%;
	opacity: 0.5;
	animation-name: button-animation;
	animation-duration: 0.3s;
	color: #2B3465;
}


.footer .resim {
	background-image: url(img/footer.svg);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.hakkimizda {
	text-align: left;
	padding: 5px;
	color: #12263a;
	font-size: 12px;
}
.hakkimizda a {
	color: #2F748E;
	text-decoration: none;
}

.pageler {
	margin-top: 14px;
	padding: 20px;
}
.pageler .page-numbers {
	background: #8ad7bb;
	padding: 5px;
	border-radius: 5px;
	color: #2B3465;
	text-decoration: none;
}
.pageler .page-numbers:hover {
	background: #2B3465;
	color: #8ad7bb;
}
.yorum{
	color:black
}
.yorum a{
	color: black
}
.yorum li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #2F748E;
	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: #F3F5F9;
}
.yorum input[type=submit]{
	background: #F3F5F9;
	color: #81cdb7;
	width: 100%;
	border-radius: 10px;
	text-align: center
}
.yorum input[type=submit]:hover {
	background: #81cdb7;
	color: #F3F5F9;
}
.yorum .comment-form-url{
	display: none
}
.col-reklam {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin: 0 auto;
	background: #c5d8d1;
	padding: 20px;
	border-radius: 50px;
}
.col-reklam img {
	width: 60px;
}
.col-reklam .baslik {
	font-weight: bold;
	color: #2B3465;
	font-size: 20px;
	text-align: center;
	margin:0;
}
.col-reklam .aciklama {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: -5px;
}
.col-blog1 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	text-align: center;
}
.col-blog2 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	text-align: center;
}
.col-blog3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-footer {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
}
.col-radyo1 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.col-radyo1 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.bars {
	background: #e8f0fe;
	padding: 15px;
	color: #12263a;
	border-radius: 30px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 0;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #f4d1ae;
	border-radius: 5px;
	color: #12263a;
	font-size: 20px;
}
@media screen and (max-width:1044px){ 
	body {
		background-image: none;
	}
	.nav-bar .oynat {
		padding: 10px 25px;
	}
	.nav-bar {
		padding: 0px;
	}
	.nav-bar .logo {
		width: 90%;
	}
	.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%;
	}
	.nav-li ul li a {
		border: none;
		font-size: 15px;
		padding: 10px;
	}
	.nav-li .hizli {
		font-size: 15px;
		margin-left: 0px;
	}
	.sohbetbar {
		margin-top: 10px;
		text-align: center;
		position: inherit;
		margin-bottom: 20px;
		height: auto;
	}
	.sohbetbar .baslik {
		font-size: 20px;
	}
	.sohbetbar input {
		font-size: 16px;
	}
	.sohbetbar button {
		padding: 10px;
		font-size: 16px;
	}
	.sohbetbar label {
		margin-left: 75px;
		font-size: 14px;
	}
	.sosyal {
		margin-top: 15px;
		margin-left: 0;
	}
	.mesajbar {
		display: none;
	}
	.sorular .baslik {
		font-size: 17px;
	}
	.sorucevap .soru {
		font-size: 15px;
	}
	.sorucevap .show {
		font-size: 15px;
	}
	.headermsg {
		padding: 10px 0px 5px 0px;
		font-size: 13px;
	}
	.blogbar .baslik {
		font-size: 18px;
	}
	.blogbar .aciklama {
		font-size: 15px;
	}
	.blogkonu p {
		font-size: 13px;
		color: #2B3465;
		margin: 0;
		text-align: left;
	}
	.blogkonu .mbaslik {
		font-size: 15px;
		text-align: left;
	}
	.blogkonu .maciklama {
		font-size: 13px;
		text-align: center;
		color: #f8fbfd;
	}
	.blogkonu img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		margin-top: 30px;
	}
	.blogkonu span {
		margin-right: 16px;
		font-weight: 400;
		font-size: 15px;
	}
	.blogkonu button {
		margin-top: 15px;
	}
	.altmetin {
		margin-left: 0;
	}
	.footer {
		background-image: none;
		text-align: center;
		padding: 10px;
	}
	.footer img {
		width: 60%;
	}
	.footer ul {
		height: auto;
	}
	.footer ul li a {
		font-size: 15px;
	}
	.col-footer {
		-ms-flex: 0 0 98%;
		flex: 0 0 98%;
		max-width: 98%;
	}
	.col-reklam {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 95%;
		margin-bottom: 5px;
		padding: 7px;
	}
	.col-reklam .baslik {
		font-size: 17px;
	}
	.col-reklam .aciklama {
		margin-top: 0;
		margin-bottom: 0;
	}
	.col-blog1 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-blog2 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
		text-align: right;
	}
	.col-blog3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.col-footer1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.col-footer2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-radyo1 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
		text-align: center;
		font-size: 14px;
	}
	.col-radyo2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.sakla {
		right: auto;
		left: 30px;
	}
}


@keyframes right{
	0%{
		transform:translateX(0)
	}
	40%{
		transform:translateX(10px)
	}
	60%{
		transform:translateX(5px)
	}
	100%{
		transform:translateX(0)
	}
}
.tabsmenu::-webkit-scrollbar {
	width: 5px;
}
.tabsmenu {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.tabsmenu::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
.tabsmenu::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}