@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: "DM Sans", serif;
	background: #465751;
}


:root {
  --anarenk: #DFB059;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: "Inter", serif;
}

/* 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 - 70px);	
}

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

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

/*------------------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:5px;
	padding:0px 15px;
	height:52px;
	border-radius:12px;
	font-size: 15.6px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
	text-align: center;
}
.btn i {
	font-size: 20px;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk); 
}
.btn-gri {
	background:#4D4C4E;
	border:1px solid #4D4C4E;
	color:#fff;
}
.btn-gri:hover {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk); 
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #FFF;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2.8px;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.55px; /* 160.174% */
	letter-spacing: -0.172px;
	opacity: 1;
}
.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;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -2.8px;
	margin-bottom:20px;
}
.aciklama p 
{
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.55px; /* 160.174% */
	letter-spacing: -0.172px;
	margin-bottom:20px;
}
/*------------------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;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:40px 0px;
}
#header .alan .sol {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:20%;
	grid-gap:20px;
}
#header .alan .orta {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60%;
	grid-gap:20px;
}
#header .alan .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:20%;
	grid-gap:20px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}

#header .menu {
	padding:12px 21px;
	border-radius: 22px;
	height:44px;
	background: rgba(138, 138, 147, 0.08);
}
#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: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.8px; /* 130% */
	letter-spacing: -0.164px;
}
#header .menu .link-item:hover {
    color: #fff;
}

#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 .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:8px;
	height:36px;
	padding:8px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 14.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 121.622% */
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:14px;
}

#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;
	background: rgba(255, 255, 255, 0.05);
}
#header .dil:hover .acilan {
	display:block;
}
#header .git {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#header .git .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background: rgba(138, 138, 147, 0.08);
}
#header .git .icon img {
	max-width:50%;
	max-height:50%;
}
#header .git .adi {
	width: calc(100% - 56px);
	padding-right:10px;
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20.8px; /* 130% */
	letter-spacing: -0.164px;
}


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

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
}
#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:25%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:25%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
	width:56px;
	height:56px;
    padding: 0px 0px 0px 0px;
	background: rgba(138, 138, 147, 0.08);
	color:#fff;
	border-radius:50%;
}
#mobilheader .btn i {
	font-size:30px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:60px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:8px;
	height:36px;
	padding:8px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 14.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 121.622% */
}
#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;
	background: rgba(255, 255, 255, 0.05);
}
#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%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	text-align:center;
	font-size: 80.6px;
	font-style: normal;
	font-weight: 600;
	line-height: 80.64px;
	letter-spacing: -3.629px;
	margin-bottom:27px;
}
#slider .item .bilgi .yazi1 span {
	color: var(--anarenk);
}
#slider .item .bilgi .alt {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:30px;
}
#slider .item .bilgi .yazi2 {
	color: #91929B;
	font-family: Inter;
	font-size: 14.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.57px; /* 160.071% */
	letter-spacing: -0.164px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #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:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

/*------------------baslar----------------------*/

.ovalbaslik {
	position:relative;
	margin-bottom:10px;
}
.ovalbaslik span {
	display:inline-flex;
	align-items:center;
	height:26px;
	padding:0px 10px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 500;
	line-height: 14.4px; /* 100% */
	letter-spacing: -0.164px;
}

.buyukbaslik {
	color: #FFF;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 100% */
	letter-spacing: -2.8px;
	margin-bottom:10px;
}
.buyukbaslik span {
	color: var(--anarenk);
}
.altaciklama {
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.55px; /* 160.174% */
	letter-spacing: -0.172px;
}
.altaciklama b {
	display:block;
	color: #FFF;
	font-size: 20.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.07px; /* 124.726% */
	letter-spacing: -0.501px;
	margin-bottom:10px;
}
.altaciklama span {
	display:block;
	margin-bottom:10px;
}
.uyari {
	display:block;
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 15.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.81px; /* 139.808% */
	letter-spacing: -0.164px;
}
.uyari a {
	text-decoration: underline;
	color:var(--anarenk);
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:87px 0px 87px 0px;
	z-index:20;
}

