@import url('../textfont/stylesheet.css');
@import url('line-awesome.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('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: 'Urbanist', sans-serif;
}


:root {
  --anarenk: #DDBB6F;
  --kirmizi: #11324B;
  --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;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:60px;
	border-radius:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.btn-ana {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	background:#000;
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-cam {
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(2px);
	border:1px solid transparent;
	color:#fff;
}
.btn-cam:hover {
	border:1px solid var(--anarenk);
	color:#fff;
}

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

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background: #fff;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:40px 0px;
}
#header.heading .alan {
	padding: 10px 0px;
}
#header.heading .menu .link-item {
	color: var(--kirmizi);
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height: 125px;
    position: absolute;
    top: 10px;
}
#header .alan .logo .slogan {
    width: 300px;
    top: 100px !important;
    left: 40px;
}
#header.heading .alan .logo .slogan {
    filter: invert(1);
    position: absolute !important;
    top: 10px !important;
    width: 250px;
    left: 210px;
}
#header.heading .alan .logo img {
	height: 100px;
    position: static;
}
#header .light {
    display: block;
}
#header.heading .light {
    display: none;
}
#header .dark {
    display: none;
}
#header.heading .dark {
    display: block;
}
#header.heading .dil .default{
	color: var(--kirmizi);
    border: 1px solid var(--kirmizi);
}
#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: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#header .menu .link-item:hover {
    color: 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: #11324b;
	padding:0px 10px;
}


#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:60px;
	height:35px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	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;
}


/*------------------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;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
	width: 70px;
}

#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: #11324b;
	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:#11324b;
}
#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:#11324b;
    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:#11324b;
	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%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	padding:100px 0px;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 110.137px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi1 b {
	font-weight: 700;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
#slider .kaydir
{
	position:absolute;
	bottom:100px;
	right:30px;
	width:35px;
	height:60px;
	border-radius:20px;
	border:1px solid #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#fff;
	z-index:10;
}


/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	background: #F4F4F4;
	padding:80px 0px 40px 0px;
}
#hakkimizda .yazi1 {
	color: #11324b;
	text-align: center;
	font-size: 46.928px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:30px;
}
#hakkimizda.referans .yazi1,
#hakkimizda.referans .yazi2 {
    color: #11324b;
    text-align: left;
	text-align: left;
}

#hakkimizda .yazi2 {
	color: #11324b;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 31px; /* 193.75% */
	margin-bottom:30px;
}
#hakkimizda .yazi2 b {
	color: var(--anarenk);
}
#hakkimizda .buton {
	text-align: center;
	margin-bottom:30px;
}
#hakkimizda .rakam {
	position:relative;
	padding:38px 0px;
	text-align:center;
}
#hakkimizda .rakam:before {
	position:absolute;
	content:"";
	top:100%;
	left:0px;
	width:100%;
	height:2px;
	background:var(--anarenk);
	transition:all 0.3s ease;
}
#hakkimizda .rakam:hover:before {
	height:40px;
}
#hakkimizda .rakam .sayi {
	color: #EF7F1A;
	text-align: center;
	font-size: 40.405px;
	font-style: normal;
	font-weight: 800;
	line-height: 41.752px; /* 103.333% */
}
#hakkimizda .rakam .adi {
	color: #11324b;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px; /* 155% */
}

/*------------------sektorler----------------------*/

