@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: "Geist", sans-serif;
	background:#010101;
}


:root {
  --anarenk: #1f1f1f;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --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;
}

.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 20px;
	height:40px;
	border-radius:4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.linkgit {
	font-size:14px;
	color:var(--anarenk);
	font-weight:500;
}


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

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	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 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	background:#fff;
}
#header .alan {
	position:relative;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:12px 0px;
}
#header .alan .sol {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#header .alan .sol .menuac {
	font-size:30px;
	color:#000;
}
#header .alan .orta {
	width:60%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .alan .orta .logo img {
	height:60px;
}
#header .alan .sag {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#header .alan .sag .profil {
	font-size:30px;
	color:#000;
}
/*------------------anavideo----------------------*/

#anavideo {
	position:relative;
	background:#fff;
}
#anavideo .video {
	width:100%;
	height:calc(100vh - 79px);
	object-fit:cover;
	margin-bottom:-2px;
}
/*------------------anamenu----------------------*/

#anamenu {
	position:relative;
	margin-top:-44vh;
	margin-bottom:130px;
	z-index:20;
}
#anamenu .menu {
	position:relative;
	display:block;
	padding:10px;
	border-radius: 20px;
	background: linear-gradient(125deg, #303030 10.29%, #14181B 54.47%);
}
#anamenu .menu .icon {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	border-radius:50%;
	background: linear-gradient(180deg, #2E3032 0%, #14181B 100%);
}
#anamenu .menu .icon img {
	max-width:90%;
	max-height:90%;
}
#anamenu .menu .adi {
	color: rgba(255, 255, 255, 0.97);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 213.333% */
	letter-spacing: -0.15px;
	margin-top:20px;
}
/*------------------footermenu----------------------*/

#footermenu {
	position:fixed;
	bottom:23px;
	left:0px;
	width:100%;
	z-index:200;
}
#footermenu .alan {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:18px;
	border-radius: 100px;
	background: #14181B;
	backdrop-filter: blur(3.5px);
}
#footermenu .alan .bolum1 {
	display:flex;
	align-items:center;
	justify-content:center;
	width:19%;
}
#footermenu .alan .bolum2 {
	display:flex;
	align-items:center;
	justify-content:center;
	width:24%;
	border-right:1px solid rgba(63, 63, 63, 1);
	border-left:1px solid rgba(63, 63, 63, 1);
}
/*------------------solmenu----------------------*/

#solmenu {
	position:fixed;
	left:0px;
	top:0px;
	width:70%;
	height:100vh;
	border-radius: 0px 32px 32px 0px;
	background: #FFF;
	box-shadow: 0px 4px 24px 10px rgba(0, 0, 0, 0.25);
	padding:22px;
	z-index:300;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	transform: translateX(-100vw);
	transition:all 0.3s ease;
}
#solmenu.active {
	transform: translateX(0vw);
}
#solmenu .menu {
	display:flex;
	flex-direction:column;
	grid-gap:6px;
}
#solmenu .menu a {
	display:flex;
	align-items:center;
	grid-gap:13px;
}
#solmenu .menu a span {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 45px;
	height: 45px;
	border-radius:50%;
	background:#F6F6F6;
}
#solmenu .menu a span img {
	max-width:80%;
	max-height:80%;
}
#solmenu .menu a b {
	color: rgba(0, 0, 0, 0.97);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 213.333% */
	letter-spacing: -0.15px;
}
#solmenu .sosyal {
	display:flex;
	align-items:center;
	grid-gap:5px;
	border-top: 1px solid rgba(63, 63, 63, 0.15);
	padding:16px 0px;
}
#solmenu .sosyal span {
	color: rgba(108, 108, 108, 0.97);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 246.154% */
	letter-spacing: -0.13px;
	margin-right:auto;
}
#solmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	font-size:18px;
	color:#000;
}
#solmenu .slogan {
	margin-top:auto;
}
#solmenu .slogan img {
	width:100%;
	border-radius:20px;
}
/*------------------sayfa----------------------*/

#sayfa {
	padding:20px 0px 120px 0px;
	min-height:calc(100vh - 83px);
	background:#F6F6F6;
}
/*------------------evrakitem----------------------*/

