@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: Chillax;
}


:root {
  --anarenk: #E31E25;
  --kirmizi: #E31E25;
  --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 - 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;
}
.cerezpolitikasi a {
	color:#fff;
}
.cerezpolitikasi .btn {
	color:#000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:54px;
	border-radius:30px;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.02px;
	text-align: center;
}

.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-outline-light {
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
.btn-outline-light:hover {
	background:#fff;
	border:1px solid #fff;
	color:var(--anarenk);
}


/*------------------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: #000;
	opacity: 1;
    margin-bottom: 10px;
}
.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(--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: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:#fff;
	border-bottom:1px solid #EFEFEF;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:25%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-gap:20px;
}
#header .alan .orta {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#header .alan .sag {
	width:25%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:20px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:56px;
}
#header .alan .logo img.light {
	display:block;
}
#header .alan .logo img.dark {
	display:none;
}
#header.sabit .alan .logo img.light {
	display:none;
}
#header.sabit .alan .logo img.dark {
	display:block;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: -1.02px;
}
#header.sabit .menu .link-item {
	color: #000;
}
#header .menu .link-item:hover:before {
    position:absolute;
	content:"";
	top:0px;
	left:calc(50% - 4px);
	width:8px;
	height:8px;
	border-radius:50%;
	background:var(--anarenk);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	width:56px;
	height:56px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform:uppercase;
	grid-gap:8px;
}
#header.sabit .dil .default {
	color: #000;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}
#header.sabit .dil .default i {
	color:#000;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}

#header.sabit .btn-outline-light {
	border:1px solid #000;
	color:#000;
}


/*------------------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);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
	z-index:10;
}
#slider .item:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.00));
	z-index:2;
}
#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-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 105px; /* 131.25% */
	letter-spacing: -4.8px;
	margin-bottom:44px;
	padding-bottom:44px;
	border-bottom:1px solid rgba(217, 217, 217, 0.40);
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.96px;
}
#slider .item .bilgi .butonlar {
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	grid-gap:10px;
	height:100%;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	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;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
}
#hakkimizda .ust {
	position:relative;
	padding:86px 0px;
}
#hakkimizda .ust .resim {
	width:100%;
	border-radius:20px;
}
#hakkimizda .ust .yazi1 {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 163.636% */
	letter-spacing: -1.32px;
	margin-bottom:47px;
}
#hakkimizda .alt {
	position:relative;
	border-top:1px solid #F4F4F4;
}
#rakamlar .rakam {
	position:relative;
	border-top:2px solid #C4C4C4;
	padding:47px 0px;
}
#rakamlar .rakam:hover {
	border-top:2px solid var(--anarenk);
}
#rakamlar .rakam .sayi {
	color: #E31E25;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 75% */
	letter-spacing: -2.88px;
	margin-bottom:17px;
}
#rakamlar .rakam .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 138.889% */
	letter-spacing: -1.08px;
}
/*------------------git----------------------*/
.git {
	display:flex;
	align-items:center;
	grid-gap:16px;
}
.git .yazi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
	letter-spacing: -1.08px;
}
.git .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:25px;
	color:#fff;
	transform:rotate(-45deg);
}

/*------------------anabaslik----------------------*/

.anabaslik1 {
	position:relative;
	display:inline-flex;
	align-items:center;
	padding:6px 16px 6px 33px;
	color: #161616;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	border-radius: 16px;
	background:#fff;
	border:1px solid #F6F6F6;
}
.anabaslik1:before {
	position:absolute;
	content:"";
	top:5px;
	left:9px;
	width:21px;
	height:21px;
	background:url('../img/icon/icon-2.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
}
.anabaslik2 {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
	letter-spacing: -1.08px;
}
.anabaslik3 {
	position:relative;
	display:inline-flex;
	align-items:center;
	padding:6px 16px 6px 16px;
	color: #161616;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	border-radius: 16px;
	background:#F6F6F6;
	border:1px solid #F6F6F6;
}
.anaaciklama1 {
	color: #000;
	font-size: 19.031px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px; /* 165.517% */
}

/*------------------urunler----------------------*/

#urunler {
	position:relative;
	padding:69px 0px;
	background:url('../img/filigran-1.png') #F6F6F6;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:10% center;
}
#urunler .ust {
	text-align:center;
	margin-bottom:40px;
}

