@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "ABeeZee", sans-serif;
}


:root {
  --anarenk: #FF914D;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --mavi: #29ABE2;
  --lacivert: #203E91;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 230px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------number-group----------------------*/
.number-group {    
	position:relative;
}
.number-group .form-control{    
	padding:0px 34px;
	text-align:center;
	height: 43px !important;
    line-height: 43px !important;
}
.number-group .arti,
.number-group .eksi
{   
	position:absolute;
	top:0px;
	width:34px;
	height:43px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#000;
	z-index:100;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.number-group .arti{   
	right:0px;
	border-left:1px solid #f0f0f0;
}
.number-group .eksi{   
	left:0px;
	border-right:1px solid #f0f0f0;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:25px;
	padding:0px 27px;
	height:57px;
	border-radius:30px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
	text-align: center;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:var(--mavi);
	border:1px solid var(--mavi);
	color:#fff;
}
.btn-mavi {
	background:var(--mavi);
	border:1px solid var(--mavi);
	color:#fff;
}
.btn-mavi:hover {
	background:var(--lacivert);
	border:1px solid var(--lacivert);
	color:#fff;
}
.btn-lacivert {
	background:var(--lacivert);
	border:1px solid var(--lacivert);
	color:#fff;
}
.btn-lacivert:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:var(--lacivert);
}
.btn-light:hover {
	background:var(--lacivert);
	border:1px solid var(--lacivert);
	color:#fff;
}
.btn-secondary {
	background: rgba(32, 62, 145, 0.05);
	border:1px solid rgba(32, 62, 145, 0.05);
	color:#203E91;
}
.btn-secondary:hover {
	background:var(--lacivert);
	border:1px solid var(--lacivert);
	color:#fff;
}


/*------------------header----------------------*/

.aciklama {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
.aciklama h1 {
	color: #FF914D;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 168.75% */
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	object-fit:cover;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #FF914D;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aciklama p 
{
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:20px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}
#header .menu .link-item:hover {
    color: var(--anarenk);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .buton {
	display:flex;
	align-items:center;
	height:36px;
	padding:0px 19px;
	border-radius:20px;
	background: #29ABE2;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
}
#header .buton:hover {
	background: var(--anarenk);
	color: #FFF;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:7px;
	height:36px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
	text-transform:uppercase;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}
#header .sepet {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:7px;
	height:36px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
	text-transform:uppercase;
}
#header .sepet i {
	color:#fff;
	font-size:20px;
}


/*------------------acilanmega----------------------*/

#acilanmega {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:200px 0px 50px 0px;
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(10px);
	z-index:100;
	transform:translateY(-100vh);
	transition:all 0.3s ease;
}
#acilanmega.active {
	transform:translateY(0vh);
}
#acilanmega .solmenu {
	display:flex;
	flex-direction:column;
}

#acilanmega .solmenu a {
	color: #203E91;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px; /* 357.895% */
	letter-spacing: 2px;
	text-transform: uppercase;
}
#acilanmega .solmenu a.active {
	color: #203E91;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#acilanmega .sag {
	display:none;
}
#acilanmega .sag.active {
	display:block;
}
#acilanmega .sag .yazi1 {
	color: #203E91;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px; /* 196.429% */
	letter-spacing: 2.947px;
	text-transform: uppercase;
	margin-bottom:15px;
}
#acilanmega .sag .yazi2 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 156.25% */
	margin-bottom:35px;
}
#acilanmega .sag .git {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FE6211;
	font-size: 14.867px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:auto;
	padding-top:10px;
}
#acilanmega .sag .git i {
	font-size: 20px;
}

/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	padding:50px 0px;
	z-index:5;
}
#slider .item .bilgi .alan {
	position:relative;
}
#slider .item .bilgi .alan .sayi {
	position:absolute;
	bottom:0px;
	right:40px;
	color: #FFF;
	font-size: 155px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#slider .item .bilgi .yazi1 {
	color: #EF4807;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom:21px;
}
#slider .item .bilgi .yazi2 {
	display:flex;
	flex-direction:column;
	color: #FFF;
	font-size: 52.21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2.19px;
	background:url('../img/filigran-2.png');
	background-size:100%;
	background-repeat:no-repeat;
	width:100%;
	aspect-ratio:446/239;
	overflow:hidden;
	padding:20px 60px 20px 20px;
	margin-bottom:21px;
}
#slider .item .bilgi .yazi3 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	letter-spacing: -0.2px;
	margin-bottom:57px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	border-radius:30px;
	font-size:40px;
	color:#fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:0px;
	bottom:120px;
}
#slider .slider-button-prev 
{
	right:0px;
	bottom:80px;
}
#slider .dikey {
	position:absolute;
	top:0px;
	right:0px;
	width:6%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:60px 20px;
	z-index:20;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(15px);
}
#slider .dikey .sosyal {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:10px;
	margin-top:auto;
}
#slider .dikey .sosyal a {
	font-size:20px;
	color:#fff;
}
#slider .dikey .mmm {
	font-size:20px;
	color:#fff;
	writing-mode: vertical-rl;
	transform: rotate(180deg); /* yazı yukarıdan aşağıya gelsin istersen */
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	padding:80px 0px;
}
#kategoriler .yazi1 {
	position:relative;
	color: #29ABE2;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	padding-bottom:10px;
}
#kategoriler .yazi1:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:20%;
	height:1px;
	background:var(--mavi);
}
#kategoriler .yazi2 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

