@import url('../textfont/stylesheet.css');
@import url('line-awesome.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('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: 'Rubik', sans-serif;
}


:root {
  --anarenk: #781a71;
  --kirmizi: #fa3b25;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --turkuaz: #fa3b25;
  --krem: #fcfcf9;
}

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

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

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:54px;
	padding:0px 24px;
	border-radius: 36px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}
.btn i {
	font-size: 24px;
}
.btn-light {
	border: 1px solid #FFF;
	background:#fff;
	color:var(--anarenk);
}
.btn-light:hover {
	border: 1px solid var(--anarenk);
	background:var(--anarenk);
	color:#fff;
}
.btn-outline-light {
	border: 1px solid #FFF;
	background:transparent;
	color:#FFF;
}
.btn-outline-light:hover {
	border: 1px solid #FFF;
	background:#fff;
	color:var(--anarenk);
}
.btn-mavi {
	border: 1px solid var(--anarenk);
	background:var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	border: 1px solid #FFF;
	background:#fff;
	color:var(--anarenk);
}
.btn-turkuaz {
	border: 1px solid var(--turkuaz);
	background:var(--turkuaz);
	color:#fff;
}
.btn-turkuaz:hover {
	border: 1px solid #FFF;
	background:#fff;
	color:var(--turkuaz);
}

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

#header2 {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:#fff;
}
#header2.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#000;
}
#header2.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:#000;
}
#header2 .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header2 .alan .logo {
	margin-right:30px;
}
#header2 .alan .logo img {
	height:85px;
}

#header2 .menu {
	margin-right:auto;
}
#header2 .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header2 .menu .link-li {
	position:relative;
}
#header2 .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
	font-size: 14.72px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header2 .menu .link-item:hover {
    color: var(--anarenk);
}

#header2 .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);
}
#header2 .menu .link-li:hover .acilan {
	display:block;
}
#header2 .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header2 .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header2 .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header2 .alan .sag a i {
	font-size: 24px;
}
#header2 .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	margin-left:auto;
}
#header2 .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	border-radius:20px;
	font-size:18px;
	background:#781a71;
	color:#fff;
}
#header2 .sosyal a:hover {
	color:#000;
}
#header2 .bilgi {
	font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #781a71;
    margin-left: 16px;
}

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

#header {
	position:absolute;
	top:auto;
	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;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:76px;
}
#header .alan .logo img.dark {
	display:none;
}
#header.dark .alan .logo img.dark {
	display:block;
}
#header.dark .alan .logo img.light {
	display:none;
}

#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;
	font-weight: 500;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .10em;
}
#header.dark .menu .link-item {
    color: #000;
}
#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 .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .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: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header.dark .dil .default {
	color: #000;
	border:1px solid #000;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#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;
}


/*------------------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:15px;
	line-height:30px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.1px;
}
#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%;
	min-height:90vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
	background: rgb(137 49 128 / 50%);
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:20px;
	text-align: right;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 150% */
	margin-bottom: 40px;
	text-align: right;
}
#slider .item .bilgi .butonlar {
	display:flex;
	grid-column-gap:15px;
	justify-content: flex-end;
}
#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:calc(50% - 645px);
	bottom:170px;
}
#slider .slider-button-prev 
{
	right:calc(50% - 645px);
	bottom:100px;
}
#slider .alt {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px 0px;
	border-top:1px solid rgba(255,255,255,0.2);
	z-index:30;
}
#slider .alt .icalt {
	display:flex;
	align-items:center;
}
#slider .alt .icalt .telbilgi {
	display:flex;
	align-items:center;
	margin-right:20px;
}
#slider .alt .icalt .telbilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #fff;
}
#slider .alt .icalt .telbilgi .yazi {
	padding-left:10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 187.5% */
}
#slider .alt .icalt .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:auto;
}
#slider .alt .icalt .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:#fff;
}
#slider .alt .icalt .sosyal a:hover {
	color: var(--turkuaz);
}
/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	padding:100px 0px;
	/*background:url('../img/filigran-1.png');*/
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}
#tedaviler .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#tedaviler .ust .baslik {
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#tedaviler .itemk {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#tedaviler .itemk {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#tedaviler .itemk .resim {
	width:100%;
	aspect-ratio:660/280;
	max-height:280px;
	object-fit:cover;
}
#tedaviler .itemb .resim {
	width:100%;
	aspect-ratio:660/590;
	max-height:590px;
	object-fit:cover;
}
#tedaviler.page .itemk .resim {
	width:100%;
	aspect-ratio:660/660;
	max-height:700px;
	object-fit:cover;
}
#tedaviler .itemk .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:30px;
	background: linear-gradient(161deg, #781a71 0%, rgba(10, 38, 97, 0.00) 100%);
}
#tedaviler .itemk .bilgi .adi {
	position:relative;
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:15px;
	margin-bottom:15px;
}
#tedaviler .itemk .bilgi .adi:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:3px;
	background:var(--turkuaz);
}
#tedaviler .itemk .bilgi .linkler {
	display:flex;
	flex-direction:column;
}
#tedaviler .itemk .bilgi .linkler a {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 188.889% */
	transition:all 0.3s ease;
}
#tedaviler .itemk .bilgi .linkler a:hover {
	padding-left:10px;
}


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