#hakkimizda .resim1 {
	width:100%;
}

#hakkimizda .alan {
	position:relative;
	margin-top:80px;
	margin-bottom:-400px;
}
#hakkimizda.page .alan {
	position:relative;
	margin-top:80px;
	margin-bottom:0px;
}
#hakkimizda .alan .resim {
	width:100%;
	border-radius: 24px;
}
#hakkimizda .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(38, 38, 38, 0.00) 65.21%, rgba(38, 38, 38, 0.80) 100%);
	padding:52px;
}
#hakkimizda .alan .bilgi .icon {
	text-align:center;
	margin:auto 0px;
}
#hakkimizda .alan .bilgi .icon img {
	height:80px;
}
#hakkimizda .alan .alt {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
#hakkimizda .alan .alt .rakam {
	width:25%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	grid-gap:12px;
}
#hakkimizda .alan .alt .rakam .sayi {
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 55px; /* 110% */
}
#hakkimizda .alan .alt .rakam .adi {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.6px; /* 160% */
	text-transform: capitalize;
}
#hakkimizda .hakkimizda {
	margin:50px 0px;
}
#hakkimizda .resimitem {
	position:relative;
	display:block;
}
#hakkimizda .resimitem .res {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	border-radius:20px;
}

/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding:500px 0px 50px 0px;
	z-index:20;
	background: rgba(144, 145, 156, 0.05);
}

#tedaviler .ust {
	margin-bottom:52px;
}
#tedaviler .anaresim {
	display:flex;
	flex-direction:column;
	height:100%;
	width:100%;
	border-radius: 24px;
	background-size:cover !important;
}
#tedaviler .alt {
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:28px;
	padding-top:60px;
}

.tedaviitem {
	position:relative;
	display:block;
}
.tedaviitem .resim {
	width:100%;
	aspect-ratio:494/328;
	object-fit:cover;
	object-position:center;
	border-radius: 24px;
}
.tedaviitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.91%, rgba(0, 0, 0, 0.93) 80.47%);
	padding:30px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.tedaviitem .bilgi .adi {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.8px; /* 110% */
	letter-spacing: -1.52px;
}
.tedaviitem:hover .bilgi .adi {
	color: var(--anarenk);
}


/*------------------mutluson----------------------*/

#mutluson {
	position:relative;
	padding:50px 0px 50px 0px;
	z-index:20;
	background: rgba(144, 145, 156, 0.05);
}
#mutluson .ust {
	margin-bottom:60px;
}

.mutlusonitem {
	position:relative;
}
.mutlusonitem .resim {
	width:100%;
	aspect-ratio:619/655;
	object-fit:cover;
	object-position:center;
	border-radius: 24px;
}
.mutlusonitem .resim2 {
	width:100%;
	aspect-ratio:618/329;
	object-fit:cover;
	object-position:center;
	border-radius: 24px;
	margin-bottom:34px;
}
.mutlusonitem .yorum {
	color: rgba(255, 255, 255, 0.50);
	text-align: center;
	font-family: Inter;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.55px; /* 160.174% */
	letter-spacing: -0.172px;
	margin-bottom:47px;
}
.mutlusonitem .buton {
	text-align:center;
}

.swiper-pagination-bullets {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:3px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
	opacity:1;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width:20px;
	height:10px;
	border-radius:5px;
	background:var(--anarenk);
	opacity:1;
}

/*------------------galeri----------------------*/

#galeri {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	background: rgba(144, 145, 156, 0.05);
}
#galeri .resim {
	width:16.666%;
	aspect-ratio:1/1;
}
#galeri .resim img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	mix-blend-mode: luminosity;
}
#galeri .resim:hover img {
	mix-blend-mode: normal;
}
#galeri .btn {
	position:absolute;
	top:calc(50% - 26px);
	left:calc(50% - 100px);
	width:200px;
	z-index:20;
}

/*------------------saglikturizm----------------------*/