/*------------------urunitem----------------------*/

.urunitem {
	position:relative;
	display:block;
	border-radius:24px;
}
.urunitem:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:24px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1));
	z-index:2;
}
.urunitem .resim {
	width:100%;
	aspect-ratio:1/1;
	border-radius:24px;
	object-fit:cover;
	object-position:center;
	z-index:1;
}
.urunitem .adi {
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
	z-index:3;
	border-radius: 15px;
	background: #FFF;
	backdrop-filter: blur(2px);
	padding:31px 29px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 122.222% */
	letter-spacing: -1.08px;
	transition:all 0.3s ease;
}
.urunitem:hover .adi {
	background: var(--anarenk);
	color: #fff;
}
.urunitem .adi .ok {
	position:absolute;
	top:-25px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:Center;
	justify-content:center;
	font-size:25px;
	color:#000;
	transform:rotate(-45deg);
	opacity:0;
	transition:all 0.3s ease;
}
.urunitem:hover .adi .ok {
	opacity:1;
}

/*------------------tanitimvideo----------------------*/

#tanitimvideo {
	position:relative;
	padding:93px 0px;
}
#tanitimvideo:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:60%;
	background:url('../img/filigran-2.png') #CDCECF;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.tanitimvideo {
	position:relative;
	display:block;
}
.tanitimvideo .resim {
	width:100%;
	aspect-ratio:1350/708;
	object-fit:cover;
	object-position:center;
	border-radius: 30px;
}
.tanitimvideo .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	grid-gap:32px;
	border-radius: 30px;
}
.tanitimvideo .bilgi div {
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
	letter-spacing: -1.08px;
}
.tanitimvideo .bilgi span {
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	display:flex;
	align-items:Center;
	justify-content:center;
	font-size:25px;
	color:#fff;
	transition:all 0.3s ease;
}

/*------------------surdur----------------------*/

#surdur {
	position:relative;
	padding:93px 0px;
	background:url('../img/filigran-3.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:bottom center;
}
#surdur .resim {
	width:50vw;
	border-radius:24px 0px 0px 24px;
}

/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:69px 0px;
	background:var(--anarenk);
}
#haberler .ust {
	text-align:center;
	margin-bottom:40px;
}

/*------------------haberitem----------------------*/

.haberitem {
	position:relative;
	display:block;
}
.haberitem .resim {
	width:100%;
	aspect-ratio:440/459;
	object-fit:cover;
	object-position:center;
	border-radius:24px;
}
.haberitem .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1));
	border-radius:24px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	grid-gap:10px;
	padding:24px;
}
.haberitem .bilgi .tarih {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Headline-Small-Line-Height, 32px); /* 200% */
	letter-spacing: -0.96px;
}
.haberitem .bilgi .adi {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: var(--Headline-Small-Line-Height, 32px); /* 145.455% */
	letter-spacing: -1.32px;
}
/*------------------sertifikalar----------------------*/

#sertifikalar {
	position:relative;
	padding:69px 0px;
	background:#F6F6F6;
}

#sertifikalar .ust {
	text-align:center;
	margin-bottom:40px;
}
/*------------------belgeitem----------------------*/

.belgeitem {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:25px;
	padding:45px 14px 14px 14px; 
	border-radius: 15px;
	background: #FFF;
}
.belgeitem .icon {
	height:84px;
    filter: contrast(0);
	transition:all 0.3s ease;
}
.belgeitem:hover .icon {
    filter: contrast(1);
}
.belgeitem .adi {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 135% */
	letter-spacing: -1.08px;
}

