@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');
@import url('twentytwenty.css');


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

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Gilroy;
	background:rgba(250,250,250,1);
}


:root {
  --anarenk: #0bafa7;
  --kirmizi: #ea0005;
  --gri: #6d6e71;
  --siyah: #2e343c;
  --krem: #fcfcf9;
  --sari: #f8bd1e;
  --font2: 'Berkshire Swash', cursive;
}

/* 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:50px;
	padding:0px 25px;
	border-radius:8px;
	font-size:16px;
	font-weight:500;
}
.btn i {
	font-size:22px;
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.btn-light:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}
.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
	background:rgba(0,0,0,0.5);
}
#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 .ust {
	background:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:76px;
}

#header .ust .sol {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:20px;
	margin-right:auto;
}
#header .ust .sag {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-column-gap:20px;
}
#header .ust .bilgi {
	display:flex;
	align-items:center;
	font-size:18px;
	font-weight:600;
	color:var(--siyah);
}
#header .ust .bilgi span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:30px;
	margin-right:10px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	transition:all 0.3s ease;
}
#header .ust .bilgi:hover span {
	background:var(--anarenk);
}
#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: 700;
    font-size: 16px;
	line-height:40px;
    color: #fff;
}
#header .menu .link-item.anasayfa {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:30px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	transition:all 0.3s ease;
}
#header .menu .link-item.anasayfa:hover {
	background:var(--anarenk);
}
#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;
	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 var(--sari);
	background:var(--sari);
	text-transform:uppercase;
}
#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;
	color:#fff;
	padding:10px;
	border:1px solid var(--sari);
	background:var(--sari);
}
#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:55px;
}

#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: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;
}
#slider .item .bilgi .yazi1 {
	font-family:var(--font2);
	font-weight: 400;
	font-size: 82px;
	line-height: 90px;
	color: #FFFFFF;
	margin-bottom:0px;
}
#slider .item .bilgi .yazi2 {
	font-weight: 800;
	font-size: 70px;
	line-height: 70px;
	color: #FFFFFF;
	margin-bottom:30px;
}
#slider .item .bilgi .yazi3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
#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:calc(50% + 20px);
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:calc(50% - 50px);
}
/*------------------slideralt----------------------*/

#slideralt {
	position:relative;
	z-index:10;
	padding:0px 0px 20px 0px;
}
#slideralt .alan {
	position:relative;
	z-index:10;
	background:#fff;
	border-radius:10px;
	padding:25px 32px;
	margin-top:-15vh;
	box-shadow:0px 8px 32px rgba(0,0,0,0.05);
}
#slideralt .bolum {
	display:flex;
	flex-wrap:wrap;
}
#slideralt .bolum .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:8px;
	font-size:30px;
	color:#fff;
	background:var(--sari);
	transition:all 0.3s ease;
}
#slideralt .bolum .yazilar {
	width:calc(100% - 50px);
	padding-left:15px;
}
#slideralt .bolum .yazilar .yazi1 {
	display:flex;
	align-items:center;
	height:50px;
	font-family:var(--font2);
	font-size:24px;
	color:var(--siyah);
}
#slideralt .bolum .yazilar .yazi2 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	color:var(--siyah);
}
#slideralt .buton {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:8px;
}
#slideralt .buton .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:8px 0px 0px 8px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	transition:all 0.3s ease;
}
#slideralt .buton:hover .icon {
	background:var(--siyah);
}
#slideralt .buton .yazi {
	display:flex;
	align-items:center;
	flex:0 0 auto;
	height:40px;
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:18px;
	font-weight:500;
	line-height:24px;
	color:#fff;
	background:var(--anarenk);
	border-radius:0px 8px 8px 0px;
	
}
/*------------------hakimizda----------------------*/