#kategoriler .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-top:30px;
}
#kategoriler .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	background:rgba(41, 171, 226, 0.5);
	font-size:20px;
	color:#fff;
	transition:all 0.3s ease;
}
#kategoriler .butonlar div:hover {
	width:50px;
	height:50px;
	background:rgba(41, 171, 226, 1);
	font-size:24px;
}

.kategoriitem {
	position:relative;
	display:block;
}
.kategoriitem .anaresim {
	width:100%;
	aspect-ratio:390/223;
	object-fit:cover;
	object-position:center;
	border-radius: 21px;
}
.kategoriitem .bilgi {
	position:absolute;
	top:11px;
	left:11px;
	width:50%;
	height:calc(100% - 22px);
	border-radius: 10.619px;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(5.309677600860596px);
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:10px;
}
.kategoriitem .bilgi .adi {
	color: #203E91;
	font-size: 19.115px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kategoriitem .bilgi .desc {
	color: #203E91;
	font-size: 15.929px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5595;
}
.kategoriitem .bilgi .git {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #203E91;
	font-size: 14.867px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:auto;
	padding-top:10px;
	border-top:1px solid rgba(255, 255, 255, 1);
}
.kategoriitem .bilgi .git i {
	font-size: 20px;
}
/*------------------servisler----------------------*/

#servisler {
	position:relative;
	padding:80px 0px;
	background-size:cover !important;
	background-position:right top !important;
}
#servisler .yazi1 {
	color: #440F06;
	text-align: center;
	font-family: ABeeZee;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
	margin-bottom:5px;
}
#servisler .yazi2 {
	position:relative;
	color: #440F06;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:10px;
	margin-bottom:45px;
}
#servisler .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:35%;
	width:30%;
	height:1px;
	background:#440F06;
}

.servisitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 20px;
	background: #EF4807;
	padding:44px;
	height:100%;
}
.servisitem:hover {
	background: #C63208;
}
.servisitem .icon {
	width:124px;
}
.servisitem.kucuk .icon {
	width:100%;
}
.servisitem .icon img {
	width:100%;
}
.servisitem.kucuk .icon img {
	width:auto;
	height:34px;
}
.servisitem .bilgi {
	width:calc(100% - 124px);
	padding-left:20px;
}
.servisitem.kucuk .bilgi {
	width:100%;
	padding-left:0px;
	padding-top:20px;
}
.servisitem .bilgi .adi {
	color: #FFF;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.89px;
}
.servisitem .bilgi .desc {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 173.333% */
	margin-bottom:20px;
}
.servisitem .bilgi .git {
	display:flex;
	align-items:center;
	grid-gap:4px;
	color: #FFEAD5;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.servisitem .bilgi .git i {
	font-size: 20px;
}
/*------------------tedaviler----------------------*/

#tedaviler {
	position: relative;
	padding: 80px 0;
	background-color: #fff;
	background-image:
		url('../img/filigran-1.png'),
		linear-gradient(180deg, #FFF 0%, #F3F8FC 100%);
	background-repeat: repeat-y, no-repeat;
	background-position: center, center;
	background-size: auto, cover;
}


#tedaviler .yazi1 {
	color: #203E91;
	text-align: center;
	font-family: ABeeZee;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
	margin-bottom:5px;
}
#tedaviler .yazi2 {
	position:relative;
	color: #203E91;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:10px;
}
#tedaviler .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:35%;
	width:30%;
	height:1px;
	background:#29ABE2;
}
#tedaviler .yazi3 {
	color: #203E91;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

