@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: "Montserrat", sans-serif;
	background:rgba(232, 249, 255, 1);
}


:root {
  --anarenk: #C5BAFF;
  --anarenk2: #C4D9FF;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: "Playfair Display", serif;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 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 30px;
	height:48px;
	border-radius:30px;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.btn-ana {
	filter: drop-shadow(0 0 20px #AA9AFF);
	background:rgba(197, 186, 255, 1);
	border:1px solid rgba(196, 217, 255, 1);
	color:#3F4141;
}
.btn-ana:hover {
	color:#fff;
}
.btn-light {
	filter: drop-shadow(0 0 20px rgba(170, 154, 255, 0.58));
	background:rgba(232, 249, 255, 1);
	border:1px solid rgba(196, 217, 255, 1);
	color:#3F4141;
}
.btn-light:hover {
	color:var(--anarenk);
}

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

.aciklama {
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
}
.aciklama h1 {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 66px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aciklama ul,ol {
	list-style:none;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	color: #2B2B2B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 1;
	text-align: justify;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:#3F4141;
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 {
	color: #3F4141;
    font-family: var(--font2);
    font-size: 46px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0px;
}
.aciklama h3
{
	color: #3F4141;
    font-family: var(--font2);
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0px;
}
.aciklama h4 {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aciklama h5{
	color: #3F4141;
	font-family: var(--font2);
	font-size: 32px;
	font-style: normal;
	font-weight: 400; 
	line-height: normal;
} 

.aciklama p 
{
	color: #2B2B2B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	    text-align: justify;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:rgba(232, 249, 255, 1);
}
#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 {
}
#header .alt {
	background:#C5BAFF;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#header .alan .orta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .alan .sag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}


#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}
#header .alan .sag .butonlar {
	display:flex;
	flex-direction:row;
	grid-gap:10px;
	align-items:center;
}
#header .alan .sag .butonlar .whatsapp {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 60px;
	height: 60px;
	border-radius:10px;
	background:rgba(197, 186, 255, 1); 
	filter: drop-shadow(0 0 20px #AA9AFF);
	font-size:30px;
	color:rgba(63, 65, 65, 1);
}
#header .alan .sag .butonlar .diller {
	display:flex;
	align-items:center;
	grid-gap:3px;
}
#header .alan .sag .butonlar .diller a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:27px;
	height:27px;
	border-radius:4px;
	border:1px solid #C4D9FF;
	color: #3F4141;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#header .alan .sag .butonlar .diller a.active {
	filter: drop-shadow(0 0 20px #AA9AFF);
	background:rgba(197, 186, 255, 1);
}

#header .menu {
	width:100%;
}
#header .menu ul {
	list-style:none;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:20px;
}
#header .menu .acilan .link-item {
	border-bottom: 2px solid #1d2472;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:left;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:260px;
	padding:10px 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;
}



/*------------------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:25%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:25%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    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: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%;
	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: #3F4141;
	font-family: var(--font2);
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}
#slider .item .bilgi .yazim {
	color: #1d2472;
	font-family: var(--font2);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}
#slider .item .bilgi .yazi2 {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	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:#000;
	border:1px solid #000;
	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;
	padding:40px 0px;
}
#hakkimda .ust {
	position:relative;
}
#hakkimda .ust .yazi1 {
	color: #3F4141;
    font-family: var(--font2);
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
}
#hakkimda .ust .circlogo {
	Display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
#hakkimda .ust .circlogo img {
	width:128px;
	height:128px;
}
#hakkimda .alt {
	position:relative;
	z-index:20;
}
#hakkimda .alt:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background:#C4D9FF;
	z-index:-1;
}
#hakkimda.sag .alt:before {
	left:auto;
	right:0px;
}
#hakkimda .alt:after {
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	width:5%;
	height:100%;
	background:#C4D9FF;
	z-index:-1;
}
#hakkimda.sag .alt:after {
	right:auto;
	left:0px;
}
#hakkimda .alt .resim {
	position:relative;
	Display:flex;
	flex-direction:column;
	height:100%;
	width:100%;
}
#hakkimda .alt .resim img {
	position:absolute;
	bottom:0px;
	right:0px;
	height:calc(100% + 30px);
}
#hakkimda .alt .yazilar {
	padding:70px 0px;
}
#hakkimda.sag .alt .yazilar {
	padding:70px 0px;
	text-align:right;
}
#hakkimda .alt .yazilar .yazi2{
	color: #2B2B2B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	margin-bottom:70px;
	text-align: justify;
}

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

#tedaviler {
	position:relative;
	padding:40px 0px;
}
#tedaviler .yazi1 {
	color: #3F4141;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:14px;
}
#tedaviler .yazi2 {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-bottom:14px;
}
#tedaviler .yazi3 {
	color: #2B2B2B;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:26px;
}
#tedaviler .yazi4 {
	color: #2B2B2B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:73px;
}
#tedaviler .item {
	position:relative;
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#tedaviler .item .resim {
	width:100%;
	aspect-ratio:320/400;
	object-fit:cover;
	object-position:center;
	border: solid 20px #c4d9ff;
    border-radius: 20px;
}
#tedaviler .item .adi {
	color: #2B2B2B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}

/*------------------sss----------------------*/