.belgeitem .indir {
	width:100%;
	position:relative;
	z-index:3;
	border-radius: 15px;
	background: #F6F6F6;
	backdrop-filter: blur(2px);
	padding:31px 29px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 122.222% */
	letter-spacing: -1.08px;
	transition:all 0.3s ease;
}
.belgeitem .indir .ok {
	position:absolute;
	top:-25px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#C4C4C4;
	display:flex;
	align-items:Center;
	justify-content:center;
	font-size:25px;
	color:#fff;
	transition:all 0.3s ease;
}
.belgeitem:hover .indir .ok {
	background:var(--anarenk);
	color:#fff;
}

/*------------------footer----------------------*/

#footer {
	position:relative;
}
#footer .ust {
	position:relative;
	padding:100px 0px;
	background:url('../img/filigran-4.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	border-bottom:1px solid #F6F6F6;
}
#footer .ust .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:10px;
}
#footer .ust .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:22px;
	color:#fff;
}
#footer .ust .logo {
	display:block;
	text-align:center;
}
#footer .ust .logo img {
	height:72px;
}
#footer .orta {
	position:relative;
	padding:40px 0px;
}
#footer .menubas {
	display:block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	margin-bottom:26px;
}
#footer .menulink {
	display:block;
	color: #000;
	font-size: 15.375px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 156.098% */
	letter-spacing: 0.32px;
	margin-bottom:16px;
}
#footer .map {
	position:relative;
}
#footer .map iframe {
	width:100%;
	height:300px;
	border-radius:20px;
}
#footer .map .altb {
	position:absolute;
	bottom:20px;
	left:10px;
	width:50%;
	padding:10px 15px;
	background:#fff;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer .map .altb .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer .map .altb .bilgi span {
	display:flex;
	align-items:center;
	justify-content:Center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#footer .map .altb .bilgi div {
	width:calc(100% - 50px);
	padding-left:15px;
}
#footer .map .altb .bilgi div b {
	display:block;
	color: #E31E25;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 129.412% */
}
#footer .map .altb .bilgi div small {
	display:block;
	color: #686E77;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.32px;
}
#footer .alt {
	position:relative;
	padding:20px 0px;
	background:var(--anarenk);
	display:flex;
	align-items:center;
	justify-content:center;
	grid-gap:20px;
}
#footer .alt .copy {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.32px;
}
#footer .alt .fav {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.32px;
}

/*------------------hakkimizdapage----------------------*/

#hakkimizdapage {
	position:relative;
	padding:69px 0px;
}
#hakkimizdapage .resim {
	width:100%;
	border-radius:24px;
}
#hakkimizdapage .ust {
	text-align:center;
	margin-bottom:40px;
}
#hakkimizdapage .orta {
	margin-bottom:40px;
}
#hakkimizdapage .alt {
	padding:50px 0px;
	background: #F6F6F6;
}
#hakkimizdapage .vizyonmisyon {
	padding:50px 0px;
}

.vmkutu {
	position:relative;
	display:block;
	border-radius: 20px;
	background: #F6F6F6;
}
.vmkutu:hover {
	background: rgba(227, 30, 37, 0.1);
}
.vmkutu .vmust {
	padding:58px;
}
.vmkutu .vmust .icon {
	height:75px;
	margin-bottom:15px;
}
.vmkutu .vmust .adi {
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 75px; /* 156.25% */
	letter-spacing: -2.88px;
	margin-bottom:15px;
}
.vmkutu .vmust .desc {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px; /* 175% */
}
.vmkutu .vmres {
	width:100%;
	aspect-ratio:600/200;
	object-fit:cover;
	object-position:center;
	border-radius:0px 0px 20px 20px;
}

/*------------------urunlerpage----------------------*/

#urunlerpage {
	position:relative;
	padding:69px 0px;
}
#urunlerpage .ust {
	text-align:center;
	margin-bottom:40px;
}

/*------------------urundetay----------------------*/

