@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;
}
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: 'Roboto', sans-serif;
	background:var(--anarenk);
}


:root {
  --anarenk: #00111A;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --renk2: #4DFFBE;
  --font2: Amandine;
}

/* 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 - 200px);	
}

.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;
    padding: 0px 40px;
    height: 40px;
    border-radius: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.btn-ana {
	background:var(--renk2);
	border:1px solid var(--renk2);
	color:#030406;
	filter: drop-shadow(0 0 35px rgba(77, 255, 189, 0.37));
}
.btn-ana:hover {
	background:#fff;
	border:1px solid #fff;
	color:#030406;
	filter: drop-shadow(0 0 35px rgba(77, 255, 189, 0.37));
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 55px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--renk2);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	color: #FFF;
	font-family: Amandine;
	font-size: 40px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:20px;
}
.aciklama p 
{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	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;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
	border-bottom:4px solid var(--renk2);
}
#header .alan {
	display:flex;
	align-items:center;
	grid-gap:20px;
	padding:50px 0px;
}
#header.heading .alan {
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:50px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:15px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#header .menu .link-item:hover {
    color: var(--renk2);
}

#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 .diller {
	display:flex;
	align-items:center;
	grid-gap:3px;
}

#header .diller a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	border-radius:4px;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#header .diller a.active {
	border:1px solid #fff;
}




/*------------------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:var(--anarenk);
	border-bottom:2px solid var(--renk2);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

#mobilheader .alansol {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
	color:#fff;
}
#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: #fff;
	border:1px solid #fff;
	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: var(--anarenk);
	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:#fff;
}
#mobilmenu .menu {
    border-top: 1px solid var(--renk2);
	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:#fff;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:#fff;
	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(255, 255, 255, 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 var(--renk2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:#fff;
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid var(--renk2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:#fff;
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
	z-index:20;
}
#slider:before {
	position:absolute;
	content:"";
	bottom:-65px;
	left:0px;
	width:100%;
	height:130px;
	background:url('../img/aclogo.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
	z-index:3;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:0px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-family: Amandine;
	font-size: 35px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:30px;
}
#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;
}

/*------------------hakkimda----------------------*/

#hakkimda {
	position:relative;
	z-index:20;
	padding:80px 0px;
}
#hakkimda .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 50px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:30px;
}
#hakkimda .yazi2 {
	color: #FFF;
	font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    line-height: 30px;
    margin-bottom: 40px;
}
#hakkimda .resim {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
#hakkimda .resim .res {
	width:80%;
}
#hakkimda .resim .adi {
	position:absolute;
	bottom:-50px;
	right:10%;
	width:100%;
	padding:40px 40px;
	border-radius:100px 0px 100px 0px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	color: #FFF;
	font-family: Amandine;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
/*------------------tedaviler----------------------*/

#tedaviler {
	position:relative;
	z-index:20;
	padding:80px 0px;
}
#tedaviler .yazi1 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:19px;
}
#tedaviler .yazi2 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:19px;
}
#tedaviler .yazi3 {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:19px;
}
#tedaviler .yazi4 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:100px;
}
#tedaviler .item {
	display:flex;
	flex-direction:column;
	grid-gap:50px;
	padding:0px 2px;
}
#tedaviler .item .resim {
	width:100%;
	aspect-ratio:349/403;
	object-fit:cover;
	object-position:center;
}
#tedaviler .item.sag .resim {
	border-radius:0px 130px 0px 130px;
}
#tedaviler .item.sol .resim {
	border-radius:130px 0px 130px 0px;
}
#tedaviler .item .adi {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
}
#tedaviler .item.sag .adi {
	border-right:1px solid #fff;
	padding-left:30px;
}
#tedaviler .item.sol .adi {
	padding-right:30px;
}
/*------------------sss----------------------*/

#sss {
	position:relative;
	z-index:20;
	padding:200px 0px;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
#sss .baslik {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:56px;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
}
.accordion-button {
    background-color: transparent;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #fff;
    padding: 1rem 0rem;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-body {
    padding: 1rem 0rem;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
/*------------------beforeafter----------------------*/

#beforeafter {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#beforeafter .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#beforeafter .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#beforeafter .item {
	position:relative;
	display:block;
	background: linear-gradient(270deg, rgba(0, 27, 41, 0.00) 0%, #001B29 51.7%, rgba(0, 27, 41, 0.00) 100%);
	scale:0.9;
	opacity:0.5;
}
#beforeafter .swiper-slide-next .item {
	scale:1;
	opacity:1;
}
#beforeafter .item .resim {
	width:100%;
	aspect-ratio:505/284;
	object-fit:cover;
	object-position:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#beforeafter .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#beforeafter .item .bilgi div {
	width:50%;
	padding:10px;
	text-align:center;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#beforeafter .butonlar {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-top:40px;
}
#beforeafter .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	font-size:20px;
	color:rgba(0, 19, 29, 1);
	background:rgba(103, 138, 155, 1);
}
/*------------------widget1----------------------*/