#sss {
	position:relative;
	padding:40px 0px;
}
#sss .baslik {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-bottom:64px;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
	border-bottom:1px solid #313131;
}
.accordion-button {
    background-color: transparent;
	color: #313131;
	font-family: var(--font2);
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.accordion-button:not(.collapsed) {
    color: #313131;
    background-color: var(--anarenk);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

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

#videolar {
	position:relative;
	padding:40px 0px;
}
#videolar .baslik {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-bottom:64px;
}
#videolar .item {
	position:relative;
	Display:flex;
	flex-direction:column;
	grid-gap:10px;
}
#videolar .item .resim {
	position:relative;
}
#videolar .item .resim .res {
	width:100%;
	aspect-ratio:395/196;
	object-fit:cover;
	object-position:center;
}
#videolar .item .resim .icon {
	position:absolute;
	width:82px;
	height:60px;
	top:calc(50% - 30px);
	left:calc(50% - 41px);
}
#videolar .item .adi {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
#videolar .item .desc {
	color: #2B2B2B;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/*------------------blog----------------------*/

#blog {
	position:relative;
	padding:40px 0px;
}
#blog .baslik {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-bottom:64px;
}
#blog .slide {
	position:relative;
	padding:0px 94px;
}
#blog .slide .blog-button-prev ,
#blog .slide .blog-button-next 
{
	position:absolute;
	top:calc(50% - 30px);
	width:60px;
	height:60px;
	border-radius:50%;
	background:rgba(197, 186, 255, 1);
	font-size:30px;
	color:rgba(43, 43, 43, 1);
	Display:flex;
	align-items:center;
	justify-content:center;
}
#blog .slide .blog-button-prev {
	left:0px;
}
#blog .slide .blog-button-next {
	right:0px;
}
#blog .item {
	position:relative;
	Display:flex;
	flex-direction:column;
	background:#fff;
	border-radius:20px;
	scale:0.9;
}
#blog .swiper-slide-next .item {
	scale:1;
	filter:blur(0px);
}
#blog .item.active {
	scale:1;
	filter:blur(0px);
}
#blog .item .resim {
	width:100%;
	aspect-ratio:395/343;
	object-fit:cover;
	object-position:center;
	border-radius:20px 20px 0px 0px;
}
#blog .item .bilgi {
	Display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:20px;
}
#blog .item .bilgi .tarih {
	color: #2A1F74;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#blog .item .bilgi .adi {
	color: #0F0F0F;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#blog .item .bilgi .desc {
	color: #0F0F0F;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#blog .item .bilgi .devam {
	color: #2A1F74;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
} 
/*------------------iletisim----------------------*/