#tedavidetay {
	position:relative;
	padding:70px 0px;
	background:#fff;
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}
#tedavidetay .resim {
	width:100%;
	margin-bottom:18px;
}
#tedavidetay .yazi1 {
	font-weight: 400;
	font-size: 46px;
	line-height: 58px;
	letter-spacing: 1.5px;
	color: #646464;
	margin-bottom:18px;
}
#tedavidetay .yazi2 {
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	color: #575757;
}


#tedavidetay .aciklama {
	margin-bottom:24px;
}
#tedavidetay .aciklama h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:44px;
}
#tedavidetay .aciklama ul {
	list-style:none;
	margin-bottom:44px;
}
#tedavidetay .aciklama ul li {
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 29px;
	color: #2A2A2A;
	opacity: 1;
}
#tedavidetay .aciklama ul li:before {
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
#tedavidetay .aciklama img {
	width:100% !important;
}
#tedavidetay .aciklama h2 ,
#tedavidetay .aciklama h3 ,
#tedavidetay .aciklama h4 ,
#tedavidetay .aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
#tedavidetay .aciklama p 
{
	font-weight: 400;
	font-size: 15px;
	line-height: 29px;
	color: #2A2A2A;
	opacity: 1;
	margin-bottom:20px;
}
#tedavidetay .sag {
	background:#781a71;
	background-size:100% auto;
	padding:30px 15px;
}
#tedavidetay .sag .baslik {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	color: var(--white, #FFF);
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px; /* 141.667% */
	margin-bottom:15px;
}
#tedavidetay .sag .baslik img {
	height:44px;
}
#tedavidetay .sag form {
	padding:0px;
}
#tedavidetay .sag .form-label {
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.3px;
	color: #fff;
}
#tedavidetay .sag .form-control {
	border-radius: 12px;
	height:50px;
	opacity: 0.5;
	background: var(--black, #0D0D0D);
}


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

#hakkimda {
	position:relative;
	padding:40px 0px;
}
#hakkimda .resim {
	width:100%;
}
#hakkimda .yazi1 {
	color: #fa3b25;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
	margin-bottom:5px;
}
#hakkimda .yazi2 {
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
	margin-bottom:25px;
}
#hakkimda .yazi3 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 150% */
	margin-bottom:85px;
}
/*------------------saglikturizmi----------------------*/

#saglikturizmi {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-1.png');
	background-size:100% auto;
	background-position:center top;
	background-repeat:no-repeat;
}
#saglikturizmi .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#saglikturizmi .ust .baslik {
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#saglikturizmi .item {
	position:relative;
	display:block;
}
#saglikturizmi .col-md-3:nth-child(even) .item {
	margin-top:30px;
}
#saglikturizmi .item .resim {
	width:100%;
	aspect-ratio:315/490;
	object-fit:cover;
	max-height:500px;
}
#saglikturizmi .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px 15px;
	background: linear-gradient(203deg, rgba(20, 186, 255, 0.00) 0%, #fa3b25 100%);
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
#saglikturizmi .item .bilgi .kutu {
	padding:22px;
	margin-bottom:-25px;
	background: rgb(120 26 113);
	backdrop-filter: blur(6px);
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
}
/*------------------yorumlar----------------------*/