#saglikturizm {
	position:relative;
	padding:160px 0px;
	background: rgba(144, 145, 156, 0.05);
}
#saglikturizm .katman1 {
	width:100%;
	aspect-ratio:1/1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:url('../img/filigran-1.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
#saglikturizm .katman1 .res1 {
	width:100%;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.75);
}
#saglikturizm .katman1 .resim {
	position:relative;
}
#saglikturizm .katman1 .resim:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.65);
	transform: rotate(-2.5deg);
	z-index:-1;
}
#saglikturizm .katman1 .resim .res2 {
	width:100%;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
}
#saglikturizm .katman1 .resim .res3 {
	position:absolute;
	top:-30px;
	right:-30px;
	width:200px;
	border-radius: 16px;
	box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.06);	
}
#saglikturizm .katman2 {
	padding:150px 0px;
}
#saglikturizm .katman2 .ozellik  {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:15px;
}
#saglikturizm .katman2 .ozellik .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	border-radius:50%;
	background: rgba(138, 138, 147, 0.08);
}
#saglikturizm .katman2 .ozellik .icon img {
	max-width:70%;
	max-height:70%;
}
#saglikturizm .katman2 .ozellik .adi {
	color: #FFF;
	font-size: 20.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.07px; /* 124.726% */
	letter-spacing: -0.501px;
}
#saglikturizm .katman2 .ozellik .desc {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.24px; /* 160% */
	letter-spacing: -0.164px;
}
#saglikturizm .katman3 {
	width:150%;
	margin:150px 0px;
	padding:43px 26px;
	border-radius: 24px 0px 0px 24px;
	background: rgba(144, 145, 156, 0.08);
}
#saglikturizm .katman3 .baslik {
	color: var(--249-ca-9, #DFB059);
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.8px; /* 110% */
	letter-spacing: -1.52px;
	margin-bottom:44px;
}

.servisitem {
	position:relative;
	display:block;
}
.servisitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.servisitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:24px;
	border-radius:20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 100%);
}
.servisitem .bilgi .adi {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.8px; /* 110% */
	letter-spacing: -1.52px;
}

/*------------------videolar----------------------*/

#videolar {
	position:relative;
	padding:124px 0px;
	background: #586c61;
}
#videolar .ust {
	position:relative;
	margin-bottom:100px;
}
.filter {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:flex-end;
	grid-gap:8px;
}
.filter span {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 15.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
}
.filter a {
	display:flex;
	align-items:center;
	grid-gap:7px;
	height:25px;
	padding:0px 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 500;
	line-height: 14.4px; /* 100% */
	letter-spacing: -0.164px;
}
.filter a.active {
	background: rgba(255, 255, 255, 0.20);
}
.filter a small {
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 12.2px;
	font-style: normal;
	font-weight: 500;
	line-height: 12.24px; /* 100.328% */
	letter-spacing: -0.164px;
}

.videoitem {
	position:relative;
	display:block;
	padding:10% 0px;
}
.videoitem .resim {
	width:100%;
	aspect-ratio:461/260;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
	opacity:0.5;
	transition:all 0.3s ease;
}
.videoitem:hover .resim {
	opacity:1;
	scale:1.1;
}
.videoitem .play {
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	width:80px;
	height:80px;
}
.videoitem .play img {
	width:80px;
	height:80px;
	opacity:0;
	transition:all 0.3s ease;
}
.videoitem:hover .play img {
	opacity:1;
}

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

#yorumlar {
	position:relative;
	padding:124px 0px;
    z-index: 20;
	background: linear-gradient(90deg, rgba(217, 10, 44, 0.08) 0%, rgba(143, 0, 255, 0.08) 50%);
}
#yorumlar.page {
	position:relative;
	padding:124px 0px;
	background: #111013;
}
#yorumlar .ust {
	margin-bottom:50px;
}
#yorumlar .ust .logolar {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#yorumlar .ust .logolar img {
	max-width:40%;
}

