@import url('https://fonts.cdnfonts.com/css/poppins');
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-color: #004AAD;
	font-family: 'Poppins', sans-serif;
	background-image: url(img/header.png);
	background-size: 100% 60%;
	background-repeat: no-repeat;
	background-position: 0px 135px;
}
.altrenk {
	background: #ffffff5c;
	border-radius: 10px;
	margin-top: 40px;
}
.metinrenk {
	background: #020B3B;
}
.container {
	max-width: 1210px;
	padding: 30px;
}

.nav-bar {
	padding: 10px;
}
.nav-bar .logo {
	width: 90%;
}

.nav-li {
	padding: 0;
}
.nav-li ul li img {
	width: 20px;
}
.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: #F3F5F9;
	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: #E65142;
	color: #F3F5F9;
	transition: height 0.3s ease-in-out; /* Animasyon süresi */
	z-index: -1; /* Değişen z-index değeri */
}

.nav-li ul li a:hover::before {
	height: 100%;
	animation-name: button-animation;
	animation-duration: 0.3s;
	color: #2B3465;
	z-index: -1; /* Hover durumunda da z-index değeri */
}

@keyframes button-animation {
	from {
		width: 0;
		bottom: 0;
	}
	to {
		width: 100%;
		bottom: 0;
	}
}