.paketitem {
	position:relative;
	display:block;
	border-radius: 30px;
	background: #D9E9F3;
}
.paketitem.kucuk {
	background: #fff;
}
.paketitem .resim {
	width:100%;
	aspect-ratio:380/105;
	object-fit:cover;
	object-position:center;
	border-radius: 30px 30px 0px 0px;
	opacity:0.5;
}
.paketitem .paketadi {
	width:100%;
	aspect-ratio:380/105;
	border-radius: 30px 30px 0px 0px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(253, 173, 116, 0.15);
	color: #203E91;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.paketitem .swiperpaketitem-pagination {
	height:10px;
	padding:32px 32px;
	display:flex;
	align-items:center;
	grid-gap:3px;
}
.paketitem .swiper-pagination-bullet {
	width: 13px;
	height: 4px;
    display: inline-block;
	border-radius: 2.2px;
	background: rgba(255, 255, 255, 0.50);
    opacity: 1;
}
.paketitem .swiper-pagination-bullet-active {
    width: 23px;
	background: #203E91;
}

.paketitem .bilgi {
	padding:0px 32px 32px 32px;
}
.paketitem.kucuk .bilgi {
	padding:20px 32px 32px 32px;
}
.paketitem .bilgi .adi {
	color: #203E91;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 125% */
	letter-spacing: -0.944px;
	height:70px;
	margin-bottom:30px;
}
.paketitem.kucuk .bilgi .adi {
	color: #203E91;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.275px; /* 131.63% */
	letter-spacing: -0.817px;
	margin-bottom:10px;
}

.paketitem .bilgi .listeler {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	margin-bottom:50px;
}
.paketitem .bilgi .listeler .liste {
	position:relative;
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.944px;
	padding-left:32px;	
}
.paketitem .bilgi .listeler .liste:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:url('../img/icon/icon-6.png') #99CAE0;
	background-size:20px 20px;
	background-repeat:no-repeat;	
}

/*------------------yorumlar----------------------*/

#yorumlar {
	position: relative;
	padding: 80px 0;
	background:url('../img/filigran-1.png') #fff;
	background-repeat: repeat-y, no-repeat;
	background-position: center, center;
	background-size: auto, cover;
}
#yorumlar .logo {
	margin-bottom:85px;
}
#yorumlar .logo img {
	height:42px;
}
#yorumlar .yazi1 {
	color: #203E91;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 116.667% */
	letter-spacing: -1.08px;
	margin-bottom:22px;
}
#yorumlar .yazi2 {
	color: #203E91;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.72px;
	margin-bottom:22px;
}
#yorumlar .butonlar {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#yorumlar .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	background:rgba(41, 171, 226, 0.5);
	font-size:20px;
	color:#fff;
	transition:all 0.3s ease;
}
#yorumlar .butonlar div:hover {
	background:rgba(41, 171, 226, 1);
}

.yorumitem {
	position:relative;
	display:block;
	border-radius: 24px;
	background: linear-gradient(180deg, #F6F8FE 0%, #F0F2F8 100%);
	padding:45px;
}
.yorumitem.kucuk {
	border-radius: 24px;
	padding:25px;
	background:#fff;
}
.yorumitem:before {
	position:absolute;
	content:"";
	bottom:45px;
	right:45px;
	width:130px;
	height:45px;
	background:url('../img/logodark-3.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.yorumitem.kucuk:before {
	display:none;
}
.yorumitem .tirnak {
	font-size:70px;
	color:rgba(178, 189, 218, 1);
}
.yorumitem.kucuk .tirnak {
	font-size:30px;
}
.yorumitem .yorum {
	color: #203E91;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 140.625% */
	letter-spacing: -0.72px;
	border-bottom:1px solid rgba(32, 62, 145, 0.10);
	margin-bottom:20px;
}
.yorumitem.kucuk .yorum {
	font-size: 22px;
	line-height: 35px;
	margin-bottom:40px;
}
.yorumitem .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.yorumitem .profil .resim {
	width: 80px;
	height: 80px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
.yorumitem.kucuk .profil .resim {
	width: 60px;
	height: 60px;
}
.yorumitem .profil .adi {
	width: calc(100% - 80px);
	padding-left:20px;
	color: #203E91;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------bizeyaz----------------------*/

#bizeyaz {
	position: relative;
	padding: 80px 0;
	background: url('../img/writeback.png'), linear-gradient(53deg, #E3F4FB -1.51%, #F1F9FE 85.25%);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:right center;
}
#bizeyaz .yazi1 {
	color: #203E91;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:5px;
}
#bizeyaz .yazi2 {
	position:relative;
	color: #203E91;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:10px;
}
#bizeyaz .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:35%;
	width:30%;
	height:1px;
	background:#29ABE2;
}

.form-control {	
	height: 60px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(32, 62, 145, 0.08);
	color: rgba(51, 77, 147, 1);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.form-control:focus {	
	border-radius: 10px;
	border: 1px solid #203E91;
	background: rgba(32, 62, 145, 0.08);	
}
textarea.form-control {	
	height: 113px;
	padding-top:21px;	
	padding-bottom:21px;	
}
.gonderalan {
	position:relative;
}
.gonderalan button {
	position:absolute;
	top:0px;
	right:21px;
	width:34px;
	height:100%;
	display:flex;
	align-items:center;
	font-size:34px;
	color:rgba(32, 62, 145, 1);
	background:transparent;
	border:0px solid transparent;
	padding:0px;
	margin:0px;
	border-radius:0px;
}

/*------------------footer----------------------*/

#footer {
	position: relative;
	background: #E3F4FB;
	z-index:20;
}
#footer:before {
	position: absolute;
	content:"";
	top:0px;
	right:0px;
	width:56%;
	height:100%;
	border-radius:30px 0px 0px 0px;
	background:#fff;
	z-index:-1;
}
#footer .ust {
	position: relative;
	padding:70px 0px;
}
#footer .logo {
	display:block;
	margin-bottom:35px;
}
#footer .logo img {
	height:76px;
}
#footer .bilgi {
	display:block;
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.153px;
	margin-bottom:11px;
}
#footer hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #FE6211;
    border: 0;
    opacity: 1;
	height:2px;
}
#footer .yazi1 {
	color: #203E91;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5.318px;
	text-transform: uppercase;
	margin-bottom:16px;
}
#footer .yazi2 {
	color: #203E91;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 41px; /* 146.429% */
}
#footer .menubas {
	display:block;
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 257.143% */
	letter-spacing: 0.121px;
}
#footer .menulink {
	display:block;
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 257.143% */
	letter-spacing: 0.153px;
}
#footer .alt {
	padding:30px 0px;
}
#footer .alt .copy {
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 257.143% */
	letter-spacing: 0.153px;
}
#footer .alt .sag {
	display:flex;
	align-items:center;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	margin-right:auto;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
	color:var(--lacivert);
	margin-right:5px;
}
#footer .sosyal a:hover {
	color: var(--krem);
}
#footer .visa {
	height:13px;
}

