﻿html { }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #fff; color: #333; font-weight: var(--icerik-font-weight); position: relative; }
main { /* padding-top:76px; */ }
a, a:active, a:hover, a:visited { text-decoration: none; color: var(--tema-renk3); }
h1, h2, .h2, .h3, .h4, 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: #888; }
textarea { font-family: var(--icerik-fontu); color: #888; }
button,
input,
select,
textarea { font: inherit; }

ul, p { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
figure { margin: 0; padding: 0 }
::selection { color: #ffffff; background: #0095da; }
/***/
*,
*::before,
*::after { box-sizing: border-box; }
.container { width: 1270px; margin: 0px auto; max-width: 100%; position: relative; }
.row { display: flex; flex-wrap: wrap; }
.wrap { flex-wrap: wrap }
/******/
.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 { position: relative; 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% }
/******/
.logo .cls-1 { fill: var(--tema-renk2); }
.logo svg path { fill: var(--tema-renk1); }
/******/


.btn-kesfet { background-color: #D3542D; color: white !important; border: none; border-radius: 50px; padding: 8px 16px; font-size: 17px; font-weight: 400; display: inline-flex; align-items: center; text-decoration: none; cursor: pointer; transition: all 0.3s ease; position: absolute; z-index: 88; bottom: 125px; right: 5%; margin: 0 30px; }
.btn-kesfet svg { margin-left: 14px; width: 24px; height: 24px; transition: transform 0.3s ease; }
.btn-kesfet svg path { stroke: currentColor; stroke-width: 2; fill: none; }
.btn-kesfet:hover { background-color: #b84624; box-shadow: 0 4px 15px rgba(0,0,0,0.2); color: #fff }
.btn-kesfet:hover svg { transform: translateX(8px); }
/******/
.sagkapsul { display: flex; gap: 26px; justify-content: flex-end; }
.whatsapp-section { display: none; }
.whatsapp-section a { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.whatsapp-icon { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; }
.whatsapp-icon img { width: 100%; height: 100%; object-fit: contain; }
.support-text { font-size: 18px; font-weight: 400; color: #000; }
.phone-number a {font-size: 14px;font-weight: 500;color: #fff;display: flex;align-items: flex-start;column-gap: 5px;background: var(--tema-renk2);border-radius: 50%;padding: 8px 9px;white-space: nowrap;}
.phone-number span{
    display: none;
}
.phone-number a:hover { background: #c01414; }
.phone-number a svg {height: 24px;width: 24px;margin-top: 0;}
.phone-number a svg path{
    stroke: #fff;
}
/******/
header { padding: 40px 0 40px 0; position: relative; z-index: 10; }
header { position: absolute; left: 0; top: 0; width: 100%; height: 40px }

header .row { align-items: center; }
header .biziAra { font: 400 22px var(--icerik-fontu); color: #ffffff; background: var(--tema-renk1); display: block; text-align: right; width: fit-content; margin: 0 0 0 auto; padding: 15px; border-radius: 50px; }
header .biziAra a { font: 500 14px var(--icerik-fontu); color: #ffffff; display: flex; align-items: center; justify-content: center; }
header .biziAra a:hover { color: #fbfbfb }
header .biziAra a i { display: flex; align-items: center; justify-content: center; margin-right: 5px; margin-top: 0px; }
header .biziAra a i svg path { fill: #ffffff; stroke: #ffffff }
/*****/
header.menuFixle { margin: 0; padding: 9px 30px 0 30px; width: 100%; }
header.menuFixle .satir11 { display: none; }
header.menuFixle nav { display: none }
header.menuFixle .menu ul1 { }
header.menuFixle .menu ul1:hover { color: #252525; }
.gizle { display: none !important }
/*****/
header .logo { align-items: center; display: block; width: 250px; }
header .logo svg { width: 190px; height: auto; max-width: initial; }
header nav { margin-right: 60px; display: flex; align-items: center; justify-content: flex-end; }
header nav .ul1 { display: flex; margin: 0; line-height: 46px; font-weight: 700; width: 100%; flex-wrap: nowrap; justify-content: center; align-items: center; }
header nav .li1, header nav a { position: relative }
header nav .li1 { line-height: 4px; }
header nav .li1 > a { text-transform: uppercase; margin: 0 22px 0 0; display: block; position: relative; z-index: 3; font: 400 14px var(--icerik-fontu); line-height: 27px; color: #ffffff; }
header nav .li1 > a:hover:after { opacity: 1; width: 100%; }
header nav .li1 > a:after { transition: all ease .3s; content: ''; position: absolute; bottom: 7px; left: 0; width: 0; height: 2px; z-index: 9; background: #ffffff; opacity: 0; }
header nav .li1 > a:hover { }
header nav.menupt .li1 > a { padding: 17px 7px 17px 7px; }
header nav .li1 > a > i { color: #D14D42; font-size: 20px; display: block; margin-top: 2px; }
header nav .li1:hover > a { }
header nav .li1:last-child a { padding-right: 0; margin-right: 0; }
header .li1.okKoy { position: relative; }
header .li1.okKoy:after { left: 45%; color: #28a4db; content: ''; position: absolute; z-index: 3; width: 0; bottom: 7px; height: 0; line-height: 0; border: 4px solid transparent; border-bottom: 0; border-top: 5px solid var(--tema-renk2); transform: translateX(-50%); }
header .li1.okKoy:hover:after { display: none }
/****/
header nav .ulWrap2 { display: none; background: #fff; position: absolute; top: 30px; left: -83px; z-index: 98; width: 239px; padding: 10px 0; text-align: left; box-shadow: 0 2px 20px 0 rgb(0 0 0 / 9%); }
header nav .ulWrap2:after { position: absolute; top: -7px; left: 50%; margin-left: -4px; width: 0; height: 0; border: 8px solid transparent; border-top: 0; border-bottom: 7px solid var(--tema-renk1); 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 { padding: 1px 15px; color: #2d2c19 !important; white-space: normal; font-weight: 400; font-size: 16px; -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: #2b2b2b; color: #fff !important; }
/****/
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; }
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; }
header nav .ul4 .li4:hover > a { color: #D14D42 !important; }
/****/
.socIkon a:after { background: url(/d/ortak.png) no-repeat }
.socIkon a:hover { opacity: .8 }
/*****/

/*********/
.oklarOrtak { position: absolute; z-index: 5; height: 50px; transform: translateX(-50%) }
.oklarOrtak .left, .oklarOrtak .right { transition: .2s; bottom: 0; width: 45px; height: 45px; background: url(/d/ortak.png) #dedede; display: block; position: absolute }
.oklarOrtak .left { background-position: -324px -370px; transform: rotate(180deg) }
.oklarOrtak .right { right: 0; background-position: -323px -370px; background-color: #f0f0f0 }
/*******/
.sayfaTepe { position: relative; overflow: hidden; padding: 25px 0 40px 0; text-align: center; }
.sayfaTepe h1 { margin: 0 auto; text-align: center; font-size: 44px; line-height: 53px; color: var(--tema-renk2); font-weight: 200; width: min(800px,100%); }
.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; }
/*******/
/**mobil**/
#hamburger { top: 22px; right: 10px; z-index: 1100; width: 30px; height: 25px; transition: .5s ease-in-out; cursor: pointer; position: absolute; display: none; }
#hamburger:after { transition: all ease .3s; content: ''; position: absolute; left: 0; z-index: -4; top: 0; width: 30px; height: 25px; border-radius: 50%; /* background: #fff; */ }
#hamburger span { display: block; height: 2px; width: 100%; background: #fff; 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: 8px; right: 0; left: initial; /* width: 26px; */ }
#hamburger span:nth-child(4) { top: 17px; }
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(4) { top: 7px; width: 0; left: 50%; z-index: 9999999999; }
#hamburger.open span:nth-child(2) { transform: rotate(45deg); top: 8px; right: 0; }
#hamburger.open span:nth-child(3) { transform: rotate(-45deg); }
/**mobil**/
#mobilMenu { display: none; top: 69px; position: absolute }
#mobilMenu {position: absolute;height: auto;padding: 10px 20px 10px 80px;z-index: 999;background: var(--tema-renk2);color: #fff;border-radius: 8px;right: 11px;text-align: right;}
#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 nav > ul { margin: 0; padding: 0; border: 0 }
#mobilMenu nav > ul > li {position: relative;}
#mobilMenu nav > ul > li:last-child { border-bottom: initial }
#mobilMenu nav li.okKoy { position: relative }
#mobilMenu nav li.acik:after, #mobilMenu nav li.okKoy:after { position: absolute; right: 15px; top: 15px; font: 400 18px Arial }

#mobilMenu .show-subnav { display: block !important }
#mobilMenu nav > ul > li > a { color: #fff }
#mobilMenu nav ul li ul { padding: 0; display: none }
#mobilMenu .ulWrap2 { background: #2b2b2b; padding: 5px 10px; margin: 5px 0 15px 10px; border-radius: 6px }
#mobilMenu nav > ul > li ul a { color: #c8c7c7; margin: 10px 0 }
#mobilMenu nav > ul li a {position: relative;display: block;color: #fff;font: 300 16px var(--icerik-fontu);padding: 12px 10px;border-radius: 4px;}
#mobilMenu nav > ul li a:hover {/* background: #000; */}
#mobilcontact { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 0 25px; }
#mobilcontact div { margin: 25px 0 0; width: 100%; }
#mobilcontact div:last-child { width: 100%; }
#mobilcontact div strong { margin-bottom: 5px; display: block; text-transform: capitalize; color: #fff; font: 800 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: 600 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 }
/*****/
.pakla { clear: both }
.goster-xs { display: none !important }
.gizle-xs { display: block !important }
/********/

.site-backtop { transition: all 0.2s ease-in-out 0s; position: fixed; z-index: 10; bottom: 30px; right: 30px; width: 46px; height: 46px; transform: translateY(20px); border-radius: 50%; text-align: center; opacity: 0; background-color: transparent; color: var(--tema-renk1); border: 2px solid var(--tema-renk1); display: flex; align-items: center; justify-content: center; }
.site-backtop svg { vertical-align: middle; }
.site-backtop.active { transform: translateY(0); opacity: 1; }
.site-backtop.active:focus, .site-backtop:hover { color: #fff; opacity: 1; background: var(--tema-renk1); border-color: var(--tema-renk1); }
/***/
/*Whatsapp**/
.whatsChat { display: none; color: #25d366; position: fixed; z-index: 125; left: 20px; bottom: 20px; font: 400 16px var(--icerik-fontu); letter-spacing: 0; animation: joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both; animation-delay: 5s; transform-origin: calc(60px/-2) calc(60px/-4); user-select: none; touch-action: manipulation; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgb(0 0 0/0); --peak: url(#joinchat__peak_l); transform: scaleX(1); }
.whatsChatShow { display: block; transform: scaleX(1) }
.whatsChatBtn { display: flex; flex-direction: row; position: absolute; z-index: 2; bottom: 8px; left: 8px; height: 60px; min-width: 60px; background: #25d366; color: inherit; border-radius: calc(60px /2); box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24); cursor: pointer; transition: background-color .2s linear; animation: shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }
.whatsOpn { width: 60px; height: 60px; border-radius: 50%; background-size: 60%; overflow: hidden; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E"); background-color: rgb(0 0 0/0); background-position: 50% 50%; background-repeat: no-repeat; }
.whatsChatText { padding: 0; max-width: 0; border-radius: 60px; font-weight: 600; line-height: 60px; white-space: nowrap; opacity: 0; overflow: hidden; text-overflow: ellipsis; transition: none }
.whatsChatSend { display: none; flex-shrink: 0; width: 60px; height: 60px; max-width: 60px; padding: calc(60px*0.18); margin: 0; overflow: hidden }
.whatsChatTooltip { position: absolute; top: calc(60px/2 - 16px); left: calc(60px + 16px); max-width: calc(100vw - 60px - 45px); height: 32px; padding: 0 14px; border: none; border-radius: 16px; background: #fff; color: rgba(0,0,0,.8); line-height: 31px; white-space: nowrap; opacity: 0; transition: opacity .3s ease-out .4s; filter: drop-shadow(0 1px 4px rgba(0,0,0,.4)); pointer-events: none }
.whatsChatTooltip div { width: -moz-max-content; width: max-content; max-width: 100%; overflow: hidden; text-overflow: ellipsis }
.whatsChatTooltip:after { content: ""; display: block; position: absolute; top: 10px; left: -6px; border: 8px solid transparent; border-width: 6px 0 6px 8px; border-left-color: #fff; rotate: 180deg; }
.whatsChatBox { display: flex; flex-direction: column; position: absolute; bottom: 0; left: 0; z-index: 1; width: calc(100vw - 20px*2); max-width: 400px; max-height: calc(100vh - 20px - 20px); border-radius: calc(60px/2 + 2px); background: #fff linear-gradient(180deg,#25d366,#25d366 calc(60px*1.16667),rgb(37 211 102/4%) calc(60px*1.16667),rgb(37 211 102/4%)); box-shadow: 0 2px 6px 0 rgba(0,0,0,.5); text-align: left; overflow: hidden; transform: scale3d(0,0,0); opacity: 0; transition: max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s }
.whatsChatHeader { display: flex; flex-flow: row; align-items: center; position: relative; flex-shrink: 0; height: calc(60px*1.16667); min-height: 50px; padding: 0 70px 0 26px; margin: 0 }
.whatsChat-wa { height: 28px; width: auto; fill: #fff; opacity: .8 }
.whatsClose { --size: 34px; position: absolute; top: calc(50% - 34px/2); right: 24px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat; background-size: 12px; cursor: pointer; transition: background-color .3s ease-out }
.whatsChatContent { width: calc(100% + 4px); padding: 20px 0 calc(60px + 16px) }
.whatsChatMessage { position: relative; min-height: 56px; padding: 15px 20px; margin: 0 26px 26px; border-radius: 26px; background: #fff; color: #4a4a4a; word-break: break-word; filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); transform: translateZ(0) }
.whatsChatMessage:before { content: ""; display: block; position: absolute; bottom: 18px; left: -15px; width: 17px; height: 25px; background: inherit; -webkit-clip-path: var(--peak); clip-path: var(--peak) }
.whatsChatSend path { fill: none !important; stroke: #fff !important }
.whatsChatSend .joinchat_svg__plain { stroke-dasharray: 1097; stroke-dashoffset: 1097; animation: joinchat_plain 6s .2s ease-in-out infinite }
.whatsChatSend .joinchat_svg__chat { stroke-dasharray: 1020; stroke-dashoffset: 1020; animation: joinchat_chat 6s 3.2s ease-in-out infinite }
.whatsChatBtn:hover { background: #128c7e; transition-duration: 1.5s }
.whatsChatBtn:hover .whatsChatTooltip { opacity: 1; animation: none; transition: opacity .2s }
.whatsChat.active .whatsChatBox { opacity: 1; transform: scaleX(1); transition: max-height .2s ease-out,opacity .2s ease-out,transform 0s linear }
.whatsChat.active .whatsOpn { display: none }
.whatsChat.active .whatsChatSend { display: block }
.whatsChat.active .whatsChatText { padding: 0 4px 0 24px; max-width: min(400px - 16px - 60px,100vw - 16px - 60px - 2*20px); opacity: 1; transition: max-width .2s linear,opacity .4s ease-out .2s }
.whatsChat.active .whatsChatText a { color: #fff }
.whatsChat.active .whatsChatTooltip { display: none }

@keyframes joinchat_show {
    0% { transform: scale3d(0,0,0) }

    to { transform: scaleX(1) }
}

@keyframes joinchat_plain {
    0%,50%,to { stroke-dashoffset: 1097 }

    5%,45% { stroke-dashoffset: 0 }
}

@keyframes joinchat_chat {
    0%,50%,to { stroke-dashoffset: 1020 }

    5%,45% { stroke-dashoffset: 0 }
}


@keyframes shadow {
    to { box-shadow: 0 0 0 40px rgba(232, 76, 61, 0); }
}

#hikayemiz { display: block; position: relative; }

#hikayemiz .section-container { padding: 100px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 80vh; }

/* Sol İçerik Alanı İzolasyonu */
#hikayemiz .content-section { padding-right: 50px; flex: 0.9; opacity: 0; animation: fadeIn 1s ease forwards 0.5s; }

#hikayemiz .subtitle { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; color: var(--tema-renk1); display: flex; align-items: center; margin-bottom: 20px; }

#hikayemiz .subtitle::before { content: ""; width: 50px; height: 1px; background-color: var(--tema-renk2); margin-right: 15px; }

#hikayemiz h2 { font-size: 40px; font-weight: 600; line-height: 1.1; margin: 0px 0 40px 0; color: var(--tema-renk2); width: min(450px,100%); }

#hikayemiz div.summary { font-size: 16px; line-height: 1.8; color: #666; margin-bottom: 60px; max-width: 500px; }

#hikayemiz .btn { display: inline-block; padding: 12px 48px; background-color: var(--tema-renk1); text-decoration: none; font-weight: 300; border: 2px solid var(--tema-renk1); transition: all 0.3s ease; position: relative; overflow: hidden; text-transform: uppercase; color: #fff; font-size: 14px; }
#hikayemiz .btn:after { content: ''; left: 3px; right: 3px; top: 3px; bottom: 3px; position: absolute; border: solid 1px #6f6f6f; }
#hikayemiz .btn:hover { background-color: transparent; color: #1a1510; }

/* Sağ Görsel Alanı İzolasyonu */
#hikayemiz .image-section { flex: 1.1; min-width: 450px; position: relative; height: 600px; }

/* Perde Efekti ve Görsel Kutuları */
#hikayemiz .img-wrapper { position: relative; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

#hikayemiz .main-img { width: 100%; height: 640px; }

#hikayemiz .overlay-img-box { position: absolute; bottom: -109px; right: 0; width: 51%; z-index: 10; border: 5px solid #fff; }

#hikayemiz .overlay-img { width: 100%; height: 424px; }

/* PERDE (Curtain) Animasyonu */
#hikayemiz .aos-animate .curtain { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f4f4f4; z-index: 2; transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); }

/* Reveal tetiklendiğinde */
#hikayemiz.reveal .aos-animate .curtain { transform: translateY(-100%); }

@keyframes fadeIn {
    to { opacity: 1; transform: translateX(0); }
}

/* Responsive Ayarları */
@media (max-width: 992px) {
    #hikayemiz h2 { font-size: 30px; line-height: 1.2; }
    #hikayemiz .section-container { flex-direction: column; padding-top: 40px; }
    #hikayemiz .content-section { padding-right: 0; margin-bottom: 60px; text-align: center; }
    #hikayemiz .subtitle { justify-content: center; }
    #hikayemiz .subtitle::before { display: none; }
    #hikayemiz .image-section { min-width: 100%; height: auto; }
    #hikayemiz .main-img { height: 342px; }
    #hikayemiz .overlay-img { height: 288px; }
    #hikayemiz .overlay-img-box { width: 80%; bottom: -20px; position: relative; margin-top: -100px; margin-left: auto; right: 0; }
}

#sayilarla { background-color: #fcfcfc; /* Hafif çizgili arka plan deseni */ background-image: repeating-linear-gradient( 45deg, #f0f0f0 0, #f0f0f0 1px, transparent 0, transparent 50% ); background-size: 10px 10px; padding: 100px 20px; display: flex; justify-content: center; align-items: center; overflow: hidden; margin-top: -60px; }

#sayilarla .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }

#sayilarla .stat-item { position: relative; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease forwards; }

/* Arka plandaki büyük şeffaf rakam efekti */
#sayilarla .bg-number { position: absolute; font-size: 100px; font-weight: 600; color: transparent; -webkit-text-stroke: 1px rgb(0 0 0 / 11%); z-index: 1; user-select: none; margin-right: 117px; }

#sayilarla .content { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; }

#sayilarla .number { font-size: 43px; font-weight: 500; color: #000; line-height: 1; }

#sayilarla .label { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; color: #333; line-height: 1.2; max-width: 100px; }

/* Animasyon Gecikmeleri */
#sayilarla .stat-item:nth-child(1) { animation-delay: 0.1s; }
#sayilarla .stat-item:nth-child(2) { animation-delay: 0.3s; }
#sayilarla .stat-item:nth-child(3) { animation-delay: 0.5s; }
#sayilarla .stat-item:nth-child(4) { animation-delay: 0.7s; }

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Hover Efekti */
#sayilarla .stat-item:hover .bg-number { -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15); transform: scale(1.1); transition: all 0.4s ease; }

#sayilarla .stat-item:hover .number { color: #d10000; /* Vurgu rengi */ transition: color 0.3s ease; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    #sayilarla { padding: 50px 10px; }
    #sayilarla .stat-item { margin-bottom: 30px; justify-content: flex-start; }
    #sayilarla .container { grid-template-columns: 1fr 1fr; }
    #sayilarla .bg-number { font-size: 62px; }
}



#project-showcase { --primary-color: #000; --accent-color: #c5a47e; --bg-color: #ffffff; --text-muted: #888; background-color: var(--bg-color); color: var(--primary-color); padding: 100px 0 0 0; overflow-x: hidden; position: relative; }


/* Üst Başlık ve Navigasyon */
#project-showcase .header-section { display: flex; justify-content: space-between; align-items: flex-end; margin: 0px 0 40px 0; }

#project-showcase .title-group .label { gap: 12px; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; color: var(--tema-renk1); display: flex; align-items: center; margin-bottom: 20px; }

#project-showcase .title-group .label::before { content: ""; width: 50px; height: 1px; background-color: var(--tema-renk2); margin-right: 15px; }

#project-showcase .title-group h2 { font-size: 40px; font-weight: 600; line-height: 1.1; color: var(--tema-renk2); width: min(700px, 100%); }

/* Navigasyon Butonları */
#project-showcase .nav-controls { display: flex; align-items: center; gap: 30px; }

#project-showcase .nav-btn { cursor: pointer; font-size: 12px; font-weight: 400; text-transform: uppercase; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; color: var(--primary-color); }

#project-showcase .nav-btn:hover { color: var(--tema-renk2); }

#project-showcase .nav-btn .line { width: 50px; height: 1px; background-color: #686868; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

#project-showcase .nav-btn:hover .line { width: 70px; background-color: var(--tema-renk2); }


/* Mobil Uyumluluk */
@media (max-width: 768px) {
    #project-showcase { padding: 50px 0; }
    #project-showcase .title-group h2 { font-size: 30px; line-height: 1.2; }
    #project-showcase .header-section { flex-direction: column; align-items: flex-start; gap: 25px; }
}

#mimari-slider-projesi { width: 100%; padding: 0px 0 120px 0; overflow: hidden; /* Dışarı taşmaları engellemek için */ position: relative; }

#mimari-slider-projesi .swiper { width: 100%; padding-bottom: 100px; /* Alttaki kutu için boşluk */ }

#mimari-slider-projesi .swiper-slide { width: 75%; /* Masaüstü için yanların görünmesini sağlar */ position: relative; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease; }

#mimari-slider-projesi .swiper-slide-active { opacity: 1; z-index: 10; }

#mimari-slider-projesi .image-wrapper { width: 100%; aspect-ratio: 16 / 7; /* Tam 16:9 oranı */ overflow: hidden; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); background-color: #e2e8f0; }

#mimari-slider-projesi .image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }

#mimari-slider-projesi .info-box { position: absolute; bottom: -30px; /* Resmin altından sarkar */ left: 50%; transform: translateX(-50%) translateY(20px); background: #ffffff; padding: 41px 48px; text-align: center; width: min(480px,76%); opacity: 0; visibility: hidden; transition: all 0.8s ease; z-index: 20; }

#mimari-slider-projesi .swiper-slide-active .info-box { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

#mimari-slider-projesi .info-box .category { display: block; font-size: 10px; letter-spacing: 3px; color: #64748b; text-transform: uppercase; margin-bottom: 8px; }

#mimari-slider-projesi .info-box .title { margin: 0; font-size: 22px; font-weight: 700; color: #0f172a; white-space: nowrap; }
#mimari-slider-projesi .swiper-pagination { bottom: 0; }
#mimari-slider-projesi .swiper-pagination-bullet { width: 12px; height: 12px; background: transparent; border: 2px solid #cbd5e1; opacity: 1; margin: 0 6px !important; }

#mimari-slider-projesi .swiper-pagination-bullet-active { background: #475569; border-color: #475569; transform: scale(1.2); }

@media (max-width: 768px) {
    #mimari-slider-projesi .swiper-slide { width: 85%; }
    #mimari-slider-projesi .info-box { padding: 15px 25px; min-width: 200px; bottom: -20px; }
    #mimari-slider-projesi .info-box .title { font-size: 16px; }
    #mimari-slider-projesi .image-wrapper { aspect-ratio: 9 / 7; }
}
/******************************/
#satis-ofisi { --primary-bg: #b08266; --accent-color: #f4d3b5; --text-white: #ffffff; color: var(--text-white); line-height: 1.6; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 20px; background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), var(--tema-renk2); box-sizing: border-box; }

#satis-ofisi * { box-sizing: border-box; margin: 0; padding: 0; }

#satis-ofisi .container { max-width: 850px; z-index: 2; width: 100%; }

/* Başlık */
#satis-ofisi h1 { color: white; font-size: 40px; font-weight: 600; line-height: 1.1; margin-bottom: 22px; }

/* Açıklama Metni */
#satis-ofisi .description { font-size: clamp(14px, 2.5vw, 15px); font-weight: 300; color: var(--text-white); width: min(500px,100%); margin: 0 auto 25px auto; line-height: 22px; }

/* Bilgi Alanı */
#satis-ofisi .contact-info-minimal { margin-bottom: 3.5rem; display: flex; flex-direction: column; gap: 8px; }

#satis-ofisi .location-text { font-size: 0.95rem; color: var(--accent-color); letter-spacing: 0.5px; font-weight: 400; }

#satis-ofisi .phone-text { font-size: clamp(1.3rem, 4vw, 1.8rem); font-weight: 600; text-decoration: none; color: var(--text-white); display: block; margin-top: 5px; transition: opacity 0.3s; }

#satis-ofisi .phone-text:hover { opacity: 0.8; }

/* Buton Grubu */
#satis-ofisi .button-stack { display: flex; flex-direction: column; align-items: center; gap: 25px; }


#satis-ofisi .btn-main { display: inline-block; padding: 12px 48px; background-color: var(--tema-renk1); text-decoration: none; font-weight: 300; border: 2px solid var(--tema-renk1); transition: all 0.3s ease; position: relative; overflow: hidden; text-transform: uppercase; color: #fff; font-size: 14px; }
#satis-ofisi .btn-main:after { content: ''; left: 3px; right: 3px; top: 3px; bottom: 3px; position: absolute; border: solid 1px #6f6f6f; }
#satis-ofisi .btn-main:hover { background-color: #323232; border-color: #323232; }




#satis-ofisi .secondary-links { display: flex; gap: 30px; }

#satis-ofisi .link-item { color: #ffffff; text-decoration: none; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.3); transition: border-color 0.3s; font-size: 14px; }

#satis-ofisi .link-item:hover { border-color: #ffffff; }

/* Alt Bilgi */
#satis-ofisi .status-note { margin-top: 40px; font-size: 0.75rem; opacity: 0.7; font-style: italic; color: var(--text-white); }

/* Mobil Düzenlemeler */
@media (max-width: 600px) {
    #satis-ofisi .secondary-links { flex-direction: column; gap: 15px; margin-top: 15px; }
    #satis-ofisi .btn-main { padding: 15px 30px; }
}

#yasam-kurgusu { background-color: #1a1612; color: #ffffff; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; padding: 80px 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; }

#yasam-kurgusu .container { width: 100%; max-width: 1200px; padding: 0 20px; text-align: center; /* Arka plan dokusu simülasyonu */ background-image: radial-gradient(circle at 2px 2px, #25201a 1px, transparent 0); background-size: 30px 30px; }

/* Başlık Alanı */
#yasam-kurgusu .header { margin-bottom: 60px; }

#yasam-kurgusu .header span { color: #c98a56; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 10px; position: relative; }

#yasam-kurgusu .header span::before { content: ""; display: block; width: 40px; height: 1px; background-color: #c98a56; margin: 0 auto 10px; }

#yasam-kurgusu .header h2 { color: white; font-size: 40px; font-weight: 600; line-height: 1.1; }

/* Güvenlik Grid Yapısı */
#yasam-kurgusu .safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 50px; }

#yasam-kurgusu .safety-item { background: rgba(255, 255, 255, 0.03); padding: 40px 20px; border-radius: 12px; transition: all 0.3s ease; border: 1px solid #373737; display: flex; flex-direction: column; align-items: center; }

#yasam-kurgusu .safety-item:hover { transform: translateY(-8px); background: rgba(255, 255, 255, 0.06); border-color: #7f7f7fb5; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }

/* İkon Kutusu */
#yasam-kurgusu figure.icon-box { width: 54px; height: 54px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center; }

#yasam-kurgusu figure.icon-box img { width: 100%; height: 100%; filter: brightness(4); }

#yasam-kurgusu .safety-title { font-size: 16px; font-weight: 100; line-height: 24px; color: #ffffff; margin: 0; }

/* Footer Metni */
#yasam-kurgusu .footer-note {max-width: 750px;margin: 50px auto 0;font-size: 16px;color: #b0b0b0;line-height: 1.7;padding-top: 30px;border-top: 1px solid #686868;}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
    #yasam-kurgusu .safety-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    #yasam-kurgusu .safety-grid { grid-template-columns: 1fr 1fr; }
    #yasam-kurgusu { padding: 50px 0; }
    #yasam-kurgusu .safety-item { padding: 30px 15px; }
}
/*Whatsapp**/
#slider-section { --slider-accent: #ffffff; --slider-overlay: rgba(0, 0, 0, 0.5); position: relative; width: 100%; height: 100vh; background-color: #000; color: #fff; overflow: hidden; margin: 0; padding: 0; }
#slider-section .swiper { width: 100%; height: 100%; }
#slider-section .swiper-slide { overflow: hidden; position: relative; }
#slider-section .swiper-slide .container { height: 100vh; }
#slider-section .slide-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center;  z-index: -6; transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
#slider-section .slide-bg:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 200px;z-index: 5;background: linear-gradient(
180deg, black, transparent 150px);opacity: .2;}
#slider-section .slide-content { position: relative; z-index: 10; height: 100%; display: flex; align-items: center; padding-left: 235px; }
#slider-section .main-title {font-size: clamp(3rem, 7vw, 4rem) !important; /* Mevcut CSS'i ezmek için */font-weight: 500 !important;line-height: 1 !important;color: var(--slider-accent) !important;font-family: var(--baslik-fontu);display: none;}
#slider-section .outline-text { display: inline-block; color: transparent !important; -webkit-text-stroke: 1px var(--slider-accent); border-bottom: 2px solid var(--slider-accent); padding-bottom: 0.5rem; margin-top: 10px; }
#slider-section .view-project-btn { display: inline-block !important; font-size: 0.8rem !important; text-transform: uppercase; letter-spacing: 0.25em; text-decoration: none !important; color: var(--slider-accent) !important; border-bottom: 1px solid var(--slider-accent); padding-bottom: 8px; transition: all 0.3s ease; opacity: 0; }
#slider-section .view-project-btn:hover { opacity: 0.6; letter-spacing: 0.35em; }
#slider-section .swiper-slide-active .main-title { animation: sliderSlideIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.4s; }
#slider-section .swiper-slide-active .view-project-btn { animation: sliderSlideIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: 0.7s; }

@keyframes sliderSlideIn {
    from { opacity: 0; transform: translateY(60px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Sosyal Bağlantılar */
#slider-section .social-links {position: absolute;top: 27%;right: calc((100% - 1270px ) / 2);z-index: 25;display: flex;flex-direction: column;gap: 4.5rem;}
#slider-section .social-links a { color: var(--slider-accent) !important; font-size: 0.7rem; letter-spacing: 0.2em; transform: rotate(90deg); display: block; white-space: nowrap; transform-origin: bottom right; }

/* Navigasyon ve Sayaç */
#slider-section .navigation-wrap { position: absolute; bottom: 30px; left: calc((100% - 1270px) / 2); z-index: 25; display: flex; align-items: flex-end; gap: 3.5rem; }
#slider-section .navigation-wrap #custom-pag { display: flex; gap: 60px; color: #ddd; font-size: 14px; }
#slider-section .custom-pagination-item { cursor: pointer; display: flex; flex-direction: column; gap: 0.6rem; }
#slider-section .pag-num { font-size: 0.65rem; }
#slider-section .line { width: 25px; height: 1px; background-color: rgba(255, 255, 255, 0.2); transition: all 0.5s ease; opacity: 0; }
#slider-section .custom-pagination-item.active .line { width: 50px; background-color: var(--slider-accent); opacity: 1; }
#slider-section .slide-counter { position: absolute; top: 50%; left: calc((100% - 1270px) / 2); display: flex; z-index: 1; margin-top: 26px; gap: 5px; font-family: var(--baslik-fontu); }
#slider-section .curr-idx { font-size: 14px; font-weight: 400; color: #fff; }
#slider-section #curr-num { padding-right: 5px; }
#slider-section #total-num { font-size: 33px; font-weight: 400; color: #fff; }


/***********/
#devamet { position: relative; display: flex; flex-direction: column; align-items: center; cursor: pointer; user-select: none; transition: transform 0.3s ease; z-index: 5; position: absolute; bottom: 60px; right: calc((100% - 1270px) / 2);; margin-right: -15px }
#devamet:hover { transform: translateY(5px); }
#devamet .line-wrapper { position: relative; width: 1px; height: 30px; background: rgba(255, 255, 255, 0.1); overflow: hidden; border-radius: 2px; }
#devamet .line-flow { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, #ffffff, transparent ); animation: slideDown 2s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
#devamet .dot-pulse { width: 3px; height: 3px; background-color: white; border-radius: 50%; margin-top: 12px; box-shadow: 0 0 12px rgba(255, 255, 255, 0.8); animation: pulse 2s ease-in-out infinite; }
#devamet .chevron-down { width: 10px; height: 10px; border-right: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(45deg); margin-top: 5px; opacity: 0.4; animation: chevronFlow 2s ease-in-out infinite; }

@keyframes slideDown {
    0% { top: -100%; }
    100% { top: 100%; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.8); opacity: 1; }
}

@keyframes chevronFlow {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.8; }
}

/* Hover sırasında hızlanma efekti */
#devamet:hover .line-flow { animation-duration: 1s; }
/***********/
.sayfatepe-banner { background-size: cover; background-position: center; padding: 290px 0 50px 0; color: #ffffff; position: relative; overflow: hidden; /* Dışarı taşan arkadaki yazıyı gizlemek için */ }
.sayfatepe-banner::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, #000000ad, transparent 118px); /* 0.5 değerini koyuluğa göre artırabilirsin */z-index: 1;}
.sayfatepe-banner li { margin: 15px; }
.sayfatepe-banner li a { color: #eee; }
.sayfatepe-banner li a span { color: #eee; }
.sayfatepe-banner .title-wrapper { position: relative; }
.sayfatepe-banner .title-wrapper h1 { font-size: 4.375rem; font-weight: 400; line-height: 1.1; color: white; }
.sayfatepe-banner .outline-text { white-space: nowrap; position: absolute; bottom: -2.5rem; left: -3rem; font-size: 7.5rem; font-weight: 400; line-height: 1.15; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2); }

/***********/
@media (max-width: 991px) {
    #slider-section .social-links, #slider-section .scroll-hint { display: none; }
    #slider-section .navigation-wrap { left: 10px; bottom: 2rem; }
    #slider-section .slide-content { padding: 0; height: 70vh; }
}

@media(min-width:1901px) {
    .container { width: 1800px; }
    #slider .swiper-slide .item { height: auto }
    #slider-section .slide-counter { left: calc((100% - 1800px) / 2 ) }
    #slider-section .navigation-wrap { left: calc((100% - 1800px) / 2 ) }
    #slider-section .social-links { right: calc((100% - 1800px) / 2 ) }
    #devamet { right: calc((100% - 1800px) / 2 ) }
}

@media(min-width:1401px) and (max-width:1900px) {
    #slider .swiper-slide .item { height: calc(100vh - 170px); }
}

@media(min-width:1200px) and (max-width:1400px) {
    #slider .swiper-slide .item { height: auto; }
}

@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 { width: 100%; 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; }
    /*******/
    .sayfaTepe { padding: 60px 10px 30px; }
    .sayfaTepe h1 { margin: 0 0 5px 0; width: 100%; float: none; }
    .breadcrumb { padding: 0 0 10px; white-space: nowrap; overflow-x: auto; width: 100%; float: none; text-align: left; display: block; text-align: center; }
    /************/
    #hamburger { display: block; }
    .menuFixle #hamburger { top: 35px; }
    header .logo img { margin-top: 0; max-width: 255px; }
    #sagNav { position: absolute; right: 5px; top: 50px; z-index: 25; }
    .sayfaTepe { padding: 65px 10px 10px; text-align: center; }
    .sayfaTepe h1 { line-height: 63px; }
    a.telefA { margin: 0; letter-spacing: 0; line-height: 35px; font-size: 20px; font-weight: 600 }

    .banner-dot-shape { left: 0; width: 100% }
    header .biziAra { position: absolute; right: 0; }
    header { margin: 0; padding: 10px 0 10px 0; }
    header .satir11:after { background: #eb5f1a4a; }

    #slider .item.yarim .metin .ozet { font-size: 28px; }
    .menuFixle { padding: 20px 0; }
    /******/
    #mobilMenu.visible { display: block; }
    /******/
    .sagkapsul { margin-top: -14px; }
    #slider .swiper-pagination { display: none }
    .btn-kesfet { margin: 0 30px 0 0; }
    .navig { margin: 0 0 0 10px; }
    .scroll-button-link { right: 22px; }
    #slider .swiper-slide .medya { width: 100%; position: relative }
    #slider .swiper-slide .medya:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient( 360deg, black 30%, transparent); }
    #slider .swiper-slide .metin .inner { margin: 0; padding: 0; text-align: center; }
    #donenmetin { top: -39px; transform: initial; right: 15px; }
    #slider .swiper-slide .metin .kisaozet { color: #fff; }
    #slider .swiper-slide .metin .aciklama { color: #fff; }
    #slider .swiper-slide .metin .inner .button-container { display: flex; justify-content: center; }
    #mobilMenu nav > ul li ul, #mobilMenu nav > ul li ul li ul { display: block }
    #slider-section { height: 70vh; }
    #slider-section .navigation-wrap #custom-pag { gap: 25px; }
    .sayfatepe-banner .title-wrapper h1 { font-size: 40px; }
    .sayfatepe-banner .outline-text { font-size: 80px; left: -36px; }
    header .logo{margin:5px 0 0 8px}
}
