@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 {
	background-color: #0CC0DF;
	background-size: 100% 60%;
	background-repeat: no-repeat;
	background-position: 0px 135px;
	font-family: 'Montserrat', sans-serif;
}
.arkaplan {
	background: #ffe4fb80;
	margin-top: 20px;
	border-radius: 10px;
	border: 5px solid #ffffff3d;
}
.container {
	max-width: 1210px;
	padding: 30px;
}

.header1 {
	position: absolute;
	top: 160px;
	left: -50px;
	width: 330px;
	z-index: 0;
}
.header2 {
	position: absolute;
	top: -100px;
	left: 690px;
	opacity: 0.5;
}
.header3 {
	position: absolute;
	right: 0px;
	top: 300px;
	opacity: 0.5;
}
.gorsel1 {
	position: absolute;
	left: -40px;
	width: 400px;
	margin-top: -102px;
}
.gorsel2 {
	position: absolute;
	right: 0;
	margin-top: -280px;
	width: 400px;
	opacity: 0.3;
}
.gorsel3 {
	position: absolute;
	left: -30px;
	opacity: 0.8;
	width: 310px;
}
.gorsel4 {
	position: absolute;
	left: -130px;
	opacity: 0.5;
}
.gorsel5 {
	position: absolute;
	right: 0;
	margin-top: -240px;
	opacity: 0.2;
}
.nav-bar {
	padding: 10px;
}
.nav-bar .logo {
	width: 100%;
}

