@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;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Helvetica Now Display;
	    background-image: url(../img/background.png),linear-gradient(180deg,#e8e8e6,#f0f0ef 10%,#f6eee6 20%,#f6eee6 30%,#f0f0ef 40%,#f6eee6 60%,#f0f0ef 80%);
    background-position: 50% 50%,0 0;
    background-size: 3.125rem,auto;
}


:root {
  --anarenk: #E41E26;
  --kirmizi: #E41E26;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: 'Gochi Hand', 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 - 100px);	
}

.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 {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
	padding:0px 30px;
	height:54px;
	border-radius:30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.btn-dark {
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.btn-dark:hover {
	background:var(--kirmizi);
	border:1px solid var(--kirmizi);
	color:#fff;
}
.btn-okdis {
	padding:0px 27px 0px 9px;
	overflow:hidden;
}
.btn-ok {
	background:transparent;
	border:1px solid #000;
	color:#000;
	font-size: 14px;
	font-weight:400;
}
.btn-ok:before {
	position:absolute;
	content:"";
	top:calc(50% - 0.5px);
	left:-9px;
	width:9px;
	height:1px;
	background:#000;
	transition:all 0.3s ease;
}
.btn-ok:hover:before {
	left:0px;
	width:0px;
}
.btn-ok:after {
	position:absolute;
	content:"";
	top:calc(50% - 6.5px);
	right:-27px;
	width:27px;
	height:13px;
	background:url('../img/icon/icon-3.png');
	background-size:contain;
	background-repeat:no-repeat;
	transition:all 0.3s ease;
}
.btn-ok:hover:after {
	right:-57px;
}
.btn-ok i {
	font-size:22px;
}
.btn-ok span {
	text-align:left;
}

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

#header {
	position:relative;
	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:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#header .alan .orta {
	width:20%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .alan .sag {
	width:40%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:77px;
}
#header.heading .alan .logo img {
	height:57px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:10px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding:15px 0px;
	overflow:hidden;
}
#header .menu .link-item:before {
	position:absolute;
	content:"";
	bottom:-23px;
	left:calc(50% - 5.5px);
	width:11px;
	height:22px;
	background:url('../img/icon/icon-1.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center top;
	transition:all 0.3s ease;
}
#header .menu .link-item:hover:before {
	bottom:0px;
}

#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;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

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

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size: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);
}


/*------------------intro----------------------*/

#intro {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	align-items:center;
	justify-content:center;
	background:#000;
	z-index:10000;
}
#intro img {
	max-width:100%;
}

/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
	border-radius: 30px;
}
#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-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:58px;
}
#slider .item .bilgi .yazi2 span {
	display:inline-flex;
	align-items:center;
	height:36px;
	border:1px solid #fff;
	padding:0px 20px;
	border-radius:30px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	margin-bottom:4px;
}
#slider .item .bilgi .yazi2 span.kirmizi {
	border:1px solid var(--kirmizi);
	background:var(--kirmizi);
	color: #FFF;
}
#slider .alt {
	margin-top:20px;
}
#slider .alt .kaydir {
	position:relative;
	display:block;
	height:43px;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px;
	background:url('../img/icon/icon-2.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:17px;
}
#slider .alt .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
}
#slider .alt .sosyal a {
	font-size:20px;
	color:rgb(0, 0, 0);
}
#slider .alt .sosyal a:hover {
	color: var(--kirmizi);
}

.swiper-pagination-bullets {
	display:flex;
	align-items:center;
	grid-gap:4px;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #D9D9D9;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    opacity: 1;
    background: var(--kirmizi);
}

/*------------------egitimsaatleri----------------------*/