/*------------------tedaviust----------------------*/

#tedaviust {
	position: relative;
	background-size:cover !important;
	z-index:20;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding-top:30vh;
}
#tedaviust .yazi1 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:18px;
}
#tedaviust .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	margin-bottom:48px;
}
#tedaviust .alt {
	padding:29px 0px;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(5px);
}
#tedaviust .ozellikler {
	display:flex;
	grid-gap: 30px;
    justify-content: center;
}
#tedaviust .ozellikler .ozellik {
	display:flex;
	flex-direction:column;
	align-items:center;
}
#tedaviust .ozellikler .ozellik img {
	height:39px;
}
#tedaviust .ozellikler .ozellik span {
	color: #203E91;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tedaviust .ozellikler .ozellik b {
	color: #203E91;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tedaviust .formalan2 {
	position:relative;
	z-index:100;
	height:50px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
#tedaviust .kucukform {
	margin-bottom:-100px;
}

.kucukform {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	position:relative;
	padding:20px;
	border-radius: 25px;
	background: linear-gradient(42deg, #EF4707 -7.31%, #FF914D 108.44%, #FF914D 108.45%);
}
.kucukform .bas {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #FFF;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kucukform .bas img {
	height:44px;
}
.kucukform .form-group {
	position:relative;
}
.kucukform .form-group span {
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#fff;
}
.kucukform .form-group .form-control {
	padding-left:50px;
}
.kucukform .form-control::placeholder {
  color: #fff;
}

.kucukform .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.kucukform .btn {
	background: #FF914D;
	border-radius:7px;
	color:#fff;
}

.resimyukle {
	position:relative;
}
.resimyukle input {
	display:none;
}
.resimyukle span {
	display:flex;
	align-items:center;
}
.resimyukle span b {
	display:block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.resimyukle span small {
	display:block;
	color: #FFD1A8;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.resimyukle span img {
	width:55px;
	height:55px;
	margin-right:auto;
}
/*------------------tadavidetay----------------------*/

#tadavidetay {
	position: relative;
}
#tadavidetay .ust {
	position: relative;
}
#tadavidetay .ust .tablar {
	position: relative;
	display:flex;
	align-items:center;
}
#tadavidetay .ust .tablar a {
	display:flex;
	align-items:center;
	height:84px;
	padding:0px 40px;
	color: #203E91;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#tadavidetay .ust .tablar a.active {
	background: #F7FBFE;
	color: #203E91;
}
#tadavidetay .alt {
	position: relative;
	z-index:20;
	padding-bottom:50px;
}
#tadavidetay .alt:before {
	position: absolute;
	content:"";
	top:0px;
	left:0px;
	width:95%;
	height:100%;
	border-radius: 0px 30px 0px 0px;
	background: #F7FBFE;
	z-index:-1;
}
#tadavidetay .alt .tab {
	display:none;
}
#tadavidetay .alt .tab.active {
	display:block;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
	margin-bottom:10px;
	border-radius: 15px;
	overflow:hidden;
}
.accordion-button:not(.collapsed) {
	color: #FE6211;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 139.13% */
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
.accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position: relative;
	z-index:20;
	min-height:100vh;
}
#iletisimpage:before {
	position: absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:250px;
	background: linear-gradient(180deg, rgba(28, 28, 28, 0.60) 0%, rgba(28, 28, 28, 0.00) 100%);
	z-index:5;
}
#iletisimpage .arka {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	background:url('../img/filigran-3.png') #EF4807;
	background-size:30% auto;
	background-position:10% center;
	background-repeat:no-repeat;
}
#iletisimpage .arka iframe{
	width:100%;
	height:100vh;
}
#iletisimpage .sol {
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
#iletisimpage .sol .bilgiler {
	margin:auto 0px;
}
#iletisimpage .sol .yazi1 {
	color: #FFCCAC;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#iletisimpage .sol .yazi2 {
	color: #FFF;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:50px;
}
#iletisimpage .sol .link {
	display:block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 127.778% */
	letter-spacing: 0.153px;
	margin-bottom:21px;
}
#iletisimpage .sol .alt {
	padding:30px 0px;
}
#iletisimpage .sol .yazi3 {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5.318px;
	text-transform: uppercase;
	margin-bottom:16px;
}
#iletisimpage .sol .yazi4 {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 41px;
	margin-bottom:26px;
}
#iletisimpage .sol .yazi4 span {
	display:block;
	color: #440F06;
}
#iletisimpage .sol .yazi5 {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 257.143% */
	letter-spacing: 0.153px;
}
#iletisimpage .kucukform {
	margin-bottom:30px;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position: relative;
	z-index:20;
}
#hakkimizda .katman1 {
	position: relative;
	z-index:20;
	padding:300px 0px 140px 0px;
	background-size:cover !important;
	background-position:center !important;
}
#hakkimizda .yazi1 {
	color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#hakkimizda .yazi2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
