﻿html { scroll-behavior: smooth; }
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; }
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: #ddd; opacity: 1; font-weight: 200 }
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: 1170px; 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% }
/******/
.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 { margin: 0; }
.menuFixle #solMenu nav .li1 > a { }
.menuFixle::before { bottom: 0; }
.menuFixle .logo img { max-width: 158px; }
.menuFixle nav.menu { margin: 0; transition: .3s }
.menuFixle .kap { }
/******/
header { position: relative; width: 100%; background: #fff; z-index: 50; padding: 0 30px; }

header .row { align-items: center !important; width: 100%; }
header .sagKapsul { position: relative; display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
/*****/
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 nav#Menu56 .ul1 { justify-content: flex-start; }
/*****/
header .logo { display: block; }
header .logo img { max-width: 215px; vertical-align: middle; }
header nav { display: flex; width: 100%; justify-content: center; align-items: center; transition: all 0.5s; }
header nav .ul1 { display: flex; flex-wrap: wrap; margin-bottom: 0 !important; flex-direction: row; padding-left: 0; }
header nav .li1, header nav a { position: relative }
header nav .li1 { }
header nav .li1 > a { display: block; position: relative; padding: 20px 10px; color: #121725; font: 400 17px var(--icerik-fontu); }
header nav .li1 > a:hover:after { content: ''; width: 25px; height: 3px; /* background: var(--tema-renk1); */ position: absolute; bottom: -2px; left: 50%; transform: translate(-50%); }
header nav .li1 > a:hover { color: var(--tema-renk1); }
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 { color: var(--tema-renk2); text-decoration: underline; }
header nav .li1:last-child a { padding-right: 0; }
header .li1.okKoy { position: relative; }
header .li1.okKoy:after { left: 45%; content: ''; position: absolute; z-index: 3; width: 0; bottom: -3px; height: 0; line-height: 0; border: 4px solid transparent; border-bottom: 0; border-top: 5px solid #ffffff; transform: translateX(-50%); opacity: 0; }
header .li1.okKoy:hover:after { display: none }
/****/
header nav .ulWrap2 { background-color: #fff; box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09); width: 225px; position: absolute; padding: 20px 0; left: 0; top: 110%; z-index: 10; visibility: hidden; opacity: 0; transition: all 0.3s; }
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: ""; opacity: 0; }
header nav .ul2 { position: relative; }
header nav .li1:hover > .ulWrap2 { top: 100%; visibility: visible; opacity: 1; }
header nav .ul2 .li2 { position: relative; }
header nav .ul2 .li2 > a { display: block; padding: 10px 15px; color: #121725; position: relative; overflow: hidden; text-transform: capitalize; transition: all 0.2s; font: 400 16px var(--icerik-fontu); letter-spacing: .5px; }
header nav .ul2 .li2:hover > a { color: var(--tema-renk1); text-decoration: underline; }
/****/
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 .menuKap { height: fit-content; transition: all .44s ease-in-out; padding: 4px; background-color: #fff; box-shadow: 0 3px 30px 0 #00000012; border-radius: 30px; background-color: var(--tema-renk2); width: fit-content; margin-top: 4px; }
header .menuKap .kap { display: flex; align-items: center; justify-content: flex-end; gap: 50px; width: fit-content; }
header .menuKap .araMenu { background-color: #fff; color: var(--tema-renk2); height: 49px; padding-bottom: 17px; padding-left: 30px; padding-right: 30px; letter-spacing: .025em; line-height: 1.5; padding: 12px 22px 13px; text-align: center; width: fit-content; border-radius: 26px; display: block; font-size: 16px; font-weight: 400; position: relative; transition: transform .5s ease; }
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 { margin-top: 0; }
/********/
.socIkon a:after { background: url(/d/ortak.png) no-repeat }
.socIkon a:hover { opacity: .8 }
/*****/
#slider { position: relative; overflow: hidden; z-index: 1; height: calc(100vh - 66px); }
#slider .sliderSwiper { height: 100% }
#slider .swiper-pagination { position: absolute; bottom: 5px; z-index: 999; left: 0; transform: initial; text-align: center; }
#slider .swiper-pagination-bullet { width: 45px; height: 7px; text-align: center; padding: 3px 0 0 0; font-size: 12px; opacity: 1; background: #ababad; /* border: 2px solid #000; */ border-radius: 32px; margin: 0 3px; }
#slider .swiper-pagination-bullet-active { background: var(--tema-renk1); border: none; }
#slider #sliderSwiper { z-index: 75; position: relative; }
#slider .swiper-slide { overflow: hidden; position: relative; }
#slider .swiper-slide .item { width: 100%; height: 100%; overflow: hidden; display: flex; }
#slider .swiper-slide .item:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; background: url(/d/r/sliderzemin.jpg); z-index: -1; pointer-events: none; }
#slider .swiper-slide .item.row { align-items: center; }
#slider .swiper-slide .resim { width: 50%; display: block; order: 2; }
#slider .swiper-slide .resim figure { width: 100%; height: 100%; }
#slider .swiper-slide .resim img { width: 100%; height: 100%; object-fit: cover; }
#slider .swiper-slide .metin { position: relative; width: 50%; padding: 0 0 0 30px; order: 1; display: flex; align-items: center; flex-wrap: wrap; align-content: center; gap: 50px; }
#slider .swiper-slide video { width: 100%; height: 100%; object-fit: cover; margin-top: 5px }
#slider .swiper-slide .metin .baslik { position: relative; font-size: 14px; font-weight: 600; line-height: 1.6em; letter-spacing: 0.12em; color: #ffffff; font-family: var(--baslik-fontu); padding-left: 18px; }
#slider .swiper-slide .metin .baslik:before { content: ''; position: absolute; top: 50%; left: 0; bottom: 0; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background-color: #fff; }
#slider .swiper-slide .metin .kisaOzet { font: 300 54px var(--baslik-fontu); line-height: 65px; color: #000000; width: 591px; max-width: 100%; }
#slider .swiper-slide .metin .aciklama { margin: 0px 0px 20px 0px; font-size: 18px; line-height: 1.7em; color: #f1eff0; font-family: (--icerik-fontu); width: 850px; max-width: 100%; }
#slider .swiper-slide .metin .links { display: flex; gap: 20px; justify-content: flex-start; align-items: center; }
#slider .swiper-slide .metin .more { position: relative; overflow: hidden; display: inline-block; text-align: center; transition: all 0.6s ease-in-out; padding: 17px 30px 17px 30px; background-color: #f1eff0; fill: var(--tema-renk1); color: var(--tema-renk1); font: 600 16px var(--baslik-fontu); line-height: 1em; }
#slider .swiper-slide .metin .more:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -15%; right: 0; width: 0; height: 106%; transform: skew(45deg); transition: all 0.4s ease-in-out; }
#slider .swiper-slide .metin .more span { position: relative; z-index: 1 !important; display: flex; flex-direction: row; gap: 5px; justify-content: center; text-decoration: inherit; }
#slider .swiper-slide .metin .more:hover, #slider .swiper-slide .metin .more:focus { color: #ffffff; }
#slider .swiper-slide .metin .more:hover:before { width: 100%; transform: skew(0deg); left: 0; background: var(--tema-renk1) !important; z-index: 0; }
#slider .swiper-slide .metin .katalog { position: relative; overflow: hidden; display: inline-block; text-align: center; transition: all 0.6s ease-in-out; padding: 17px 30px 17px 30px; background-color: var(--tema-renk1); fill: var(--tema-renk1); color: #f1eff0; font: 600 16px var(--baslik-fontu); line-height: 1em; }
#slider .swiper-slide .metin .katalog:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -15%; right: 0; width: 0; height: 106%; transform: skew(45deg); transition: all 0.4s ease-in-out; }
#slider .swiper-slide .metin .katalog span { position: relative; z-index: 1 !important; display: flex; flex-direction: row; gap: 5px; justify-content: center; text-decoration: inherit; }
#slider .swiper-slide .metin .katalog:hover, #slider .swiper-slide .metin .katalog:focus { color: var(--tema-renk1); }
#slider .swiper-slide .metin .katalog:hover:before { width: 100%; transform: skew(0deg); left: 0; background: #f1eff0 !important; z-index: 0; }

#slider .swiper-button-next, #slider .swiper-button-prev { width: 42px; height: 42px; bottom: 15px; top: initial; right: 15px; color: #000000; border: 1px solid #ffffff78; display: flex; justify-content: center; align-items: center; border-radius: 100%; background: #ffffff78; transition: .4s ease; }
#slider .swiper-button-next:after, #slider .swiper-button-prev:after { display: none; }
#slider .swiper-button-next { transform: translateX(0); }
#slider .swiper-button-prev { left: initial; right: 75px; transform: translateX(0) rotate(180deg); }
#slider .swiper-button-next svg, #slider .swiper-button-prev svg { width: 25px; height: 25px; position: relative; }
#slider .swiper-button-prev:hover { transform: translateX(0) rotate(180deg) scale(1.1) }
#slider .swiper-button-next:hover { transform: scale(1.1) }
#slider:hover .swiper-button-prev { }
/*********/
.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: 55px 0 60px; text-align: center; 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: 300 64px var(--baslik-fontu); color: #000000; }
.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**/
html.open-menu .menuKap { background-color: var(--tema-renk1); border-radius: 26px; color: #fff; }
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; position: relative; cursor: pointer; }
#hamburger .inner { font: 400 18px var(--baslik-fontu); color: #fff; margin-right: 13px; display: block; }
#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: 0; transition: transform .4s; user-select: none; z-index: 50; }
#hamburger svg.ham .line { fill: none; stroke-width: 3px; 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 { }
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: 12px 0; text-align: right; position: absolute; top: 54px; right: 0; background: #ffffff; border: solid 1px #ddd; border-radius: 6px; min-width: 209px; }
#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 { flex-direction: column; width: 100%; display: flex; height: 100%; justify-content: flex-start; }
#mobilMenu nav > ul { flex-direction: column; width: 100%; display: flex; align-items: center; height: auto; }
#mobilMenu nav > ul > li { position: relative; line-height: normal; padding: 0; width: 100%; }
#mobilMenu nav > ul > li:last-child a { padding-bottom: 0; margin-bottom: 0; border-bottom: none }
#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 .li1 a:before { background: var(--tema-renk1); bottom: -2px; content: ""; float: left; height: 1px; position: absolute; left: 0; transition: width .5s; width: 0; }
#mobilMenu nav .li1 a:hover:before { float: right; right: 0; left: unset; width: 100%; background-color: var(--tema-renk1); }
/****/
#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; width: 100%; margin: 0 0 8px; padding: 0 0 6px 0; display: block; transform-origin: right; transition: all .44s cubic-bezier(.165,.84,.44,1); color: #111; font: 500 16px var(--baslik-fontu); border-bottom: solid 1px #e6e6e6; text-align: center; }
#mobilMenu nav > ul li a:hover { color: var(--tema-renk1) }
/*****/
#mobilMenu nav .ulWrap2 { margin: 0; width: fit-content; font-size: 1rem; color: #505050; text-align: left; list-style: none; min-width: 10rem; background-clip: padding-box; border-radius: 0; position: absolute; left: 21rem; top: .6375rem; margin-left: 7rem; padding: 0; border: 0; background-color: transparent; box-shadow: inherit; }
#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; white-space: nowrap; background-color: transparent; border: 0; color: #fff; font: 400 20px var(--icerik-fontu); line-height: 24px; padding: 8px 16px; }
#mobilMenu nav .ulWrap2 .ul2 .li2 a:hover { color: #bcb164 !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 { }
/*****/
.pakla { clear: both }
.goster-xs { display: none !important }
.gizle-xs { display: block !important }
/********/
a#scrollDown { position: absolute; right: 8px; bottom: 15px; z-index: 10; width: 30px; height: 55px }
a#scrollDown span { position: absolute; top: 0; left: 0; width: 20px; height: 40px; border: 1px solid #000000; border-radius: 50px; box-sizing: border-box }
a#scrollDown span::before { position: absolute; top: 10px; left: 50%; content: ''; width: 4px; height: 4px; margin-left: -2px; background-color: #000000; border-radius: 100%; -webkit-animation: 2s infinite sdb10; animation: 2s infinite sdb10; box-sizing: border-box }
a#scrollDown strong { position: relative; display: block }
a#scrollDown strong::after { position: absolute; top: 42px; left: 5px; width: 10px; height: 10px; content: ''; border-left: 1px solid #000000; border-bottom: 1px solid #000000; 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: 24px; display: block; height: 24px; }
.dropdown strong svg path { stroke: #252525; stroke-width: 1.5px; }
.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: #252525; font: 500 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: 20px; }

.diller { text-align: right; cursor: pointer; display: flex; column-gap: 18px; }
.dillerMob a { display: block; color: #f1f1f1; padding: 3px 6px; }
.diller a { padding: 5px 8px; font-size: 14px; display: flex; align-items: center; color: #333; border-radius: 4px; gap: 5px; }
.diller a.active { background: #eaeaea; }
.diller a.active img { }
.diller a img { height: 22px; }
.diller a:hover { }
.diller a:hover span { color: #000 }
.dropdown:hover .dropdown-content { display: block; }
/*******/
.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; display: block; position: fixed; z-index: 125; left: 15px; bottom: 15px; 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: 46px; width: 46px; 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: 46px; height: 46px; 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**/
#popup-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999999999; overflow-y: auto; background: rgba(0, 0, 0, .6); opacity: 0; transition: opacity .15s linear; display: none; height: 100vh; }
#popup-content { position: relative; box-sizing: border-box; margin: 0 auto; width: 600px; max-width: 100% !important; background: #fff; opacity: 0; transform: translateY(-100px); transition: .3s linear; transition-property: opacity, transform; }
#popup-content .popup-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 10px; }
#popup-content .popup-header .popup-title { font: 600 22px var(--baslik-fontu); color: #252525; }
#popup-content .popup-close { position: absolute; z-index: 1010; top: 10px; right: 10px; padding: 5px; cursor: pointer; color: #999; transition: .1s ease-in-out; transition-property: color, opacity; margin: 0; border: none; border-radius: 0; overflow: visible; font: inherit; background-color: transparent; display: inline-block; fill: currentcolor; line-height: 0; text-transform: none; }
#popup-content .popup-body { padding: 47px 30px 30px 30px; overflow-y: auto; height: 75vh; }
#popup-content .popup-body .content { text-align: left; font: 400 16px var(--icerik-fontu); line-height: 25px; color: #252525; }
#popup-content .popup-body .content p { margin: 0 0 5px; }
#popup-content .popup-body img { margin: 10px auto; }
#popup-close { position: absolute; top: 10px; right: 10px; cursor: pointer; font-size: 18px; font-weight: bold; }
#popup-content img { max-width: 100%; height: auto; margin-top: 10px; }
/*************/
#popup-overlay.open { opacity: 1; display: flex; align-items: center; justify-content: center; }
#popup-overlay.open #popup-content { opacity: 1; transform: translateY(0); }
/*************/
@media(min-width:1901px) {
 .container { width: 1170px; }
 #slider .container, #slider .item.yarim, header .container { width: 1600px }
}

@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; }
 /************/
 #mobilMenu { padding: 32px; height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 99999; /* background: var(--tema-renk1); */ }
 #mobilMenu nav { max-width: 100%; margin: 20% 0 0; }
 #mobilMenu nav > ul li a { font-size: 18px; padding: 12px 0 8px; }
 #mobilMenu nav > ul li a:after { top: 19px; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 12px; background-color: transparent; border-color: transparent transparent transparent #bcb164; display: none; }
 #mobilMenu nav li.okKoy.acik a:after { display: block; width: auto; }
 #mobilMenu nav li.okKoy.acik .ulWrap2 { display: block; left: 0; top: 0; margin-left: 0; position: relative; width: 100%; opacity: 1; visibility: visible; }
 #mobilMenu nav .ulWrap2 .ul2 { display: none; }
 #mobilMenu nav .ulWrap2 .ul2 .li2 a { font-size: 15px; white-space: normal; padding: 8px 5px; color: #1c1c1c; text-align: center; }
 #mobilMenu .social-menu { margin: 100% 0 0; max-width: 100%; }
 #mobilMenu .headerFollow a { border-color: var(--tema-renk2); }
 #mobilMenu .headerFollow a svg { }
 /************/
 header .logo img { margin-top: 0; vertical-align: initial; max-width: 156px; }
 #sagNav { position: absolute; right: 5px; top: 50px; z-index: 25; }

 .banner-dot-shape { left: 0; width: 100% }
 header { padding: 10px; }
 header .row { display: flex }
 header .satir11:after { background: #eb5f1a4a; }
 header .logo { padding: 0; text-align: left; }
 header .menuSag .tels { display: none; }
 .diller { }
 .dropdown strong img { }
 .dropdown strong a { }
 .dropdown strong svg path { }
 .dropdown-content { right: -66px; top: 0; }
 .menuFixle .diller { /* bottom: -50px; */ }
 header .headerFollow { justify-content: flex-start; margin-top: 25px; }
 header .headerFollow.gizle-xs { display: none !important; }
 .menuFixle { padding: 10px; }
 /******/
 #hamburger .inner { display: none; }
 header .menuKap .kap { gap: 31px; }
 html.open-menu header::before { display: none; }
 html.open-menu header .logo img { filter: brightness(34.5); }
 header .kap { }
 .menuFixle .kap { margin: -10px -20px -18px 0; }
 header .kap .araMenu { padding: 20px 21px; display: none; }
 header .menuKap .araMenu { font-size: 14px; height: 44px; }
 #hamburger svg { width: 56px; }
 html.open-menu .menuKap { width: calc(100% - 30px); position: fixed; left: 18px; border-radius: 0; }
 html.open-menu .menuKap .kap { width: 100%; justify-content: space-between; }
 html.open-menu .menuKap .araMenu { z-index: 50000; }
 #mobilMenu nav > ul { align-items: flex-start; }
 /********/
 #slider .swiper-slide .item { flex-direction: column; }
 #slider .swiper-slide video { margin: 0; }
 #slider .swiper-slide .resim { width: 100%; height: 50%; overflow: hidden; }
 #slider .swiper-slide .metin { width: 100%; padding: 30px 10px 0 10px; margin: 0 0 35px; height: 50%; }
 #slider .swiper-slide .metin .kisaOzet { width: 100%; font-size: 40px; line-height: 56px; }
 /*******/
 .diller a { padding: 5px 3px; }
 /*******/
}