.nav-li .hizli {
	position: relative;
	background: repeating-linear-gradient(45deg, #E65142, #020B3B 149px);
	color: #F3F5F9;
	padding: 14px;
	border-radius: 20px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
	z-index: 0; /* İlgili öğenin z-index değeri */
}
.nav-li .hizli:hover {
	background: transparent;
}
.sohbetbar {
	padding: 10px;
	background: #F3F5F9;
	text-align: center;
	margin: 10px;
	margin-top: 50px;
	border-radius: 20px;
	height: 350px;
}
.sohbetbar .baslik {
	font-weight: bold;
	color: #E65142;
	font-size: 20px;
	padding: 20px;
}
.sohbetbar .sifreyoksa {
	color: #333333;
	font-size: 13px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}
.sohbetbar img {
	width: 30px;
	transition: transform 0.3s ease;
}

.sohbetbar img:hover {
	transform: rotate(180deg); 
}
.sohbetbar input {
	border: none;
	background: transparent;
	text-align: left;
	margin-top: 0px;
	padding: 15px;
	text-decoration: none;
	border-bottom: 1px solid silver;
	outline: none;
	width: 60%;
}

.sohbetbar button {
	width: 60%;
	text-align: center;
	padding: 10px;
	border: none;
	border-radius: 10px;
	background: repeating-linear-gradient(45deg, #E65142, #020B3B 100%);
	color: white;
	/* font-weight: bold; */
	font-size: 20px;

}
.sbarimg img {
	position: absolute;
	top: -400px;
	right: -760px;
}
.uygulama {

}
.uygulama img {
	width: 45px;
	transition: transform 0.3s ease;
}
.uygulama img:hover {
	transform: rotate(180deg);
}

.uygulama button {
	border: none;
	padding: 15px;
	border-radius: 10px;
	width: 204px;
	text-align: center;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 13px;
}

.tanitim {
	margin-top: 70px;
}

.tanitim .item {
	text-align: left;
	background: #020B3B;
	color: #F3F5F9;
}
.tanitim .item2 {
	text-align: left;
	background: repeating-linear-gradient(45deg, #E65142, #020B3B 100%);
	color: #F3F5F9;
	margin-top: 30px;
}
.tanitim img {
	width: 70px;
	transition: transform 0.3s ease;
}

.tanitim img:hover {
	transform: rotate(180deg);
}
.tanitim .baslik {
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
.tanitim .describe {
	color: #D9D9D9;
	margin: 0;
	font-size: 14px;
	margin-top: 10px;
}
.col-tanit {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 20px;
}
.altbar {
	margin-top: 40px;
}
.altbar .item {
	position: relative;
	background: repeating-linear-gradient(45deg, #CDFFD8, #94B9FF 100%);
	left: -86px;
	text-align: right;
	padding: 13px;
	border-radius: 0 70px 70px 0;
}
.altbar img {
	width: 90%;
}
.altbar .baslik {
	color: #F3F5F9;
	font-weight: bold;
	font-size: 30px;
}
.altbar .describe {
	color: #F3F5F9;
	font-size: 17px;
	margin: 0;

}
.altbar .renk {
	color: #E65142;
}
.altbar button {
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 20px;
	font-weight: bold;
	background: repeating-linear-gradient(45deg, #E65142, #020B3B 100%);
	color: #F3F5F9;
}
.makalerenk {
	background: #020B3B;
	margin-top: -10px;
}
.makalerenk h1,
.makalerenk h2,
.makalerenk h3,
.makalerenk h4 {
	font-size: 26px;
	font-weight: bold;
	color: #F3F5F9;
}
.makalerenk p {
	margin-top: 0;
	font-size: 15px;
	color: #D9D9D9;
}
.makalerenk a {
	color: #F3F5F9;
	font-weight: bold;
	text-align: ;
}
.makalerenk .renk {
	color: #E65142;
}
.makalerenk .baslikimg {
	width: 40px;
	margin-left: 20px;
}
/* Başlangıç değerleri */
.makalerenk .makaleimg {
	width: 120px;
	height: 120px;
	border-radius: 50%; /* Yuvarlak kenarlar için */
	animation: kenar-yuvarlak-animasyon 4s ease-in-out infinite; /* Animasyon ayarları */
}

/* Keyframes animasyonu tanımlama */
@keyframes kenar-yuvarlak-animasyon {
	0% {
		width: 120px; /* Başlangıç genişlik değeri */
	}
	50% {
		width: 150px; /* Orta nokta: Genişliği artır */
		height: 150px; /* Orta nokta: Yüksekliği artır */
		border-radius: 0%; /* Orta nokta: Kenar yuvarlaklığı kaldır */
	}
	100% {
		width: 120px; /* Geri dönüş: Genişliği başlangıç değerine getir */
		height: 120px; /* Geri dönüş: Yüksekliği başlangıç değerine getir */
		border-radius: 50%; /* Geri dönüş: Kenar yuvarlaklarını geri getir */
	}
}


.blogbar {
	background: #ffffff5c;
	border-radius: 10px;
	padding: 0;
}
.blogbar .blogresim {
	width: 100%;
}
.blogbar .blogimg {
	width: 40px;
	margin-right: 10px;
}
.blogbar button {
	margin: 30px 0;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 20px;
	font-weight: bold;
	background: #020B3B;
	color: #F3F5F9;
	box-shadow: 0 0 5px 5px;
}
.col-blog {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.yazilar {
	background: #020b3b;
}
.yaziform {
	text-align: center;
	padding: 0 100px;
}
.yaziform input {
	outline: none;
	border: none;
	padding: 7px;
	border-radius: 5px;
	font-size: 18px;
}
.yaziform button {
	background: #E65142;
	color: #F3F5F9;
	border: none;
	border-radius: 20px;
	margin-left: 31px;
	font-size: 15px;
	padding: 5px;
	width: 100%;
}
.yaziform img {
	width: 40px;
}
.yazimetin {
	color: #F3F5F9;
	margin-top: 40px;
	border-top: 1px solid silver;
}
.yazimetin p {
	margin: 0;
	font-size: 15px;
}
.yazimetin h1,
.yazimetin h2,
.yazimetin h3,
.yazimetin h4,
.yazimetin h5,
.yazimetin h6 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.footer {
	background: #020B3B;
	margin-top: -10px;
	padding: 5px;
}
.footer .footerlogo {
	width: 100%;
	padding: 20px;
}
.footer li a:hover {
	opacity: 0.6;
}
.footer .baglanti  ul {
	display: block;
	height: 45px;
	text-align: center;
}
.footer .baglanti ul li {
	display: inline-block;
	padding: 10px 0px;
	list-style-type: none;
}
.footer .baglanti  ul li i {
	margin-right: 5px;
	color: #00425A;
	margin-right: 5px;
}
.footer .baglanti  ul li a {
	color: #F3F5F9;
	font-size: 18px;
	padding: 5px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -1px;
	overflow: hidden;
	position: relative; 
	z-index: 5;
}
.footer .sosyal  ul {
	display: block;
	height: 45px;
	text-align: right;
}
.footer .sosyal ul li {
	display: inline-block;
	padding: 10px 0px;
	list-style-type: none;
}
.footer .sosyal  ul li i {
	margin-right: 5px;
	color: #00425A;
	margin-right: 5px;
}
.footer .sosyal  ul li a {
	color: #F3F5F9;
	font-size: 23px;
	padding: 10px;
	font-weight: 500;
}
.footer .baglantilink {
	width: 35px;
}
.footer .sosyallink {
	width: 50px;
}
.footer .hakkimizda {
	text-align: center;
	font-size: 15px;
	color: silver;
	border-top: 1px solid silver;
	padding-top: 10px;
}
.footer .hakkimizda a {
	text-decoration: none;
	color: #c6302c;
}
button:hover {
	opacity: 0.6;
}
.bars {
	background: #c6302c;
	padding: 10px;
	color: white;
	border-radius: 5px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #c6302c;
	color: white;
	font-size: 20px;
	border-radius: 50%;
}
@media (min-width: 1100px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1320px;
}
@media screen and (max-width:1044px){ 
	body {
		background-image:none;
	}
	.altrenk {
		margin-top: 0;
	}
	.nav-bar {
		padding: 0px 15px;
	}
	.nav-bar .ust {
		display: none;
	}
	.nav-bar .alt {
		padding: 0;
	}
	.nav-li ul {
		display: none;
		float: none;
		height: 100%;
		padding: 10px;
	}
	.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%;
	}
	.uygulama {
		display: none;
	}
	.sbarimg {
		display: none;
	}
	.tanitim .item2 {
		margin: 10px 0;
	}
	.col-tanit {
		-ms-flex: 0 0 98%;
		flex: 0 0 98%;
		max-width: 98%;
		margin: 0 auto;
	}
	.altbar .item {
		display: none;
	}
	.altbar button {
		font-stretch: 15px;
	}
	.altbar .baslik {
		font-size: 22px;
	}
	.makalerenk .makaleimg {
		display: none;
	}
	.blogbar button {
		margin: 12px 0;
		font-size: 18px;
	}
	.blogbar .blogresim {
		width: 70%;
	}

	.col-blog {
		-ms-flex: 0 0 98%;
		flex: 0 0 98%;
		max-width: 98%;
		text-align: center;
	}
	.blogbar .row {
		margin: 0;
	}
	.footer {
		text-align: center;
	}
	.footer .baglanti ul {
		height: auto;
		margin-left: -50px;
	}
	.footer .sosyal ul {
		height: auto;
		margin-left: -50px;
	}
	.footer .row {
		margin: 0;
	}
	.footer .footerlogo {
		width: 60%;
		padding: 20px;
	}
	.footer .baglanti ul li a {
		font-size: 15px;
	}
	.footer .sosyal ul {
		text-align: center;
	}
	.footer .hakkimizda {
		font-size: 12px;
	}
	.yazilar {
		background: #020b3b;
		padding: 0 30px;
	}
	.yaziform {
		padding: 0;
		border-top: 1px solid silver;
		padding-top: 30px;
	}
	.yaziform button {
		width: 50%;
	}
}


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