#hakimizda {
	position:relative;
	z-index:10;
	padding:30px 0px;
}
#hakimizda .resim {
	position:relative;
	z-index:10;
}
#hakimizda .resim .res {
	width:100%;
	border-radius:16px;
}
#hakimizda .resim .logo {
	position:absolute;
	bottom:20px;
	left:20px;
	width:15%;
}
#hakimizda .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#hakimizda .yazilar .yazi1 {
	position:relative;
	z-index:1;
	font-size:102px;
	font-family:var(--font2);
	line-height:5px;
	color:var(--sari);
	opacity:1;
	padding-left:70px;
}
#hakimizda .yazilar .yazi2 {
	position:relative;
	z-index:2;
	font-size:62px;
	font-weight:700;
	line-height:74px;
	color:var(--anarenk);
	margin-bottom:0px;
}
#hakimizda .yazilar .yazi3 {
	position:relative;
	z-index:2;
	font-size:16px;
	font-weight:500;
	line-height:22px;
	color:var(--siyah);
	margin-bottom:30px;
}
/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
#tedaviler:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
#tedaviler.page:before {
	display:none;
}
#tedaviler .container-fluid ,
#tedaviler .container 
{
	position:relative;
	z-index:10;
}
#tedaviler .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#tedaviler .yazilar .yazi1 {
	font-size:20px;
	font-weight:500;
	line-height:24px;
	color:#fff;
}
#tedaviler .yazilar .yazi2 {
	position:relative;
	z-index:1;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-bottom:30px;
}
#tedaviler .yazilar .yazi3 {
	font-size:16px;
	font-weight:500;
	line-height:22px;
	color:#fff;
	margin-bottom:60px;
}
#tedaviler .yazilar .yazi3 strong {
	color:var(--sari);
}
#tedaviler .item {
	position:relative;
	margin-bottom:15px;
	display:block;
	background:var(--anarenk);
	border-radius:8px;
}
#tedaviler .item .resim {
	width:100%;
	aspect-ratio:270/340;
	max-height:400px;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
	transition:all 0.3s ease;
}
#tedaviler .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
	border-radius:8px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	transition:all 0.3s ease;
}
#tedaviler .item:hover .resim {
    filter: grayscale(0);
}
#tedaviler .item .bilgi .yazi1 {
	font-size:18px;
	font-weight:700;
	line-height:24px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
#tedaviler .item:hover .bilgi .yazi1 {
	margin-bottom:30px;
}
#tedaviler .item .bilgi .yazi2 {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
#tedaviler .item .bilgi .yazi3 {
	font-size:22px;
	font-weight:800;
	line-height:22px;
	color:var(--sari);
	text-align:center;
	margin-bottom:20px;
}

/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#beforeafter .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#beforeafter .ust .baslik {
	width:50%;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-right:auto;
}
#beforeafter .ust .baslik small {
	display:block;
	font-size:16px;
	font-weight:500;
	font-family:Gilroy;
	line-height:22px;
	color:var(--siyah);
}
#beforeafter .twentytwenty-container {
	margin-bottom:20px;
}

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

#yorumlar {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#yorumlar .sol {
	position:relative;
	z-index:10;
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:100%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	border-radius:8px;
}
#yorumlar .sol:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:8px;
	z-index:1;
}
#yorumlar .sol * {
	position:relative;
	z-index:10;
}
#yorumlar .sol .yazi1 {
	font-size:32px;
	font-family:var(--font2);
	line-height:40px;
	color:#fff;
	margin-bottom:20px;
}
#yorumlar .sol .yildiz {
	font-size:22px;
	line-height:30px;
	color:var(--sari);
	margin-bottom:20px;
}
#yorumlar .item {
	position:relative;
	padding:20px;
	border-radius:8px;
	border:1px solid var(--anarenk);
	background:#fff;
	margin-bottom:16px;
}
#yorumlar .item .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:16px;
}
#yorumlar .item .profil img {
	width:40px;
	height:40px;
	border-radius:30px;
	object-fit:cover;
	object-position:center;
}
#yorumlar .item .profil .adi {
	width:calc(100% - 40px);
	padding-left:15px;
	font-size:18px;
	font-weight:600;
	line-height:40px;
	color:var(--siyah);
}
#yorumlar .item .yorum {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:var(--siyah);
	overflow:hidden;
	height:110px;
	margin-bottom:16px;
}
#yorumlar .item .incele {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	font-size:18px;
	font-weight:600;
	line-height:40px;
	color:var(--anarenk);
}
#yorumlar .item .incele img {
	width:30px;
	height:30px;
	border-radius:30px;
	object-fit:cover;
	object-position:center;
	margin-right:10px;
}
#yorumlar .butonlar {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
}
#yorumlar .yorumlar-button-prev ,
#yorumlar .yorumlar-button-next 
{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:8px;
	font-size:20px;
	color:#fff;
	background:var(--sari);
	border:1px solid var(--sari);
	z-index:30;
}
#yorumlar .yorumlar-button-prev:hover ,
#yorumlar .yorumlar-button-next:hover 
{
	color:#fff;
	border:1px solid var(--anarenk);
	background:var(--anarenk);
	opacity:1;
}
/*------------------sss----------------------*/

