﻿@font-face { font-family: 'PlacardNext'; src: url('/d/font/placard-next/PlacardNextRegular.TTF') format('truetype'); font-weight: 400; font-style: normal; }

@font-face { font-family: 'PlacardNext'; src: url('/d/font/placard-next/PlacardNextMedium.TTF') format('truetype'); font-weight: 500; }

@font-face { font-family: 'PlacardNext'; src: url('/d/font/placard-next/PlacardNextBold.TTF') format('truetype'); font-weight: 700; }

@font-face { font-family: 'PlacardNext'; src: url('/d/font/placard-next/PlacardNextBlack.TTF') format('truetype'); font-weight: 900; }



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; }

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); }
/******/
#donenmetin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -90%); z-index: 2; width: 150px; height: 150px; display: flex; justify-content: center; align-items: center; background: transparent; overflow: visible; box-sizing: border-box; }
#donenmetin * { box-sizing: border-box; }
#donenmetin .inner-logo { margin: 11px 0 0 0; }
#donenmetin .inner-logo svg { width: auto; height: 70px; }
#donenmetin .inner-logo svg .cls-1 { fill: #E52A2A }
#donenmetin .rotating-text { position: absolute; width: 100%; height: 100%; animation: rotateText 25s linear infinite; }

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Metin karakterlerinin dairesel dizilimi - Yarıçap ve font küçültüldü */
#donenmetin .rotating-text span { position: absolute; left: 50%; transform-origin: 0 80px; /* 160px / 2 yarıçap */ font-size: 7px; /* Yaklaşık yarı boyut */ font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1a1a1a; white-space: nowrap; font-size: 10px; }
/******/

.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: 15px; font-weight: 400; color: #fff; display: flex; align-items: flex-start; column-gap: 5px; background: #e52a2a; border-radius: 19px; padding: 5px 16px; }
.phone-number a:hover { background: #c01414; }
.phone-number a svg { height: 24px; width: 24px; margin-top: -2px; }
/******/
header { padding: 40px 0 40px 0; position: relative; z-index: 10; }
header::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/d/r/ic-anadolunun-yukselen-yildizi-kayseride-gayrimenkul-yatirimi-yapmak-icin-5-stratejik-neden-1320290638.png'); background-size: cover; background-position: center; background-repeat: no-repeat; backdrop-filter: blur(15px) brightness(0.8); -webkit-backdrop-filter: blur(15px) brightness(0.8); /* Safari uyumu için */ z-index: -1; filter: blur(5px); opacity: .3; display: none }

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 }
/*****/
#nedenmetron { margin: 90px 0 0 0; padding: 0; box-sizing: border-box; background-color: #5F1F1F; color: #ffffff; overflow-x: hidden; width: 100%; display: block; }
#nedenmetron .swiper-pagination { text-align: left; margin-top: 30px; }
#nedenmetron .swiper-pagination .swiper-pagination-bullet-active { background: #c41e1e !important; height: 6px; width: 36px; margin: 0; }
#nedenmetron .swiper-pagination .swiper-pagination-bullet { background: #880f0f; opacity: 1; width: 36px; margin: 0; height: 6px; }
#nedenmetron .inner { display: flex; padding: 75px 0; }
#nedenmetron .ticker-wrap { width: 100%; height: 60px; position: relative; display: flex; align-items: center; padding: 26px 0 0 0; background-color: transparent; }
#nedenmetron .ticker-wrap.bottom { padding: 0 0 26px 0; }
#nedenmetron .ticker-bg { width: 100%; height: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='195' height='40'%3E%3Ctext x='10' y='25' fill='%23FF1C1C' font-family='Oswald, sans-serif' font-size='14' font-weight='700' letter-spacing='3'%3ENEDEN METRON%3C/text%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: center; }
#nedenmetron .top .ticker-bg { animation: nm-slide-left 15s linear infinite; }
#nedenmetron .bottom .ticker-bg { animation: nm-slide-right 15s linear infinite; }

@keyframes nm-slide-left {
    from { background-position: 0 center; }
    to { background-position: -250px center; }
}