.evrakitem {
	position:relative;
	display:block;
	padding:15px;
	border-radius: 20px;
	background: linear-gradient(125deg, #303030 10.29%, #14181B 54.47%);
}
.evrakitem .icon {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	border-radius:50%;
	background: linear-gradient(180deg, #2E3032 0%, #14181B 100%);
	font-size:30px;
	color:#fff;
	margin-bottom:10px;
}
.evrakitem .adi {
	color: rgba(255, 255, 255, 0.97);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 213.333% */
	letter-spacing: -0.15px;
	margin-bottom:10px;
}
.evrakitem .desc {
	color: rgba(255, 255, 255, 0.67);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 213.333% */
	letter-spacing: -0.15px;
}
/*------------------videoitem----------------------*/

.videoitem {
	position:relative;
	display:block;
	padding:15px;
	border-radius: 20px;
	background: linear-gradient(125deg, #303030 10.29%, #14181B 54.47%);
}
.videoitem .resim {
	position:relative;
	margin-bottom:10px;
}
.videoitem .resim img {
	width:100%;
	aspect-ratio:480/264;
	object-fit:cover;
	object-position:center;
	border-radius:10px;
}
.videoitem .resim .play {
	position:absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	width:50px;
	height:50px;
	border-radius:50%;
	background:rgba(255,255,255,0.5);
	backdrop-filter:blur(5px);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	color:#fff;
}
.videoitem .adi {
	color: rgba(255, 255, 255, 0.97);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 213.333% */
	letter-spacing: -0.15px;
}
/*------------------sertifikaitem----------------------*/

.sertifikaitem {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	aspect-ratio:480/264;
	border-radius:20px;
	background-size:cover !important;
	z-index:10;
}
.sertifikaitem:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	z-index:-1;
}
.sertifikaitem .adi {
	color: rgba(255, 255, 255, 0.97);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 213.333% */
	letter-spacing: -0.15px;
	text-align:center;
}
.sertifikaitem .adi small {
    display: block;
	font-size: 16px;
	margin-top:10px;
}

/*------------------anabaslik----------------------*/

.anabaslik {
	font-size: 54px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.anabaslik.light {
	color:#fff;
}
.anabaslik.dark {
	color:#000;
}
.anabaslik span {
	color: #fff;
}
.anadesc {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.anadesc.light {
	color:#fff;
}
.anadesc.dark {
	color:#000;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:47px 0px;
	z-index:20;
}

#iletisimpage .anabaslik {
	text-align:center;
	margin-bottom:3px;
}
#iletisimpage .anadesc {
	text-align:center;
	margin-bottom:58px;
}
#iletisimpage .form-control {
	border-radius:40px;
	height:43px;
}
#iletisimpage textarea.form-control {
	height:143px;
	border-radius:20px;
}
#iletisimpage .form-check-label {
	color:#fff;
}
#iletisimpage .bilgikutu {
	position:relative;
	background:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
	border-radius:20px;
	border:1px solid #fff;
	padding:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
#iletisimpage .bilgikutu span{
	position:absolute;
	top:-20px;
	left:calc(50% - 30px);
	width:60px;
	background:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	font-size:30px;
	color:#fff;
}

#iletisimpage .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:15px;
	margin-top:50px;
}
#iletisimpage .sosyal a {
	font-size:20px;
	color:#fff;
}
/*------------------hekimlerpage----------------------*/

#hekimlerpage {
	position:relative;
	padding:20px 0px 120px 0px;
	z-index:20;
}
#hekimlerpage .alan {
}
#hekimlerpage .hekim {
	margin-bottom:20px;
}

.hekim {
	position:relative;
	display:block;
}
.hekim .resim {
	position:relative;
	display:block;
	width:100%;
	aspect-ratio:330/470;
	max-height:550px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	z-index:10;
	margin-bottom:10px;
}
.hekim .resim .res {
	width:100%;
	aspect-ratio:400/539;
	object-fit:cover;
	object-position:center;
	border-radius:4px;
}
.hekim .adi {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
	margin-bottom:3px;
}
.hekim .gorev {
	color: #224F5A;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hekimler-button-prev ,
.hekimler-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border-radius:5px;
	font-size:30px;
	color:var(--yesil);
	z-index:10;
}
.hekimler-button-prev:hover ,
.hekimler-button-next:hover 
{
	color:var(--anarenk);
	background:var(--yesil);
}
.hekimler-button-next 
{
	left:64px;
	bottom:50px;
}
.hekimler-button-prev 
{
	left:20px;
	bottom:50px;
}