#widget1 {
	position:relative;
	z-index:20;
	padding:150px 20px;
	background-size:100% auto !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
#widget1 .yazi {
	color: #FFF;
	font-family: Amandine;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
/*------------------iletisim----------------------*/

#iletisim {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#iletisim .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 40px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:30px;
}
#iletisim .yazi2 {
	color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: lighter;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}	
#iletisim .yazi3 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-top:42px;
}
#iletisim .item {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	grid-gap:10px;
	height:100%;
	padding:20px;
	border-right:1px solid #fff;
}
#iletisim .col-md-4:last-child .item {
	border-right:0px solid #fff;
}
#iletisim .item .res {
	height:40px;
}
#iletisim .item .adi {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#iletisim .item .desc {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
/*------------------blog----------------------*/

#blog {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#blog .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:42px;
}
#blog .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:42px;
}
#blog .blogitem {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#blog .blogitem .resim {
	width:100%;
	aspect-ratio:278/229;
	object-fit:cover;
	object-position:center;
}
#blog .blogitem .adi {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#blog .blogitem .desc {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	z-index:20;
	padding:100px 0px;
	background:#fff;
}
#footer .logo {
	display:block;
}
#footer .logo img {
	height:54px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#footer .sosyal a {
	font-size:20px;
	color:var(--anarenk);
}
#footer .yazi {
	color: #00111A;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:right;
}

/*------------------sertifikalar----------------------*/

#sertifikalar {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#sertifikalar .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#sertifikalar .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#sertifikalar .item {
	position:relative;
	display:block;
	background: #002B41;
	border:1px solid rgba(0, 43, 65, 1);
	border-radius:6px;
	padding:10px;
	scale:0.8;
	opacity:0.5;
	filter: drop-shadow(0 0 10px rgba(77, 255, 189, 0.37));
	margin:20px;
}
#sertifikalar .swiper-slide-next .item {
	scale:1.2;
	opacity:1;
}

#sertifikalar .item .resim {
	width:100%;
	object-fit:cover;
	object-position:center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	aspect-ratio: 1500 / 1000;
}
#sertifikalar .item .bilgi {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#sertifikalar .item .bilgi div {
	width:50%;
	padding:10px;
	text-align:center;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#sertifikalar .butonlar {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
	margin-top:40px;
}
#sertifikalar .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50%;
	font-size:20px;
	color:rgba(0, 19, 29, 1);
	background:rgba(103, 138, 155, 1);
}

/*------------------hakkimda2----------------------*/

#hakkimda2 {
	position:relative;
	z-index:20;
	padding:30px 0px;
}
#hakkimda2 .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#hakkimda2 .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:50px;
}
#hakkimda2 .resim .res {
	width:100%;
}

/*------------------tedavilist1----------------------*/

#tedavilist1 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavilist1 .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#tedavilist1 .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#tedavilist1 .item {
	position:relative;
	display:block;
	padding:60px 0px;
}
#tedavilist1 .item:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:36px;
	background:url('../img/filigran-1.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
	z-index:3;
}
#tedavilist1 .item .resim {
	width:100%;
	aspect-ratio:642/481;
	object-fit:cover;
	object-position:center;
}
#tedavilist1 .item .adi {
	color: #FFF;
	font-family: Amandine;
	font-size: 50px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:10px;
}
#tedavilist1 .item .desc {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:10px;
}
#tedavilist1 .item .order-md-1 .adi ,
#tedavilist1 .item .order-md-1 .desc ,
#tedavilist1 .item .order-md-1 .buton 
{
	text-align:right;
}

/*------------------tedavilist2----------------------*/