#urundetay {
	position:relative;
}
#urundetay .katman1 {
	position:relative;
	padding:20px 0px;
	background: rgba(246, 246, 246, 0.60);
	backdrop-filter: blur(7.5px);	
}
#urundetay .katman1:before {
	position:absolute;
	content:"";
	top:10%;
	right:0px;
	width:60%;
	height:90%;
	border-radius: 20px 0px 0px 20px;
	background: rgba(227, 30, 37, 0.10);
}
#urundetay .katman1 .resim {
	position:relative;	
}
#urundetay .katman1 .resim .res {
	width:100%;
	aspect-ratio:1606/570;
	object-fit:cover;
	object-position:Center;	
	border-radius: 24px;
}
#urundetay .katman1 .resim .adi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	padding:90px 30px;
	color: #FFF;
	font-size: 55px;
	font-style: normal;
	font-weight: 500;
	line-height: 64.469px; /* 44.489% */
	letter-spacing: -1.201px;
	border-radius: 24px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}
#urundetay .katman1 .okbuton {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:Center;
	grid-gap:8px;
	margin-top:-25px;
}
#urundetay .katman1 .okbuton .ok {
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	display:flex;
	align-items:Center;
	justify-content:center;
	font-size:25px;
	color:#fff;
}
#urundetay .katman1 .okbuton div {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
	letter-spacing: -1px;
}
#urundetay .katman2 {
	position:relative;
	padding:30px 0px;
	background: rgba(246, 246, 246, 0.60);
	backdrop-filter: blur(7.5px);	
}
#urundetay .katman2 .olcualan {
	position:relative;
	padding:40px;
	border-radius: 15px;
	background: #FFF;	
	display:flex;
	flex-direction:column;
	grid-gap:15px;
	height:100%;
}
#urundetay .katman2 .olcualan .icon img {
	height:70px;
}
#urundetay .katman2 .olcualan .yazi1 {
	color: #E31E25;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 96.429% */
	letter-spacing: -1.08px;
}
#urundetay .katman2 .olcualan .yazi2 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 281.25% */
}
#urundetay .katman2 .olcualan .yazi2 p {
	margin-bottom:0px;
}
#urundetay .katman2 .olcualan2 {
	position:relative;
	padding:40px;
	border-radius: 15px;
	background: #FFF;	
	display:flex;
	align-items:center;
	grid-gap:15px;
}
#urundetay .katman2 .olcualan2 .icon img {
	height:70px;
}
#urundetay .katman2 .olcualan2 .yazi1 {
	color: #E31E25;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 96.429% */
	letter-spacing: -1.08px;
}
#urundetay .katman2 .olcualan2 .yazi2 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 281.25% */
}
#urundetay .katman2 .olcualan2 .yazi2 p {
	margin-bottom:0px;
}
#urundetay .katman3 {
	position:relative;
	padding:30px 0px;	
}
#urundetay .katman3 .tablar {
	display:flex;
	flex-wrap:wrap;	
	align-items:center;
	justify-content:Center;
	grid-gap:10px;
	margin-bottom:20px;
}
#urundetay .katman3 .tablar a {
	position:relative;
	display:inline-flex;
	align-items:center;
	padding:6px 16px 6px 16px;
	color: #161616;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	border-radius: 16px;
	background:#fff;
	border:1px solid #F6F6F6;
}
#urundetay .katman3 .tablar a.active {
	padding:6px 16px 6px 33px;
}
#urundetay .katman3 .tablar a.active:before {
	position:absolute;
	content:"";
	top:5px;
	left:9px;
	width:21px;
	height:21px;
	background:url('../img/icon/icon-2.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
}
#urundetay .katman3 .tab {
	display:none;
	padding:40px;
	border-radius: 15px;
	background: #FAFAFA;
}
#urundetay .katman3 .tab.active {
	display:block;
}
#urundetay .katman4 {
	position:relative;
	padding:30px 0px;	
}
#urundetay .katman4 .resitem {
	position:relative;
	display:block;	
}
#urundetay .katman4 .resitem img {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:24px;	
}

