/*#region FONT TANIMLAMALARI*/
@font-face {
	font-family: 'poppins';
	src: url('../../fonts/poppins/Poppins-Light.ttf');
	/*Poppins-Regular*/
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_medium';
	src: url('../../fonts/poppins/Poppins-Medium.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_bold';
	src: url('../../fonts/poppins/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_black';
	src: url('../../fonts/poppins/Poppins-Black.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_semibold';
	src: url('../../fonts/poppins/Poppins-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_extrabold';
	src: url('../../fonts/poppins/Poppins-ExtraBold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'poppins_italic';
	src: url('../../fonts/poppins/Poppins-Italic.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*#endregion*/


:root {
	--color-primary: #0051c4;
	--color-secondary: #00d8de;
	--color-accent: #00d8de;
	--color-dark: #1a1a2e;
	--color-light: #f8f9fa;
	--gradient-primary: linear-gradient(135deg, #0051c4, #00d8de);
	--gradient-accent: linear-gradient(135deg, #00d8de, #0051c4);
	--gradient-bg: linear-gradient(135deg, rgba(0, 81, 196, 0.1), rgba(0, 216, 222, 0.1));
	--color1: #0051c4;
	--color2: var(--gradient-primary);
}


.swal2-container {
	z-index: 3000 !important;
}

.swal2-close {
	color: #cc0000 !important;
}

.swal2-close:focus {
	box-shadow: none !important;
	color: #cc0000 !important;
}

.swal2-close:hover {
	color: #000 !important;
}

.swal2-popup {
	width: auto !important;
}

.fancybox__container {
	z-index: 8000 !important;
}

html {
	font-size: 100%;
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	font-family: 'poppins', Arial, sans-serif;
	background: #fff;
	color: #222;
}

table,
tr,
td,
ul {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #222;
}

textarea,
input,
select {
	outline: none;
}

header,
footer,
article,
section,
aside,
nav {
	display: block;
}

p {
	padding: 0;
	margin: 0;
}

ul {
	list-style-position: inside;
	padding-left: 0;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1rem;
}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:600px) {
	html {
		font-size: 90%;
	}
}

@media only screen and (min-width:1200px) {
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	::-webkit-scrollbar-thumb {
		background: #888;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
}


.standard_center1 {
	width: 96%;
	margin: 0 auto;
}

.standard_center2 {
	width: 1600px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center3 {
	width: 1400px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center4 {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center5 {
	width: 1000px;
	max-width: 96%;
	margin: 0 auto;
}

.standard_center6 {
	width: 800px;
	max-width: 96%;
	margin: 0 auto;
}


.lightbox_comment {
	width: 600px;
	max-width: 85vw;
	text-align: center;
}

.lightbox_comment .platform {}

.lightbox_comment .platform img {
	width: 150px;
	height: auto;
}

.lightbox_comment .ad {
	margin: 3px 0 0 0;
	font-size: 1.2rem;
	font-family: "poppins_bold";
}

.lightbox_comment .stars {
	margin: 10px 0 0 0;
}

.lightbox_comment .stars img {
	width: 120px;
	height: auto;
}

.lightbox_comment .yorum {
	margin: 10px 0 0 0;
	font-size: 1.1rem;
}





#header1 {
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	/*transition: all 200ms;
	backdrop-filter: blur(6px);*/
	background: #fff;
	/*border-bottom: 1px solid rgb(169 150 168 / 25%);*/
}

#header1 .hdsect10 {
	color: #fff;
}

#header1 .hdsect10 .center {
	padding: 0 20px;
	border-radius: 0 0 10px 10px;
	background: var(--color1);
}

#header1 .hdsect10 a {
	color: #fff;
}

#header1 .hdsect10 .grid {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
	align-items: center;
	height: 50px;
}

#header1 .hdsect10 .grid .s {}

#header1 .hdsect10 .grid .s.s1 {}

#header1 .hdsect10 .grid .s.s1 .icons {
	font-size: 1.7rem;
}

#header1 .hdsect10 .grid .s.s1 .icons a {
	margin: 0 6px 0 0;
}

#header1 .hdsect10 .grid .s.s1 .icons a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	opacity: 1;
	transition: all .3s;
}

#header1 .hdsect10 .grid .s.s1 .icons a:hover img {
	opacity: 1;
}

/*
#header1 .hdsect10 .grid .s.s1 a{margin:0 10px 0 0;text-decoration:underline;transition:all 300ms;
	font-family:"poppins_semibold",Arial,sans-serif;
}
#header1 .hdsect10 .grid .s.s1 a:hover{color:#fff;}
*/
#header1 .hdsect10 .grid .s.s2 {
	justify-self: center;
}

#header1 .hdsect10 .grid .s.s3 {
	justify-self: end;
}

#header1 .hdsect10 .grid .s.s3 a {
	margin: 0 0 0 10px;
	text-decoration: underline;
	transition: all 300ms;
	font-family: "poppins_semibold", Arial, sans-serif;
}

#header1 .hdsect10 .grid .s.s3 a:hover {
	color: #fff;
}

#header1 .hdsect20 {
	position: relative;
	z-index: 1;
	/*padding:10px 0;*/
	/*background-color:#fff;*/
	/*border-bottom:1px solid #ddd;*/
}