#iletisim {
	position:relative;
	background:#C4D9FF;
}
#iletisim .baslik {
	color: #2B2B2B;
	font-family: var(--font2);
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:54px;
}
#iletisim .sol {
	
	padding:40px 0px;
}
#iletisim .bilgiler {
	Display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#iletisim .bilgiler .bilgi {
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#iletisim .bilgiler .bilgi .icon {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:65px;
	height:65px;
	border-radius:50%;
	background:#fff;
	font-size:30px;
	color:#000;
}
#iletisim .bilgiler .bilgi .yazi {
	width:calc(100% - 65px);
	padding-left:20px;
}
#iletisim .bilgiler .bilgi .yazi b {
	Display:block;
	color: #2B2B2B;
	font-size: 31px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#iletisim .bilgiler .bilgi .yazi small {
	Display:block;
	color: #2B2B2B;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#iletisim .resim {
	position:relative;
	Display:flex;
	flex-direction:column;
	justify-content:flex-end;
	height:100%;
	width:100%;
}
#iletisim .resim img {
	position:absolute;
	bottom:0px;
	left:0px;
	height:calc(100% + 50px);
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	background:#fff;
}
#footer .yazi1 {
	width:65%;
	height:100%;
	Display:flex;
	align-items:center;
	color: #2A1F74;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#footer .logo {
	Display:flex;
	justify-content:center;
}
#footer .logo img {
	height:93px;
}
#footer .sosyal {
	Display:flex;
	justify-content:flex-end;
	align-items:center;
	grid-gap:50px;
	height:100%;
}
#footer .sosyal a {
	font-size:25px;
	color:rgba(42, 31, 116, 1);
}
/*------------------icerikkatman1----------------------*/

#icerikkatman1 {
	position:relative;
	padding:80px 0px;
}
#icerikkatman1 .resim {
	width:100%;
}
#icerikkatman1 .kutuitem1 {
	position:relative;
	Display:flex;
	flex-direction:column;
	height:100%;
	align-items:flex-end;
	background:#C4D9FF;
	border-radius:20px;
}
#icerikkatman1 .kutuitem1 .res {
	height:100%;
}
#icerikkatman1 .kutuitem1 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
    width: 50%;
    padding: 15px;
}
#icerikkatman1 .kutuitem1 .bilgi .adi {
    color: #3F4141;
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
#icerikkatman1 .kutuitem1 .bilgi .desc {
    color: #3F4141;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
}
#icerikkatman1 .kutuitem1 .bilgi .buton {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 10px;
	height:28px;
	border-radius:30px;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	filter: drop-shadow(0 0 20px #AA9AFF);
	background:rgba(197, 186, 255, 1);
	border:1px solid rgba(196, 217, 255, 1);
	color:#3F4141;
}
#icerikkatman1 .tikliliste {
	position:relative;
	padding-left:71px;
	height:51px;
	Display:flex;
	align-items:center;
	margin-bottom:20px;
}
#icerikkatman1 .tikliliste:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:61px;
	height:51px;
	background:url('../img/icon/icon-9.png');
	background-size:100% auto;
	background-repeat:no-repeat;
}
#icerikkatman1 .tikliliste p {
	color: #313131;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/*------------------zamantuneli----------------------*/

#zamantuneli {
	position:relative;
	padding:80px 0px;
}
#zamantuneli .liste {
	position:relative;
	Display:flex;
	flex-direction:column;
	grid-gap:75px;
}
#zamantuneli .liste:before {
	position:absolute;
	content:"";
	top:20px;
	left:20px;
	width:2px;
	height:calc(100% - 40px);
	background:#313131;
}
#zamantuneli .liste .list {
	position:relative;
	color: #313131;
	font-family: var(--font2);
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	padding-left:40px;
}
#zamantuneli .liste .list:before {
	position:absolute;
	content:"";
    top: 15px;
    left: 14px;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#313131;
}
/*------------------widget----------------------*/

#widget {
	position:relative;
	padding:80px 0px;
	background-size:cover !important;
	background-position:center !important;
}
#widget .yazi {
	color: #FFF;
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
/*------------------faktorler----------------------*/