#hakkimizda .yazi3 {
	position: relative;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#hakkimizda .yazi3:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	height:1px;
	width:30%;
	background:#fff;
}
#hakkimizda .yazi3.text-center:before {
	left:35%;
}
#hakkimizda .yazi4 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#hakkimizda .katman2 {
	position: relative;
	padding:125px 0px;
}
#hakkimizda .katman2 .resim {
	width:100%;
	border-radius:41px;
}
#hakkimizda .katman3 {
	position: relative;
	padding:125px 0px;
	background: linear-gradient(53deg, #EF4707 -1.51%, #FE6211 85.25%);
}
#hakkimizda .katman4 {
	position: relative;
	z-index:20;
	padding:125px 0px;
	background-size:cover !important;
	background-position:right bottom !important;
}
/*------------------haberlerust----------------------*/

#haberlerust {
	position: relative;
	z-index:20;
	background-size:cover !important;
	background-position:center !important;
}
#haberlerust .ust {
	padding:300px 0px 40px 0px;
}
#haberlerust .yazi1 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#haberlerust .yazi2 {
	color: #FFF;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#haberlerust .alt {
	padding:30px 0px 30px 0px;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(5px);
}
#haberlerust .alt .menu {
	display:flex;
	align-items:center;
}
#haberlerust .alt .menu a {
	display:flex;
	align-items:center;
	grid-gap:10px;
	padding:0px 10px;
	color: rgba(32, 62, 145, 0.4);
	font-size: 18.4px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.314px;
}
#haberlerust .alt .menu a.active {
	color: rgba(32, 62, 145, 1);
}
#haberlerust .alt .menu a img {
	height:36px;
}
/*------------------haberler----------------------*/

#haberler {
	position: relative;
	z-index:20;
	padding:25px 0px;
}
.haberitem {
	display:flex;
	flex-wrap:wrap;
	padding:25px 0px;
	border-bottom:1px solid rgba(32, 62, 145, 0.08);
}
.haberitem .resim {
	width:40%;
	aspect-ratio:528/308;
	object-fit:cover;
	object-position:center;
	border-radius:25px;
}
.haberitem .bilgi {
	width:60%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:15px;
	padding-left:30px;
}
.haberitem .bilgi .tarih {
	display:flex;
	align-items:center;
	grid-gap:8px;
	color: #EF4807;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 118.75% */
}
.haberitem .bilgi .tarih i {
	font-size: 22px;
}
.haberitem .bilgi .adi {
	color: #EF4807;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.haberitem .bilgi .desc {
	color: #1F41AE;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.haberitem .bilgi .git {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FE6211;
	font-size: 14.867px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:10px;
}
.haberitem .bilgi .git i {
	font-size: 20px;
}