#header1 .hdsect20 a {}

#header1 .hdsect20 .grid {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto auto;
	gap: 0px;
	align-items: center;
}

#header1 .hdsect20 .grid .s {
	padding: 8px 0;
}

#header1 .hdsect20 .grid .s.s1 {}

#header1 .hdsect20 .grid .s.s1 a {}

#header1 .hdsect20 .grid .s.s1 a img {
	width: 240px;
	height: auto;
	transition: all 300ms;
}

#header1 .hdsect20 .grid .s.s2 {}

#header1 .hdsect20 .grid .s.s3 {
	justify-self: center;
}

#header1 .hdsect20 .grid .s.s4 {
	padding: 0 15px;
}

#header1 .hdsect20 .grid .s.s4 a {
	display: block;
	padding: 6px 15px;
	border: 1px solid rgba(60, 45, 55, .4);
	background: rgba(0, 81, 196, .15);
	color: var(--color-dark);
	border-radius: 10px;
	transition: background-color 300ms, color 300ms;
}

#header1 .hdsect20 .grid .s.s4 a:hover {
	background: var(--color-primary);
	color: #fff;
}

#header1 .hdsect20 .grid .s.s5 {
	padding: 0 15px;
	border-left: 1px solid rgb(156 212 255 / 40%);
}

#header1 .hdsect20 .grid .s.s5,
#header1 .hdsect20 .grid .s.s6 {
	border-left: 1px solid rgb(0 81 196 / 30%);
}

#header1 .hdsect20 .grid .s.s6 {
	padding: 0 0 0 15px;
}

#header1 .hdsect20 .grid .s.s6 a {
	display: flex;
	align-items: center;
	gap: 5px;
}

#header1 .hdsect20 .grid .s.s6 a:hover {
	color: var(--color-accent);
}

#header1 .hdsect20 .grid .s.s6 a svg {
	display: block;
	height: 25px;
	width: auto;
	fill: var(--color-primary);
}

#header1 .hdsect20 .grid .s.s6 a:hover svg {
	fill: var(--color-accent);
}

#header1 .hdsect20 nav ul {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

#header1 .hdsect20 nav>ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	display: flex;
	column-gap: 15px;
	align-items: center;
}

#header1 .hdsect20 nav>ul>li {
	/*height: 25px;*/
	font-size: 0.9rem;
	/*font-family: 'poppins_semibold', Arial, sans-serif;*/
	position: relative;
}

#header1 .hdsect20 nav ul>li>a {
	text-decoration: none;
	padding: 7px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "poppins_semibold", Arial, sans-serif;
}

#header1 .hdsect20 nav ul>li>ul {
	width: 220px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--gradient-primary);
	padding: 5px 0;
	box-shadow: 0px 8px 18px rgba(60, 45, 55, 0.15);
	border-radius: 12px;
}

#header1 .hdsect20 nav ul li:hover>ul {
	display: block;
	/* Show the dropdown when hovered */
}

#header1 .hdsect20 nav ul>li>ul li {
	position: relative;
	z-index: 1;
	list-style-type: none;
	padding: 0px 10px;
}

#header1 .hdsect20 nav ul>li>ul>li a {
	font-size: 0.92rem;
	padding: 8px 14px;
	color: #fff;
	display: block;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	transition: background 200ms;
	font-family: "poppins", Arial, sans-serif;
}

#header1 .hdsect20 nav ul>li>ul>li a:hover {
	background: rgb(255 255 255 / 12%);
}

/* For nested submenus */
#header1 .hdsect20 nav ul li ul li ul {
	display: none;
	/* Hide nested submenus by default */
	position: absolute;
	left: 100%;
	/* Position it to the right of the parent list item */
	top: 0;
}

#header1 .hdsect20 nav ul li ul li:hover>ul {
	display: block;
	/* Show the nested submenu on hover */
}



#header1 .hdsect20 .lang {display:none;
	position: relative;
	z-index: 1;
}

#header1 .hdsect20 .lang .selected {
	border-radius: 5px;
}

#header1 .hdsect20 .lang .selected img {}

#header1 .hdsect20 .lang .list {
	display: none;
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	width: 150%;
	background: rgb(253 248 247 / 95%);
	border: 1px solid rgb(0 81 196 / 40%);
	border-radius: 10px;
	transform: translate(-50%, 0);
}

#header1 .hdsect20 .lang:hover .list {
	display: block;
}

#header1 .hdsect20 .lang .langgrid {
	padding: 4px 8px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 3px;
	align-items: center;
}

#header1 .hdsect20 .lang .langgrids {}

#header1 .hdsect20 .lang .langgrids.s1 {}

#header1 .hdsect20 .lang .langgrids.s1 img {
	display: block;
	width: 40px;
	height: 25px;
	object-fit: contain;
}

#header1 .hdsect20 .lang .langgrids.s2 {
	font-size: .9rem;
}

#header1 .hdsect20 .lang .selected .langgrid {}

#header1 .hdsect20 .lang .list .langgrid {
	padding: 3px 3px;
	box-shadow: 0 0 3px 0 rgb(0 81 196 / 40%) inset;
}