#yorumlar {
	position:relative;
	padding:100px 0px;
	background:#fff;
	background-size:auto 100%;
	background-position:left bottom;
	background-repeat:no-repeat;
}
#yorumlar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#yorumlar .ust .baslik {
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#yorumlar .itemv {
	position:relative;
	display:block;
	margin-bottom:20px;
}
#yorumlar .itemv .resim {
	width: 100%;
    height: auto;
    object-fit: cover;
}
#yorumlar .itemv .icon {
	position:absolute;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	width:76px;
	height:76px;
	border-radius:40px
}
#yorumlar .itemv .icon img {
	width:76px;
	height:76px;
}
#yorumlar .itemv .adi {
	margin:-20px 20px 0px 20px;
	background: rgb(120 26 113);
	backdrop-filter: blur(6px);
	padding:20px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
}
#yorumlar .itemy {
	position:relative;
	display:block;
	width:100%;
	height:370px;
	overflow:hidden;
	padding:15px;
	background: #781a71;
	margin-bottom:20px;
}
#yorumlar .itemy .profil {
	display:flex;
	align-items:center;
	grid-column-gap:15px;
	margin-bottom:20px;
}
#yorumlar .itemy .profil img {
	width:76px;
	height:76px;
	border-radius:40px;
	object-fit:cover;
}
#yorumlar .itemy .profil span {
	color: #ffffff;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#yorumlar .itemy .yorum {
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 155.556% */
}
/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-4.png');
	background-size:auto 100%;
	background-position:right bottom;
	background-repeat:no-repeat;
}
#bloglar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#bloglar .ust .baslik {
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:auto;
}
#bloglar .itemb {
	position:relative;
	display:block;
	margin-bottom: 30px;
}
#bloglar .itemb .resim {
	width:100%;
	aspect-ratio:660/453;
	max-height:453px;
	object-fit:cover;
}
#bloglar .itemb .bilgi {
	position: relative;
    width: 100%;
    margin-top: -5px;
    background: #fff;
    padding: 20px;
}
#bloglar .itemb .bilgi .adi {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 121.429% */
	margin-bottom:15px;
}
#bloglar .itemb .bilgi .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	margin-bottom:15px;
}
#bloglar .itemb .bilgi .git {
	display:inline-flex;
	align-items:center;
	color: #fa3b25;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; 
}
#bloglar .itemb .bilgi .git i {
	font-size: 20px;
}
#bloglar .itemk {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#bloglar .itemk .resim {
	width:290px;
}
#bloglar .itemk .bilgi {
	position:relative;
	z-index:10;
	width:calc(100% - 290px);
	height:calc(100% - 20px);
	margin-top:10px;
	margin-left:-10px;
	background:#fff;
	padding:10px 15px;
}
#bloglar .itemk .bilgi .adi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 121.429% */
	margin-bottom:15px;
}
#bloglar .itemk .bilgi .desc {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
	margin-bottom:15px;
}
#bloglar .itemk .bilgi .git {
	display:inline-flex;
	align-items:center;
	color: #fa3b25;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; 
}
#bloglar .itemk .bilgi .git i {
	font-size: 20px;
}
/*------------------iletisimfooter----------------------*/

#iletisimfooter {
	position:relative;
	padding:40px 0px;
}
#iletisimfooter .alan {
	position:relative;
	background: #781a71;
}
#iletisimfooter .sol {
	position:relative;
}
#iletisimfooter .sol .resim {
	width:100%;
}
#iletisimfooter .sol .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:40px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
#iletisimfooter .sol .bilgi .yazi1 {
	color: #000;
	font-size: 33px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#iletisimfooter .sol .bilgi .yazi2 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}
#iletisimfooter form {
	padding:0px 20px;
}

.form-control {
	height: 54px;
	border-radius: 122px;
	background: #FFF;
	border-radius:27px;
	color:var(--anarenk);
}
textarea.form-control {
	height: 114px;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:40px 0px;
}