#sektorler {
	position:relative;
	background: url('../img/filigran-1.png');
	background-repeat:no-repeat;
	background-size:auto 90%;
	background-position:right 5%;
	padding:40px 0px 40px 0px;
}
#sektorler .yazi1 {
	color: #11324b;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align:center;
	margin-bottom:8px;
}
#sektorler .yazi2 {
	color: #11324b;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:80px;
}
#sektorler .yazi3 {
	color: #11324b;
	font-size: 46.928px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	margin-bottom:20px;
}
#sektorler .yazi4 {
	color: #11324b;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 31px; /* 193.75% */
	text-align:center;
	margin-bottom:80px;
}
#sektorler .buton {
	text-align:center;
}
#sektorler .resim {
	position:relative;
}
#sektorler .resim .res {
	width:100%;
	border-radius:20px;
}
#sektorler .resim .icon {
	position:absolute;
	top:20px;
	left:20px;
	width: 126px;
	height: 126px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(2.5px);
	display:flex;
	align-items:center;
	justify-content:center;
}
#sektorler .resim .icon img  {
	max-width:50%;
	max-height:50%;
}
#sektorler .butonlar  {
	position:absolute;
	top:0px;
	left:30px;
	width:35px;
	height:100%;
	padding:40px 0px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#sektorler .butonlar:before  {
	position:absolute;
	content:"";
	top: 120px;
	left:17px;
	width:1px;
	height:calc(100% - 240px);
	background:var(--anarenk);
}
#sektorler .butonlar div {
	width:35px;
	height:60px;
	border-radius:20px;
	border:1px solid #D9D9D9;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#11324b;
	z-index:10;
}

/*------------------surdur----------------------*/

#surdur {
	position: relative;
    background-size: cover !important;
    background-position: top !important;
    padding: 25px 0px 25px 0px;
}
#surdur .yazi1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 150px;
}
#surdur .yazi2 {
	color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 120px;
}

#surdur .btn-cam {
    margin-bottom: 65px;
}
/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:40px 0px 40px 0px;
}
#haberler .baslik {
	color: #11324b;
	text-align:center;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:40px;
}
#haberler .item {
	display:block;
	position:relative;
	overflow:hidden;
	border-radius:20px;
	margin-bottom:20px;
}
#haberler .item .resim {
	display:block;
	position:relative;
}
#haberler .item .resim img {
	width:100%;
	aspect-ratio:420/300;
	max-height:500px;
	object-fit:cover;
	object-position:center;
}
#haberler .item .resim .tarih {
	position:absolute;
	top:20px;
	left:20px;
	width:66px;
	height:66px;
	border-radius:40px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(2px);
	display:flex;
	align-items:center;
	justify-content:center;
	color: #FFF;
	font-size: 12.703px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#haberler .item .bilgi {
	display:block;
	position:relative;
	background: #F4F4F4;
	padding:40px;
	text-align:center;
	min-height: 320px;
}
#haberler .item .bilgi .adi {
	color: #11324b;
	text-align:left;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26.5px; /* 132.5% */
	margin-bottom:12px;
}
#haberler .item .bilgi .desc {
	color: #11324b;
	text-align:left;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26.5px; /* 165.625% */
	margin-bottom:22px;
	height: 110px;
}
#haberler .item .bilgi .ok {
	display: inline-flex;
	width: 100px;
	height: 40px;
	justify-content: center;
	align-items: center;	
	border-radius: 48px;
	border: 1px solid #FFF;
	background: #FFF;
	font-size:20px;
	color:#11324b;
	transition:all 0.3s ease;
}
#haberler .item:hover .bilgi .ok {
	background: var(--anarenk);
	color:#fff;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background: var(--kirmizi);
}
#footer .ust {
	position:relative;
	padding:40px 0px 40px 0px;
}
#footer .logo {
	display:block;
	margin-bottom: 85px;
}
#footer .logo img {
	max-width: 100%;
    max-height: 150px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:5px;
	margin-left: 15px;
}
#footer .sosyal a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 32px;
    font-size: 20px;
    color: #11324b;
    background: #ddbb6f;
    border: 1px solid #fff;
}
#footer .sosyal a:hover {
	background: #fff;
	color: #11324b;
}

#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #fff;
}
#footer .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
#footer .bilgi.tel .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50px;
    font-size: 40px;
    color: #fff;
    background: var(--anarenk);
    z-index: 10;
}
#footer .bilgi.tel .icon:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    background: #11324b;
    z-index: -1;
}
#footer .bilgi.tel .yazi {
    width: calc(100% - 84px);
    height: 54px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 10px;
    color: #11324b;
    font-size: 19.143px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    background: #fff;
    margin-left: -10px;
}


#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	padding:20px 0px;
	border-top:1px solid #424242;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
}


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