/*------------------kalite----------------------*/

#kalite {
	position:relative;
	padding:93px 0px;
	background:url('../img/filigran-5.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center 0px;
}
#kalite .ust {
	text-align:center;
	margin-bottom:40px
}
#kalite .resim {
	width:100%;
	border-radius:24px;
}

/*------------------galeri----------------------*/

#galeri {
	position:relative;
	padding:43px 0px;
}
#galeri .ust {
	text-align:center;
	margin-bottom:40px
}
.galeriitem {
	position:relative;
	display:block;
}
.galeriitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
	border-radius:24px;
}

/*------------------haberlerpage----------------------*/

#haberlerpage {
	position:relative;
	padding:43px 0px;
}
#haberlerpage .ust {
	text-align:center;
	margin-bottom:40px
}

.buyukhaber {
	position:relative;
	display:block;
	margin-bottom:30px;
}
.buyukhaber .resim {
	width:100%;
	border-radius:24px;
}
.buyukhaber .yazi1 {
	color: #E31E25;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Headline-Small-Line-Height, 32px); /* 200% */
	letter-spacing: -0.96px;
}
.buyukhaber .yazi2 {
	color: #161616;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: var(--Headline-Small-Line-Height, 32px); /* 200% */
	letter-spacing: -0.96px;
}
.buyukhaber .yazi3 {
	color: #161616;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 39.522px; /* 141.151% */
	letter-spacing: -1.68px;
}
.buyukhaber .yazi4 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px; /* 196.875% */
}

/*------------------sertifikalarpage----------------------*/

#sertifikalarpage {
	position:relative;
	padding:43px 0px;
	background: rgba(246, 246, 246, 0.60);
	backdrop-filter: blur(7.5px);
}
#sertifikalarpage .ust {
	text-align:center;
	margin-bottom:40px
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
}
#iletisimpage .katman1 {
	padding:43px 0px;
	background: rgba(246, 246, 246, 0.60);
	backdrop-filter: blur(7.5px);
}
#iletisimpage .katman1 .ust {
	text-align:center;
	margin-bottom:40px
}
#iletisimpage .katman1 iframe {
	width:100%;
	height:400px;
	border-radius: 20px;
}
#iletisimpage .katman1 .sol {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	height:100%;
	padding:24px;
	border-radius: 20px;
	background: #FFF;
}
#iletisimpage .katman1 .sol .yazi1 {
	color: #E31E25;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 120% */
	letter-spacing: -1.08px;
	margin-bottom:10px;
}
#iletisimpage .katman1 .sol .yazi2 {
	color: #686E77;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 138.889% */
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #EFEFEF;
}
#iletisimpage .katman1 .sol .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#iletisimpage .katman1 .sol .bilgi span {
	display:flex;
	align-items:center;
	justify-content:Center;
	width:50px;
	height:50px;
	border-radius:50%;
	background:var(--anarenk);
	font-size:24px;
	color:#fff;
}
#iletisimpage .katman1 .sol .bilgi div {
	width:calc(100% - 50px);
	padding-left:15px;
}
#iletisimpage .katman1 .sol .bilgi div b {
	display:block;
	color: #E31E25;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 129.412% */
}
#iletisimpage .katman1 .sol .bilgi div small {
	display:block;
	color: #686E77;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.32px;
}
#iletisimpage .katman2 {
	padding:43px 0px;
}
#iletisimpage .katman2 .yazi1 {
	text-align:center;
	color: #E31E25;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 120% */
	letter-spacing: -1.08px;
	margin-bottom:10px;
}
#iletisimpage .katman2 .yazi2 {
	text-align:center;
	color: #686E77;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 138.889% */
	margin-bottom:30px;
}

.form-control {
	height:56px;
	border-radius: 20px;
	border: 1px solid #E8E8E8;
}
textarea.form-control {
	height:156px;
}