#header1 .hdsect20 .lang .list .langgrid:hover {}

#header1.sticky1 {
	top: -50px;
	background: #fff;
	box-shadow: 0 10px 20px -15px rgba(60, 45, 55, 0.6);
}

#header1.sticky1 .hdsect20 .grid .s.s1 a img {
	height: 50px;
	width: auto;
}

@media only screen and (max-width:1200px) {
	#header1 .hdsect20 {
		padding: 10px 0;
	}

	#header1 .hdsect20 .grid .s.s3 nav {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	#header1 {
		margin: 0 0 20px 0;
	}

	#header1 .hdsect10 .grid {
		grid-template-columns: auto auto;
	}

	#header1 .hdsect10 .grid .s.s2 {
		display: none;
	}
}

@media only screen and (max-width:900px) {
	#header1 .hdsect20 .grid {
		grid-template-columns: auto 1fr auto auto auto;
		gap: 10px;
	}

	#header1 .hdsect20 .grid .s.s1 a img {
		height: 50px;
		width: auto;
	}

	#header1 .hdsect20 .grid .s.s3 {
		display: none;
	}
}

@media only screen and (max-width:750px) {
	#header1 .hdsect20 .grid {
		grid-template-columns: auto 1fr auto;
		gap: 10px;
	}

	#header1 .hdsect20 .grid .s.s4 {
		display: none;
	}

	#header1 .hdsect20 .grid .s.s5 {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	#header1 .hdsect10 .grid {
		grid-template-columns: 1fr;
	}

	#header1 .hdsect10 .grid .s.s1 {
		text-align: center;
	}

	#header1 .hdsect10 .grid .s.s2 {
		display: none;
	}

	#header1 .hdsect10 .grid .s.s3 {
		display: none;
	}
}







#footer1 {
	margin: 50px 0 0 0;
	border-top: 1px solid #ddd;
}

#footer1 .ftsect20 {
	padding: 60px 0;
	background-color: var(--color-light);
}

#footer1 .ftsect20 .grid {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr;
	gap: 20px;
}

#footer1 .ftsect20 .grid .s {}

#footer1 .ftsect20 .grid .s.s3ves4 {
	align-self: center;
}

#footer1 .ftsect20 .grid .s.s3ves4 a {
	display: block;
}

#footer1 .ftsect20 .grid .s.s3ves4 a img {
	width: 200px;
	max-width: 100%;
	height: auto;
}

#footer1 .ftsect20 .grid .s.s1 {}

#footer1 .ftsect20 .grid .s.s2 {}

#footer1 .ftsect20 .grid .s.s5 {}

#footer1 .ftsect20 .grid .s .stitle {
	margin: 0 0 10px 0;
	font-family: 'poppins_semibold', Arial, sans-serif;
}

#footer1 .ftsect20 .grid .s .text {}

#footer1 .ftsect20 .grid .s .cs {}

#footer1 .ftsect20 .grid .s .cs table {}

#footer1 .ftsect20 .grid .s .cs table tr {}

#footer1 .ftsect20 .grid .s .cs table tr td {
	padding: 6px 10px;
	border: 1px solid #ddd;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(1) {
	border-left: none;
}

#footer1 .ftsect20 .grid .s .cs table tr td:nth-of-type(2) {
	border-right: none;
}

#footer1 .ftsect20 .grid .s .nav {}

#footer1 .ftsect20 .grid .s .nav ul {}

#footer1 .ftsect20 .grid .s .nav ul li {
	margin: 0 0 7px 0;
}

#footer1 .ftsect20 .grid .s .nav ul li a {}


#footer1 .ftsect20 .grid .s.s2 .text1 {}

#footer1 .ftsect20 .grid .s.s2 .text1 .text {
	margin: 6px 0 0 0;
}

#footer1 .ftsect20 .grid .s.s2 .text1 svg {
	height: 16px;
	width: 16px;
	object-fit: contain;
	fill: var(--color1);
}

#footer1 .ftsect25 {
	padding: 15px 0;
	background: #f5f5f5;
	text-align: center;
}

#footer1 .ftsect25 a {
	margin: 0 7px;
}

#footer1 .ftsect30 {
	padding: 20px 0 10px 0;
	background-color: var(--color-light);
	text-align: center;
}

#footer1 .ftsect30 .grid {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 20px;
}

#footer1 .ftsect30 .grid .s {}

#footer1 .ftsect30 .grid .s svg {
	width: 140px;
	height: auto;
}

#footer1 .ftsect40 {
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	#footer1 .ftsect20 .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		text-align: center;
	}

	#footer1 .ftsect20 .grid .s.s1 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s2 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s3ves4 {
		grid-column: 1 span;
	}

	#footer1 .ftsect20 .grid .s.s5 {
		grid-column: 1 span;
		justify-self: center;
	}

	#footer1 .ftsect30 .grid {
		grid-template-columns: auto;
		gap: 10px;
	}

	#footer1 .ftsect30 .grid .s {}

	#footer1 .ftsect30 .grid .s svg {
		width: 90px;
	}
}





#footerlanding {
	margin: 0px 0 0 0;
	border-top: 1px solid #ddd;
}