#faktorler {
	position:relative;
	padding:80px 0px;
}
#faktorler .alan {
	position:relative;
	padding:80px 80px;
	background:rgba(213, 228, 255, 0.9);
	border-radius:50px;
}
#faktorler .alan .ust {
	Display:flex;
	flex-direction:column;
	margin-left:-100px;
	margin-bottom:60px;
}
#faktorler .alan .ust .yazi1 {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 66px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#faktorler .alan .ust .yazi2 {
	Display:flex;
	align-items:flex-end;
}
#faktorler .alan .ust .yazi2 span {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 66px;
	font-style: normal;
	font-weight: 900;
	line-height: 56px;
}
#faktorler .alan .ust .yazi2 hr {
	width:100px;
	margin:0px;
	padding:0px;
}
#faktorler .alan .ust .yazi2 small {
	color: #3F4141;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
}
#faktorler .alan .kutular {
	Display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
}
#faktorler .alan .kutular .kutu {
	Display:flex;
	flex-direction:column;
	align-items:center;
	width:25%;
	padding:0px 30px;
	grid-gap:30px;
	border-right:1px solid #6F57F4;
}
#faktorler .alan .kutular .kutu:last-child {
	border-right:0px solid #6F57F4;
}
#faktorler .alan .kutular .kutu img {
	max-width:100%;
	height:78px;
}
#faktorler .alan .kutular .kutu div {
	color: #3F4141;
	font-family: var(--font2);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
/*------------------surec----------------------*/

#surec {
	position:relative;
	padding:80px 0px;
}
#surec .kutu {
	position:relative;
	padding:27px;
	background:#C4D9FF;
	border-radius:20px;
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#surec .kutu:hover {
	background:#C5BAFF;
}
#surec .kutu .icon {
	position:relative;
	width:49px;
	height:49px;
	background:url('../img/icon/icon-6.png');
	background-repeat:no-repeat;
	background-size:100%;
}
#surec .kutu:hover .icon {
	background:url('../img/icon/icon-7.png');
}
#surec .kutu .adi {
	color: #3F4141;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
#surec .kutu .desc {
	color: #3F4141;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*------------------icerikkatman2----------------------*/

#icerikkatman2 {
	position:relative;
	background: linear-gradient(135deg, #C5BAFF 0%, #9B88FF 100%);
}
#icerikkatman2 .resim {
	width:100%;
}
/*------------------cerrahidisi----------------------*/

#cerrahidisi {
	position:relative;
	padding:80px 0px;
}
#cerrahidisi .kutu {
	position:relative;
	padding:56px 37px;
	background:#C4D9FF;
	Display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#cerrahidisi .kutu:hover {
	background:#C5BAFF;
}
#cerrahidisi .kutu .icon {
	position:relative;
	width:49px;
	height:49px;
	background:url('../img/icon/icon-6.png');
	background-repeat:no-repeat;
	background-size:100%;
}
#cerrahidisi .kutu:hover .icon {
	background:url('../img/icon/icon-7.png');
}
#cerrahidisi .kutu .adi {
	color: #3F4141;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
#cerrahidisi .kutu .desc {
	color: #3F4141;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*------------------surec2----------------------*/

#surec2 {
	position:relative;
	padding:80px 0px;
}
#surec2 .liste {
	position:relative;
	z-index:20;
	Display:flex;
	flex-direction:column;
	grid-gap:50px;
}
#surec2 .liste:before {
	position:absolute;
	content:"";
	top:50px;
	left:calc(50% - 0.5px);
	width:1px;
	height:calc(100% - 100px);
	background:#C5BAFF;
	z-index:-1;
}
#surec2 .liste .list {
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#surec2 .liste .list .icon {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:134px;
	height:114px;
	background:url('../img/icon/icon-8.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	color: #313131;
	font-family: var(--font2);
	font-size: 41px;
	font-style: normal;
	font-weight: 400;
	line-height: 41px;
}
#surec2 .liste .list .yazi {
	width:calc(50% - 67px);
	padding:0px 10px;
	text-align:right;
}
#surec2 .liste .list:nth-child(odd) .yazi {
	text-align:left;
}
#surec2 .liste .list .yazi b {
	Display:block;
	color: #313131;
	font-family: var(--font2);
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#surec2 .liste .list .yazi small {
	Display:block;
	color: #313131;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*------------------tablekutu----------------------*/

#tablekutu {
	position:relative;
	padding:80px 0px;
}
#tablekutu .kutu {
	position:relative;
	border:1px solid #3F4141;
	padding:47px 39px;
	Display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#tablekutu .kutu .sayi {
	color: #313131;
	font-family: var(--font2);
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #3F4141;
}
#tablekutu .kutu .yazi {
	color: #313131;
	font-family: var(--font2);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-control {
	background:#FFF;
	height:60px;
	border-radius:30px;
	filter: drop-shadow(0 0 20px #cef2ff);
}
textarea.form-control {
	height:150px;
}