@keyframes nm-slide-right {
    from { background-position: -250px center; }
    to { background-position: 0 center; }
}

#nedenmetron .intro-section { width: 30%; margin-left: calc((100% - 1270px) / 2); flex-grow: 0; padding: 0 60px 0 40px; display: flex; flex-wrap: wrap; align-content: center; }
#nedenmetron .intro-section h2 { font: 400 74px PlacardNext; text-transform: uppercase; margin: 0 0 16px 0; color: #ffffff; line-height: 78px; }
#nedenmetron .intro-section .summary { font-family: sans-serif; font-size: 16px; line-height: 22px; color: #e0e0e0; max-width: 400px; margin: 0; }
#nedenmetron .cards-wrapper { padding-bottom: 20px; width: 70%; flex-grow: 1; overflow: hidden; }
#nedenmetron .card { min-width: 263px; background-color: #c41e1e; padding: 160px 30px 30px 30px; position: relative; transition: transform 0.3s ease; overflow: hidden; }
#nedenmetron .card:hover { transform: translateY(-10px); }
#nedenmetron .card h2 { font: 400 38px PlacardNext; text-transform: uppercase; margin: 0 0 10px 0; color: #ffffff; line-height: 43px; width: min(123px,100%); height: 86px; }
#nedenmetron .card .summary { font-size: 15px; line-height: 19px; color: #fbfbfb; margin: 0; width: min(143px,100%); height: 63px; }
#nedenmetron .cards-wrapper::-webkit-scrollbar { height: 4px; }
#nedenmetron .cards-wrapper::-webkit-scrollbar-thumb { background: #c41e1e; border-radius: 10px; }

#nedenmetron .card .metin { position: relative; z-index: 5; }
#nedenmetron .card figure { position: absolute; top: -54px; left: -18px; z-index: 0; }
#nedenmetron .card figure img { width: 118%; max-width: initial; }