#footerlanding .ftsect30 {
	padding: 20px 0 10px 0;
	background-color: var(--color-light);
	text-align: center;
}

#footerlanding .ftsect30 .grid {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 20px;
}

#footerlanding .ftsect30 .grid .s {}

#footerlanding .ftsect30 .grid .s svg {
	width: 140px;
	height: auto;
}

#footerlanding .ftsect40 {
	padding: 10px 0 20px 0;
	background-color: #f5f5f5;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	#footerlanding .ftsect20 .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		text-align: center;
	}

	#footerlanding .ftsect20 .grid .s.s1 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s2 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s3ves4 {
		grid-column: 1 span;
	}

	#footerlanding .ftsect20 .grid .s.s5 {
		grid-column: 1 span;
		justify-self: center;
	}

	#footerlanding .ftsect30 .grid {
		grid-template-columns: auto;
		gap: 10px;
	}

	#footerlanding .ftsect30 .grid .s {}

	#footerlanding .ftsect30 .grid .s svg {
		width: 90px;
	}
}






#sidebar1 {
	position: fixed;
	z-index: 9000;
	right: -101%;
	top: 0;
	width: 350px;
	height: 100vh;
	box-sizing: border-box;
	padding: 0 0 60px 0;
	overflow: auto;
	color: var(--color-light);
	border-left: 1px solid rgb(0 81 196 / 40%);
	background: rgba(60, 45, 55, 0.93);
	transition: right 300ms;
}

#sidebar1 a {
	color: var(--color-light);
}

#sidebar1 a:hover {
	color: var(--color-accent);
}

#sidebar1 .hd {
	position: sticky;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 20px;
	text-align: center;
	font-size: 1.4em;
	background: rgba(60, 45, 55, 0.95);
	border-bottom: 1px solid rgb(0 81 196 / 40%);
}

#sidebar1 .hd .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

#sidebar1 .hd .grid .s {}

#sidebar1 .hd .grid .s.s1 {
	justify-self: start;
	color: var(--color-light);
}

#sidebar1 .hd .grid .s.s1 a {
	color: var(--color-light);
}

#sidebar1 .hd .grid .s.s2 {
	justify-self: end;
}

#sidebar1 .hd .closer {
	color: var(--color-light);
	font-size: 1.7rem;
}

#sidebar1 .hd .closer:hover {
	color: var(--color-accent);
}

#sidebar1 .body {
	padding: 30px 0 0 0;
}

#sidebar1 .lang {
	padding: 20px 0;
	border-top: 1px solid rgb(0 81 196 / 30%);
	font-size: 1rem;
	text-align: center;
	font-family: "poppins";
}

#sidebar1 .lang a {
	color: var(--color-light);
	margin: 0 10px;
	text-transform: uppercase;
}

#sidebar1 .lang a:hover {
	color: var(--color-accent);
}

#sidebar1 .lang a.selected {
	color: var(--color-accent);
}

#sidebar1 .lang1 {
	padding: 20px 0;
	border-bottom: 1px solid rgb(0 81 196 / 30%);
	font-size: 1.2rem;
	text-align: center;
}

#sidebar1 .social {
	padding: 20px 0;
	font-size: 1.3rem;
	text-align: center;
	border-top: 1px solid rgb(0 81 196 / 30%);
}

#sidebar1 .social a {
	color: var(--color-light);
	margin: 0 10px;
	text-transform: uppercase;
}

#sidebar1 .social a:hover {
	color: var(--color-accent);
}

#sidebar1 .social a svg {
	width: 20px;
	height: 20px;
	object-fit: contain;
	fill: var(--color-light);
}

#sidebar1 .social a:hover svg {
	fill: var(--color-accent);
}

#sidebar1 .nav1 ul {
	list-style: none;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 0 10px 0;
	color: var(--color-light);
	font-family: "poppins";
	font-size: 18px;
}

#sidebar1 .nav1 ul li a:hover {
	color: var(--color-accent);
}

#sidebar1 .nav1 {
	padding: 0;
	margin: 0 auto 0 auto;
	font-size: 1rem;
	text-align: center;
}

#sidebar1 .nav1 ul {
	overflow: hidden;
}

#sidebar1 .nav1 ul li {}

#sidebar1 .nav1 ul li a {}

#sidebar1 .nav1>ul {
	padding: 0 15px;
}

#sidebar1 .nav1>ul>li>a {}

#sidebar1 .nav1 ul li {
	padding: 0 0 1px 0;
}

#sidebar1 .nav1 ul li a {
	display: block;
	padding: 8px 0;
	font-family: "poppins";
	text-decoration: none;
	color: var(--color-light);
	text-align: left;
}

#sidebar1 .nav1 ul li a:before {
	content: "➤";
	display: inline-block;
	margin: 0 5px 0 0;
	transform: scale(.9);
	color: var(--color-accent);
}

#sidebar1 .nav1 ul li a.selected {}

#sidebar1 .nav1 ul li a.selected_link_view {}

#sidebar1 .nav1 ul li ul {
	display: none;
	padding: 10px;
	background: rgba(250, 245, 244, 0.08);
	border-radius: 12px;
}

#sidebar1 .nav1 ul li ul.selected {
	display: block;
}

#sidebar1 .nav1 ul li ul li {}