#footer .menubas {
	display:block;
	color: #781a71;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 214.286% */
	opacity:0.5;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	color: #781a71;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	margin-bottom:15px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width: 44px;
	height: 44px;
	font-size:32px;
	color: #781a71;
}
#footer .bilgi .yazi {
	width:calc(100% - 44px);
	padding-left:0px;
	color: #781a71;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
}
#footer .sosyaldis {
	position:relative;
	margin:30px 0px;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .sosyaldis:before {
	position:absolute;
	content:"";
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	opacity: 0.1;
	background: #781a71;
	z-index:-1;
}
#footer .sosyal {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	background:#fff;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 54px;
	height: 54px;
	border-radius:32px;
	font-size:22px;
	color: var(--turkuaz);
}
#footer .sosyal a:hover {
	background: #781a71;
	color: #fff;
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
}
#footer .alt .copy {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-right:auto;
}
#footer .alt .fav img {
	height:23px;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	padding:140px 0px 40px 0px;
}
#bread .yazi1 {
	color: #781a71;
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px;
}
#bread .linkler {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#bread .linkler a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/*------------------servisdetay----------------------*/

#servisdetay {
	position:relative;
	padding:70px 0px;
	background:#fff;
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}
#servisdetay .ustbar {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-around;
	grid-column-gap:10px;
	z-index:10;
}
#servisdetay .ustbar:before {
	position:absolute;
	content:"";
	top:calc(50% - 4px);
	left:0px;
	width:100%;
	height:8px;
	border-radius:4px;
	background: #781a71;
	z-index:-1;
}
#servisdetay .ustbar .circ {
	position:relative;
	width:160px;
	height:160px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#servisdetay .ustbar .circ.active {
	background: linear-gradient(225deg, #781a71 0%, #fa3b25 100%), #781a71;
}
#servisdetay .ustbar .circ .circic {
	position:relative;
	width:150px;
	height:150px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	background:#fa3b25;
	box-sizing:border-box;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}
#servisdetay .ustbar .circ.active .circic {
	border:1px solid #fff;
	background:transparent;
	color: #fff;
}
#servisdetay .yazi1 h1, 
#servisdetay .yazi1 h2, 
#servisdetay .yazi1 h3, 
#servisdetay .yazi1 h4, 
#servisdetay .yazi1 h5 
{
	color: #781a71;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:23px;
}
#servisdetay .yazi1 p 
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#servisdetay .resim {
	position:relative;
}
#servisdetay .resim .res {
	width:100%;
}
#servisdetay .resim .kutu {
	position:absolute;
	bottom:30px;
	left:-30px;
	background: #FFF;
	box-shadow: -8px 13px 49px 0px rgba(10, 38, 97, 0.14);
	padding:15px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#servisdetay .resim .kutu .icon {
	width: 80px;
	height: 80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: linear-gradient(225deg, #781a71 0%, #fa3b25 100%);
}
#servisdetay .resim .kutu .icon img {
	max-width:80%;
	max-height:80%;
}
#servisdetay .resim .kutu .yazi {
	width: calc(100% - 80px);
	padding-left:10px;
	color: #781a71;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:70px 0px;
	background:#fff;
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}


#kurumsal .timeline {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}
#kurumsal .timeline .dot{
	display:inline-block;
	margin:0 auto;
	margin-top:50px;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:30px;
	border:10px solid #fa3b25;
}
#kurumsal .timeline:before {
	position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 1px);
	width:2px;
	height:100%;
	background: #fa3b25;
	z-index:-1;
}
#kurumsal .timeline .item {
	margin-bottom:30px;
}
#kurumsal .timeline .item .resim {
	position:relative;
	z-index:10;
}
#kurumsal .timeline .item .resim img {
	width:100%;
}
#kurumsal .timeline .item .resim:before {
	position:absolute;
	content:"";
	bottom:-20px;
	left:-20px;
	width:100px;
	height:100px;
	background:url('../img/filigran-6.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#kurumsal .timeline .item:nth-child(odd) .resim:before {
	background:url('../img/filigran-6.png');
}

#kurumsal .timeline .item .yazi h1, 
#kurumsal .timeline .item .yazi h2, 
#kurumsal .timeline .item .yazi h3, 
#kurumsal .timeline .item .yazi h4, 
#kurumsal .timeline .item .yazi h5 
{
	color: #781a71;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#kurumsal .timeline .item .yazi p 
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:15px;
}
#kurumsal .deneyimler {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}