.haberitem2 {
	position:relative;
	display:block;
}
.haberitem2:hover {
	transform:translateY(-20px);
}
.haberitem2 .resim {
	width:100%;
	aspect-ratio:448/308;
	object-fit:cover;
	object-position:center;
	border-radius:25px;
	mix-blend-mode: luminosity;
	transition:all 0.3s ease;
}
.haberitem2:hover .resim {
	mix-blend-mode: inherit;
}
.haberitem2 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:30px;
	border-radius:25px;
}
.haberitem2 .bilgi .adi {
	color: #FFF;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.haberitem2 .bilgi .git {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: #fff;
	font-size: 14.867px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:10px;
}
.haberitem2 .bilgi .git i {
	font-size: 20px;
}


/*------------------haberdetay----------------------*/

#haberdetay {
	position: relative;
	z-index:20;
	padding:45px 0px;
}
#haberdetay .baslik {
	color: #EF4807;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-bottom:20px;
}

#haberdetay .tarih {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:8px;
	color: #EF4807;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 118.75% */
	margin-bottom:20px;
}
#haberdetay .tarih i {
	font-size: 22px;
}
#haberdetay .resim {
	width:100%;
	aspect-ratio:1400/560;
	object-fit:cover;
	object-position:center;
	border-radius:25px;
	margin-bottom:20px;
}
/*------------------digerhaberler----------------------*/

#digerhaberler {
	position: relative;
	z-index:20;
	padding:45px 0px;
	border-radius: 30px 30px 0px 0px;
	background: #F7FBFE;
}
#digerhaberler .baslik {
	color: #203E91;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}
/*------------------logolar----------------------*/

#logolar {
	position: relative;
	z-index:20;
	padding:45px 0px;
	background: #F7FBFE;
}

.belgeitem {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.74);
}
.belgeitem .sol {
	width:70%;
	padding:20px;
}
.belgeitem .sol .logo {
	height:19px;
	margin-bottom:20px;
}
.belgeitem .sol .yazi1 {
	color: #203E91;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 95.455% */
	margin-bottom:4px;
}
.belgeitem .sol .yazi2 {
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}
.belgeitem .sag {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	grid-gap:10px;
	width:30%;
	border-radius: 0px 20px 20px 0px;
	background: rgba(32, 62, 145, 0.09);
}
.belgeitem .sag span {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
}
.belgeitem .sag i {
	font-size:30px;
	color:rgba(32, 62, 145, 1);
}
/*------------------haberlerust----------------------*/

#bloglarust {
	position: relative;
	z-index:20;
	background-size:cover !important;
	background-position:center !important;
	padding:300px 0px 40px 0px;
}
#bloglarust .yazi1 {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
	margin-bottom:8px;
}

#bloglarust .yazi2 {
	position:relative;
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:30px;
	margin-bottom:30px;
}
#bloglarust .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	height:1px;
	width:30%;
	background:#fff;
}
#bloglarust .yazi3 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
/*------------------bloglar----------------------*/

#bloglar {
	position: relative;
	padding:60px 0px 60px 0px;
}

#bloglar .yazi5 {
	position:relative;
	color: #29ABE2;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	padding-bottom:10px;
}
#bloglar .yazi5:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:20%;
	height:1px;
	background:var(--mavi);
}
#bloglar .yazi6 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

.blogitem {
	position:relative;
	display:block;
	border-radius:25px;
	background: #F6F8FE;
}
.blogitem.buyuk {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	border-radius:25px;
	background: #F6F8FE;
	padding:24px;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:394/264;
	object-fit:cover;
	object-position:center;
	border-radius:25px 25px 0px 0px;
}
.blogitem.buyuk .resim {
	width:40%;
	aspect-ratio:394/264;
	object-fit:cover;
	object-position:center;
	border-radius:25px 25px 25px 25px;
}
.blogitem .bilgi {
	display:flex;
	flex-direction:column;
	padding:24px;
	grid-gap:10px;
}
.blogitem.buyuk .bilgi {
	width:60%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:24px;
	grid-gap:10px;
}
.blogitem .bilgi .adi {
	color: #203E91;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 32.2px */
}
.blogitem .bilgi .desc {
	color: #203E91;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 173.333% */
}
.blogitem .bilgi .git {
	display:flex;
	align-items:center;
	grid-gap:5px;
	color: rgba(32, 62, 145, 0.50);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:10px;
}
.blogitem .bilgi .git i {
	font-size: 20px;
}
/*------------------doktorlarust----------------------*/