#sidebar1 .nav1 ul ul li a {
	transform: translate(-100%, 0);
	color: #777;
	padding: 5px 0;
	font-family: 'poppins_semibold', Arial, sans-serif;
	font-size: .9rem;
}

#sidebar1 .nav1 ul ul li a:before {
	content: "➤";
	margin: 0 5px 0 0;
	font-size: .9rem;
}

#sidebar1 .nav1 ul li ul.selected {}

#sidebar1 .nav1 ul.selected li {}

#sidebar1 .nav1 ul.selected li a {
	-webkit-animation: example 300ms ease 100ms 1 alternate;
	-webkit-animation-fill-mode: forwards;
	animation: example 300ms ease 100ms 1 alternate;
	animation-fill-mode: forwards;
}

@-webkit-keyframes example {
	0% {
		transform: translate(-100%, 0) scale(0);
	}

	100% {
		transform: translate(0, 0) scale(1);
	}
}

@keyframes example {
	0% {
		transform: translate(-100%, 0) scale(0);
	}

	100% {
		transform: translate(0, 0) scale(1);
	}
}

@media only screen and (max-width: 500px) {
	#sidebar1 {
		width: 70%;
	}
}


body.sidebar1_show #sidebar1 {
	right: 0;
}

body.sidebar1_show #header .sect20 .grid .s.s3 a {
	display: none;
}













.ortakform1 {
	padding: 50px 0;
	background: #f5f5f5;
}

.ortakform1 .head {
	overflow: hidden;
}

.ortakform1 .head .grid1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}

.ortakform1 .head .grid1 .s {}

.ortakform1 .head .grid1 .s.s1 {
	font-size: 2.8rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 1s ease;
}

.ortakform1 .head .grid1.scroll_action .s.s1 {
	transform: translateX(0);
	opacity: 1;
}

.ortakform1 .head .grid1 .s.s2 {
	font-size: 1.1rem;
	transform: translateX(50%);
	opacity: 0;
	transition: all 1s ease;
}

.ortakform1 .head .grid1 .s.s2 .extrabaslik {
	font-family: 'poppins_semibold', Arial, sans-serif;
}

.ortakform1 .head .grid1.scroll_action .s.s2 {
	transform: translateX(0);
	opacity: 1;
}

.ortakform1 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
	margin: 30px 0 0 0;
}

.ortakform1 .grid .s {}

.ortakform1 .grid .s.s1 {}

.ortakform1 .grid .s.s1 .im {
	position: relative;
	z-index: 1;
	aspect-ratio: 1 / 1;
}

.ortakform1 .grid .s.s1 .im img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.ortakform1 .grid .s.s2 {}

.form101 {
	margin: 30px auto 30px auto;
	background: none;
	color: #000;
}

.form101 .info1 {
	margin: 0 0 50px 0;
}

.form101 .group1 {
	margin: 0 0 20px 0;
}

.form101 .group1 .title {
	margin: 0 0 1px 0;
	color: var(--color-dark);
	font-family: "poppins_semibold";
	font-size: 0.9rem;
}

.form101 .group1.required .title::after {
	content: ' *';
	margin: 0 5px 0 0;
	font-weight: 600;
	color: var(--color-accent);
}

.form101 .group1 .explain {
	padding: 2px 0;
	color: rgba(60, 45, 55, 0.6);
}

.form101 input[type="text"],
.form101 input[type="number"],
.form101 input[type="email"],
.form101 input[type="date"],
.form101 input[type="tel"],
.form101 input[type="password"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 1px solid rgba(0, 81, 196, .5);
	border-radius: 5px;
}

.form101 select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 1px solid rgba(0, 81, 196, .5);
	border-radius: 5px;
}

.form101 textarea {
	display: block;
	width: 100%;
	height: 120px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: 1px solid rgba(0, 81, 196, .5);
	border-radius: 5px;
}

.form101 input[type="text"]:focus,
.form101 input[type="number"]:focus,
.form101 input[type="email"]:focus,
.form101 input[type="date"]:focus,
.form101 input[type="password"]:focus,
.form101 select:focus {
	border: 1px solid var(--color-secondary);
}

.form101 .submit_line {
	text-align: right;
}

.form101 .submit_line img.submit_loading {
	display: none;
	height: 20px;
	width: auto;
}

.form101 .submit_line button.reset {}

.form101 .submit_line button.submit {
	padding: 10px 35px;
	background: var(--color1);
	color: #fff;
	font-size: 1em;
	font-family: "poppins_semibold";
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms;
}

.form101 .submit_line button.submit:hover {
	background-color: var(--color-accent);
	color: #fff;
}

.form101 .form_grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}

.form101 .form_grid_self {
	grid-column: 12 span;
}

.form101 .form_grid_self.type_2 {
	padding: 10px;
	background: #eee;
}

.form101 .form_grid_self.w2 {
	grid-column: 6 span;
}

.form101 .form_grid_self.w3 {
	grid-column: 4 span;
}

.form101 .form_grid_self.w4 {
	grid-column: 3 span;
}

.form101 .phonegrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
}

.form101 .phonegrids {}

