﻿html { scroll-behavior: smooth; }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #fff; color: #111; font-weight: var(--icerik-font-weight); }
a, a:active, a:hover, a:visited { text-decoration: none; color: var(--tema-renk3); }
h1, h2, .h2, .h3, .h4, h3, h4, .title { font-family: var(--baslik-fontu); font-weight: var(--baslik-font-weight); color: var(--tema-renk1); font-size: var(--baslik-font-boyutu); }
:focus, input:focus { outline: 0 !important; }
::placeholder { color: #aaa; opacity: 1; font-weight: var(--icerik-font-weight) }
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; }
/***/
* { box-sizing: border-box; }
.container { width: 1170px; margin: 0 auto; max-width: 100%; position: relative; }
.row { display: flex; }
.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 { transition: all ease .4s; position: fixed !important; width: 100%; z-index: 99; top: 0; box-shadow: 0px 1px 10px 2px #0000000f; background: #fff; }
.menuFixle .logo img { }
.menuFixle nav .li1 > a { padding: 2px 5px 5px 5px; }
.menuFixle nav .ulWrap2 { top: 44px; }
.menuFixle .li1.okKoy:after { }
.menuFixle a.teklifal { }
.menuFixle .logo { }
.menuFixle .iletIn a { margin-top: -2px; }
.menuFixle #mobilMenu { top: 0; }
.menuFixle #hamburger { top: 22px; }
/*********/
header { position: absolute; width: 100%; top: 4%; left: 0; padding: 10px 0; }
header:before { content: ""; background: rgba(0, 0, 0, 0.49); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; }
header .logo { position: relative; display: block; z-index: 250; }
header .logo a { display: block; text-align: center; margin: 9px 0 0 0; max-width: 100%; }
header .logo img { max-width: 151px; }
header .logoRen { position: absolute; top: -17px; left: 150px; background: #d90e22; z-index: 25; padding: 0 15px 15px; }
header nav { margin: 14px 0 0 0; }
header nav.menuru .li1 a { font-size: 14px; margin: 17px 10px 0 0; }
header nav .ul1 { display: flex; margin: 0; line-height: 46px; font-weight: 700; width: 100%; flex-wrap: nowrap; justify-content: center; }
header nav .li1, header nav a { position: relative }
header nav .li1 { line-height: 4px; }
header nav .li1 > a { color: var(--tema-renk3); margin: 7px 16px 0 0; display: block; text-transform: uppercase; padding: 0 0 20px 0; position: relative; z-index: 3; font: 500 14px var(--baslik-fontu); line-height: 27px; }
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 { 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 { opacity: .8; }
header nav .li1:last-child a { padding-right: 0; }
header .li1.okKoy { position: relative; }
header .li1.okKoy:after { left: 50%; color: #28a4db; content: ''; position: absolute; z-index: 3; width: 0; bottom: 24px; 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 .tele { display: inline-flex; z-index: 250; position: relative; }
header .tele a { color: #fff; font-size: 17px; }
/****/
header nav .ulWrap2 { display: none; background: #fff; position: absolute; top: 54px; left: 40%; transform: translateX(-50%); z-index: 98; width: 450px; 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 #000; content: ""; }
header nav .ul2 { position: relative; }
header nav .li1:hover > .ulWrap2 { display: block; }
header nav > ul > li .ulWrap2 li { width: 50%; margin-bottom: 10px; }
header nav > ul > li .ulWrap2 ul { display: flex; flex-wrap: wrap; padding: 15px 14px; }
header nav > ul > li .ulWrap2 li a { display: block; padding: 10px 15px; font: 400 14px var(--baslik-fontu); transition: all 500ms ease; }
header nav > ul > li .ulWrap2 li a:hover { background: var(--tema-renk2); color: #fff; }
/****/
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; }
/****/
#slider { position: relative; height: 100vh; }
#slider .swiper-pagination { position: absolute; bottom: 15px; z-index: 999; right: 10px; transform: initial; text-align: right; left: initial; width: fit-content; }
#slider .swiper-pagination-bullet { width: 30px !important; height: 30px !important; line-height: 28px; text-align: center; padding: 2px 0 0 0; color: #000000; font-size: 19px; opacity: 1; background: #c0c0c0; }
#slider .swiper-pagination-bullet-active { color: #fff; background: var(--tema-renk1); }
#slider #sliderSwiper { height: 100vh; }
#slider .swiper-slide:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(0deg, #000000, transparent 50%); z-index: 9; }
#slider .swiper-slide:after {content: "";display: block;width: auto;height: 100%;position: absolute;left: 0;top: 0;max-width: initial;/* background: linear-gradient(180deg, #000000, transparent 50%); */z-index: 9;}

#slider .swiper-slide { overflow: hidden; }
#slider .swiper-slide video { width: 100%; height: auto; object-position: bottom; }
#slider .swiper-slide figure{height:100vh}
#slider .swiper-slide img {width: auto;height: 100%;max-width: initial;min-width: 100%;}
#slider .swiper-slide .metin { position: absolute; z-index: 11; bottom: 10px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; }
#slider .swiper-slide .metin .title { margin: 0; font-size: 26px; color: #fff; line-height: 45px; }
#slider .swiper-slide .metin .title br { display: none; }
#slider .swiper-slide .metin a { background-color: #fff; color: #000; padding: 7px 35px; margin-top: 30px; display: inline-block; opacity: 0; display: none; }
#slider .slide-inner { width: 100%; height: 100%; }
/***/
#slider .swiper-button-next:hover { filter: brightness(0); }
#slider .swiper-button-prev:hover { filter: brightness(0); }
.slideOklar { margin: 25px 0 0 0; }
.slideOklar .left, .slideOklar .right { background: url(/d/ortak.png); display: block; width: 33px; height: 66px; position: absolute; z-index: 5; top: 50%; margin-top: 0; border-radius: 50%; left: 0; }
.slideOklar .left { background-position: -588px -674px; transform: rotate(180deg); }
.slideOklar .right { right: 0; background-position: -588px -674px; }
.slideOklar .left:hover { transform: scale(1.1) rotate(180deg); }
.slideOklar .right:hover { transform: scale(1.1); }
/************/
/*********/
.sayfaTepe { padding: 159px 0 45px; position: relative; background: var(--tema-renk2) }
.sayfaTepe .container { }
.sayfaTepe .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 5; }
.sayfaTepe .overlay:after { content: ''; position: absolute; top: 0; left: 0; background: #0000006b; width: 100%; height: 100%; }
.sayfaTepe .overlay video { height: auto; max-width: initial; width: 100%; }
.sayfaTepe h1 { color: #fff; margin: 1px 0 0 0; font: 600 18px var(--icerik-fontu); line-height: 20px; text-align: center; text-transform: uppercase; font-size: 27px; }
.breadcrumb { padding: 0; margin: 12px 0 0 0; line-height: 20px; text-align: center; }
.breadcrumb > li { color: #f1f1f1; display: inline-block; font-size: 13px; }
.breadcrumb a { color: #f1f1f1; font-weight: 400; font-size: 13px; font-family: var(--icerik-fontu); }
.breadcrumb > li + li:before { padding: 0 1px 0 5px; color: #f2f2f2; content: "/\00a0"; font-size: 13px; }
/*******/
#sagNav { float: right; }
a.teklifA { display: block; min-width: 117px; height: 40px; transition: all .4s ease; position: relative; background-color: var(--tema-renk1); color: #fff; font-size: 13px; font-weight: 400; padding: 13px 15px; letter-spacing: 1px; border-radius: 3px; z-index: 1; }
a.teklifA:hover { background-color: var(--tema-renk2); }
a.teklifA:after { content: ''; position: absolute; border-radius: 50%; top: 15px; right: 10px; background: url(/d/r/sprite.png) no-repeat -450px -509px; width: 17px; height: 11px; }
a.teklifA:hover:after { filter: brightness(20%); }
a.teklifA:before { content: ""; border-radius: 3px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transform: scaleX(0); transform-origin: right center; transition: transform .24s cubic-bezier(.37,.31,.31,.9); background-color: var(--tema-renk2); }
a.teklifA:hover:before { transform: scaleX(1); transform-origin: left center; }
a.telefA { color: #f5bd42; margin: 12px 0 0 0; font-size: 21px; font-weight: 500; line-height: 29px; }
a.telefA:after { content: '' }
/******/
.pakla { clear: both; }
.goster-xs { display: none !important; }
.gizle-xs { display: block !important; }
/**mobil**/
#mobilMenu { position: fixed; height: 10%; z-index: 998; width: 100%; background: #eeeeee; color: #fff; height: 86px; left: 0; top: 25px; display: none; }
#mobilMenu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar { width: 6px; background-color: #F5F5F5 }
#mobilMenu::-webkit-scrollbar-thumb { background-color: #000 }
#kapatMobil { position: absolute; top: 9px; bottom: auto; left: auto; right: 15px; font-size: 10px; color: #fff; background: 0 0; }
#kapatMobil i { font-size: 35px; color: #1d1e20; }
#kapatMobil:hover { color: #ccc }
#mobilMenu > ul { margin: 0; padding: 0; border: 0; text-align: center; }
#mobilMenu > ul > li { position: relative; display: inline-flex; }
#mobilMenu > ul > li:hover a:after { width: 100%; }
#mobilMenu li.okKoy { position: relative }
#mobilMenu .show-subnav { display: block !important }
#mobilMenu > ul > li > a { font-size: 16px; font-style: normal; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
#mobilMenu > ul > li > ul > li > a { padding-left: 35px; padding-right: 35px }
#mobilMenu > ul > li ul a { font-size: 16px; font-style: normal; font-weight: 400; text-transform: none; line-height: 15px; letter-spacing: 0; color: #999; padding: 25px 26px; width: 100%; margin: 0; display: block; }
#mobilMenu > ul > li ul li { }
#mobilMenu > ul > li ul li a:hover { background: var(--tema-renk1); color: #fff; }
#mobilMenu > ul li a { position: relative; display: inline-flex; color: #000; margin: 15px; padding: 20px; z-index: 5; }
#mobilMenu > ul li a:hover { }
#mobilMenu > .ul1 .li1 a:after { content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: #fff; transition: all .6s ease; z-index: -1; }
#mobilMenu .ul1 .li1 .ulWrap2 { display: none; background: #fff; position: absolute; top: 61px; left: 47%; transform: translateX(-50%); z-index: 99999999999999; width: 276px; text-align: left; box-shadow: 0 2px 20px 0 rgb(0 0 0 / 9%); }
#mobilMenu .ul1 .li1:hover .ulWrap2 { display: block }
.mobilSosyal { margin-top: 10px; position: relative; text-align: center }
.mobilSosyal i { font-size: 12px; color: #fff; border-radius: 50%; border: 2px solid #e0e1e1; height: 28px; width: 28px; padding: 8px; margin: 5px 3px; text-align: center; line-height: 9px }
.mobilSosyal i:hover { color: #999 }
.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 }
#hamburger { display: block; width: 38px; height: 44px; transition: .5s ease-in-out; position: fixed; top: 43px; z-index: 9999; cursor: pointer; right: 54px; background: #3b3b3c; padding: 8px; border-radius: 5px; border: 1px solid #a5a5a5; }
#hamburger span { display: block; height: 2px; width: 70%; background: #f2f2f2; opacity: 1; left: 5px; transition: .25s ease-in-out; position: absolute; }
#hamburger span:nth-child(1) { top: 12px; }
#hamburger span:nth-child(2), #hamburger span:nth-child(3) { top: 20px; }
#hamburger span:nth-child(4) { top: 28px; }
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(4) { top: 15px; width: 0; left: 50%; }
#hamburger.open span:nth-child(2) { transform: rotate(45deg); }
#hamburger.open span:nth-child(3) { transform: rotate(-45deg); }

/**mobil**/
#test { position: absolute; right: 10%; top: 50%; transform: translateY(-50%); width: 400px; overflow: hidden; height: 330px; z-index: 55; }
#test .swiper-container { width: 100%; height: 100%; }
#test .swiper-slide { text-align: center; font-size: 18px; /* Center slide text vertically */ justify-content: center; align-items: center; color: #fff; }
#test .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
/******/
#sosyalNC { margin: -2px 30px 0 0; clear: both; float: right; }
#sosyalNC a { color: #020e27; font-size: 14px; display: block; margin-left: 30px; position: relative; font-weight: 600; }
#sosyalNC a { background: url(/d/r/sprite.png) no-repeat; display: block; margin-left: 13px; height: 24px; width: 16px; opacity: .8; filter: invert(1); margin-right: 0 !important; }
#sosyalNC a:hover { opacity: 1; }
#sosyalNC a.face { background-position: -491px -565px; }
#sosyalNC a.inst { background-position: -552px -649px; }
#sosyalNC a.linked { background-position: -513px -512px; width: 34px; height: 34px; }
/******/
#sabittel { position: fixed; left: 15px; bottom: 15px; color: #fff; z-index: 100; display: none; }
#sabittel > li:hover ul { display: block; height: auto; opacity: 1; }
#sabittel .bir { background: #6cd284; border-radius: 50%; right: 0; display: block; width: 60px; height: 60px; position: relative; z-index: 1; }
#sabittel .bir:after { content: ''; position: absolute; top: 14px; z-index: 3; left: 15px; background: url(/d/r/whatsappana.png); width: 32px; height: 33px; }
#sabittel li ul { position: absolute; bottom: 60px; left: -12px; height: 0; transition: height ease .5s; z-index: 0; overflow: hidden; background: #ffffff; padding: 12px 12px 0 12px; border-radius: 4px; opacity: 0; transition: opacity ease .2s; }
#sabittel li ul li { margin: 0 0 15px 0; }
#sabittel li ul li a { position: relative; font-size: 16px; display: block; font-weight: 400; padding: 2px 0 3px 37px; }
#sabittel li ul li:hover a span { background: var(--tema-renk3); color: #fff; }
#sabittel li ul li:hover a:after { transform: rotate(360deg); }
#sabittel li ul li:hover a:before { }
#sabittel li ul li a:before { content: ''; position: absolute; height: 36px; width: 35px; border-radius: 50%; background: var(--tema-renk1); left: 0; top: 0; }
#sabittel li ul li a:after { content: ''; position: absolute; height: 22px; width: 23px; background: url(/d/r/whatsappana2.png) no-repeat; left: 7px; top: 6px; transition: transform ease .5s; }
#sabittel li ul li a span { display: block; background: #ededed; color: #111; padding: 9px 12px 6px 21px; border-radius: 0 5px 5px 0; transition: background ease .5s; margin: -1px 0 0 -14px; width: 190px; }
/*********/
#paylasOrtak { position: relative; margin-top: 15px; display: inline-flex; z-index: 250; }
#paylasOrtak:after { /* content: ''; */ position: absolute; right: -3px; top: -4px; height: 41px; width: 1px; background: #a2a2a2; }
#paylasOrtak .item { }
#paylasOrtak .item a.paylasLink { width: 50px; height: 50px; background: #00375a; display: flex; justify-content: center; align-items: center; display: none; }
#paylasOrtak .item a.paylasLink svg { width: 30px; height: 30px; fill: #fff; }
.paylasOnOff { display: flex !important; margin: 0 10px; }
.paylasOnOff a { width: 30px; height: 30px; border-radius: 5px; float: left; text-align: center; color: #fff; margin-left: 17px; display: flex; align-items: center; justify-content: center; }
.paylasOnOff a svg { fill: #fff; width: 18px; height: 18px; }
.paylasOnOff a:hover { box-shadow: 0 0 12px rgba(0,0,0,.5); }
/********/
.dropdown { position: relative; display: inline-block; }
.dropdown strong { font-weight: 400; border-radius: 16px; font-size: 13px; display: flex; align-items: center; }
.dropdown strong svg { width: 7px; display: inline-block; height: 7px; overflow: visible; }
.dropdown strong img { margin-right: 6px; }
.dropdown span { display: block; padding: 3px 24px 6px 9px; }
.dropdown a { color: #3c3c3c; font-weight: 400; font-size: 15px; }
.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: 20; right: -20px; border-radius: 5px; padding: 10px 0 5px 0; top: 22px; }

.diller { display: inline-block; min-height: 42px; text-align: center; cursor: pointer; width: 90px; margin-top: 10px; padding-top: 10px; border-radius: 100px; }
.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; }
.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; }
/*******/
@media (min-width:1401px) {
    .container { }
    #slider .swiper-slide .metin { }
    #slider .swiper-pagination { left: calc(50% - 700px); }
}

@media (min-width:1200px) and (max-width: 1400px) {
    #slider div.item .metin { }
}

@media (min-width:992px) and (max-width:1199px) {
    .container { width: 96%; padding: 0 10px; margin: 0 2% }
}

@media (min-width:768px) and (max-width:991px) {
    .container { width: 100%; padding: 0 10px }
    .gizle-xs { display: none !important; }
    .goster-xs { display: block !important; }
    .xs4 { width: 40%; padding: 0; }
    .xs6 { width: 50%; padding: 0; }
    .xs8 { width: 60%; padding: 0; }
    .xs12 { width: 100%; padding: 0; }
    /********/
}

@media (max-width:767px) {
    .container { padding: 0 10px }
    .row { display: block; }
    .gizle-xs { display: none !important; }
    .goster-xs { display: block !important; }
    .xs4 { width: 40%; padding: 0; }
    .xs6 { width: 50%; padding: 0; }
    .xs8 { width: 60%; padding: 0; }
    .xs10 { width: 80%; padding: 0; }
    .xs12 { width: 100%; padding: 0; }
    #sagNav { margin: 45px 0 0 0; }
    a.teklifA { padding: 6px 5px; height: 26px; min-width: 76px; font-size: 12px; }
    a.teklifA:after { display: none }
    #mobilcontact div address { width: 100% }
    header .row { /* display: flex; */ }
    #mobilMenu { padding: 132px 20px 0; height: 100%; margin-top: 0; top: 0; overflow-y: auto; }
    #mobilMenu .row { display: flex; flex-wrap: wrap }
    #mobilMenu .cl3 { order: 2; }
    #mobilMenu .cl9 { order: 1; }
    #mobilMenu .li1 { margin-right: 0; display: block; margin-bottom: 20px; }
    #mobilMenu iframe { width: 100%; height: 280px; }
    header .logo { margin-bottom: 17px; }
    header .logo img { position: relative; }
    .sayfaTepe .overlay video { width: auto; height: 250px; }
    .breadcrumb a, .breadcrumb > li { }
    .sayfaTepe .container { position: relative; z-index: 8; }
    #mobilMenu .ul1 { /* margin-bottom: 45px; */ }
    #mobilMenu > ul li a { position: relative; display: inline-flex; color: #000; padding: 15px; margin: 0; width: 100%; }
    .breadcrumb > li + li:before { }
    header .sag { position: absolute; right: 10px; top: 20px; margin: 0; width: 30px; }
    header .logo a { text-align: left }
    header .orta { margin: 0 0 0 0; height: 95px; max-width: 100%; }

    header #paylasOrtak { }
    header #paylasOrtak .paylasOnOffd { }
    header #paylasOrtak .paylasOnOffd a { }
    #hamburger { margin: 0; right: 20px; top: 48px; }
    .menuFixle #hamburger { top: 50px; }
    header .tele { /* position: absolute; */ /* margin: 0 0 0 20px; */ /* bottom: 0; */ }
    header #paylasOrtak { margin: 0; padding: 0; top: -2px; right: 0; }

    .masterstory { position: relative !important; }
    #mobilcontact div strong { color: #ddd }
    #mobilcontact div a { color: #fff }
    #urunMenusu { width: 100%; }
    #yanmenu { display: none; }
    .menuFixle .row { margin: 0 10px !important }
    .menuFixle { /* padding: 10px 0 0; */ }
    #paylasOrtak { position: absolute; right: 60px; top: 20px; z-index: 9; margin: 0; }
    .diller { position: absolute; right: 10px; top: 75px; z-index: 9; }
    .dropdown strong img { filter: brightness(100) invert(0) }
    .dropdown strong a { color: white; }
    .dropdown strong svg { color: white }
    .dropdown-content { right: 0; }
    /*****/
    #slider { }
    #slider #sliderSwiper, #slider .slide-inner { }
    #slider .swiper-slide video { width: auto; height: 100vh; overflow: hidden; left: 50%; transform: translateX(-50%); position: absolute; }
    #slider .swiper-slide .metin { left: 10px; transform: translate(0,-50%); top: 50%; height: auto; bottom: initial; }
    #slider .swiper-slide .metin .title { font-size: 30px; padding: 0 27px; line-height: 40px; }
    #slider .swiper-slide img { width: auto; height: 100vh; overflow: hidden; left: 50%; transform: translateX(-50%); position: absolute; }
    #slider .ozet br { display: none; }
    #slider div.item {padding: 0;height: 100vh;}
    #slider h2 { font-size: 26px; }
    #slider div.item .metin { margin: 0; width: calc(100% - 20px); z-index: 5; padding: 0; text-align: left; transform: initial; left: 10px; top: 175px; }
    #slider div.item .metin { margin: 0; width: calc(100% - 20px); z-index: 5; padding: 0; text-align: left; transform: initial; left: 10px; top: 120px; }
    #mobilMenu > ul li ul, #mobilMenu > ul li ul li ul { margin: 0; padding: 0; display: none }
    #mobilMenu .ul1 .li1 .ulWrap2 { position: relative; top: initial; left: initial; transform: initial; background: none; box-shadow: none; }
    .menuFixle #hamburger { top: 20px; }
    .sayfaTepe { padding: 200px 0 30px 0; margin: 0 0 9px 0; height: auto; }
}
