﻿html { scroll-behavior: smooth; }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #fff; color: var(--tema-renk-icerik); }
a, a:active, a:hover, a:visited { text-decoration: none; transition: all ease .1s; color: var(--tema-renk-link); }
h1, h2, .h2, .h3, .h4, h3, h4 { font-family: var(--baslik-fontu); font-weight: 700; color: var(--tema-renk-baslik); font-size: var(--baslik-font-boyutu); }

:focus, input:focus { outline: 0 !important; }
::placeholder { color: #aaa; opacity: 1; }

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 }
/******/
.container { margin: 0 auto; position: relative; z-index: 3; }
.container:after, .etezgah:before { display: table; content: " "; }
.etezgah:after { clear: both; }
.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% }
/******/
.menukapsul { display: flex; justify-content: center; margin-top: 28px; column-gap: 32px; align-items: center; }

.scrollingText { margin: 30px 0 33px 0; width: 100%; overflow: hidden; white-space: nowrap; box-sizing: border-box; }

.scrollingText .text { padding-right: 30px; display: inline-block; padding-left: 0%; animation: scrollText 10s linear infinite; color: #d5d5d5; }
.scrollingText .text .bir { font-size: 20px; font-family: var(--baslik-fontu); }
.scrollingText .text .iki { font-size: 21px; }

@keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


#ustslider { height: 100vh; padding-top: 216px; }
#ustslider .container { position: unset; }
#ustslider:after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; background: radial-gradient(circle, #0097f1 80px, #007fcb); }
header {padding: 10px 50px;position: relative;background: radial-gradient(circle, #0097f1 80px, #007fcb);}



header .logo { position: relative; display: block; width: fit-content; margin: 30px auto 0 auto; }
header .logo a { }

header .logo img { }
header nav { }
header nav .ul1 { display: flex; margin: 0; line-height: 46px; font-weight: 400; width: 100%; flex-wrap: nowrap; justify-content: center; }
header nav .li1, header nav a { position: relative }

header nav .li1 { }
header nav .li1 > a { color: #fff; display: block; line-height: 27px; font-size: 17px; font-weight: 400; outline: 0; position: relative; letter-spacing: 1px; transition: all ease .4s; }
header nav .li1 > a::after {content: '';position: absolute;width: 100%;height: 4px;background-color: #e5c791;left: 0;bottom: -4px;z-index: 0;transform: scaleX(0);transform-origin: bottom right;transition: transform 0.4s ease-out;}
header nav .li1 > a:hover { color: #e5c791; }
header nav .li1 > a:hover::after { transform: scaleX(1); transform-origin: bottom left; }

header nav .li1 > a > i { color: #D14D42; font-size: 20px; display: block; margin-top: 2px; }


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: 1px; height: 0; border: 4px solid transparent; border-bottom: 0; border-top: 5px solid var(--tema-renk1); }
header .li1.okKoy:hover:after { display: none }
/****/
header nav .ulWrap2 { display: none; background: #fff; position: absolute; top: 40px; left: -73px; z-index: 98; width: 283px; padding: 10px 0; text-align: left; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09); border-top: solid 4px var(--tema-renk2); }
header nav .ulWrap2:after { position: absolute; top: -11px; left: 50%; margin-left: -4px; width: 0; height: 0; border: 8px solid transparent; border-top: 0; border-bottom: 7px solid var(--tema-renk2); 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: var(--tema-renk2); }

/****/
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 nav .li2.okKoy2:hover:after { display: none; }
header .okKoy2 { position: relative }

/******/
.socIkon a { display: inline-block; position: relative; }
.socIkon a:after { background: url(/d/ortak.png) no-repeat; }
.socIkon a:hover { opacity: .8 }


/************/
/*******/
.sayfaTepe { overflow: hidden; padding: 31px 0; position: relative; margin: 0 0 43px 0; text-align: center; }
.sayfaTepe h1 { text-transform: uppercase; margin: 0; position: relative; z-index: 5; font-size: 22px; font-weight: 600; color: #000; display: inline-block; }



.breadcrumb > li { color: #111; letter-spacing: 1px; display: inline-block; font-size: 11px; }
.breadcrumb a { color: #000 }

.breadcrumb > li + li:before { padding: 0 5px; color: #2a3990; content: "/\00a0"; }


/************/


.sayfaTepe h1 { color: var(--tema-renk1); margin: 0; font: 400 28px var(--baslik-fontu); }
.breadcrumb { padding: 0; margin: 0; list-style: none; border-radius: 4px; padding: 7px 0 0 0; position: relative; z-index: 5; margin: 0 }

.breadcrumb > li { color: #ddd; letter-spacing: 1px; display: inline-block; font-size: 11px; }
.breadcrumb a { color: #58585a; font-weight: 400; font-size: 15px; font-family: var(--icerik-fontu); }

.breadcrumb > li + li:before { padding: 0 8px; color: #555; content: "/\00a0"; font-size: 16px; }

/*******/
header nav .li1:hover .bolgeler { display: block; width: 400px; left: -139px; }
header nav .li1 .bolgeler:after { left: 193px; }


.logoBeyaz { display: none }

/******/
#kuslar { position: relative; text-align: center; display: flex; justify-content: center; column-gap: 30px; }
#kuslar div { color: #fff; font-family: var(--baslik-fontu); font-size: 85px; line-height: 86px; }
#kuslar div .bir { display: block; }
#kuslar div .iki { display: block; margin-left: -59px; }
#kuslar img { display: inline-block; z-index: 5; position: relative; width: 309px; }

#slider { background: #bca172; position: relative; padding-left: 50px; }

#sliderOwl { max-width: 100%; }
#sliderOwl .item { position: relative; }
#sliderOwl .resim { }
#sliderOwl .resim img { }

/************/ .slideOklar { position: absolute; top: 50%; z-index: 99; right: 0; width: 100%; transform: translateY(-50%); }
.slideOklar i { }
.slideOklar .left, .slideOklar .right { width: 60px; height: 60px; background: #fff; display: block; position: absolute; border-radius: 50%; text-align: center; }
.slideOklar .left { left: 75px; padding: 7px 0px 0 1px; }
.slideOklar .right {right: 75px;padding: 7px 0 0 3px;}
.slideOklar .left:hover svg,
.slideOklar .right:hover svg { fill: #111; }
.slideOklar .left svg, .slideOklar .right svg { width: 47px; height: 47px; fill: #bca172; }
.slideOklar .left svg { transform: rotate(180deg); }
.slideOklar .right svg { }
/*********/
/******/
.menuFixle { margin: 0; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; text-align: center; background: #bca172; box-shadow: 0 0 10px #00000087; padding: 0 25px; }
.menuFixle .menukapsul { margin: 0; }
.menuFixle nav { margin: 9px 0 0 0; }
.menuFixle ul { justify-content: center !important; margin-top: 10px; }
.menuFixle .li1 > a { padding: 11px 12px; }
.menuFixle a:hover { }
.menuFixle .altMenulu:after { color: #fff; }
.menuFixle .li1 { background: transparent; }
.menuFixle .ulWrap2 { top: 59px !important; }
.menuFixle .li1.okKoy:after { top: 25px; color: #fff; right: 0; }
.menuFixle a:before { display: none !important }
.menuFixle .ulWrap2:after { border-bottom: 7px solid #fff !important; }
.menuFixle .logo { margin: 13px 0 0 0; }
.menuFixle .logo img { max-width: 215px; margin-top: -9px; }
.menuFixle nav.menu { margin: 0; transition: all ease .3s; }
.menuFixle #sagNav { margin: 4px 0 0 0; transition: all ease .3s; }
.menuFixle a.teklifA { background: #ede6d9; color: #bca172; padding: 13px 17px; margin-top: 9px; }
.menuFixle a#telNo { margin: 27px 0 0 25px; }
.menuFixle .cl12.xs4 { width: 20% }
.menuFixle .cl12.gizle-xs { width: 80% }
/***/
a.teklifA { display: block; transition: all .4s ease; position: relative; background-color: #bca172; color: #fff; font-size: 15px; font-weight: 600; padding: 13px 17px; letter-spacing: 1px; border-radius: 19px; text-align: center; }
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#telNo { font-size: 19px; color: #fff; font-weight: 500; display: block; float: right; position: relative; margin: 47px 0 0 25px; }
#altslogan { display: flex; justify-content: space-between; width: 1170px; max-width: 100%; align-items: flex-end; }

#ustslider #kapsul { display: flex; flex-direction: column; justify-content: space-between; height: calc(100vh - 218px); padding: 80px 0 20px 0; }

#slogan2 { color: #fff; text-align: center; position: relative; z-index: 555; font: 400 13px var(--icerik-fontu); }
#slogan2 .bir { }
#slogan2 .iki { font-size: 14px; }

#slogan3 { text-align: center; }
#slogan3 .bir { display: block; color: #fff; margin-bottom: 12px; }
#slogan3 .iki { font-size: 19px; background-color: #bca172; letter-spacing: 1px; border-radius: 19px; color: #fff; padding: 10px 40px; display: block; }


/*Whatsapp**/
.whatsChat { display: none; color: #25d366; display: block; position: fixed; z-index: 125; left: 20px; bottom: 20px; font: 400 16px var(--icerik-fontu); letter-spacing: 0; animation: joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both; animation-delay: 5s; transform-origin: calc(60px/-2) calc(60px/-4); user-select: none; touch-action: manipulation; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgb(0 0 0/0); --peak: url(#joinchat__peak_l); transform: scaleX(1); }
.whatsChatShow { display: block; transform: scaleX(1) }
.whatsChatBtn { display: flex; flex-direction: row; position: absolute; z-index: 2; bottom: 8px; left: 8px; height: 60px; min-width: 60px; background: #25d366; color: inherit; border-radius: calc(60px /2); box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24); cursor: pointer; transition: background-color .2s linear; animation: shadow 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }
.whatsOpn { width: 60px; height: 60px; border-radius: 50%; background-size: 60%; overflow: hidden; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E"); background-color: rgb(0 0 0/0); background-position: 50% 50%; background-repeat: no-repeat; }
.whatsChatText { padding: 0; max-width: 0; border-radius: 60px; font-weight: 600; line-height: 60px; white-space: nowrap; opacity: 0; overflow: hidden; text-overflow: ellipsis; transition: none }
.whatsChatSend { display: none; flex-shrink: 0; width: 60px; height: 60px; max-width: 60px; padding: calc(60px*0.18); margin: 0; overflow: hidden }
.whatsChatTooltip { position: absolute; top: calc(60px/2 - 16px); left: calc(60px + 16px); max-width: calc(100vw - 60px - 45px); height: 32px; padding: 0 14px; border: none; border-radius: 16px; background: #fff; color: rgba(0,0,0,.8); line-height: 31px; white-space: nowrap; opacity: 0; transition: opacity .3s ease-out .4s; filter: drop-shadow(0 1px 4px rgba(0,0,0,.4)); pointer-events: none }
.whatsChatTooltip div { width: -moz-max-content; width: max-content; max-width: 100%; overflow: hidden; text-overflow: ellipsis }
.whatsChatTooltip:after { content: ""; display: block; position: absolute; top: 10px; left: -6px; border: 8px solid transparent; border-width: 6px 0 6px 8px; border-left-color: #fff; rotate: 180deg; }
.whatsChatBox { display: flex; flex-direction: column; position: absolute; bottom: 0; left: 0; z-index: 1; width: calc(100vw - 20px*2); max-width: 400px; max-height: calc(100vh - 20px - 20px); border-radius: calc(60px/2 + 2px); background: #fff linear-gradient(180deg,#25d366,#25d366 calc(60px*1.16667),rgb(37 211 102/4%) calc(60px*1.16667),rgb(37 211 102/4%)); box-shadow: 0 2px 6px 0 rgba(0,0,0,.5); text-align: left; overflow: hidden; transform: scale3d(0,0,0); opacity: 0; transition: max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s }
.whatsChatHeader { display: flex; flex-flow: row; align-items: center; position: relative; flex-shrink: 0; height: calc(60px*1.16667); min-height: 50px; padding: 0 70px 0 26px; margin: 0 }
.whatsChat-wa { height: 28px; width: auto; fill: #fff; opacity: .8 }
.whatsClose { --size: 34px; position: absolute; top: calc(50% - 34px/2); right: 24px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat; background-size: 12px; cursor: pointer; transition: background-color .3s ease-out }
.whatsChatContent { width: calc(100% + 4px); padding: 20px 0 calc(60px + 16px) }
.whatsChatMessage { position: relative; min-height: 56px; padding: 15px 20px; margin: 0 26px 26px; border-radius: 26px; background: #fff; color: #4a4a4a; word-break: break-word; filter: drop-shadow(0 1px 2px rgba(0,0,0,.3)); transform: translateZ(0) }
.whatsChatMessage:before { content: ""; display: block; position: absolute; bottom: 18px; left: -15px; width: 17px; height: 25px; background: inherit; -webkit-clip-path: var(--peak); clip-path: var(--peak) }
.whatsChatSend path { fill: none !important; stroke: #fff !important }
.whatsChatSend .joinchat_svg__plain { stroke-dasharray: 1097; stroke-dashoffset: 1097; animation: joinchat_plain 6s .2s ease-in-out infinite }
.whatsChatSend .joinchat_svg__chat { stroke-dasharray: 1020; stroke-dashoffset: 1020; animation: joinchat_chat 6s 3.2s ease-in-out infinite }
.whatsChatBtn:hover { background: #128c7e; transition-duration: 1.5s }
.whatsChatBtn:hover .whatsChatTooltip { opacity: 1; animation: none; transition: opacity .2s }
.whatsChat.active .whatsChatBox { opacity: 1; transform: scaleX(1); transition: max-height .2s ease-out,opacity .2s ease-out,transform 0s linear }
.whatsChat.active .whatsOpn { display: none }
.whatsChat.active .whatsChatSend { display: block }
.whatsChat.active .whatsChatText { padding: 0 4px 0 24px; max-width: min(400px - 16px - 60px,100vw - 16px - 60px - 2*20px); opacity: 1; transition: max-width .2s linear,opacity .4s ease-out .2s }
.whatsChat.active .whatsChatText a { color: #fff }
.whatsChat.active .whatsChatTooltip { display: none }

@keyframes joinchat_show {
    0% { transform: scale3d(0,0,0) }

    to { transform: scaleX(1) }
}

@keyframes joinchat_plain {
    0%,50%,to { stroke-dashoffset: 1097 }

    5%,45% { stroke-dashoffset: 0 }
}

@keyframes joinchat_chat {
    0%,50%,to { stroke-dashoffset: 1020 }

    5%,45% { stroke-dashoffset: 0 }
}


@keyframes shadow {
    to { box-shadow: 0 0 0 40px rgba(232, 76, 61, 0); }
}
/*Whatsapp**/


@media (min-width: 1901px) {
    .container { width: 1170px; }
}


@media (min-width:1601px) and (max-width: 1900px) {
}

@media (min-width:1401px) and (max-width: 1600px) {
}

@media (min-width:1200px) and (max-width: 1400px) {
}

@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; }

    .etezgah { 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; }
    .xs10 { width: 80%; padding: 0; }
    .xs12 { width: 100%; padding: 0; }

    header .logo a { position: relative }

    header .row { display: flex }
    a.teklifA { margin-top: 23px; }
    a#telNo { margin-top: 14px; }
    #kuslar { margin-top: 0; display: block; }
    #sliderOwl .item { margin: 0; overflow: hidden; }

    #slider .container { padding: 0 }
    .menuFixle .logo img { width: 206px; }
    header { padding: 11px 10px 27px 10px; }
    #slogan2 { font-size: 26px; margin: 50px 0 20px 0; }
    #slogan2 .iki { font-size: 26px; display: block; }
    .logo img { max-width: 230px; }
    #sliderOwl .resim img { height: 180px; width: auto; max-width: initial; }
    #ustslider { padding-top: 75px; height: auto; position: relative; }
    #ustslider #kapsul { display: block; padding-top: 50px; }
    header .logo { margin: 0; }
    #kuslar div { font-size: 56px; line-height: 58px; }
    #altslogan { display: block; }
    #slider { padding-left: 0 }
.slideOklar .left, .slideOklar .right{width:40px;height:40px}
.slideOklar .left svg, .slideOklar .right svg{width:30px;height:30px}
.slideOklar{
    bottom: 20px;
    top: initial;
    transform: initial;
}
}