@media only screen and (max-width:1000px) {
	.ortakform1 .head {}

	.ortakform1 .head .grid1 {
		grid-template-columns: 1fr;
		gap: 10px;
		text-align: center;
	}

	.ortakform1 .head .grid1 .s.s1 {
		font-size: 2rem;
	}

	.ortakform1 .head .grid1 .s.s2 {
		display: none;
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:850px) {
	.form101 .form_grid_self.w4 {
		grid-column: 6 span;
	}
}

@media only screen and (max-width:750px) {
	.form101 .group1 {
		margin: 0 0 8px 0;
	}

	.ortakform1 .grid {
		grid-template-areas: "s2" "s1";
		grid-template-columns: 1fr;
		column-gap: 10px;
		grid-row-gap: 10px;
		margin: 7px 0 0 0;
	}

	.ortakform1 .grid .s.s1 {
		grid-area: s1;
		justify-self: center;
	}

	.ortakform1 .grid .s.s1 .im {
		width: 300px;
	}

	.ortakform1 .grid .s.s1 .im img {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}

	.ortakform1 .grid .s.s2 {
		grid-area: s2;
	}

	.form101 .form_grid_self.w2 {
		grid-column: 12 span;
	}

	.form101 .form_grid_self.w3 {
		grid-column: 12 span;
	}

	.form101 .form_grid_self.w4 {
		grid-column: 12 span;
	}

	.form101 input[type="text"],
	.form101 input[type="number"],
	.form101 input[type="email"],
	.form101 input[type="date"],
	.form101 input[type="password"] {
		height: 35px;
		padding: 0 5px;
		border-radius: 10px;
	}

	.form101 select {
		height: 35px;
		border-radius: 10px;
	}

	.form101 textarea {
		height: 55px;
		border-radius: 10px;
	}
}









.minikart {
	padding: 15px;
	margin: 0 0 25px 0;
	border-radius: 15px;
	background: var(--gradient-primary);
	color: #fff;
}

.minikart a {
	color: #fff;
}

.minikart .ad {
	text-align: center;
	font-family: 'poppins_semibold';
}

.minikart .im {
	margin: 25px 0;
}

.minikart .im a {
	position: relative;
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0 0 5px 0 #fff;
}

.minikart .im a img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	scale: 0.9;
}

.minikart .info {
	text-align: center;
}

.minikart .butonlarwrap {
	margin: 30px 0 0 0;
	text-align: center;
}

.minikart .butonlar {
	display: inline-grid;
	grid-template-columns: auto auto auto;
	grid-gap: 10px;
}

.minikart .butonlar div {}

.minikart .butonlar a {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	color: var(--color1);
	font-family: "poppins_semibold";
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.minikart .butonlar a.tip1 {
	padding: 0 25px;
	color: var(--color-dark);
}

.minikart .butonlar a.tip2 {
	width: 40px;
}

.minikart .butonlar a.tip2 svg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	scale: .5;
	fill: var(--color1);
}

.minikart .butonlar a.tip3 {
	width: 40px;
	font-size: 1.2rem;
}




.miniblog1 {
	padding: 15px;
	margin: 0 0 25px 0;
	background: var(--gradient-primary);
	color: #fff;
	border-radius: 15px;
}

.miniblog1 a {
	color: #fff;
}

.miniblog1 .xtitle {
	margin: 0 0 10px 0;
	font-size: 1.1rem;
	text-align: center;
}

.miniblog1 .item {
	border-top: 1px solid #ddd;
	padding: 5px;
}

.miniblog1 .item:nth-of-type(1) {
	border-top: none;
}

.miniblog1 .item:nth-of-type(2) {
	border-top: none;
}

.miniblog1 .item a.im {
	position: relative;
	z-index: 1;
	margin: 0 0 12px 0;
	display: block;
	max-width: 300px;
	aspect-ratio: 5 / 3;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 #fff;
}

.miniblog1 .item a.im img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1000ms;
}

.miniblog1 .item a.im:hover img {
	transform: scale(1.1);
	filter: brightness(0.8);
}

.miniblog1 .item a.title {
	color: var(--color-light);
}

.miniblog1 .item a.title:hover {
	color: #fff;
}

.miniblog1 .item a.title i {
	color: var(--color-light);
}

@media only screen and (max-width:800px) {
	.miniblog1 {
		border: none;
		box-shadow: none;
	}
}







.dikeybuton {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dikeybuton img {
	width: 30px;
	height: auto;
	border-radius: 0 10px 10px 0;
}



.whatsapp-icon {
	display: block;
	position: fixed;
	z-index: 200;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #25D366;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out;
	animation: bounce 1.5s infinite, glow 1.5s infinite alternate;
}

.whatsapp-icon svg {
	width: 30px;
	height: 30px;
	object-fit: contain;
	fill: #fff;
}

@media only screen and (max-width: 900px) {
	.whatsapp-icon {
		width: 50px;
		height: 50px;
	}
}



@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes glow {
	0% {
		box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
	}

	100% {
		box-shadow: 0 0 20px rgba(37, 211, 102, 1);
	}
}












.sectformtedavi {
	padding: 50px 0;
}

.sectformtedavi .head {
	overflow: hidden;
}

.sectformtedavi .head .grid1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}

.sectformtedavi .head .grid1 .s {}