#tedavilist2 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavilist2 .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#tedavilist2 .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#tedavilist2 .item {
	position:relative;
	display:block;
	margin:25px 0px;
	z-index:20;
}
#tedavilist2 .item.sol:before {
	position:absolute;
	content:"";
	top:0px;
	left:100px;
	width:calc(100% - 100px);
	height:100%;
	background:rgba(99, 101, 130, 0.16);
	z-index:-1;
}
#tedavilist2 .item .resim {
	position:relative;
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
}
#tedavilist2 .item:nth-child(2n) .resim:before {
	position:absolute;
	content:"";
	top:70%;
	right:50%;
	width:120px;
	height:120px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	z-index:20;
}
#tedavilist2 .item:nth-child(3n) .resim:before {
	position:absolute;
	content:"";
	top:20%;
	right:10%;
	width:120px;
	height:120px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	z-index:20;
}
#tedavilist2 .item:nth-child(4n) .resim:before {
	position:absolute;
	content:"";
	top:80%;
	right:15%;
	width:120px;
	height:120px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	z-index:20;
}
#tedavilist2 .item .resim:before {
	position:absolute;
	content:"";
	top:60%;
	right:30%;
	width:120px;
	height:120px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	z-index:20;
}
#tedavilist2 .item .res {
	position:absolute;
	bottom:0px;
	left:0px;
	height:120%;
}
#tedavilist2 .item.sag .res {
	left:auto;
	right:0px;
}
#tedavilist2 .item .adi {
	color: #FFF;
	font-family: Amandine;
	font-size: 55px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:10px;
}
#tedavilist2 .item .desc {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:10px;
}
#tedavilist2 .item.sag .adi ,
#tedavilist2 .item.sag .desc ,
#tedavilist2 .item.sag .buton 
{
	text-align:right;
}

/*------------------tedavilist3----------------------*/

#tedavilist3 {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#tedavilist3 .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#tedavilist3 .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#tedavilist3 .item {
	position:relative;
	display:block;
	margin:25px 0px 10%;
	z-index:20;
}
#tedavilist3 .item:nth-child(odd):before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(12, 29, 38, 0.00) 0.31%, #0C1D26 52.05%, rgba(12, 29, 38, 0.00) 99.62%);
	z-index:-1;
}
#tedavilist3 .item .res {
	width:100%;
}
#tedavilist3 .item .adi {
	color: #FFF;
	font-family: Amandine;
	font-size: 55px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:right;
}
#tedavilist3 .item .desc {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	margin-bottom:10px;
	text-align:left;
}
#tedavilist3 .item .buton 
{
	text-align:left;
}

/*------------------ssspage----------------------*/

#ssspage {
	position:relative;
	z-index:20;
	padding:80px 0px;
}
#ssspage .yazi {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#ssspage .yazi strong {
	display:block;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}
#ssspage .yazi small {
	display:block;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:right;
}
#ssspage .resim {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
#ssspage .resim .res {
	width:80%;
}
#ssspage .resim .adi {
	position:absolute;
	bottom:-50px;
	right:10%;
	width:100%;
	padding:53px 39px;
	border-radius:100px 0px 100px 0px;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(7px);
	color: #FFF;
	font-family: Amandine;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#iletisimpage .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#iletisimpage .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#iletisimpage .form-control {
	height:68px;
	border-radius:25px;
}
#iletisimpage textarea.form-control {
	height:168px;
}
#iletisimpage .form-check-label {
	color:#fff;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
#iletisimpage .bilgi .icon {
	width:30px;
	font-size:22px;
	color:#fff;
}
#iletisimpage .bilgi .no {
	padding-left:10px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}

/*------------------medya----------------------*/

#medya {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#medya .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#medya .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#medya .medyaitem {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#medya .medyaitem .resim {
	position:relative;
}
#medya .medyaitem .resim:before {
	position:absolute;
	content:"";
	top:calc(50% - 33px);
	left:calc(50% - 33px);
	width:66px;
	height:66px;
	background:url('../img/icon/icon-4.png');
	background-size:100%;
}
#medya .medyaitem .resim img {
	width:100%;
	aspect-ratio:440/294;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
}
#medya .medyaitem .adi {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#medya .medyaitem .desc {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
/*------------------detay----------------------*/

#detay {
	position:relative;
	z-index:20;
	padding:100px 0px;
}
#detay .yazi1 {
	color: #FFF;
	font-family: Amandine;
	font-size: 43px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:24px;
}
#detay .yazi2 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	text-align:center;
	margin-bottom:90px;
}
#detay .nedir {
	margin-bottom:90px;
}
#detay .nedir .adi {
	position:relative;
	z-index:10;
	color: #FFF;
	font-family: Amandine;
	font-size: 100px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
#detay .nedir .desc {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
}
#detay .nedir .resim {
	position:relative;
	z-index:8;
	width:100%;
	margin-top:60px;
}
#detay .arakutu {
	background:#0C1D26;
	padding:40px 0px;
}