#sss {
	position:relative;
	z-index:10;
	padding:50px 0px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}
#sss:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
#sss.page:before {
	display:none;
}
#sss .container-fluid ,
#sss .container 
{
	position:relative;
	z-index:10;
}
#sss {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#sss .yazi1 {
	font-size:20px;
	font-weight:500;
	line-height:24px;
	color:#fff;
}
#sss .yazi2 {
	position:relative;
	z-index:1;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-bottom:30px;
}
#sss .yazi3 {
	font-size:16px;
	font-weight:500;
	line-height:22px;
	color:#fff;
	margin-bottom:60px;
}
#sss .yazi3 strong {
	color:var(--sari);
}
.accordion-item {
    border-radius: 8px;
	overflow:hidden;
	border:0px;
}
.accordion-item:first-of-type {
    border-radius: 8px;
}

.accordion-item:last-of-type {
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--anarenk);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
}

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

#videolar {
	position:relative;
	z-index:10;
	padding:50px 0px;
}
#videolar .ust {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#videolar .ust .baslik {
	width:50%;
	font-size:62px;
	font-family:var(--font2);
	line-height:70px;
	color:var(--sari);
	margin-right:auto;
}
#videolar .ust .baslik small {
	display:block;
	font-size:16px;
	font-weight:500;
	font-family:Gilroy;
	line-height:22px;
	color:var(--siyah);
}


.videoitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.videoitem .resim {
	position:relative;
	margin-bottom:10px;
}
.videoitem .resim img {
	width:100%;
	aspect-ratio: 4/3;
	object-fit:cover;
	border-radius:8px 8px 8px 8px;
}
.videoitem .resim .icon {
	position:absolute;
	top:20px;
	left:20px;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	border-radius:8px 8px 8px 8px;
	background:var(--anarenk);
	opacity:0.5;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:80px;
	color:#fff;
	transition:all 0.3s ease;
}
.videoitem:hover .resim .icon {
	opacity:1;
}
.videoitem .adi {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:var(--anarenk);
	padding:0px 20px;
}
.blogitem {
	position:relative;
	margin-bottom:15px;
	display:block;
	background:var(--anarenk);
	border-radius:8px;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:370/270;
	max-height:400px;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
    filter: grayscale(1);
	transition:all 0.3s ease;
}
.blogitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
	border-radius:8px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
	transition:all 0.3s ease;
}
.blogitem:hover .resim {
    filter: grayscale(0);
}
.blogitem .bilgi .yazi1 {
	font-size:18px;
	font-weight:700;
	line-height:24px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	transition:all 0.3s ease;
}
.blogitem:hover .bilgi .yazi1 {
	margin-bottom:30px;
}



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

#footer {
	position:relative;
}
#footer .alan {
	background:var(--anarenk);
	background-repeat:no-repeat;
	background-size:cover;
}
#footer .ust {
	padding:24px 0px;
	border-bottom:1px solid rgba(151,151,151,0.2);
}
#footer .ust .ic {
	display:flex;
	align-items:center;
}
#footer .ust .ic .logo {
	margin-right:auto;
}
#footer .ust .ic .logo img {
	height:72px;
}

#footer .ust .ic .sosyal {
	display:flex;
	align-items:center;
	margin-left:auto;
}
#footer .ust .ic .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:22px;
	background: var(--sari);
	font-size:18px;
	color:#fff;
	margin-left:10px;
}
#footer .ust .ic .sosyal a:hover {
	background: #fff;
	color:#000;
}