#egitimsaatleri {
	position:relative;
	padding:30px 0px;
}
#egitimsaatleri .resim {
	Display:flex;
	flex-direction:column;
	height:100%;
	min-height:300px;
	border-radius:30px 0px 0px 30px;
	background-size:cover !important;
	background-position:center !important;
}
#egitimsaatleri .sol {
	Display:flex;
	flex-direction:column;
	height:100%;
	padding:30px;
	border-radius:0px 0px 0px 0px;
	background:var(--kirmizi);
}
#egitimsaatleri .sol .yazi1 {
	color: #FFF;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 57.6px; /* 115.2% */
	text-transform: uppercase;
	margin-bottom:54px;
}
#egitimsaatleri .sol .yazi2 {
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 24.9px; /* 146.471% */
	margin-bottom:54px;
}
#egitimsaatleri .sol .yazi3 {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 32.4px; /* 202.5% */
	margin-top:auto;
}
#egitimsaatleri .sol .yazi3 i {
	font-size: 24px;
}
#egitimsaatleri .sag {
	Display:flex;
	flex-direction:column;
	height:100%;
	padding:30px;
	border-radius:0px 30px 30px 0px;
	background:#000;
	grid-gap:30px;
}
#egitimsaatleri .mekan {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.6px; /* 144% */
	text-transform: uppercase;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom:10px;
	margin-bottom:10px;
}
#egitimsaatleri .mekan small {
	Display:flex;
	align-items:center;
	grid-gap:5px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.6px; 
}
#egitimsaatleri .mekan small i {
	color: var(--kirmizi);
	font-size: 22px;
}
#egitimsaatleri .gunler {
	Display:flex;
	align-items:Center;
	grid-gap:10px;
	margin-bottom:20px;
}
#egitimsaatleri .gunler .adi {
	width:20%;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 113.214% */
}
#egitimsaatleri .gunler .saat {
	Display:flex;
	align-items:center;
	padding:0px 20px;
	height:32px;
	border-radius:30px;
	border:1px solid #fff;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

/*------------------kutular----------------------*/

#kutular {
	position:relative;
	padding:30px 0px;
}
.kutu {
	position:relative;
	Display:block;
	margin-bottom:20px;
}
.kutu .resim {
	width:100%;
	aspect-ratio:550/346;
	max-height:500px;
	object-fit:cover;
	border-radius:20px;
}
.kutu .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	flex-direction:column;
	padding:50px 40px;
	border-radius:20px;
	background: linear-gradient(90deg, rgba(228, 30, 38, 0.8) -18.18%, rgba(0, 0, 0, 0.2) 72.55%);
}
.kutu:hover .bilgi {
	background: rgba(228, 30, 38, 0.80);
}
.kutu .bilgi .adi {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 133.333% */	
	margin-bottom:auto;
}
.kutu .bilgi .incele {
	opacity:0;
	transition:all 0.3s ease;
}
.kutu:hover .bilgi .incele {
	opacity:1;
}

/*------------------galeri----------------------*/

#galeri {
	position:relative;
	padding:30px 0px;
}
#galeri .anaresim {
	width:100%;
}
#galeri .yazi1 {
	color: #000;
	font-family: var(--font2);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#galeri .yazi2 {
	color: #000;
	font-size: 55px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:46px;
}
#galeri .yazi3 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#galeri .cizgi {
	Display:flex;
	align-items:center;
	justify-content:center;
	height:1px;
	margin-bottom:40px;
	background:#000;
}
#galeri .cizgi .butonlar {
	Display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
#galeri .cizgi .butonlar div {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:52px;
	height:52px;
	border-radius:50%;
	background:#fff;
	border:1px solid #000;
}
#galeri .cizgi .butonlar div:hover {
	background:var(--kirmizi);
}
#galeri .cizgi .butonlar div img {
	max-height:50%;
	max-width:50%;
}
#galeri .cizgi .butonlar div.galeri-button-prev img {
	transform:rotate(180deg);
}
#galeri .item {
	position:relative;
	Display:block;
}
#galeri .item .resim {
	width:100%;
	aspect-ratio:1/1;
	max-height:500px;
	object-fit:cover;
	border-radius:20px;
}