#kurumsal .deneyimler .deneyimbas {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:15px;
	color: #fa3b25;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#kurumsal .deneyimler .deneyimbas span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:64px;
	height:64px;
	border-radius:50%;
	background:#fa3b25;
	margin-right:10px;
}
#kurumsal .deneyimler .deneyimbas span img {
	max-width:60%;
	max-height:60%;
}
#kurumsal .deneyimler .deneyimlist {
	position:relative;
	padding-left:50px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:15px;
}
#kurumsal .deneyimler .deneyimlist b ,
#kurumsal .deneyimler .deneyimlist strong 
 {
	display:block;
	font-weight: 600;
}
#kurumsal .deneyimler .deneyimlist:before  {
	position:absolute;
	content:"";
	top:13px;
	left:0px;
	width:40px;
	height:1px;
	background:#fa3b25;
}

#kurumsal .logolar {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}
#kurumsal .logolar .logo {
	width:100%;
	height:70px;
	object-fit:contain;
	object-position:center;
}

#kurumsal .klinik .item .resim {
	width:100%;
}

/*------------------kurumsalmobil----------------------*/

#kurumsalmobil {
	position:relative;
	padding:70px 0px;
	background:url('../img/filigran-1.png');
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}


#kurumsalmobil .timeline {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}
#kurumsalmobil .timeline .dot{
	display:inline-block;
	margin:0 auto;
	margin-top:50px;
	width:30px;
	height:30px;
	background:#fff;
	border-radius:30px;
	border:10px solid #fa3b25;
}
#kurumsalmobil .timeline:before {
	display:none;
}
#kurumsalmobil .timeline .item {
	margin-bottom:30px;
}
#kurumsalmobil .timeline .item .resim {
	position:relative;
	z-index:10;
}
#kurumsalmobil .timeline .item .resim img {
	width:100%;
}
#kurumsalmobil .timeline .item .resim:before {
	position:absolute;
	content:"";
	bottom:-20px;
	left:-20px;
	width:100px;
	height:100px;
	background:url('../img/filigran-5.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#kurumsalmobil .timeline .item:nth-child(odd) .resim:before {
	background:url('../img/filigran-6.png');
}

#kurumsalmobil .timeline .item .yazi h1, 
#kurumsalmobil .timeline .item .yazi h2, 
#kurumsalmobil .timeline .item .yazi h3, 
#kurumsalmobil .timeline .item .yazi h4, 
#kurumsalmobil .timeline .item .yazi h5 
{
	color: #781a71;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#kurumsalmobil .timeline .item .yazi p 
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	margin-bottom:15px;
}
#kurumsalmobil .deneyimler {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}

#kurumsalmobil .deneyimler .deneyimbas {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:15px;
	color: #fa3b25;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#kurumsalmobil .deneyimler .deneyimbas span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:64px;
	height:64px;
	border-radius:50%;
	background:#fa3b25;
	margin-right:10px;
}
#kurumsalmobil .deneyimler .deneyimbas span img {
	max-width:60%;
	max-height:60%;
}
#kurumsalmobil .deneyimler .deneyimlist {
	position:relative;
	padding-left:50px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:15px;
}
#kurumsalmobil .deneyimler .deneyimlist b ,
#kurumsalmobil .deneyimler .deneyimlist strong 
 {
	display:block;
	font-weight: 600;
}
#kurumsalmobil .deneyimler .deneyimlist:before  {
	position:absolute;
	content:"";
	top:13px;
	left:0px;
	width:40px;
	height:1px;
	background:#fa3b25;
}

#kurumsalmobil .logolar {
	position:relative;
	z-index:10;
	margin-bottom:60px;
}
#kurumsalmobil .logolar .logo {
	width:100%;
	height:70px;
	object-fit:contain;
	object-position:center;
}

#kurumsalmobil .klinik .item .resim {
	width:100%;
}

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

#iletisimpage {
	position:relative;
	padding:70px 0px;
	background:#fa3b251a;
	background-size:70% auto;
	background-position:right top;
	background-repeat:no-repeat;
}

#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	margin-bottom:40px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	width: 44px;
	height: 44px;
	font-size:32px;
	color: rgb(250 59 37);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 44px);
	padding-left:0px;
	color: #781a71;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 150% */
	margin-top: -20px;
}
#iletisimpage .bilgi .yazi b {
	display:block;
	color: #781a71;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
#iletisimpage form {
	position:relative;
	z-index:10;
	padding:50px;
	margin-bottom:-100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	box-shadow: -30px 34px 38px 0px rgba(10, 38, 97, 0.06);
}
#iletisimpage iframe {
	width:100%;
	height:700px;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}