@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
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 {
	font-family: 'Montserrat', sans-serif;
	background-color: #a3c6f5;
}
.arkaplan {
	position: absolute;
	width: 1000px;
	height: auto;
	right: 200px;
	top: 0;
}
.gorsel {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: -127px;
	z-index: -1;
	height: 1038px;
}
.arkaplan2 {
	padding: 0 0px 100px;
	border-radius: 0 0px 200px 200px;
}
.container {
	max-width: 1210px;
}
.altrenk {
	padding: 20px 10px 0px 10px;
	border-bottom: 2px solid #DFE8F7;
}

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

.nav-li {
	padding: 0;
}
.nav-li ul li img {
	width: 30px;
}
.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: #fffcfc;
	font-size: 20px;
	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: #ffe4fbb5;
	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 */
}
.nav-li .hizli {
	position: relative;
	background: linear-gradient(to right , #FFF7AD , #FFA9F9);
	color: #545454;
	padding: 14px;
	border-radius: 20px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
	z-index: 0;
}
.nav-li .hizli:hover {
	background: transparent;
}
@keyframes button-animation {
	from {
		width: 0;
		bottom: 0;
	}
	to {
		width: 100%;
		bottom: 0;
	}
}
.hresim {
	width: 90%;
	position: relative;
	left: -70px;
	top: -30px;
}

.sohbetbar {
	text-align: center;
	background: #ffe4fbb5;
	padding: 10px 35px;
	border-radius: 40px;
	margin: 0 auto;
	max-width: 340px;
	margin-top: 60px;
}
.sohbetbar .baslik {
	font-weight: bold;
	color: #545454;
	font-size: 25px;
	padding-top: 30px;
}
.sohbetbar .aciklama {
	font-size: 13px;
	margin-top: 10px;
}
.sohbetbar .item {
	background: #F3F5F9;
	border-radius: 30px;
	margin-top: 10px;
	padding: 5px 0px;
}
.sohbetbar .ibar {
	width: 223px;
	position: absolute;
	top: -55px;
	left: -100px;
	padding: 0;
}
.sohbetbar .iclass {
	width: 30px;
}
.sohbetbar .downicon {
	width: 30px;
	margin-right: 6px;
}
.sohbetbar input {
	outline: 0;
	background: transparent;
	border: none;
	padding: 10px;
	color: #8F8C8C;
	text-align: center;
	width: 60%;
}
.sohbetbar button {
	width: 100%;
	border: none;
	border-radius: 15px;
	padding: 10px 0;
	margin: 5px 0px;
	font-size: 19px;
	color: #020000;
}
.sohbetbar .sbaglan {
	background: linear-gradient(to right , #FFF7AD , #FFA9F9);
}
.sohbetbar .fbaglan {
	background: linear-gradient(to right , #FFA9F9 , #FFF7AD);
}
.sohbetbar .mirc {
	background: linear-gradient(to right , #8C52FF , #5CE1E6);
	color: white;
}
.sohbetbar .udown {
	background: linear-gradient(to right , #FF66C4 , #FFDE59);
	color: white;
	font-size: 13px;
	padding: 4px;
}
.sbar {
	text-align: center;
}
.sbar .tanitim {
	font-weight: bold;
	font-size: 33px;
	color: #FFFFFF;
	margin: 0;
	margin-top: 100px;
}
.sbar .tanitim b {
	color: #FFA9F9;
}
.sbar .taciklama {
	color: #F3F5F9;
	margin-bottom: 60px;
}
.altbar {

}
.altbar .baslik {
	margin: 0;
	color: #545454;
	font-weight: bold;
	font-size: 35px;
}
.altbar .baslik b {
	color: #FDB254;
}
.altbar .aciklama {
	font-size: 15px;
	color: #000000;
	font-weight: 300;
}
.altbar .mresim {
	width: 100%;
}
.altgorsel {
	width: 1300px;
}
.makale {
	margin-top: 20px;
	background: #a3c6f5;
	padding: 20px;
	border-radius: 10px;
}
.makale .row {
	margin-top: 30px;
}
.makale button {
	width: 100%;
	border: none;
	margin-top: 10px;
	border-radius: 20px;
	color: #8F8C8C;
	background: #f3f5f9bf;
	padding: 20px;
}
.makale b {
	color: #FDB254;
	font-weight: bold;
}
.makale .iresim {
	width: 40px;
	margin-right: 20px;
}
.makale h1 {
	color: #AA2AAE;
}
.makale h2 {
	color: #FDB254;
}
.makale h1,
.makale h2,
.makale h3,
.makale h4
{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.makale p {
	margin: 0;
	color: #8F8C8C;
	font-size: 16px;
}
.gununsozu {
	background: linear-gradient(to right , #FFA9F9 , #FFF7AD);
	color: #545454;
	padding: 20px 10px 0px;
	margin: 20px auto;
	border-radius: 20px;
	margin-top: -30px;
	font-size: 13px;
	text-align: center;
}
.footer {
	border-radius: 10px;
	padding: 30px;
	padding-top: 0;
	margin-top: 200px;
}
.footer .footer1 {
	position: absolute;
	left: 0;
	margin-top: -190px;
	width: 100%;
	height: 500px;
	z-index: -1;
}
.footer .logo {
	width: 80%;
}
.footer .logoaciklama {
	margin: 0;
	margin-top: 20px;
	color: #8F8C8C;
	font-size: 13px;
}
.footer .footer2 {
	position: absolute;
	right: -80px;
	width: 123px;
	z-index: -1;
}
.footer .baslik {
	font-size: 20px;
	color: #FFA9F9;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.footer li a:hover {
	opacity: 0.6;
}
.footer .baglanti  ul {
	display: block;
	height: 45px;
	text-align: center;
}
.footer .baglanti ul li {
	display: inherit;
	padding: 0 10px;
	list-style-type: none;
}
.footer .baglanti  ul li i {
	margin-right: 5px;
	color: #00425A;
	margin-right: 5px;
}
.footer .baglanti  ul li a {
	color: #F2F2F2;
	font-size: 16px;
	padding: 5px;
	margin-left: -50px;
}

.footer .sosyal  ul {
	display: block;
	height: 45px;
	text-align: center;
	margin-left: -50px;
}
.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;
	font-weight: 500;
}
.footer .baglantilink {
	width: 35px;
	cursor: pointer;
}
.footer .sosyallink {
	width: 50px;
}
.footer .hakkimizda {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-top: 2px solid #DFE8F7;
	padding-top: 10px;
	margin-top: 60px;
	font-size: 15px;
	color: #939393;
	font-weight: 200;
	letter-spacing: 2px;
}
.footer .hakkimizda a {
	text-decoration: none;
	color: #e48e27;
}
button:hover {
	opacity: 0.6;
}
.bars {
	background: #ffe4fbb5;
	padding: 13px;
	font-size: 20px;
	color: white;
	border-radius: 5px;
	margin-left: -15px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #ef9936;
	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: #dbf7ff;
	}
	.altrenk {
		margin-top: 0;
		padding: 15px;
	}
	.arkaplan {
		display: none;
	}
	.gorsel {
		height: 924px;
	}
	.altgorsel {
		width: 100%;
	}
	.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: 5px;
		padding-bottom: 10px;
		font-weight: bold;
		color: #777777;
		list-style-type: none;
		text-align: right;
		width: 100%;
	}
	.sohbetbar {
		position: unset !important;
		margin-top: 20px;
		max-width: 90%;
	}
	.sohbetbar .ibar {
		width: 116px;
		left: 0;
		top: -25px;
	}
	.altbar {
		margin-top: 120px;
	}
	.footer {
		text-align: center;
		background: #000000a1;
		margin-top: 40px;
	}
	.footer .footer1 {
		display: none;
	}
	.footer .footer2 { 
		right: 0;
	}
	.footer .baglanti ul {
		height: auto;
	}
	.footer .sosyal ul {
		height: auto;
		margin-left: -50px;
	}
	.footer .row {
		margin: 0;
	}
	.footer .footerlogo {
		width: 80%;
		padding: 20px;
	}
	.footer .baglanti ul li a {
		font-size: 15px;
	}
	.footer .sosyal ul {
		text-align: center;
	}
	.footer .hakkimizda {
		margin-top: 0;
		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)
	}
}