/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	padding:30px 0px 0px 0px;
}
#rakamlar .resim {
	width:100%;
}
#rakamlar .sol {
	position:relative;
	Display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#rakamlar .sol.active:before {
	position:absolute;
	content:"";
	top:calc(50% - 1.5px);
	right:0px;
	width:calc(100% - 10px);
	height:3px;
	background:#000;
	animation-name: okcizgi;
	animation-duration: 3s;
}
@keyframes okcizgi {
  from {width:0px;}
  to {width:calc(100% - 10px);}
}
#rakamlar .sol.active:after {
	position:absolute;
	content:"";
	top:calc(50% - 6px);
	right:0px;
	width:100%;
	height:12px;
	background:url('../img/icon/icon-4.png');
	background-size:auto 11px;
	background-repeat:no-repeat;
	background-position:left center;
	animation-name: okcizgi2;
	animation-duration: 3s;
}
@keyframes okcizgi2 {
  from {width:0px;}
  to {width:100%;}
}
#rakamlar .rakam {
	position:relative;
	Display:block;
	margin:30px 0px;
}
#rakamlar .rakam .sayi {
	color: #E41E26;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 138.6%; /* 55.44px */
	margin-bottom:4px;
}
#rakamlar .rakam .adi {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*------------------bloglar----------------------*/

#bloglar {
	position:relative;
	padding:30px 0px 30px 0px;
	background: #F8F7F4;
}
#bloglar .baslik {
	color: #000;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	margin-bottom:30px;
}
.blogitem {
	position:relative;
	Display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 30px;
	background: #FFF;
	padding:20px;
}
.blogitem .resim {
	width:40%;
	aspect-ratio:1/1;
	object-fit:cover;
	border-radius: 15px;
	max-height:500px;
}
.blogitem .sag {
	Display:flex;
	flex-direction:column;
	width:60%;
	padding:20px 0px 20px 20px;
}
.blogitem .sag .adi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:30px;
}
.blogitem .sag .tarih {
	Display:flex;
	align-items:center;
	grid-gap:5px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 270% */
}
.blogitem .sag .tarih i {
	font-size: 18px;
}

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

#videolar {
	position:relative;
	padding:30px 0px 30px 0px;
	background: #F8F7F4;
}
#videolar .videoitem {
	position:relative;
	Display:block;
	margin-bottom:20px;
}
#videolar .videoitem .resim {
	width:100%;
	aspect-ratio:1217/761;
	max-height:800px;
	object-fit:cover;
	border-radius:30px;
}
#videolar .videoitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:30px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	Display:flex;
	align-items:flex-end;
	padding:40px;
}
#videolar .videoitem .bilgi .adi {
	width:50%;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: 138.6%; /* 49.896px */
	margin-right:auto;
}
#videolar .videoitem .bilgi .izle {
	Display:flex;
	align-items:center;
	grid-gap:10px;
	height:80px;
	border-radius:50px;
	background:#fff;
	padding:17px 32px 17px 17px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#videolar .videoitem .bilgi .izle span {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:46px;
	height:46px;
	border-radius:50%;
	background:#000;
	font-size:24px;
	font-weight: 100;
	color:#fff;
}
#videolar .videoitem:hover .bilgi .izle span {
	background:var(--kirmizi);
}

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

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	padding:40px 0px;
}
#footer .logo {
	position:relative;
	Display:block;
	margin-bottom:auto;
}
#footer .logo img {
	height:77px;
}
#footer .sosyalbas {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:22px;
}
#footer .sosyal {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .sosyal a {
	Display:flex;
	align-items:center;
	justify-content:center;
	width:43px;
	height:43px;
	border-radius:50%;
	border:1px solid #000;
	font-size:20px;
	color:#000;
}
#footer .sosyal a:hover {
	border:1px solid #000;
	background:var(--kirmizi);
	color:#fff;
}
#footer .bultenicon {
	text-align:center;
	font-size:49px;
	color:#000;
	margin-bottom:10px;
}
#footer .bultenyazi1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:10px;
}
#footer .bultenyazi2 {
	color: #000;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:44px;
}
#footer .bulten {
	Display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .bulten .form-control {
    padding: 0px 30px;
    height: 54px;
    border-radius: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#footer .bilgi {
    Display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer .bilgi .icon {
    Display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:100%;
	font-size:30px;
	color:#000;
	border-right:1px solid rgba(0, 0, 0, 0.20);
}
#footer .bilgi .yazi {
	width:calc(100% - 50px);
	padding:10px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .bilgi .yazi small {
	Display:block;
	color: #E41E26;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}
#footer .bilgi .yazi b {
	Display:block;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .alt {
	Display:flex;
	align-items:center;
	justify-content:center;
	border-top:1px solid #F8F7F4;
	padding:25px 0px;
}
#footer .alt .copy {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#footer .alt .copy span {
	color: var(--kirmizi);
}

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

#bread {
	position:relative;
}
#bread .alan {
	position:relative;
}
#bread .alan .back {
	width:100%;
	border-radius:30px;
}
#bread .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	Display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:10px;
}
#bread .alan .bilgi .baslik {
	font-size:40px;
	font-weight:600;
	line-height:50px;
}
#bread .alan .bilgi .linkler {
	Display:flex;
	align-items:center;
	grid-gap:5px;
	font-size:13px;
	color:#fff;
}
#bread .alan .bilgi .linkler a {
	font-size:13px;
	color:#fff;
}