#footer .orta {
	padding:24px 0px;
	border-bottom:1px solid rgba(151,151,151,0.2);
}
#footer .menubas {
	display:block;
	font-family:var(--font2);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
	margin-bottom:10px;
}
#footer .menulink:hover {
	color: rgba(255,255,255,0.7);
}
#footer .danisma {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}
#footer .danisma .sol {
	width:100%;
	flex:0 0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: -0.43px;
    color: #fff;
}
#footer .danisma .sol small {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
    display: block;
	margin-bottom:10px;
}
#footer .bilgi {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.26px;
    color: rgba(255,255,255,0.7);
	text-align:right;
	margin-bottom:15px;
}
#footer .sonalt {
	display:flex;
	align-items:center;
	padding:15px 0px;
	margin-top:0px;
	background:#fff;
}
#footer .sonalt .sol {
	margin-right:auto;
	color: #155e72;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
#footer .sonalt .sag {
	text-align:right;
}
#footer .sonalt .projefav {
	color: #155e72;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

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

#bread {
	position:relative;
	padding:220px 0px 86px 0px;
	z-index:10;
	background-size:cover !important;
	background-position:right center !important;
}
#bread .yazi1 {
	font-family:var(--font2);
	font-weight: 600;
	font-size: 50px;
	line-height: 68px;
	color: var(--sari);
	margin-bottom:12px;
}
#bread .yazi2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom:36px;
}
#bread .linkler {
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#bread .linkler i {
	font-size: 20px;
	line-height: 20px;
}
#bread .linkler a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#bread .butonlar {
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	height:100%;
	grid-column-gap:10px;
}
#bread .butonlar a {
	display:inline-flex;
	align-items:center;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 44px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	padding:0px 34px;
}
#bread .butonlar a i {
	font-size: 20px;
}
#bread .butonlar a.active ,
#bread .butonlar a:hover 
{
	border: 1px solid #fff;
	background:#fff;
	color: #000;
}


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

#tedavidetay {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
}

#tedavidetay .aciklama {
	margin-bottom:24px;
}
#tedavidetay .aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #4BB9B7;
	margin-bottom:14px;
}
#tedavidetay .aciklama ul {
	list-style:none;
	margin-bottom:24px;
}
#tedavidetay .aciklama ul li {
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	opacity: 1;
}
#tedavidetay .aciklama ul li:before {
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
#tedavidetay .aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
#tedavidetay .aciklama h2 ,
#tedavidetay .aciklama h3 ,
#tedavidetay .aciklama h4 ,
#tedavidetay .aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--anarenk);
	margin-bottom:20px;
}
#tedavidetay .aciklama p 
{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity: 1;
	margin-bottom:20px;
}

.sagform {
	background: rgba(75, 185, 183, 0.06);
	border-radius: 20px;
	padding:34px;
}
.sagform .ust {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.sagform .ust .res {
	width:44px;
	height:44px;
	object-fit:contain;
	object-position:center;
}
.sagform .ust .yazi {
	width:calc(100% - 44px);
	padding-left:10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #4BB9B7;
}
.sagform .form-control {
	height:64px;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.21);
	border-radius: 12px;
	color:#000;
}
.sagform .form-control:focus {
	border: 1px solid rgba(0, 141, 208, 1);
}
.sagform textarea.form-control {
	height:100px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:60px 0px 60px 0px;
	z-index:10;
}
#iletisimpage .baslik {
	position:relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
	color: #4BB9B7;
	margin:20px 0px;
}
#iletisimpage .baslik:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100px;
	height:2px;
	background: linear-gradient(90deg, rgba(75, 185, 183, 0.34) 0%, rgba(75, 185, 183, 0) 100%);
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: var(--sari);
}
#iletisimpage .bilgi .yazi {
	width:calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: var(--siyah);
}
#iletisimpage .form-control {
	height:64px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.21);
	border-radius: 12px;
	color:#fff;
}
#iletisimpage .form-control:focus {
	border: 1px solid rgba(0, 141, 208, 1);
}
#iletisimpage textarea.form-control {
	height:100px;
}
#iletisimpage iframe {
	width:100%;
	height:535px;
	border-radius:30px;
}