.yorumitem {
	padding:33px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
}
.yorumitem .yorum {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.24px; /* 160% */
	letter-spacing: -0.164px;
	margin-bottom:13px;
}
.yorumitem .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.yorumitem .profil .resim {
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
.yorumitem .profil .adi {
	width:calc(100% - 48px);
	padding-left:12px;
}
.yorumitem .profil .adi b {
	display:block;
	color: #FFF;
	font-family: Inter;
	font-size: 14.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.62px; /* 159.595% */
	letter-spacing: -0.164px;
}
.yorumitem .profil .adi small {
	display:block;
	color: #60606B;
	font-family: Inter;
	font-size: 14.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.62px; /* 159.595% */
	letter-spacing: -0.164px;
}

.anaform {
	padding:100px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}

#yorumlar .anaform {
	margin-top:100px;
	margin-bottom:-300px;
}

.anaform .form-control {
	height:57px;
	border-radius: 10px;
	border: 1px solid #EEEDED;
}
.anaform .buyukbaslik {
    color: #000;
}

.anaform .ovalbaslik span {
	border: 1px solid rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0.75);
}
.anaform .altaciklama {
	color: #838383;
}
.anaform .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:20px 0px;
}
.anaform .bilgi .icon {
	width:60px;
}
.anaform .bilgi .adi {
	width:calc(100% - 60px);
	padding-left:20px;
}
.anaform .bilgi .adi b {
	display:block;
	color: #000;
	font-size: 20.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.07px; /* 124.726% */
	letter-spacing: -0.501px;
	text-transform: capitalize;
}
.anaform .bilgi .adi small {
	display:block;
	color: #838383;
	font-family: Inter;
	font-size: 16.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.2px; /* 159.756% */
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:324px 0px 124px 0px;
}
#bloglar .ust {
	margin-bottom:50px;
}

.blogitem {
	position:relative;
	display:block;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:460/300;
	object-fit:cover;
	object-position:Center;
	border-radius:20px;
	margin-bottom:30px;
}
.blogitem .adi {
	color: #FFF;
	font-size: 20.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.07px; /* 124.726% */
	letter-spacing: -0.501px;
	margin-bottom:15px;
}
.blogitem:hover .adi {
	color: var(--anarenk);
}
.blogitem .desc {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.24px; /* 160% */
	letter-spacing: -0.164px;
	margin-bottom:30px;
}
.blogitem .oku {
	display:flex;
	align-items:center;
	grid-gap:9px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.6px; /* 160% */
	text-transform: capitalize;
}
.blogitem .oku i {
	font-size: 20px;
}
.blogitem:hover .oku {
	color: var(--anarenk);
}

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

#footer {
	position:relative;
	background: rgba(138, 138, 147, 0.06);
}
#footer .ust {
	position:relative;
	padding:50px 0px;
	border-bottom: 1px solid rgba(138, 138, 147, 0.15);
}
#footer .logo {
	display:block;
	margin-bottom:12px;
}
#footer .logo img {
	height:64px;
}
#footer .footeryazi {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 15.3px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.43px; /* 159.673% */
	letter-spacing: -0.164px;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 16.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.68px; /* 109.814% */
	letter-spacing: -0.643px;
	margin-bottom:16px;
}
#footer .menulink {
	display:block;
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 16.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.72px; /* 159.752% */
	letter-spacing: -0.164px;
	margin-bottom:6px;
}
#footer .sosyalbas {
	color: rgba(255, 255, 255, 0.75);
	font-size: 15.6px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
	margin-top:36px;
	margin-bottom:16px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	grid-gap:8px;
}
#footer .sosyal a {
	padding:8px;
	font-size:24px;
	color:#fff;
}
#footer .bilgi {
	display:inline-flex;
	align-items:center;
	flex-wrap:wrap;
}
#footer .bilgi .icon {
	width:28px;
	font-size:24px;
	color:var(--anarenk);
}
#footer .bilgi .yazi {
	width:calc(100% - 28px);
	padding-left:10px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15.6px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
}
#footer .alt {
	display:flex;
	align-items:center;
	padding:37px 0px;
}
#footer .alt .copy {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 15.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
	margin-right:auto;
}
#footer .alt .fav {
	color: rgba(255, 255, 255, 0.75);
	font-family: Inter;
	font-size: 15.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.93px; /* 159.808% */
	letter-spacing: -0.164px;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	background-size:cover !important;
	background-position:center !important;
}
#bread .alan {
	padding:200px 0px 70px 0px;
	background: linear-gradient(180deg, rgba(14, 14, 16, 0.00) 0%, rgba(14, 14, 16, 0.57) 70%);
}
#bread .alan .baslik {
	color: var(--249-ca-9, #DFB059);
	text-align: center;
	font-size: 80.6px;
	font-style: normal;
	font-weight: 600;
	line-height: 80.64px; /* 100.05% */
	letter-spacing: -3.629px;
	margin-bottom:40px;
}
#bread .alan .linkler {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:5px;
	color: #60606B;
	font-family: Inter;
	font-size: 14.1px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.57px; /* 160.071% */
	letter-spacing: -0.164px;
}
#bread .alan .linkler a {
	color: #60606B;
}