.sectformtedavi .head .grid1 .s.s1 {
	font-size: 2.8rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	transform: translateX(0);
	opacity: 1;
	transition: all 1s ease;
}

.sectformtedavi .head .grid1.scroll_action .s.s1 {
	transform: translateX(0);
	opacity: 1;
}

.sectformtedavi .head .grid1 .s.s2 {
	font-size: 1.1rem;
	transform: translateX(0);
	opacity: 1;
	transition: all 1s ease;
}

.sectformtedavi .head .grid1.scroll_action .s.s2 {
	transform: translateX(0);
	opacity: 1;
}

.sectformtedavi .headlanding {
	display: none;
}

.sectformtedavi .headlanding .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	background: #f5f5f5;
	border-radius: 20px;
	overflow: hidden;
}

.sectformtedavi .headlanding .grid .s {}

.sectformtedavi .headlanding .grid .s.s1 {
	padding: 20px 10px;
	background: var(--gradient-primary);
	color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.sectformtedavi .headlanding .grid .s.s1 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.sectformtedavi .headlanding .grid .s.s1 .flex .inner {
	width: 100%;
	text-align: center;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 {
	font-size: 2.1rem;
}

.sectformtedavi .headlanding .grid .s.s1 .text1 strong {
	font-weight: normal;
	font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s1 .text2 {
	margin: 20px 0 0 0;
	font-size: 1.2rem;
}

.sectformtedavi .headlanding .grid .s.s2 {
	padding: 20px 10px;
}

.sectformtedavi .headlanding .grid .s.s2 .title1 {
	margin: 0 0 25px 0;
	font-size: 1.6rem;
	font-family: 'poppins_bold', Arial, sans-serif;
	text-align: center;
	color: var(--color-primary);
}

.sectformtedavi .headlanding .grid .s.s2 ul {
	color: var(--color-primary);
	list-style: none;
}

.sectformtedavi .headlanding .grid .s.s2 ul li {
	margin: 0 0 7px 0;
	font-size: 1.0rem;
	font-family: 'poppins_bold', Arial, sans-serif;
}

.sectformtedavi .headlanding .grid .s.s2 ul li span {
	color: #000;
}

.sectformtedavi .headlanding .grid .s.s2 ul li i {
	font-size: 1.1rem;
	color: var(--color-primary);
}

.sectformtedavi .sectgrid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin: 30px 0 0 0;
	/*padding:20px;border-radius:20px;
  background:#777c8f;*/
}

.sectformtedavi .sectgrids {
	padding: 40px 0;
}

.sectformtedavi .sectgrids.s1 {
	background: var(--gradient-accent);
	color: #fff;
	border-radius: 20px 0 0 20px;
}

.sectformtedavi .sectgrids.s1 a {
	color: #fff;
}

.sectformtedavi .sectgrids.s1 .title1 {
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	font-family: 'poppins_semibold', Arial, sans-serif;
	text-align: center;
}

.sectformtedavi .sectgrids.s1 .table {
	padding: 0 30px;
}

.sectformtedavi .sectgrids.s1 .table table {}

.sectformtedavi .sectgrids.s1 .table table tr {}

.sectformtedavi .sectgrids.s1 .table table tr td {
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(1) {}

.sectformtedavi .sectgrids.s1 .table table tr td:nth-of-type(2) {
	padding: 0 0 0 15px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
}

.sectformtedavi .sectgrids.s1 .table table tr td .circle:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
	scale: 1.3;
	opacity: 0;
}

.sectformtedavi .sectgrids.s1 .table table tr.active td .circle:after {
	opacity: 1;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi {}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td {
	z-index: 1;
	height: 20px;
}

.sectformtedavi .sectgrids.s1 .table table tr.cizgi td:nth-of-type(1):before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
}

.sectformtedavi .sectgrids.s2 {
	padding-left: 30px;
	padding-right: 30px;
	background: rgb(253 248 247);
	color: var(--color-primary);
	border-radius: 0 20px 20px 0;
	box-shadow: inset 0 0 0 1px rgb(0 81 196 / 20%);
}

.sectformtedavi .sectgrids.s2 a {
	color: var(--color-primary);
}

.sectformtedavi .sectgrids.s2 .formhead {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'poppins_bold', Arial, sans-serif;
	font-weight: 600;
	color: var(--color-dark);
}

.sectformtedavi .sectgrids.s2 .steps {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg {}

.sectformtedavi .sectgrids.s2 .steps .sonucimg img {
	width: 100%;
	height: auto;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox {
	margin: 0 0 20px 0;
}

.sectformtedavi .sectgrids.s2 .steps .sorubox .soru {
	margin: 0 0 8px 0;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	padding: 10px;
	background: none;
	border-radius: 12px;
	box-shadow: 0 0 18px rgba(0, 81, 196, 0.25);
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input {
	display: none;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label span {
	display: block;
	padding: 7px 6px;
	text-align: center;
	color: var(--color-dark);
	background: rgba(0, 216, 222, 0.2);
	border: 1px solid rgba(0, 216, 222, 0.4);
	border-radius: 8px;
	cursor: pointer;
}

.sectformtedavi .sectgrids.s2 .steps .secenekgrid label input:checked~span {
	background: var(--color-secondary);
	color: #fff;
	border-color: var(--color-secondary);
}

.sectformtedavi .sectgrids .formitem {}

.sectformtedavi .sectgrids .formitem .title {}

.sectformtedavi .sectgrids .formitem .item {}

.sectformtedavi .sectgrids .formitem .item .iti {
	width: 100%;
	object-fit: contain;
}

.sectformtedavi .sectgrids .formitem .item input {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	background: #fff;
	border: 1px solid rgba(0, 81, 196, 0.5);
	border-radius: 10px;
}

.sectformtedavi .sectgrids .formitem .item textarea {
	display: block;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 81, 196, 0.5);
	border-radius: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b1 {}

.sectformtedavi .sectgrids.s2 .butonlar .buton.b2 {
	justify-self: end;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button {
	padding: 10px 20px;
	background: var(--color-primary);
	color: #fff;
	border: 1px solid rgba(60, 45, 55, 0.2);
	border-radius: 50px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button:hover {
	background-color: var(--color-accent);
	transform: translateY(-2px);
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.prev:before {
	content: "❮";
	margin: 0 10px 0 0;
}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next {}

.sectformtedavi .sectgrids.s2 .butonlar .buton button.next:after {
	content: "❯";
	margin: 0 0 0 10px;
	rotate: 180deg;
}

.sectformtedavi .sectgrids.s2 .submit_line {
	margin: 10px 0 0 0;
}

.sectformtedavi .sectgrids.s2 .submit_line {
	text-align: right;
}

.sectformtedavi .sectgrids.s2 .submit_line img.submit_loading {
	display: none;
	height: 20px;
	width: auto;
}

.sectformtedavi .sectgrids.s2 .submit_line button.reset {}

.sectformtedavi .sectgrids.s2 .submit_line button.submit {
	padding: 10px 35px;
	background: var(--color-secondary);
	color: #fff;
	font-size: 1em;
	font-family: "poppins_semibold";
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms;
}

.sectformtedavi .sectgrids.s2 .submit_line button.submit:hover {
	background-color: var(--color-accent);
	color: #fff;
}

/*
.standard_checkbox_3 input:checked ~ span.checkmark {
*/
@media only screen and (max-width:1000px) {
	.sectformtedavi .head {}

	.sectformtedavi .head .grid1 {
		grid-template-columns: 1fr;
		gap: 10px;
		text-align: center;
	}

	.sectformtedavi .head .grid1 .s.s1 {
		font-size: 2rem;
	}

	.sectformtedavi .head .grid1 .s.s2 {
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding {}

	.sectformtedavi .headlanding .grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s {}

	.sectformtedavi .headlanding .grid .s.s1 {
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text1 {
		font-size: 1.5rem;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text2 {
		margin: 15px 0 0 0;
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 {
		padding: 20px 10px;
	}

	.sectformtedavi .headlanding .grid .s.s2 .title1 {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li {
		margin: 0 0 5px 0;
		font-size: 1.0rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li i {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:870px) {
	.sectformtedavi {
		padding: 30px 0;
	}

	.sectformtedavi .sectgrid {
		grid-template-columns: 1fr;
	}

	.sectformtedavi .sectgrids {
		padding: 20px 0;
	}

	.sectformtedavi .sectgrids.s1 {
		display: none;
	}

	.sectformtedavi .sectgrids.s2 {
		border-radius: 20px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
		padding: 6px;
		border-radius: 4px;
	}

	.sectformtedavi .sectgrids.s2 .steps .secenekgrid label {}
}

@media only screen and (max-width:800px) {
	.sectformtedavi .headlanding {}

	.sectformtedavi .headlanding .grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sectformtedavi .headlanding .grid .s {}

	.sectformtedavi .headlanding .grid .s.s1 {
		border-radius: 20px;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text1 {
		font-size: 1.5rem;
	}

	.sectformtedavi .headlanding .grid .s.s1 .text2 {
		margin: 15px 0 0 0;
		font-size: 1.1rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 {
		padding: 20px 10px;
	}

	.sectformtedavi .headlanding .grid .s.s2 .title1 {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li {
		margin: 0 0 5px 0;
		font-size: 1.0rem;
	}

	.sectformtedavi .headlanding .grid .s.s2 ul li i {
		font-size: 1.1rem;
	}
}

@media only screen and (max-width:500px) {
	.sectformtedavi .sectgrids.s2 .steps .secenekgrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3px;
		padding: 5px;
	}
}





.dikey-link {
	position: fixed;
	z-index: 3000;
	top: 60%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: top left;
	padding: 6px 20px;
	text-decoration: none;
	font-family: 'poppins_semibold', Arial, sans-serif;
	font-size: 1rem;
	white-space: nowrap;
	border-radius: 0 0 14px 14px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	background: linear-gradient(270deg, #ff512f, #dd2476, #1e90ff, #0a2443, #ff512f);
	background-size: 1000% 1000%;
	animation: gradientAnimasyon 6s ease infinite;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
}

.dikey-link:hover {
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.4);
	transform: translateY(-50%) rotate(-90deg) scale(1.08);
}

@keyframes gradientAnimasyon {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}