#doktorlarust {
	position: relative;
	z-index:20;
	background-size:cover !important;
	background-position:center !important;
	height:150px;
}
/*------------------doktordetay----------------------*/

#doktordetay {
	position: relative;
}
#doktordetay .resim {
	width:100%;
}
#doktordetay .ust {
	margin:auto 0px;
}
#doktordetay .ust .yazi1 {
	color: #EF4807;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
}
#doktordetay .ust .yazi2 {
	position:relative;
	color: #203E91;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:20px;
	margin-bottom:20px;
}
#doktordetay .ust .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	height:1px;
	width:30%;
	background:#203E91;
}
#doktordetay .ust .yazi3 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	opacity:0.6;
}
#doktordetay .alt {
	border-top:2px solid #EEF0F5;
}
#doktordetay .alt .menu {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:20px;
}
#doktordetay .alt .menu a {
	color: #203E91;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:20px 10px;
	border-bottom:1px solid transparent;
}
#doktordetay .alt .menu a.active {
	color: #EF4807;
	border-bottom:1px solid #EF4807;
}
#doktordetay .alt .aciklama {
	padding:75px 34px;
	border-radius: 20px 0px 0px 20px;
	background: linear-gradient(180deg, #F6F8FE 0%, #F0F2F8 100%);
}
/*------------------doktorlar----------------------*/

#doktorlar {
	position: relative;
	padding:60px 0px;
}
#doktorlar .yazi1 {
	color: #EF4807;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
	text-align:center;
	margin-bottom:20px;
}
#doktorlar .yazi2 {
	position:relative;
	color: #203E91;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
#doktorlar .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:35%;
	height:1px;
	width:30%;
	background:#203E91;
}
#doktorlar .yazi3 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	opacity:0.6;
	text-align:center;
	margin-bottom:40px;
}
#doktorlar .slider {
	position:relative;
}
#doktorlar .slider .doktorlar-button-prev ,
#doktorlar .slider .doktorlar-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	background:rgba(214, 218, 227, 1);
	border-radius:30px;
	font-size:30px;
	color:#fff;
	z-index:10;
}
#doktorlar .slider .doktorlar-button-prev:hover ,
#doktorlar .slider .doktorlar-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#doktorlar .slider .doktorlar-button-next 
{
	right:-70px;
	bottom:calc(50% - 30px);
}
#doktorlar .slider .doktorlar-button-prev 
{
	left:-70px;
	bottom:calc(50% - 30px);
}

.doktorlistitem {
	position:relative;
	display:block;
	border-radius: 24px;
	background: linear-gradient(180deg, #F6F8FE 0%, #F0F2F8 100%);
}
.doktorlistitem .resim {
	width:100%;
	aspect-ratio:328/239;
	object-fit:contain;
	object-position:center;
	border-radius: 24px 24px 0px 0px;
	mix-blend-mode:darken;
}
.doktorlistitem .bilgi1 {
	padding:20px 27px;
	background: rgba(255, 176, 113, 0.16);
}
.doktorlistitem .adi {
	color: #203E91;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.doktorlistitem .meslek {
	color: #FE6211;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.doktorlistitem .bilgi2 {
	padding:20px 27px;
	border-radius: 0px 0px 24px 24px;
	background: linear-gradient(180deg, #F6F8FE 0%, #F0F2F8 100%);
}
.doktorlistitem .desc {
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 164.286% */
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid rgba(32, 62, 145, 0.12);
}
.doktorlistitem .list {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.doktorlistitem .list b {
	width:30%;
	color: #203E91;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.doktorlistitem .list span {
	width:70%;
	color: #203E91;
	font-family: ABeeZee;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	opacity: 0.5926;
}
/*------------------servislerust----------------------*/

#servislerust {
	position: relative;
	z-index:20;
	background-size:cover !important;
	background-position:center !important;
	padding:300px 0px 200px 0px;
}
#servislerust .yazi1 {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 5.727px;
	text-transform: uppercase;
	margin-bottom:8px;
}

#servislerust .yazi2 {
	color: #FF914D;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:30px;
}
#servismenu {
	position:relative;
	z-index:50;
	margin-top:-170px;
}
#servismenu .menu {
	border-radius: 24px;
	background: linear-gradient(42deg, #EF4707 -7.31%, #FF914D 108.44%, #FF914D 108.45%);
	overflow:hidden;
}
#servismenu .menu .adi {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:170px;
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#servismenu .menu a {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:15px;
	height:170px;
	border-top:1px solid #EF4807;
	border-left:1px solid #EF4807;
}
#servismenu .menu a.active {
	background: #EF4807;
}
#servismenu .menu a img {
	height:50px;
}
#servismenu .menu a span {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------servisler----------------------*/