.nav-li {
	padding: 0;
}
.nav-li ul li img {
	width: 30px;
	margin-top: -8px;
}
.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 a {
	color: #F3F5F9;
	font-size: 21px;
	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: linear-gradient(to right , #5170FF , #FF66C4);
	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: #F3F5F9;
	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: linear-gradient(to right , #5170FF , #FF66C4);
	color: #F3F5F9;
	padding: 10px 20px;
	border-radius: 10px;
	margin-left: 31px;
	font-size: 20px;
	transition: all 0.5s ease;
	z-index: 0;
	border: none;
}
.nav-li .hizli:hover {
	background: transparent;
}
.sohbetbar {
	background: #ffe4fbbf;
	padding: 31px;
	border-radius: 30px;
	margin: 0 auto;
	height: 320px;
	margin-top: 50px;
}
.sohbetbar .baslik {
	font-size: 20px;
	font-weight: bold;
	color: #545454;
	text-align: center;
}
.sohbetbar .sifrebilgi {
	font-size: 15px;
	color: #100F0D;
	text-align: center;
}
.sohbetbar .item {
	background: white;
	padding: 2px 5px;
	margin: 4px;
	border-radius: 50px;
	text-align: center;
}
.sohbetbar span img {
	width: 30px;
}
.sohbetbar input {
	background: transparent;
	border: none;
	font-size: 15px;
	padding: 20px;
	outline: none;
}
.sohbetbar button {
	background: linear-gradient(to right , #5170FF , #FF66C4);
	color: #F3F5F9;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	border: none;
}
.gorselbar {
	width: 85%;
}
.makale {
	padding: 7px;
	margin: 0 auto;
}
.makale .item {
	margin: 0 auto;
	max-width: 70%;
	flex: 0 0 69%;
	margin-top: 20px;
}
.makale .item2 {
	flex: 0 0 30%;
}
.makale b {
	color: #FDB254;
	font-weight: bold;
}
.makale .renk1 {
	color: #CB6CE6;
}
.makale .renk2 {
	color: #8C52FF;
}
.makale h1 {
	color: #3D0AA2;
}
.makale h2 {
	color: #FDB254;
}
.makale h1,
.makale h2,
.makale h3,
.makale h4
{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.makale p {
	margin: 10px 0;
	color: #545454;
	font-size: 16px;
}
.kurallar {

}
.kurallar .baslik img {
	width: 40px;
}
.kurallar .baslik {
	font-weight: bold;
	color: #CB6CE6;
	font-size: 24px;
	text-align: center;
}
.kurallar p img {
	width: 30px;
}
.altbar {
	margin-top: 0px;
}
.altbar .renk1 button {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border: none;
	background: #F3F5F9;
	font-weight: bold;
	color: #CB6CE6;
	border-radius: 16px;
}
.altbar .renk2 button {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border: none;
	background: #F3F5F9;
	font-weight: bold;
	color: #9450FF;
	border-radius: 16px;
}
.altsohbet {
	background: linear-gradient(to right , #5170FF , #FF66C4);
	border-radius: 30px;
	padding: 15px 60px;
}
.altsohbet img {
	width: 30px;
}
.altsohbet input {
	background: transparent;
	border: none;
	font-size: 15px;
	padding: 10px;
	outline: none;
}
.altsohbet button {
	background: linear-gradient(to right , #FF66C4 , #5170FF);
	width: 100%;
	padding: 7px;
	border-radius: 10px;
	border: 2px solid silver;
	color: #F3F5F9;
	font-weight: bold;
	font-size: 23px;

}
.col-alt {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin: 10px auto;
	padding: 5px 10px;
	background: white;
	text-align: center;
	border-radius: 20px;
}
.col-alt2 {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	margin: 10px auto;
}
.footer {
	margin-top: 30px;
	padding: 15px 30px;
}
.footer .logo {
	width: 100% !important;
}
.footer>.row {
	background: #F3F5F9;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid white;
}
.footer .baslik2 {
	margin: 0;
	font-size: 15px;
	color: #545454;
	font-weight: 500;
}
.footer .aciklama2 {
	margin: 0;
	margin-top: 20px;
	font-weight: bold;
	color: #3D0AA2;
}
.footer .baslik {
	font-size: 20px;
	font-weight: bold;
	color: #3D0AA2;
	text-align: center;
}
.footer .sosyaled {
	text-align: center;
}
.footer .sosyaled img {
	width: 80px;
	transition: transform 0.3s ease-in-out;
}
.footer .sosyaled img:hover {
	transform: rotate(360deg); 
}

.footer .hakkimizda {
	text-align: center;
	margin: 0;
	margin-top: 30px;
	color: #716c6c;
	font-size: 13px;
}
.footer .hakkimizda a {
	text-decoration: none;
	color:  #3D0AA2;
}

@keyframes button-animation {
	from {
		width: 0;
		bottom: 0;
	}
	to {
		width: 100%;
		bottom: 0;
	}
}
.footer .linked img {
	width: 40px;
}
.footer .linked ul {
	display: block;
	height: 45px;
	text-align: left;
}
.footer .linked ul li {
	padding: 5px 0px;
	list-style-type: none;
}

.footer .linked ul li a {
	color: #545454;
	font-size: 16px;
	padding: 6px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: -1px;
	overflow: hidden;
	position: relative; 
	z-index: 5;
}

.footer .linked ul li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: linear-gradient(to right , #5170FF , #FF66C4);
	color: #F3F5F9;
	transition: height 0.3s ease-in-out; /* Animasyon süresi */
	z-index: -1; /* Değişen z-index değeri */
}

.footer .linked ul li a:hover::before {
	height: 100%;
	animation-name: button-animation;
	animation-duration: 0.3s;
	color: #F3F5F9;
	z-index: -1; /* Hover durumunda da z-index değeri */
}
.blogmakale {
	margin-top: 10px;
	background: #F3F5F9;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid white;
	border-radius: 20px;
	margin-bottom: 20px;
}
.blogmakale h1,
.blogmakale h2,
.blogmakale h3,
.blogmakale h4,
.blogmakale h5 {
	font-family: 'Montserrat', sans-serif;
	color: #3D0AA2;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}
.blogmakale p {
	margin: 5px;
	color: #1F1F1F;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}
button:hover {
	opacity: 0.6;
}
.bars {
	background: #ffffff;
	padding: 10px;
	color: #3D0AA2;
	border-radius: 5px;
	font-size: 23px;
}
.yukari {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	border: none;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: linear-gradient(to right , #5170FF , #FF66C4);
	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){ 
	.container {
		padding: 15px;
		max-width: unset;
	}
	.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%;
	}
	.nav-li .hizli {
		margin-left: 0;
	}
	.resim1,.resim2 {
		display: none;
	}
	.sohbetbar {
		margin-top: 30px;
		padding: 10px;
		height: auto;
	}
	.sohbetbar form {
		padding: 0;
	}
	.sohbetbar input {
		padding: 10px;
	}
	.sohbetbar button {
		font-size: 18px;
	}
	.sohbetbarimg,
	.gorselbar,
	.header2,
	.gorsel1,
	.gorsel4 {
		display: none;
	}
	.makale .item {
		flex: 0 0 100%;
		max-width: 90%;
	}
	.makale .item2 {
		display: none;
	}
	.altbar .renk3 {
		display: none;
	}
	.altsohbet {
		padding: 15px 20px;
	}
	.col-alt {
		-ms-flex: 0 0 32%;
		flex: 0 0 90%;
		max-width: 99%;
	}
	.col-alt2 {
		-ms-flex: 0 0 32%;
		flex: 0 0 90%;
		max-width: 99%;
	}
	.footer .linked ul {
		height: auto;
		margin-left: -40px;
	}
	.footer .linked ul li a {
		font-size: 16px;
	}

}


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