/*------------------genelyazi----------------------*/

#genelyazi {
	position:relative;
	padding:30px 0px;
}
/*------------------aciklama----------------------*/

.aciklama {
	margin-bottom:24px;
	background:rgba(255,255,255,0.5);
	backdrop-filter:blur(5px);
	padding:20px;
	border-radius:20px;
}
.aciklama iframe {
	width:100%;
	aspect-ratio:4/3;
	max-height:700px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--anarenk);
	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: rgba(0,0,0,0.8);
	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(--anarenk);
	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(--anarenk);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	opacity: 1;
	margin-bottom:20px;
}


/*------------------ekibimiz----------------------*/

#ekibimiz {
	position:relative;
	padding:50px 0px;
}

#ekibimiz .baslik {
	position:relative;
	font-size:50px;
	font-weight:700;
	line-height:70px;
	color:#000;
	margin-bottom:25px;
	text-align:center;
}

.ekipitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.ekipitem .resim {
	position:relative;
	display:block;
	z-index:20;
	margin-bottom:20px;
}
.ekipitem .resim:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:50%;
	background:#000;
	border-radius:8px 8px 0px 0px;
	z-index:-1;
	transition:all 0.3s ease;
}
.ekipitem:hover .resim:before {
	height:70%;
}
.ekipitem .resim img {
	width:100%;
	aspect-ratio:5/8;
	max-height:800px;
	object-fit:contain;
	object-position:center bottom;
}
.ekipitem .adi {
	font-size:26px;
	font-weight:700;
	line-height:33px;
	color:#000;
	text-align:center;
}
.ekipitem .meslek {
	font-size:12px;
	font-weight:300;
	line-height:18px;
	color:#000;
	text-align:center;
}


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

#iletisimpage {
	padding:50px 0px 50px 0px;
}
#iletisimpage .yazilar {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
#iletisimpage .baslik {
	font-weight: 800;
	font-size: 30px;
	line-height: 60px;
	color: #000;
	margin-bottom:30px;
}
#iletisimpage .bilgi {	
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	margin-bottom:30px;
}
#iletisimpage .bilgi .icon {	
	color: #000;
	font-size:38px;
	text-align:center;
}
#iletisimpage .bilgi .yazi {		
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #000;
	text-align:center;
}
#iletisimpage .bilgi .yazi b {	
	display:block;	
	font-weight: 700;
	margin-bottom:10px;
}
#iletisimpage iframe {	
	width:100%;
	height:100%;
	border-radius:8px;
}
#iletisimpage .form-control {	
	height:50px;
	border-radius:0px;
	border:0px;
	border-bottom:1px solid #000;
	background:transparent;
}
#iletisimpage .form-control:focus {	
	border-left:1px solid #000;
}
#iletisimpage textarea.form-control {	
	height:120px;
}