/*------------------ekibimiz----------------------*/

#ekibimiz {
	position:relative;
	padding:120px 0px;
}
#ekibimiz .filter {
	justify-content:center;
	margin-bottom:60px;
}

/*------------------tedavilerpage----------------------*/

#tedavilerpage {
	position:relative;
	padding:120px 0px;
}
#tedavilerpage .tablar {
	position:relative;
	padding:60px 0px;
	display:flex;
	flex-wrap:wrap;
	grid-gap:40px;
}
#tedavilerpage .tablar a {
	color: #FFF;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 100% */
	letter-spacing: -2.8px;
}
#tedavilerpage .tablar a.active {
	color: var(--anarenk);
}

.tedaviitem2 {
	position:relative;
	display:block;
}
.tedaviitem2 .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:20px;
}
.tedaviitem2 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:24px;
	border-radius:20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, #000 100%);
}
.tedaviitem2 .bilgi .adi {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 31.8px; /* 110% */
	letter-spacing: -1.52px;
}
.tedaviitem2:hover .bilgi .adi {
	color: var(--anarenk);
}

/*------------------tedavigaleri----------------------*/

#tedavigaleri {
	position:relative;
	padding:0px 0px;
}

#tedavigaleri .bas {
	color: var(--anarenk);
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 100% */
	letter-spacing: -2.8px;
	margin-bottom:35px;
}

/*------------------tedavidetay----------------------*/

#tedavidetay {
	position:relative;
	padding:120px 0px;
}
#tedavidetay .resim {
	width:100%;
	border-radius:20px;
	margin-bottom:30px;
}
.sss {
	position:relative;
	padding:35px;
}
.sss .bas {
	color: #60606B;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 100% */
	letter-spacing: -2.8px;
	margin-bottom:35px;
}
#tedavidetay .sss:before {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:150%;
	height:100%;
	border-radius:0px 20px 20px 0px;
	background: rgba(144, 145, 156, 0.05);
}
.accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
}
.accordion-button {
    background-color: transparent;
	color: #FFF;
	font-size: 20.1px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.07px; /* 124.726% */
	letter-spacing: -0.501px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125);
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125);
}
.accordion-body {
	color: rgba(255, 255, 255, 0.50);
	font-family: Inter;
	font-size: 17.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.55px; /* 160.174% */
	letter-spacing: -0.172px;
}

.sagform {
	position:relative;
	display:block;
	padding:60px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
}
.sagform .buyukbaslik {
	color:#000;
}
.sagform .altaciklama {
	color:#838383;
}
.sagform .form-control {
	height:57px;
	border-radius: 10px;
	border: 1px solid #EEEDED;
}

/*------------------adimlar----------------------*/

#adimlar {
	position:relative;
	padding:120px 0px;
}
#adimlar .ust {
	margin-bottom:40px;
	text-align:center;
}
#adimlar .katman {
	margin:50px 0px;
}
#adimlar .katman .resim {
	width:100%;
	border-radius:20px;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:0px 0px 60px 0px;
}
#iletisimpage iframe {
	position:relative;
	z-index:10;
	width:100%;
	height:600px;
}
#iletisimpage .anaform {
	position:relative;
	z-index:30;
	margin-top:-100px;
}