﻿html { scroll-behavior: smooth }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #fff; color: var(--tema-renk3); font-weight: var(--icerik-font-weight); overflow-x: hidden }
a, a:active, a:hover, a:visited { text-decoration: none; transition: color ease .1s; color: var(--tema-renk3) }
.h2, .h3, .h4, h1, h2, h3, h4 { font-family: var(--baslik-fontu); font-weight: var(--baslik-font-weight); color: var(--tema-renk1); font-size: var(--baslik-font-boyutu) }
:focus, input:focus { outline: 0 !important }
::placeholder { color: #aaa; opacity: 1; font-weight: var(--icerik-font-weight) }
p, ul { margin: 0; padding: 0; list-style: none }
img { max-width: 100%; display: block }
figure { margin: 0; padding: 0 }
::selection { color: #fff; background: #0095da }
* { box-sizing: border-box }
.container { width: 1170px; margin: 0 auto; max-width: 100%; position: relative }
.row { display: flex }
.wrap { flex-wrap: wrap }
.cl1, .cl10, .cl11, .cl12, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9 { position: unset; padding: 0 }
.cl1 { width: 8.333333% }
.cl2 { width: 16.666667% }
.cl3 { width: 25% }
.cl4 { width: 33.333333% }
.cl5 { width: 41.666667% }
.cl6 { width: 50% }
.cl7 { width: 58.333333% }
.cl8 { width: 66.666667% }
.cl9 { width: 75% }
.cl10 { width: 83.333333% }
.cl11 { width: 91.666667% }
.cl12 { width: 100% }
/**********/
.menuFixle { width: 100%; top: 0; position: fixed; z-index: 99; box-shadow: 0px 2px 10px 2px #4a4a4a26; padding: 0; background: #fff; border-bottom: none; }
.menuFixle .satir1 { display: none; margin: 0; }
.menuFixle .satir2 { border: none; }
.menuFixle .satir2 a { color: #fff; }
.menuFixle .logo img { max-width: 245px; margin: 10px 0; }
.menuFixle nav .li1 > a { color: var(--tema-renk1); padding: 10px 15px; }
.menuFixle nav .li1 > a:before { background: var(--tema-renk1) }
/*******/
header .headSocial { display: flex; align-items: center; justify-content: flex-end; }
header .headSocial a.headsoc { display: flex; align-items: center; justify-content: center; background: var(--tema-renk3); width: 40px; height: 40px; border-radius: 50%; margin-left: 10px; }
header .headSocial a.headsoc svg { fill: #fff; width: 18px; height: 18px; }
header .headSocial a.headsoc svg path { }
header .headSocial a.headsoc:hover { background: var(--tema-renk1); }
/*******/
header { padding: 15px 0; width: 100%; z-index: 50; position: relative; background: #fff; /* border-bottom: 1px solid #5587b0; */ }
header .wrap { align-items: center; }
header .logo { position: relative; display: block; max-width: 289px; }
header .logo a { display: block; }
header .logo img { transition: all ease .3s; z-index: 50; position: relative; height: auto; }
header nav { }
header nav .ul1 { display: flex; margin: 0; line-height: 46px; font-weight: 700; width: 100%; flex-wrap: nowrap; justify-content: flex-end; }
header nav .li1, header nav a { position: relative }
header nav .li1 { }
header nav .li1 > a { color: var(--tema-renk1); padding: 10px 10px; display: block; font: 400 16px var(--icerik-fontu); line-height: 25px; letter-spacing: 1px; }
header nav .li1 > a > i { color: #D14D42; font-size: 20px; display: block; margin-top: 2px; }
header nav .li1 > a:before { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; transition: .4s cubic-bezier(0.65, 0.05, 0.36, 1); z-index: 5; background: var(--tema-renk1); }
header nav .li1:hover > a { }
header nav .li1:hover > a:before { width: 100% }
header nav .li1:last-child a { /* padding-right: 0; */ }
header .li1.okKoy { position: relative }
header .li1.okKoy:after { left: 50%; content: ''; position: absolute; z-index: 3; width: 0; bottom: 22px; height: 0; border: 4px solid transparent; border-bottom: 0; border-top: 5px solid #fff; }
header .li1.okKoy:hover:after { display: none }
/****/
header .satir1 { margin-bottom: 19px; }
header .satir2 { border-top: 1px solid #dedede; }
header .satir2 .menu { margin: 0px 10px 0; }
/****/
header nav .ulWrap2 { display: none; background: #fff; position: absolute; top: 58px; left: -84px; z-index: 98; width: 250px; padding: 10px 0; text-align: left; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09); border-top: solid 4px var(--tema-renk2); border-radius: 18px; }
header nav .ulWrap2:after { position: absolute; top: -11px; left: 50%; margin-left: -4px; width: 0; height: 0; border: 8px solid transparent; border-top: 0; border-bottom: 7px solid var(--tema-renk2); content: ""; }
header nav .ul2 { position: relative; }
header nav .li1:hover > .ulWrap2 { display: block; }
header nav .ul2 .li2 { line-height: initial; position: relative; }
header nav .ul2 .li2 > a { text-align: center; padding: 1px 15px; color: #2d2c19 !important; white-space: normal; font-weight: 400; font-size: 15px; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 51px; }
header nav .ul2 .li2:hover > a { background: var(--tema-renk2); }
/****/
header nav .ulWrap3 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul3 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap3:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #333; left: 0; }
header nav .li2:hover > .ulWrap3 { display: block; }
header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 12px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; }
header nav .ul3 .li3:hover > a { color: #111 !important; }
header nav .li2:hover > .ulWrap3 { display: block; }
header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 13px; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 400 15px 'Raleway'; }
header nav .ul3 .li3:hover > a { color: #D14D42 !important; }
/****/
header nav .ulWrap4 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul4 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap4:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #f39500; left: 0; }
header nav .li3:hover > .ulWrap4 { display: block; }
header nav .ul4 .li4 { line-height: initial; }
header nav .ul4 .li4 > a { padding: 7px 15px; font-size: 13px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 600 12px 'Raleway'; }
header nav .ul4 .li4:hover > a { color: #D14D42 !important; }
header .ul1 .li1:nth-child(3) .ulWrap2 { column-count: 2; left: -165px; width: 466px; }
header .ul1 .li1:nth-child(3) .ulWrap2 li { }
/****/
header nav .li2.okKoy2:hover:after { display: none; }
header .okKoy2 { position: relative }
header .okKoy2:after { content: ''; position: absolute; width: 0; top: 18px; height: 0; border-bottom: 3px solid transparent; border-top: 3px solid transparent; border-left: 4px solid #f8931f; right: 6px; }
header nav .li3.okKoy3:hover:after { display: none; }
header .okKoy3 { position: relative }
header .okKoy3:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 3px solid transparent; border-top: 3px solid transparent; border-left: 4px solid #9a9a9a; right: 6px; }
/******/
.sayfaTepe { background-image: url(/d/r/sayfaTepeBg.jpg); position: relative; overflow: hidden; padding: 100px 0; text-align: center; background-position: center center; background-repeat: no-repeat; background-size: cover; height: 100%; z-index: 1; }
.sayfaTepe:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.7; z-index: -1; }
.sayfaTepe h1 { margin: 0 auto; letter-spacing: 1px; text-align: center; font-size: 32px; padding-bottom: 4px; color: #ffff; font-weight: 600; }
.breadcrumb { padding: 0; margin: 0 auto; width: 70%; text-align: center; display: flex; justify-content: center; }
.breadcrumb > li { color: #fff; letter-spacing: .3px; display: inline-block; font-size: 14px; }
.breadcrumb a { color: #ffff; font-weight: 400; font-size: 13px; }
.breadcrumb > li + li:before { padding: 0 8px; color: #ffff; content: "/\00a0"; font-size: 13px; }
/*******/
.pakla { clear: both }
.goster-xs { display: none !important }
.gizle-xs { display: block !important }
/********/
#slider { position: relative; height: 100vh; overflow: hidden; }
#slider svg { position: absolute; bottom: 0; z-index: 5; }
#slider svg path { fill: #fff; width: 150px; }
#slider .swiper-slide { height: 100vh }
#slider figure { width: 100%; height: 100%; }
#slider figure img { width: 100%; height: 100%; object-fit: cover; }
#slider .metin { position: absolute; top: 50%; right: calc(100% - 1170px); text-align: right; transform: translateY(-50%); max-width: 100%; z-index: 1000; }
#slider .metin .baslik { font: 500 38px var(--baslik-fontu); color: #fff; /* display: flex; */ align-items: flex-start; justify-content: flex-end; }
#slider .metin .baslik i { display: block; font: 600 50px var(--baslik-fontu); margin-left: 23px; }
#slider .metin .kisaOzet { margin: 15px 0; font: 400 18px var(--icerik-fontu); line-height: 25px; text-align: right; color: #c1c6ce; width: 592px; max-width: 100%; }
#slider .metin a.more { background: var(--tema-renk3); margin: 20px 0 0; font: 400 16px var(--icerik-fontu); color: #fff; padding: 13px 30px; border-radius: 45px; display: inline-block; z-index: 90; }

/**mobil**/
#hamburger { top: 29px; right: 10px; z-index: 99999; width: 38px; height: 25px; transition: .5s ease-in-out; cursor: pointer; position: fixed; display: none; }
#hamburger:after { transition: all ease .3s; content: ''; position: absolute; left: -11px; z-index: -4; top: -11px; width: 40px; height: 40px; border-radius: 50%; /* background: #fff; */ }
#hamburger span { display: block; height: 3px; width: 100%; background: var(--tema-renk3); opacity: 1; left: 0; transition: .25s ease-in-out; position: absolute; border-radius: 2px; }
#hamburger span:nth-child(1) { top: 0; width: 20px; right: 0; left: initial; }
#hamburger span:nth-child(2), #hamburger span:nth-child(3) { top: 10px; right: 0; left: initial; width: 26px; }
#hamburger span:nth-child(4) { top: 21px; }
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(4) { top: 10px; width: 0; left: 50%; background: #fff; z-index: 9999999999; }
#hamburger.open span:nth-child(2) { transform: rotate(45deg); width: 100%; background: #fff; }
#hamburger.open span:nth-child(3) { transform: rotate(-45deg); width: 33px; background: #fff; }
/*****/
#mobilMenu { display: none; position: fixed; height: 100%; padding: 60px 10px 30px; z-index: 9999; width: 100%; overflow-x: hidden; overflow-y: auto; padding-bottom: 0; background: linear-gradient(90deg, var(--tema-renk2) 10px, var(--tema-renk1) 10px); color: #fff; -webkit-overflow-scrolling: touch; top: 0; }
#mobilMenu.active { display: block }
#mobilMenu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar { width: 6px; background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar-thumb { background-color: #000 }
#kapatMobil { position: absolute; top: 9px; bottom: auto; left: auto; right: 15px; font-size: 10px; color: #fff; background: 0 0; }
#kapatMobil i { font-size: 35px; color: #1d1e20; }
#kapatMobil:hover { color: #ccc }
#mobilMenu > ul { margin: 0; padding: 0; border: 0 }
#mobilMenu > ul > li { border-bottom: solid 1px #232527; position: relative; }
#mobilMenu li.okKoy { position: relative }
#mobilMenu li.acik:after, #mobilMenu li.okKoy:after { position: absolute; right: 15px; top: 15px; font: 400 18px Arial }
#mobilMenu li.okKoy:after { content: '+' }
#mobilMenu li.acik:after { content: '-' }
#mobilMenu .show-subnav { display: block !important }
#mobilMenu > ul > li > a { font-size: 14px; font-style: normal; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
#mobilMenu > ul li ul, #mobilMenu > ul li ul li ul { margin: 0; padding: 0; display: none }
#mobilMenu > ul > li > ul > li > a { padding-left: 35px; padding-right: 35px }
#mobilMenu > ul > li ul a { font-size: 12px; font-style: normal; font-weight: 400; text-transform: none; line-height: 13px; letter-spacing: 0; color: #999 }
#mobilMenu > ul li a { position: relative; display: block; padding: 15px 25px; color: #f1f1f1; border-bottom: 1px solid #ffffff7d; font: 600 16px var(--baslik-fontu); }
#mobilcontact { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 0 25px; }
#mobilcontact div { margin: 26px 0 0; width: 100%; }
#mobilcontact div:last-child { width: 100%; }
#mobilcontact div strong { margin-bottom: 11px; display: block; text-transform: capitalize; color: #fff; font: 600 18px var(--baslik-fontu); }
#mobilcontact div address { letter-spacing: .7px; color: #f1f1f1; font: 600 16px var(--baslik-fontu); line-height: 25px; }
#mobilcontact div a { letter-spacing: .5px; margin-left: 0; margin-right: 8px; color: #f1f1f1; font: 500 16px var(--baslik-fontu); }
#mobilcontact div a:hover { color: #fff }
#mobilMenu .socFoot { display: flex; margin-top: 52px; justify-content: center; }
#mobilMenu .socFoot a { width: 30px; height: 30px; border: 1px solid #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 13px; }
#mobilMenu .socFoot a:hover { background: var(--tema-renk1); border-color: var(--tema-renk1); }
#mobilMenu .socFoot a svg { width: 14px; height: 14px; fill: #ffff; }
.mobilArama { position: relative; width: 75%; margin: 20px auto }
.mobilArama input { display: block; padding: 8px; width: 100%; font-size: 10px; background: #e3e3e4; color: #111; letter-spacing: 1px; border: none }
.mobilArama .araButonu { position: absolute; z-index: 999; right: 25px; top: 0 }
.mobilArama .araButonu button { margin: 0; padding: 6px 8px; font-size: 12px; border: none; color: #333; background: #e3e3e4 }
/**mobil**/


@media (min-width:1901px) {
 .container { width: 1320px }
}

@media (min-width:992px) and (max-width:1199px) {
 .container { width: 96%; padding: 0 10px; margin: 0 2% }
}

@media (min-width:768px) and (max-width:991px) {
 .container { width: 100%; padding: 0 10px }
 .gizle-xs { display: none !important }
 .goster-xs { display: block !important }
 .xs4 { width: 40%; padding: 0 }
 .xs6 { width: 50%; padding: 0 }
 .xs8 { width: 60%; padding: 0 }
 .xs12 { width: 100%; padding: 0 }
}

@media (max-width:767px) {
 .container { padding: 0 10px }
 .row { display: block }
 .gizle-xs { display: none !important }
 .goster-xs { display: block !important }
 .xs4 { width: 40%; padding: 0 }
 .xs6 { width: 50%; padding: 0 }
 .xs8 { width: 60%; padding: 0 }
 .xs10 { width: 80%; padding: 0 }
 .xs12 { width: 100%; padding: 0 }
 header .logo a { }

 header { padding: 10px 0 10px !important; }
 #anaust { position: absolute; right: 5px; top: 60px; height: auto; }
 .social2 a { margin-left: 15px }
 .sayfaTepe { padding: 68px 10px 15px 10px; display: block; text-align: center; }
 .sayfaTepe h1 { font-size: 20px; line-height: 18px; width: 100%; float: none; margin-bottom: 10px; }
 #hamburger { display: block; }
 .breadcrumb { margin: 0; white-space: nowrap; overflow-x: auto; margin: 5px 0 0 0; width: 100%; text-align: center; float: none; display: block }
 #slider .metin { right: 0; width: 100%; top: 41%; padding: 0 10px; }
 #slider .metin .baslik { font-size: 34px; justify-content: center; text-align: center; }
 #slider .metin .baslik i { font-size: 36px; margin-left: 10px; }
 #slider .metin .kisaOzet { text-align: center; }
 #slider .metin a.more { margin: 20px auto; display: block; width: fit-content; }

 header .headSocial { margin-top: 0; }
 header.menuFixle .headSocial { display: none }
 .menuFixle .logo img { margin: 0; }
}
