﻿:root { --sagsolbosluk: 40px; }
/*****/
.menuFixle { margin: 0; position: fixed; top: 0; left: 0; z-index: 500; width: 100%; /* padding: 15px 0; */ background: #fff; box-shadow: 0 0 10px #00000087; }
.menuFixle .sagKapsul { }
.menuFixle #solMenu nav .li1 > a { }
.menuFixle::before { bottom: 0; }
.menuFixle .logo img { }
.menuFixle nav.menu { margin: 0; transition: .3s }
.menuFixle .kap { }
/********/

/********/
header {position: relative;width: 100%;background: #fff;z-index: 50;padding: 0 20px;height: 58px;}
header .logo {width: fit-content;padding: 7px 14px;}
header .logo img {width: 260px;vertical-align: middle;padding: 0;}
/**********/
header .middle-contact {display: flex;gap: 97px;font-size: 14px;line-height: 1.4;position: relative;align-items: center;padding: 8px 0 0 60px;}
header .middle-contact:before {content: "";width: 1px;height: 58px;right: 30px;position: absolute;top: 0;background: #dedede;}
header .middle-contact:after {content: "";width: 1px;height: 58px;left: 0;position: absolute;top: 0;background: #dedede;}
header .middle-contact a { display: flex; flex-direction: row; justify-content: center; font: 400 16px var(--icerik-fontu); color: #222; align-items: center; gap: 8px; }
header .middle-contact a svg { width: 20px; height: 20px; opacity: .6; }
header .middle-contact a strong { color: #555; font: 400 14px var(--icerik-fontu); display: block; }
/**********/
header .right-icons { display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; }
header .right-icons .icon { width: 30px; height: 30px; display: flex; align-items: center; z-index: 50; justify-content: center; border-radius: 50%; margin-left: 15px; }
header .right-icons a.icon svg { fill: #fff; }
header .right-icons a.face { background: #3b5998; }
header .right-icons a.inst { background: #e1306c; }
header .right-icons a.twit { background: #1da1f2; }
header .right-icons a.yout { background: #FF0000; }
header .right-icons a.linkedin { background: #0077B5; }



header .right-icons .icon svg { width: 16px; }
/**********/

header .row { }
/*****/
header .kap { display: flex; justify-content: flex-end; z-index: 991; position: relative; align-items: center; margin: 0; }
header .kap .araMenu { position: relative; margin: 0px; color: #fff; display: flex; align-items: center; border: 0; text-transform: capitalize; z-index: 1; transition: all 0.3s ease-in-out; border-radius: 0; padding: 17px 40px; background: var(--tema-renk1); font: 700 15px var(--icerik-fontu); gap: 10px; }
header .kap .araMenu svg { transform: rotate(-135deg); width: 18px; height: auto; }
header .kap .araMenu svg path { stroke: currentColor; }
/*****/
header.menuFixle .satir11 { display: none; }
header.menuFixle .menu { }
header.menuFixle .menu ul1 { }
header.menuFixle .menu ul1:hover { color: #252525; }
/*****/
/*******/
header .menuKap {height: fit-content;transition: all .44s ease-in-out;padding: 4px;margin-top: 7px;margin-left: 60px;}
header .menuKap .kap { display: flex; align-items: center; justify-content: flex-end; gap: 58px; width: fit-content; padding: 5px 10px; }
header .menuKap .araMenu { background-color: #fff; color: var(--tema-renk2); height: 40px; line-height: 14px; padding: 12px 22px 13px; text-align: center; width: fit-content; border-radius: 13px; display: block; font-size: 14px; font-weight: 400; position: relative; transition: transform .5s ease; font-family: var(--baslik-fontu); }
header .menuKap .araMenu:before { background: #fff; bottom: 11px; content: ""; float: right; height: 1px; margin: 0 30px; position: absolute; right: 0; transition: width .5s; width: 0; }
header .menuKap .araMenu:hover { background-color: var(--tema-renk1); color: #fff; }
header .menuKap .araMenu:hover:before { float: left; left: 0; right: unset; width: calc(100% - 60px); background-color: #fff; }
.menuFixle .menuKap { }
/********/
html.open-menu .menuKap {border-radius: 7px;color: #fff;width: fit-content;z-index: 1453;position: unset;}
html.open-menu .menuKap .araMenu { background-color: #fff; color: #691923; }
html.open-menu .menuKap .araMenu:before { background-color: #fff; color: #691923; }
html.open-menu .menuKap .araMenu:hover:before { background-color: #691923; }
/**mobil**/
#hamburger { z-index: 999999; transition: .5s ease-in-out; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
#hamburger .inner { font: 400 14px var(--icerik-fontu); color: #444; margin-left: 8px; display: block; width: 100%; text-transform: uppercase; }
#hamburger .yons { display: block; background: #fff; opacity: 1; transition: .25s ease-in-out; border-radius: 50%; position: relative; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; z-index: 99; }
#hamburger svg { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: -16px; min-width: 57px; transition: transform .4s; user-select: none; width: 59px; z-index: 50; }
#hamburger svg.ham .line { fill: none; stroke-width: 2.75px; stroke-linecap: round; stroke: #000000; transition: stroke-dasharray .4s, stroke-dashoffset .4s, stroke .4s .1s; }
#hamburger svg.ham .line.top { stroke-dasharray: 40 139; }
#hamburger svg.ham .line.middle { }
#hamburger svg.ham .line.bottom { stroke-dasharray: 40 180; }
html.open-menu #hamburger .inner {/* color: #fff; */}
html.open-menu #hamburger svg { transform: rotate(45deg); }
html.open-menu #hamburger svg.ham .line {/* stroke: #fff !important; */}
html.open-menu #hamburger svg.ham .line.top { stroke-dashoffset: -93px; }
html.open-menu #hamburger svg.ham .line.bottom { stroke-dashoffset: -144px; }
/**mobil**/
/**mobil**/
#mobilMenu {
            display: none;
            padding-bottom: 20px;
            height: auto;
            position: unset; 
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 58px;
            border-radius: 0 0 7px 7px;
            background: #ffffff7a;
            padding: 15px 20px;
            backdrop-filter: blur(5px);
            }
}


#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 }
#mobilMenu nav {position: unset;}
#mobilMenu nav > ul {
                     width: fit-content;
                     height: auto;
                     overflow: hidden;
                     display: flex;
                     background: #ffffffba;
                     padding: 20px 25px 0 40px;
                     gap: 38px;
                     border-radius: 7px;
                     }

 

#mobilMenu nav > ul > li { position: relative; line-height: normal; padding: 0; }
#mobilMenu nav li.okKoy { position: relative }
#mobilMenu nav li.acik:after, #mobilMenu nav li.okKoy:after { position: absolute; left: 20%; top: 0; font: 400 41px Arial; border: none; }
#mobilMenu .show-subnav { display: block !important }
/****/
#mobilMenu nav > ul > li > a { }
#mobilMenu nav > ul > li > ul > li > a { padding-left: 35px; padding-right: 35px }
#mobilMenu nav > ul li a {position: relative;max-width: 100%;margin: 0 0 20px;text-transform: uppercase;font-weight: 400;line-height: 1;color: #000000;display: block;font-size: 16px;transform-origin: right;transition: all .44s cubic-bezier(.165,.84,.44,1);padding: 0;font-family: var(--icerik-fontu);}
#mobilMenu nav > ul li a:after { display: none }
/*****/
#mobilMenu nav .ulWrap2 {font-size: 1rem;color: #505050;text-align: left;list-style: none;border: 0;box-shadow: inherit;margin: -11px 0 9px 0px;width: fit-content;padding: 10px 10px 10px 15px;border-radius: 6px;}
#mobilMenu nav .ulWrap2:after { display: none; }
#mobilMenu nav .ulWrap2 .ul2 { }
#mobilMenu nav .ulWrap2 .ul2 .li2 { }
#mobilMenu nav .ulWrap2 .ul2 .li2 a {display: block;width: 100%;text-align: inherit;/* background-color: transparent; */border: 0;color: #2c2c2c;font: 400 16px var(--icerik-fontu);line-height: 24px;padding: 0 16px 14px 0;white-space: nowrap;margin: 0;text-transform: capitalize;}

#mobilMenu nav .ulWrap2 .ul2 .li2 a:before {content: '';position: absolute;top: 12px;left: -15px;width: 6px;height: 6px;border-top: 1px solid #000000;z-index: 1454;}
#mobilMenu nav .ulWrap2 .ul2 .li2 a:hover { color: #000 !important; }
/*****/
#mobilMenu .social-menu { width: 100%; max-width: 60%; margin-left: 20%; display: flex; margin-top: 10%; }
#mobilMenu .social-menu li { }
#mobilMenu .social-menu li a { padding: 16px; color: #fff; transition: all .3s linear; display: flex; align-items: center; justify-content: center; }
#mobilMenu .social-menu li a svg { width: 24px; height: 24px; fill: currentColor; vertical-align: -0.15em; display: inline-block; }
#mobilMenu .social-menu li a.youth svg path { fill: currentColor; }
#mobilMenu .social-menu li a:hover { color: #bcb164; animation: zoomInOut 1.5s ease infinite; }
/*****/
#mobilMenu .logolar { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #455EA7; padding: 25px 10px; border-radius: 12px; }
#mobilMenu .logolar .kap { }
#mobilMenu .logolar .kap embed { width: 110px; }
#mobilMenu .logolar .kap embed svg { }
/*****/



.sagKapsul {position: relative;display: flex;gap: 12px;align-items: center;margin-top: 12px;justify-content: flex-end;}
.yetkiliServisler { border: solid 1px #ffffff85; height: 38px; line-height: 22px; padding: 8px 19px 6px; border-radius: 4px; font-size: 15px; position: relative; transition: all .5s ease; color: #fff; !i; !; background: #ffffff2e; text-transform: uppercase; font-weight: 600; }
.yetkiliServisler:hover { background-color: var(--tema-renk1); color: #fff !important; }
.yetkiliServisler:hover:before { float: left; left: 0; right: unset; width: calc(100% - 60px); background-color: #fff; }
.yetkiliServisler:before { background: #fff; bottom: 11px; content: ""; float: right; height: 1px; margin: 0 30px; position: absolute; right: 0; transition: width .5s; width: 0; }
/*******/
.sayfaTepe { position: relative; padding: 46px 10px; z-index: 5; }
.sayfaTepe:before { content: ""; height: 100%; width: 100%; top: 0; left: 0; position: absolute; /* background-color: #000000; */ opacity: 0.6; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
.sayfaTepe .row { }
.sayfaTepe h1 { margin: 0; letter-spacing: 1px; padding: 0; color: var(--tema-renk2); font: 300 48px var(--baslik-fontu); z-index: 50; position: relative; text-transform: uppercase; flex-grow: 1; line-height: 62px; width: 100%; text-align: center; }
.breadcrumb { padding: 0 0; margin: 0 auto 13px; width: fit-content; display: flex; justify-content: flex-end; position: relative; z-index: 51; flex-shrink: 0; }
.breadcrumb > li { color: #000; letter-spacing: .3px; display: inline-block; text-transform: lowercase; font: 500 15px var(--icerik-fontu); }
.breadcrumb a { color: #707070; font-weight: 400; font-size: 15px; text-transform: lowercase; }
.breadcrumb > li + li:before { padding: 0 8px; color: #707070; content: "/\00a0"; font-size: 14px; }
/*******/

.menuFixle { margin: 0; position: fixed; top: 0; left: 0; z-index: 500; width: 100%; background: #fff; box-shadow: 0 0 10px #00000087; }
.menuFixle .sagKapsul { }
.menuFixle #solMenu nav .li1 > a { padding: 10px 10px 10px 0; }
.menuFixle::before { bottom: 0; }
.menuFixle .logo img { }
.menuFixle nav.menu { margin: 0; transition: .3s }
.menuFixle .kap { }
/******/

.socIkon a:after { background: url(/d/ortak.png) no-repeat }
.socIkon a:hover { opacity: .8 }
/*****/
@keyframes pulsate {
 0% { transform: translate(-50%, -50%) scale(1); }
 50% { transform: translate(-50%, -50%) scale(1.05); }
 100% { transform: translate(-50%, -50%) scale(1); }
}

@keyframes stroke {
 0% { stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 1; }
 100% { stroke-dashoffset: 100%; stroke-dasharray: 100% 0; stroke-width: 1; }
}

@keyframes moveDown {
 0% { top: 15px; opacity: 1; /* Başlangıçta görünür */ }
 50% { top: 35px; /* Aşağı hareket */ opacity: 0; /* Ortada kaybolur */ }
 51% { top: -10px; /* Yukarıdan yeniden görünme başlangıcı */ opacity: 0; /* Görünmez */ }
 100% { top: 15px; /* Başlangıç pozisyonuna geri dönüş */ opacity: 1; /* Tekrar görünür */ }
}
/**********/
.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 }
/*******/

/*****/
.pakla { clear: both }
.goster-xs { display: none !important }
.gizle-xs { display: block !important }
/********/
a#scrollDown { position: absolute; right: 3%; bottom: 45px; z-index: 10; width: 20px; height: 33px; transform: translateX(-50%); }
a#scrollDown span { position: absolute; top: 0; left: 0; width: 20px; height: 36px; border: 1px solid #6d686e; border-radius: 50px; box-sizing: border-box; }
a#scrollDown span::before { position: absolute; top: 7px; left: 50%; content: ''; width: 4px; height: 4px; margin-left: -2px; background-color: #2e3030; border-radius: 100%; -webkit-animation: 2s infinite sdb10; animation: 2s infinite sdb10; box-sizing: border-box; z-index: 50; }
a#scrollDown span::after { position: absolute; top: 6px; left: 56%; content: ''; width: 2px; height: 30px; margin-left: -2px; /* background-color: #697073; */ border-radius: 2px; box-sizing: border-box; }
a#scrollDown strong { position: relative; display: block }
a#scrollDown strong:before { content: ""; position: absolute; width: 1px; height: 13px; background: #6d686e; top: 40px; left: 50%; }
a#scrollDown strong::after { position: absolute; top: 42px; left: 5px; width: 10px; height: 10px; content: ''; border-left: 1px solid #6d686e; border-bottom: 1px solid #6d686e; transform: rotate(-45deg); box-sizing: border-box }

@-webkit-keyframes sdb10 {
 0% { -webkit-transform: translate(0,0); opacity: 0 }
 40% { opacity: 1 }
 80% { -webkit-transform: translate(0,20px); opacity: 0 }
 100% { opacity: 0 }
}

@keyframes sdb10 {
 0% { transform: translate(0,0); opacity: 0 }
 40% { opacity: 1 }
 80% { transform: translate(0,20px); opacity: 0 }
 100% { opacity: 0 }
}
/********/
/********/
#sosyalNC { margin-top: 11px; right: 0; top: 60%; z-index: 999; position: fixed; /* border-radius:5px 0 0 5px; */ transform: translateY(-50%); }
#sosyalNC a { color: #020e27; padding: 15px 15px; display: flex; align-items: center; justify-content: center; }
#sosyalNC a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#sosyalNC a svg { display: block; fill: #fff; }
#sosyalNC a:hover svg { fill: var(--tema-renk1); }
#sosyalNC a.yout:hover svg path { fill: var(--tema-renk1); }
/*********/
.dropdown { position: relative; display: inline-block; }
.dropdown strong { font-weight: 400; border-radius: 16px; font-size: 13px; display: flex; align-items: center; color: var(--tema-renk2); }
.dropdown strong svg { width: 16px; display: block; height: 16px; margin-top: 2px; stroke: 1px; }

.dropdown strong img { margin-right: 6px; /* opacity: .5; */ width: 16px; filter: invert(1); }
.dropdown span { display: block; padding: 3px 24px 6px 9px; }
.dropdown a { color: #121725; font: 400 16px var(--icerik-fontu); }
.dropdown strong a { text-transform: uppercase }
.dropdown-content a { color: #000; }
.dropdown-content { display: none; position: absolute; background: #ffffff; min-width: 100px; box-shadow: 8px 11px 16px 0px rgb(0 0 0 / 20%); z-index: 999; right: -6px; border-radius: 5px; padding: 10px 0 5px 0; top: 19px; }

.diller { text-align: right; cursor: pointer; display: flex; gap: 20px; font-weight: 400; }
.dillerMob a { display: inline-block; color: #f1f1f1; padding: 6px 10px; }
.diller .dropdown-content a { padding: 2px 12px; margin-bottom: 7px; font-size: 16px; /* text-align: right; */ display: flex; align-items: center; color: #000; }
.diller .dropdown-content a img { height: 22px; }
.diller .dropdown-content a:hover { background: var(--tema-renk1); opacity: 1 }
.diller .dropdown-content a:hover span { color: #fff; }
.dropdown:hover .dropdown-content { display: block; }
/*******/
.site-backtop { position: fixed; font-size: 27px; right: 40px; bottom: 52px; width: 50px; height: 50px; cursor: pointer; border-radius: 30px; z-index: 1040; opacity: 0; visibility: hidden; transform: translateY(0.75rem) rotate(-90deg); transition: all 200ms linear, margin-right 0ms; display: flex; justify-content: center; align-items: center; color: #ffffff; background: #000000; fill: #ffffff; }
.site-backtop svg { width: 1em; height: 1em; position: relative; overflow: hidden; }
.site-backtop.active { visibility: visible; transform: translateY(0) rotate(-90deg); opacity: 1; z-index: 999999; }
.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; /* display: block; */ 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); }
}
/*Whatsapp**/
/*********/
#slider {position: relative;height: calc(100vh - 58px);overflow: hidden;display: block;z-index: 10;}
#slider .row { position: relative; z-index: 3; height: 100%; }
#slider .sliderSwiper { height: 100%; z-index: 75; position: relative; width: 100%; }
#slider .swiper-slide { position: relative; height: 100%; opacity: 0; visibility: hidden; }
#slider .swiper-slide-active { opacity: 1; visibility: visible; }
#slider .swiper-slide .item { z-index: 75; position: relative; overflow: hidden; display: block; }
#slider .swiper-slide .item:hover img { }
#slider .swiper-slide figure {position: relative;display: block;width: 100%;height: calc(100vh - 58px);overflow: hidden;}

#slider .swiper-pagination { position: absolute; right: 10px; bottom: 10px; /* transform: translateX(-50%); */ width: fit-content; right: 15px; height: fit-content; margin: 0; z-index: 10; left: initial; }

#slider .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 50%; background: var(--tema-renk2); box-sizing: content-box; margin: auto 15px; border: solid 4px transparent; }
#slider .swiper-pagination .swiper-pagination-bullet-active { border: solid 4px var(--tema-renk1); }

/*********/
#slider .swiper-slide figure img {transition: all ease .3s;max-width: initial;height: calc(100vh - 58px);position: relative;}
#slider .swiper-slide .metin {position: absolute;top: 30%;color: #333;left: 35px;max-width: 100%;display: block;z-index: 50;}
#slider .swiper-slide .metin .baslik { font: 100 44px var(--baslik-fontu); display: block; max-width: 100%; color: #ffffff; text-shadow: 0 0 #333; width: 488px; }
#slider .swiper-slide .metin .kisaOzet {font: 300 20px var(--icerik-fontu);display: block;color: #ffffff;letter-spacing: 3px;font-style: italic;}
#slider .swiper-slide .metin .aciklama { font: 400 18px var(--icerik-fontu); display: block; margin: 9px 19% 0 auto; line-height: 1.5; color: #7d797f; text-align: right; width: 215px; max-width: 100%; }

#slider .swiper-slide .metin.baslikgosterme { opacity: 0 }
#slider .discover { color: #fff; background: var(--tema-renk1); width: 85px; height: 85px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; right: 17%; bottom: -53px; }
#slider .discover svg { }
#slider .discover svg path { stroke: currentColor }
#slider .discover:hover { color: #5d5b5e; background: #c7c7c7; }
#slider .video-container { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; overflow: hidden; }
#slider .swiper-slide video { width: 100%; height: 100%; /* opacity: .2; */ }

#slider .swiper-button-next, #slider .swiper-button-prev { padding: 10px; height: 33px; width: 33px; border-radius: 50%; color: #fff; background: none; z-index: 69; position: absolute; left: initial; bottom: 16px; top: initial; right: 15px; opacity: 0; }
#slider .swiper-button-next { }
#slider .swiper-button-prev { right: 116px !important; }
#slider .swiper-button-next:after, #slider .swiper-button-prev:after { font-size: 32px }
/*********/
#slider .cirle-1 { position: absolute; width: 85%; background: #ededed; height: 151vh; z-index: 0; bottom: -5%; border-radius: 50%; left: 50%; transform: translate(-50%, 50%); }
#slider .cirle-1:before { content: ""; position: absolute; top: 4.75%; left: 26%; width: 25px; height: 25px; background: var(--tema-renk1); border-radius: 50%; border: 1px solid #fff; }
#slider .cirle-1:after { content: ""; position: absolute; top: 14.75%; left: 85%; width: 85px; height: 85px; background: #dcdbd9; border-radius: 50%; }
/*********/
#slider .cirle-2 { position: absolute; width: 85%; background: #e3e3e3; height: 41vh; z-index: 0; bottom: -5%; border-radius: 40% 40%; left: 50%; transform: translate(-50%, 50%); }
/*********/
@keyframes spinner {
 to { transform: rotateZ(360deg); }
}
/**********/
.sliderSwiper .swiper-slide-active img { animation: zoomAndSlide 10s ease-in-out infinite alternate; transform-origin: center center; will-change: transform; }

@keyframes zoomAndSlide {
 0% { transform: scale(1) translateX(0px); }
 50% { transform: scale(1.06) translateX(15px); }
 100% { transform: scale(1.08) translateX(-15px); }
}
/*********/
@media(min-width:1901px) {
 .container { width: 1170px; }
 header .container { width: 1600px }
 #slider .container, #slider .item.yarim { width:  1600px  }
 #slider .swiper-slide figure {  }
}

@media(min-width:992px) and (max-width:1900px) {
 .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) {
 :root { --sagsolbosluk: 10px; }
 .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; }
 /*******/

 header .logo img {margin-top: 0;max-width: 250px;padding: 0 10px;object-fit: contain;}
 #sagNav { position: absolute; right: 5px; top: 50px; z-index: 25; }

 .banner-dot-shape { left: 0; width: 100% }
 header { padding: 0; height: 50px; }
 header .row { display: flex }
 header .satir11:after { background: #eb5f1a4a; }
 header .logo {padding: 0;width: 100%;margin: 5px 0 0 0;}
 header .menuSag .tels { display: none; }
 .diller { }
 .dropdown strong img { }
 .dropdown strong a { }
 .dropdown strong svg path { }
 .dropdown-content { right: -66px; top: 28px; }
 .menuFixle .diller { /* bottom: -50px; */ }
 header .headerFollow { justify-content: flex-start; margin-top: 25px; }
 header .headerFollow.gizle-xs { display: none !important; }
 .menuFixle { padding: 0; }
 header .row { flex-wrap: wrap; justify-content: space-between; }
 #hamburger { }

 header .row { flex-wrap: wrap; justify-content: space-between; }
 header .menuKap { margin-top: 5px; margin-left: 0; }
 header .menuKap .kap {margin: 0 0 0 auto;padding-right: 0;}
 html.open-menu .menuKap {width: 100%;}

 #mobilMenu {padding: 0;left: 0;transform: initial;width: 100%;top: 50px;}
 #mobilMenu nav > ul li a {text-align: left;}
 #mobilMenu nav .ulWrap2 {margin: -15px 0 10px;padding: 10px 10px 10px 0;}
 #mobilMenu nav .ulWrap2 .ul2 .li2 a {white-space: normal;padding: 0 0 7px 22px;}
 #mobilMenu nav .ulWrap2 .ul2 .li2 a:before {left: 0;}
 /******/
 #mutluyuvalar { position: relative; top: initial; transform: initial; left: initial; padding-left: 10px; margin-top: 31px; }
 #mutluyuvalar .bir { font-size: 32px }
 #mutluyuvalar .bir span { font-size: 49px; display: block; margin-top: -7px; }
 #boslukAyari { margin: 40px 10px 10px 10px }
 /**********/
 #slider { width: 100%; background: #fff; height: calc(84vh - 65px); }
 #slider .sliderSwiper { }
 #slider .swiper-slide .item { }
 #slider .swiper-button-next, #slider .swiper-button-prev { display: none }
 #slider .swiper-slide figure { }
 #slider .swiper-slide figure img { }
 /******/
 #slider .video-container { position: relative; }
 #slider .swiper-slide .metin { left: 0; width: 100%; padding: 0 10px; top: 24%; }
 #slider .swiper-slide .metin .kisaOzet { }
 #slider .swiper-slide .metin .aciklama { font-size: 22px; width: 251px; }
 #slider .cirle-1 { width: 100%; height: 74vh; border-radius: 42%; }
 #slider .cirle-1:before { left: 10%; }
 #slider .cirle-1:after { left: 83%; width: 65px; height: 65px; top: 10%; }
 #slider .cirle-2 { width: 100%; height: 26vh; }
 /******/
 #slider .sliderFollow a { margin-bottom: 0; display: none; }
 #slider .discover { left: 73%; bottom: -38%; right: initial; }
 #slider .discover:before { clip-path: inset(0.75rem .65rem .75rem calc(100% - 3.5rem) round 3.25rem); }
 #slider .swiper-slide .metin .baslik { font-size: 36px; width: 100%; }
 #slider .swiper-slide .metin .baslik br { display: none }
 #slider .swiper-slide .metin .aciklama { font-size: 22px; width: 251px; }
 #slider .swiper-slide video { position: absolute; top: 0; z-index: -1; left: 0; width: auto; }
 /*******/
 .sayfaTepe h1 { font-size: 26px; line-height: 40px; margin: 0 0 25px; }
 .breadcrumb { white-space: nowrap; overflow-x: auto; width: 100%; text-align: left; display: block; margin: 10px 0 0; }
 /*******/
#mobilMenu nav > ul{position: absolute;left: 0;transform: initial;width: 100%;display: flex;flex-wrap: wrap;padding: 0px 10px 0 10px;border-radius: 0;background: #ffffff;}
.mobilunset{
    position: unset !important;
}
#mobilMenu nav > ul > li{
    width: 100%;
}
}
