/* Theme Name: NewClass Sohbet Teması
Theme URI: www.QBilisim.com
Author: QBilisim
Author URI: Geliştirici Web Sayfası
Description: Qbilisim.com tema "NewClass" serisi.
Version: v1 */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html {
	--scrollbarBG: white;
	--thumbBG: #021b31;
}
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: "Roboto Condensed", sans-serif; 
	background-color: #021b31;
}
#arkaplan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url('img/arkaplan.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: -1;
}

.headbar {
	padding: 20px;
}
.headbar .logo {
	width: 85%;
}
.headbar .headimg {
	width: 727px;
	position: absolute;
	top: -208px;
	right: -50px;
	height: 347px;
}
.nav-bar {

}
.nav-bar ul {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 20px;
}

.nav-bar ul li {
	display: inline-block;
	position: relative;
	padding: 5px;
	font-size: 19px;
	margin-left: 10px;
	list-style: none;
}

.nav-bar ul li a {
	color: #DFE8F7;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
}

/* Alt çizgi animasyonu */
.nav-bar ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ff751f;
	transform: scaleX(0);
	transform-origin: right; /* Varsayılan olarak sağdan gelir */
	transition: transform 0.3s ease-out;
}

/* Hover olunca çizgi görünür */
.nav-bar ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: left; /* Hover olduğunda soldan sağa açılır */
}

/* Dinamik giriş yönü efekti */
.nav-bar ul li a {
	transition: color 0.3s ease;
}