#servislerpage {
	position: relative;
	z-index:20;
	padding:60px 0px 60px 0px;
}

.servisitem2 {
	position:relative;
}
.servisitem2 .resim {
	width:100%;
	border-radius:24px;
}
.servisitem2 .bilgi {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.servisitem2 .bilgi .yazi1 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
}
.servisitem2 .order-md-1 .bilgi .yazi1 {
	text-align:right;
}
.servisitem2 .bilgi .yazi2 {
	position:relative;
	color: #203E91;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:20px;
	margin-bottom:20px;
}
.servisitem2 .order-md-1 .bilgi .yazi2 {
	text-align:right;
}
.servisitem2 .bilgi .yazi2:before {
	position:absolute;
	content:"";
	top:100%;
	left:0%;
	height:1px;
	width:30%;
	background:#FF914D;
}
.servisitem2 .order-md-1 .bilgi .yazi2:before {
	left:auto;
	right:0%;
}
.servisitem2 .bilgi .yazi3 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.servisitem2 .order-md-1 .bilgi .yazi3 {
	text-align:right;
}
/*------------------videolarpage----------------------*/

#videolarpage {
	position: relative;
	z-index:20;
	padding:60px 0px 60px 0px;
}

.videoitem {
	position:relative;
	display:block;
}
.videoitem .resim {
	position:relative;
	display:block;
	margin-bottom:15px;
}
.videoitem .resim .res {
	width:100%;
	aspect-ratio:690/518;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.videoitem .resim .icon {
	position:absolute;
	top:calc(50% - 48px);
	left:calc(50% - 48px);
	width:96px;
	height:96px;
	opacity:0;
	transition:all 0.3s ease;
}
.videoitem:hover .resim .icon {
	opacity:1;
}
.videoitem .adi {
	color: #203E91;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------sepetim----------------------*/

#sepetim {
	position: relative;
	z-index:20;
	padding:130px 0px 0px 0px;
	background:#12485f;
}
#sepetim .ic {
	border-top:1px solid rgba(32, 62, 145, 0.07);
	padding:60px 0px 60px 0px;
	background:#fff;
}
#sepetim .yazi1 {
	color: #203E91;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:5px;
}
#sepetim .yazi2 {
	color: #203E91;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:39px;
}
#sepetim .sepetitem {
	display:flex;
	flex-wrap:wrap;
	border-radius: 15px;
	background: #F3FAFF;
	overflow:hidden;
	margin-bottom:20px;
}
#sepetim .sepetitem .resim {
	width:150px;
	object-fit:cover;
}
#sepetim .sepetitem .bolum1 {
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:30%;
	padding:17px;
}
#sepetim .sepetitem .bolum1 .btn {
	height:42px;
	border-radius:8px;
	padding:0px 12px;
}
#sepetim .sepetitem .bolum2 {
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:calc(50% - 150px);
	padding:17px;
}
#sepetim .sepetitem .bolum3 {
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:20%;
	padding:17px;
}
#sepetim .sepetitem .adi {
	color: #203E91;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.46px;
}
#sepetim .sepetitem .desc {
	color: rgba(32, 62, 145, 0.70);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.817px;
}
#sepetim .sepetitem .desc span {
	display:block;
}
#sepetim .sepetitem .fiyat {
	color: #203E91;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.5px;
}
#sepetim .ozet {
	border-radius: 10px;
	border: 1px solid #F3F5FB;
}
#sepetim .ozet .baslik {
	padding:24px 27px;
	border-radius: 10px 10px 0px 0px;
	background: #F3FAFF;
	color: #203E91;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.4px;
}
#sepetim .ozet .liste {
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	padding:24px 27px;
}
#sepetim .ozet .liste .list {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#sepetim .ozet .liste .list small {
	width:50%;
	color: rgba(32, 62, 145, 0.70);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
}
#sepetim .ozet .liste .list b {
	width:50%;
	color: #203E91;
	text-align: right;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.3px;
}
#sepetim .ozet .liste .list.active small {
	color: #FE6211;
}
#sepetim .ozet .toplam {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:24px 27px;
	border-top:1px dashed #E2ECF0;
}
#sepetim .ozet .toplam small {
	width:50%;
	color: rgba(32, 62, 145, 0.70);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
}
#sepetim .ozet .toplam b {
	width:50%;
	color: #203E91;
	text-align: right;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.3px;
}
#sepetim .ozet .btn {
	border-radius:7px;
	margin:0px 27px 24px 27px;
	width:calc(100% - 54px);
}