#bread {
	position:relative;
	background-size:cover !important;
	background-position:center !important;
	padding:200px 0px 100px 0px;
}
#bread .baslik {
	color: #FFF;
	text-align:center;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:20px;
}

/*------------------misyonvizyon----------------------*/

#misyonvizyon {
	position:relative;
	padding:30px 0px 30px 0px;
	border-bottom:1px solid #F4F4F4;
}
#misyonvizyon .resim {
	width:100%;
	border-radius:30px;
}
#misyonvizyon h3 {
	color: #11324b;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:44px;
}
#misyonvizyon p {
	color: #11324b;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160.5%; /* 25.68px */
	margin-bottom:24px;
}


/*------------------projeler----------------------*/

#projeler {
	position:relative;
	padding:60px 0px 60px 0px;
	border-top:1px solid #F4F4F4;
}
#projeler .baslik {
	color: #ddbb6f;
	text-align:center;
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 31px; /* 124% */
	margin-bottom:40px;
}
#projeler .item {
	position:relative;
	display:block;
	margin-bottom:20px;
	border-bottom:1px solid #F4F4F4;
	transition:all 0.3s ease;
}
#projeler .item:hover {
	border-bottom:1px solid var(--anarenk);
}
#projeler .item .resim {
	width:100%;
	aspect-ratio:733/400;
	max-height:600px;
	object-fit:cover;
	object-position:center;
	border-radius:30px;
	margin-bottom:10px;
}
#projeler .item .adi {
	color: #11324b;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 31px;
	margin-bottom:10px;
	min-height: 62px;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:0px 0px 40px 0px;
	z-index:20;
	margin-top:-50px;
}
#iletisimpage .bilgialan {
	position:relative;
	padding:40px;
	background: #F4F4F4;
	border-radius:30px;
	margin-bottom:30px;
}

#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:20px 0px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 70px;
	height: 70px;
	border-radius:40px;
	font-size:34px;
	color: var(--anarenk);
	background:#fff;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 70px);
	padding-left:10px;
	color: #1D1C1C;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.5px; /* 125% */
}
#iletisimpage .bilgi.tel .icon {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 84px;
	height: 84px;
	border-radius:50px;
	font-size:40px;
	color: #fff;
	background:var(--anarenk);
	z-index:10;
}
#iletisimpage .bilgi.tel .icon:before {
	position:absolute;
	content:"";
	top:10px;
	left:10px;
	width: 64px;
	height: 64px;
	border-radius:50px;
	background:#000;
	z-index:-1;
}
#iletisimpage .bilgi.tel .yazi {
	width: calc(100% - 84px);
	height:54px;
	border-radius:0px 30px 30px 0px;
	padding-left:10px;
	color: #FFF;
	font-size: 19.143px;
	font-style: normal;
	font-weight: 800;
	line-height: 54px; /* 187.5% */
	background:var(--anarenk);
	margin-left:-10px;
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	border-radius:30px;
	margin-bottom:30px;
}
#iletisimpage .baslik {
	color: #11324b;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:30px;
}
#iletisimpage .form-control {
	height: 50px;
	border-radius: 26px;
	background: #F4F4F4;
	border:1px solid #F4F4F4;
}
#iletisimpage .form-control:focus {
	border:1px solid var(--anarenk);
}
#iletisimpage textarea.form-control {
	height:120px;
	padding:20px 13px;
}



/* -------------- Effects ---------------- */

/* Slider'ın üzerinde zoom efekti */
.swiper-slide.zoom img {
  animation: zoomEffect 8s infinite alternate; /* 8 saniye boyunca zoom yapacak */
}

@keyframes zoomEffect {
  0% {
    transform: scale(1); /* Başlangıçta normal boyut */
  }
  100% {
    transform: scale(1.1); /* Sonunda biraz zoom yapacak */
  }
}

.swiper-slide {
  transition: opacity 1s ease, transform 1s ease; /* Slaytlar arasında yavaş geçiş için */
}

/* Slider'ın üzerinde zoom efekti */