.hizligiris button {
	border: none;
	border-radius: 20px;
	padding: 7px 15px;
	color: white;
	background: #ff751f;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.sohbetbar {
	background: #01635d;
	color: white;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
.sohbetbar form {
	margin: 0;
}
.sohbetbar .baslik {
	font-size: 23px;
	font-weight: bold;
}
.sohbetbar .baslik .simg {
	width: 30px;
	height: 30px;
	margin: 0px 20px;
}
.sohbetbar .paciklama {
	font-size: 13px;
	color: #7ed957;
}
.sohbetbar .div1 {
	background: #f1f6fa;
	color: black;
	font-size: 17px;
	padding: 10px;
	width: 70%;
	margin: 5px auto;
	border-radius: 20px;
}
.sohbetbar input {
	border: none;
	background: transparent;
	margin-left: 10px;
	color: black;
	font-size: 16px;
}
.sohbetbar input:hover {
	text-decoration: none;
	outline: none;
}
.sohbetbar button {
	border: none;
	font-size: 20px;
	width: 70%;
	border-radius: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.sohbetbar .store {
	background: linear-gradient(to right, #7ed957, #ff751f);
	color: white;
	width: 49%;
	font-size: 15px;
}
.metinbar {
	padding: 10px 30px;
}
.metinbar .baslik {
	font-size: 30px;
	font-weight: bold;
	color: #7ed957;
	text-align: center;
}
.metinbar .aciklama {
	font-size: 20px;
	color: #f1f6fa;
	text-align: center;
}
.uygulama {
	margin-top: 30px;
}
.uygulama .item {
	margin: 5px auto;
	background: #7ed957;
	padding: 13px;
	border-radius: 20px;
	text-align: left;
}
.uygulama .item:nth-child(2) {
	background: #ff751f;
}
.uygulama .item .col-8 {
	padding: 0;
}
.uygulama .item img {
	width: 80px;
	height: 80px;
}
.uygulama .baslik {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.uygulama .aciklama {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}
.uygulama button {
	border: none;
	margin-top: 5px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}
.uygulama .android i {
	color: #C1FF72;
	font-size: 40px;
}
.uygulama .android button {
	background: linear-gradient(45deg, #C1FF72, #678640);
	color: #2E294E;
}
.uygulama .ios i {
	color: #ED254E;
	font-size: 50px;
}
.uygulama .ios button {
	background: linear-gradient(45deg, #ED254E, #8F172F);
	color: #DFE8F7;
}
.uygulama .mirc i {
	color: #F7931E;
	font-size: 40px;
}
.uygulama .mirc button {
	background: linear-gradient(45deg, #FFCE08, #FF914D);
	color: #2E294E;
}
/* Features (enhanced) */
.features-section{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:center;margin:48px 0}
.features-hero{
	padding: 18px;
	background: #01635d;
	color: white;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.04);
}
.features-hero .baslik {
	font-size: 23px;
	color: #7ed957;
	font-weight: bold;
}
.features-list{display:grid;gap:12px}
.f-card{
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid rgba(15, 23, 36, 0.03);
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.03);
	transition: transform .28s;
}
.f-card:hover{transform:translateY(-6px)}
.f-icon{width:48px;height:48px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;font-weight:700}
.f-content h4{margin:0 0 6px}
.f-content p{margin:0;color:var(--muted);font-size:14px}
.chat-diagram {
	width: 511px;
}
.blogbar {

}
.blogbar .baslik {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}
.blogbar .baslik img {
	width: 50px;
	height: 50px;
}
.blogbar .aciklama {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.col-blog {
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
	margin: 10px auto;
	background: #01635d;
	color: white;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #048097;
	max-height: 270px;
}
.col-blog:hover {
	transition: all 0.3s ease;
	transform: scale(1.1); /* yatayda genişleme */
}
.col-blog img {
	width: 100%;
	height: 60%;
	border-radius: 10px 10px 0px 0px;
}
.col-blog a:hover {
	text-decoration: none;
}
.col-blog .yazan {
	background: #7ed957;
	padding: 5px;
	color: white;
	border-radius: 20px;
	margin: 0;
	margin-top: 10px;
}
.col-blog .altbaslik {
	padding: 5px;
	color: white;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.col-blog .link {
	color: #7ed957;
	font-weight: bold;
}
.col-blog:hover .link {
	color: #ff751f;
}
.pageler {
	margin-top: 20px;
	padding: 17px;
	background: #ff751f;
	border-radius: 10px;
}
.pageler .page-numbers {
	background: #101d25;
	padding: 5px 10px;
	border-radius: 5px;
	color: #f7f9fa;
	text-decoration: none;
}
.pageler .page-numbers:hover {
	background: #f7f9fa;
	color: #101d25;
}
.pageler .current {
	background: #101d25;
	color: #ff751f;
}
.makalebar {
	margin-top: 20px;
	color: #DFE8F7;
	background: #01635d;
	padding: 10px 30px;
	border-radius: 20px;
}
.makalebar .renk {
	width: 40px;
	margin-right: 10px;
}
.makalebar .makaleimg {
	width: 100%;
}
.makalebar h1,
.makalebar h2,
.makalebar h3,
.makalebar h4,
.makalebar h5,
.makalebar h6
{
	color: #7ed957;
	font-size: 25px;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 10px;

}
.makalebar p {
	color: #DFE8F7;
	margin: 0;
	margin-top: 5px;
	font-size: 15px;
}
.makalebar a {
	color: #7ed957;
	text-decoration: none;
}
.yorum{
	color: #100F0D;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
.yorum a{
	color: #C1FF72;
}
.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;
	border: none;
}
.yorum input[type=submit]{
	background: #101d25;
	color: #f7f9fa;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	border: none;
}
.yorum input[type=submit]:hover {
	background: #81cdb7;
	color: #2B3465;
}
.yorum .comment-form-url{
	display: none
}
.col-alt {
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
	margin: 10px auto;
	background: #01635d;
	color: white;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #048097;
}
.col-alt .baslik {
	font-size: 22px;
	background: #ff751f;
	text-align: center;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
}
.col-alt a:hover {
	text-decoration: none;
}
.col-alt a button {
	background: #021b31;
	color: white;
	width: 100%;
	border: none;
	margin: 5px auto;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px 2px;
}
.footer {
	margin-top: 20px;
	color: #DFE8F7;
	background: #01635d;
	padding: 10px;
}
.footer .footerimg {
	width: 130%;
	position: relative;
	left: -60px;
}
.footer .footerlogo {
	width: 100%;
}
.footer .sosyal {
	margin-top: 20px;
	text-align: center;
}
.footer .sosyal li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	font-size: 30px;
}
.footer .sosyal li a:hover {
	text-decoration: none;
}
.footer .sosyal li i {
	
	color: #7ed957;
}
.footer .footul {

}
.footer .footul li {
	list-style: none;
	margin-left: -25px;
}
.footer .footul li a {
	color: white;
	font-size: 16px;
}
.footer .footul li a:hover {
	text-decoration: none;
	color: #7ed957;
}
.footer .altbaslik {
	font-size: 21px;
	color: #ff751f;
	font-weight: bold;
}
.footer .hakkimizda {
	text-align: center;
	margin-top: 30px;
	color: #021b31;
	font-size: 15px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #FFCE08 ;
	color: #292444;;
	font-size: 20px;
	border-radius: 50%;
}
.bars {
	background: #ff751f;
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
}
button:hover {
	transition: all 0.3s ease;
	transform: scale(1.1); /* yatayda genişleme */
}
@media screen and (max-width:1044px){ 
	.headbar .logo {
		width: 100%;
	}
	.headbar .headimg {
		display: none;
	}
	.nav-bar {
		display: none;
	}
	.nav-bar ul li {
		display: block;
	}
	.nav-bar ul li button {
		margin-top: 20px;
	}
	.nav-bar ul {
		margin-top: 20px;
		text-align: left;
	}
	.hizligiris {
		display: none;
	}
	.sohbetbar {
		order: -1;
		margin: 10px;
		        padding: 10px;
	}
	.sohbetbar .baslik {
    font-size: 19px;
	}
	.sohbetbar button {
width: 90%
	}
	.sohbetbar .div1 {
    width: 90%;
	}
	.uygulama .item {
		margin: 5px 30px;
	}
	.features-section {
		display: flex;
		flex-direction: column;
	}
	.chat-diagram {
		width: 100%;
	}
	.col-blog {
		-ms-flex: 0 0 83%;
		flex: 0 0 83%;
		max-width: 83%;
	}
	.col-alt {
		-ms-flex: 0 0 83%;
		flex: 0 0 83%;
		max-width: 83%;
	}
	.footer {
		text-align: center;
	}
	.footer .footerimg { 
		display: none;
	}
	.footer .sosyal {
		margin-left: -40px;
	}

}