@media (max-width: 768px) {
    #nedenmetron .intro-section h1 { font-size: 50px; }
    #nedenmetron .container { padding: 40px 20px; }
}
/*****/
header .logo { align-items: center; display: block; }
header .logo svg { width: 190px; height: auto; max-width: initial; }
header nav { 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 { margin: 0 22px 0 0; display: block; padding-bottom: 10px; position: relative; z-index: 3; font: 400 17px var(--icerik-fontu); line-height: 27px; color: #000; }
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: var(--tema-renk1); 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 }
/*****/
#slider { position: relative; }
#slider .swiper-pagination { position: absolute; bottom: 5px; z-index: 999; left: 0; transform: initial; text-align: center; }
#slider .swiper-pagination-bullet { width: 45px; height: 3px; text-align: center; padding: 3px 0 0 0; font-size: 12px; opacity: 1; border-radius: 32px; background: #fff; }
#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 { z-index: 75; position: relative; height: 92vh; display: flex; align-items: center; }

#slider .swiper-slide .medya { width: 50%; }
#slider .swiper-slide figure { position: relative; width: 100%; height: 100%; }
#slider .swiper-slide figure img { width: 100%; }
#slider .swiper-slide .metin { width: 50%; }

#slider .swiper-slide .metin .inner { margin-left: calc((100% - 635px) / 2 ); padding-left: 68px; }

#slider .swiper-slide .metin .inner .button-container { display: flex; gap: 15px; /* Butonlar arası boşluk */ margin-top: 30px; }

#slider .swiper-slide .metin .inner .btn { display: inline-block; padding: 12px 30px; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; /* Hafif yuvarlatılmış köşeler */ transition: all 0.3s ease; border: 2px solid transparent; }
#slider .swiper-slide .metin .inner .btn-primary { background-color: #e32b2b; color: white; }
#slider .swiper-slide .metin .inner .btn-primary:hover { background-color: #c42424; }
#slider .swiper-slide .metin .inner .btn-secondary { background-color: white; color: #e32b2b; }
#slider .swiper-slide .metin .inner .btn-secondary:hover { background-color: #f9f9f9; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }


#slider .swiper-slide.videoVar .item:after { display: none }
#slider .swiper-slide .metin .baslik { font: 400 38px var(--baslik-fontu); color: #aeaeae; }
#slider .swiper-slide .metin .baslik em { display: block; color: var(--tema-renk1); font-style: normal; }
#slider .swiper-slide .metin .kisaozet { font: 400 74px PlacardNext; color: #000; line-height: 78px; text-decoration: none; opacity: 1; margin: 0 0 25px 0; }
#slider .swiper-slide .metin .kisaozet em { font-style: normal; color: #e52a2a; font-weight: 500; }
#slider .swiper-slide .metin .kisaozet strong { font-weight: 500; }
#slider .swiper-slide .metin .aciklama {font: 400 18px var(--icerik-fontu);color: #000;text-decoration: none;line-height: 25px;width: min(443px,100%);}
#slider .swiper-slide .metin .dicover { font: 400 18px var(--baslik-fontu); color: #fff; background: var(--tema-renk1); padding: 10px 25px; border-radius: 25px; margin: 25px 0 0; display: inline-block; border-color: var(--tema-renk1); }
#slider .swiper-slide .metin.ortayazi { left: 50%; transform: translate(-50%, -50%); text-align: center; top: 30%; width: 100%; }
#slider .swiper-slide .ortayazi .baslik { width: 100%; }


#slider .item1 { }
#slider .item1 .metin .baslik { color: #fff; }
#slider .item1 .metin .baslik em { color: #fff; }
#slider .item1 .metin .kisaOzet { color: #fff; }
#slider .item1 .metin .aciklama { }


#slider .swiper-button-next, #slider .swiper-button-prev { height: 38px; width: 38px; color: #000; background: #fff; position: relative; border-radius: 50%; }
#slider .swiper-button-next { right: 0; }
#slider .swiper-button-prev { left: 0; }
.navig { position: absolute; bottom: 12px; z-index: 99; display: flex; column-gap: 6px; left: 12px; }

.navig .swiper-button-next:after, .navig .swiper-button-prev:after { font-size: 14px; font-weight: 600; }

#slider video { width: 100%; height: auto; }

/*********/
.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: -11px; z-index: -4; top: -11px; width: 40px; height: 40px; border-radius: 50%; /* background: #fff; */ }
#hamburger span { display: block; height: 2px; width: 100%; background: #000; 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; z-index: 999; background: var(--tema-renk2); color: #fff; border-radius: 0; right: 0; }
#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 { border-bottom: solid 1px #232527; 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 18px var(--icerik-fontu); padding: 7px 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 }
/********/
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); }
/*********/

.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); }
}
/*Whatsapp**/
@media(min-width:1901px) {
    .container { width: 1800px; }
    #slider .swiper-slide .item { height: auto }
}
@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: 200px }
    #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; }
    /******/
    #slider { height: auto; }
    #slider:before { background-image: none; z-index: 5; }
    #slider .swiper-slide .item { display: block; height: auto; margin: 0; aspect-ratio: 1350/1920; }
    #slider .swiper-slide .metin { left: 0; width: 100%; transform: translateY(-50%); padding: 0 10px; position: absolute; top: 50%; z-index: 5; margin-top: 50px; }
    #slider .swiper-slide .metin .baslik { font-size: 32px; line-height: 34px; }
    #slider .swiper-slide .metin .kisaOzet { }
    #slider .swiper-button-next, #slider .swiper-button-prev { }
    #slider .swiper-slide figure { width: 100%; height: 100%; }
    #slider .swiper-slide video { height: 75vh; width: auto; }
    /******/
    .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; }
    #nedenmetron .inner { display: block; padding: 25px 0; }
    #nedenmetron .intro-section { width: 100%; margin: 0; }
    #nedenmetron .cards-wrapper { width: 100%; margin: 0; padding: 20px 10px; }
    #nedenmetron .card { min-width: initial }
    #nedenmetron .card h2 { font: 400 28px PlacardNext; line-height: 35px; height: 66px; }
    #mobilMenu nav > ul li ul, #mobilMenu nav > ul li ul li ul { display: block }
}
