body {font-family: "Rubik", sans-serif; overflow-x: hidden; padding:0; background: #0A0A0A;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%; margin:0; }
textarea:focus, input:focus{outline: none;}
::-webkit-scrollbar {width: 10px;background-color: #fff;border-left: 1px solid #fff;}
::-webkit-scrollbar-thumb {background-color: #000101;}
::-webkit-scrollbar-thumb:hover {background-color: #000101;}


.container { max-width:1400px;}
.ustmenu {width: 100%; min-height:70px; position:absolute; z-index:1;}
.ustmenu .container {padding:10px 0 0 0; border-bottom: 1px solid rgba(29, 29, 27, 0.1);}
.ustmenu .sagalan {float: right;padding: 1.8rem 0 0 0; margin-left:1em;}
.ustmenu .sagalan .analiz { width:175px; height:42px; float: right; display: flex;justify-content: left;align-items: center; text-align: center;  margin-left:10px; cursor:pointer; background:#1D1D1B; border-radius: 100px; color:#fff; font-size:13px; font-weight:600; padding: 0 0 0 5px;}
.ustmenu .sagalan .analiz img { margin-right:5px;}
.ustmenu .sagalan .analiz:hover { background:#E2DE1E; color: #1D1D1B;transition: all .35s; }
.ustmenu .sagalan .dil {width:42px; height:42px; position: relative; color:#1D1D1B; float: left; display: flex;justify-content: center;align-items: center; text-align: center; font-size:14px; font-weight: 600; cursor:pointer; margin-right: 10px;}
.ustmenu .sagalan .dil i { font-size: 12px; margin-left: 5px;}
.ustmenu .sagalan .dil:hover {}



/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
.ustmenu {width: 100%; min-height:140px; position: relative; z-index:1; background:#E2DE1E;}
.ustmenu .sagalan {float: right;padding: 0.8rem 0 0 0; margin-left:0; width:100%;}
.ustmenu .sagalan .cizgi {display:none;}
.ustmenu .container { border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:0 10px;}
.ustmenu .sagalan .sosyal {width:18%; height:38px; position: relative; border-radius: 4px; background:#fff; color:#11A87B; float: left; display: flex;justify-content: center;align-items: center; text-align: center; font-size:15px; cursor:pointer;}
.ustmenu .sagalan .giris { width:78%; height:38px; float: right; display: flex;justify-content: center;align-items: center; text-align: center;  margin-left:10px; cursor:pointer; background:#11A87B; border-radius: 5px; color:#fff; font-size:13px; font-weight:600;}
}
/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
body {font-family: "Saira", sans-serif; overflow-x: hidden; padding:0;}
.ustmenu {width: 100%; min-height:140px; position: relative; z-index:1; background:#E2DE1E;}
.ustmenu .sagalan {float: right;padding: 0.8rem 0 0 0; margin-left:0; width:100%;}
.ustmenu .sagalan .cizgi {display:none;}
.ustmenu .container { border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:0 10px;}
.ustmenu .sagalan .sosyal {width:18%; height:38px; position: relative; border-radius: 4px; background:#fff; color:#11A87B; float: left; display: flex;justify-content: center;align-items: center; text-align: center; font-size:15px; cursor:pointer;}
.ustmenu .sagalan .giris { width:78%; height:38px; float: right; display: flex;justify-content: center;align-items: center; text-align: center;  margin-left:10px; cursor:pointer; background:#11A87B; border-radius: 5px; color:#fff; font-size:13px; font-weight:600;}
}
/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.ustmenu .container { border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:0 10px;}
.ustmenu .sagalan {float: right;padding: 2rem 5rem 0 0; margin-left:0;}
.ustmenu {width: 100%; min-height:100px; position: relative; z-index:1; background:#E2DE1E;}
}
/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}


.banneryazialan { width:100%; position:absolute; bottom:15em;}
.banneryazialan .container { padding:0;}
.banneryazialan .bannerikon { margin-bottom: 20px; }
.banneryazialan .bannerbaslikince { width:100%; float:left; font-size:55px; color:#1D1D1B; font-weight:400; line-height: 65px;}
.banneryazialan .bannerbaslikkalin { width:100%; float:left; font-size:100px; color:#1D1D1B; font-weight:800; line-height: 110px;}
.banneryazialan .banneraciklama { width:100%; float:left; font-size:22px; color:#1D1D1B; font-weight:300;}
.banner-alt-gorsel {width: 100%;margin-top: -100px;position: relative;z-index: 9;}
.banner-alt-gorsel img {width: 100%;display: block;}

.bannerikon,
.bannerbaslikince,
.bannerbaslikkalin,
.banneraciklama {
opacity: 0;
transform: translateY(40px) scale(0.97);
transition: opacity 0.8s ease-out,
transform 1.2s cubic-bezier(.17,.67,.27,1.15);
}

.banner-loaded .bannerikon,
.banner-loaded .bannerbaslikince,
.banner-loaded .bannerbaslikkalin,
.banner-loaded .banneraciklama {
opacity: 1;
transform: translateY(0) scale(1);
}
.parallax-layer {transition: transform 0.35s ease-out;will-change: transform;}

@media (max-width: 1024px) {.banneryazialan {bottom: 3em;text-align: center;}
.banneryazialan .bannerikon {margin-bottom: 12px;}
.banneryazialan .bannerbaslikince {font-size: 22px;line-height: 40px;}
.banneryazialan .bannerbaslikkalin {font-size: 35px;line-height: 35px;}
.banneryazialan .banneraciklama {font-size: 16px;}
.banner-alt-gorsel {margin-top: -60px; display: none;}
.banner-alt-gorsel img {width: 100%;}
.parallax-layer {transform: none !important;}
}





/* Bölüm genel */
.anasayfa-hizmetler {padding: 80px 0;}
.hizmetler-ust-yazi {font-size: 14px;color: #fff;}
.hizmetler-baslik-yazi {font-size: 36px;font-weight: 300;color: #fff;line-height: 1.3;margin-top: 5px;}
.hizmetler-baslik-yazi strong {color: #E2DE1E;font-weight: 600;}

.hizmetler-kutu-alan {display: flex;justify-content: space-between;gap: 25px;margin-top: 40px;flex-wrap: wrap;}
.hizmet-kutu { border: 1px solid rgba(255,255,255,0.15);border-radius: 14px;width: 32%;padding: 25px;overflow: hidden;transition: 0.3s;}
.hizmet-kutu:hover {border-color: #E2DE1E;}
.hizmet-kutu-ust {margin-bottom: 20px;}
.hizmet-kutu-ikon img {width: 28px;margin-bottom: 12px;}
.hizmet-kutu-baslik {font-size: 20px;font-weight: 400;color: #fff;margin-bottom: 2px;}
.hizmet-kutu-altbaslik {font-size: 20px;color: #fff;}
.hizmet-kutu-resim img {width: 100%;border-radius: 10px;display: block;margin-top: 10px;}

@media(max-width: 992px){
.hizmet-kutu {width: 48%;}
}
@media(max-width: 768px){
.hizmet-kutu {width: 100%;}
.hizmetler-baslik-yazi {font-size: 28px;}
}



.anasayfa-calisma {width: 100%;background: #E2DE1E url("../img/genel/calismabg.png") no-repeat right;border-radius: 30px 30px 0 0;padding: 80px 0;}
.calisma-baslik {text-align: center;margin-bottom: 50px;}
.calisma-ust-yazi {font-size: 14px;color: #1D1D1B;}
.calisma-baslik-yazi {font-size: 32px;font-weight: 300;color: #1D1D1B;line-height: 1.3;margin-top: 5px;}
.calisma-baslik-yazi strong {font-weight: 700;}
.calisma-kutu-alan {display: flex;justify-content: space-between;gap: 25px;flex-wrap: wrap;}
.calisma-kutu {background: #1D1D1B;width: 23%;height: 220px;border-radius: 14px;transition: 0.3s; display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; color: #fff;}
.calisma-kutu:hover {transform: translateY(-6px);box-shadow: 0 8px 20px rgba(0,0,0,0.25);}
@media(max-width: 992px){
.calisma-kutu {width: 48%;height: 200px;}
}
@media(max-width: 768px){
.calisma-kutu {width: 100%;height: 180px;}
}




.anasayfa-blog {background: #0b0b0b url("../img/genel/blogbg.png") no-repeat center;padding: 120px 0 160px 0;}
.blog-slider {margin-bottom: 50px;}
.blog-baslik {margin-bottom: 40px;}
.blog-ust-yazi {font-size: 14px;color: #fff;}
.blog-baslik-yazi {font-size: 34px;color: #fff;font-weight: 300;line-height: 1.3;margin-top: 5px;}
.blog-baslik-yazi strong {color: #E2DE1E;font-weight: 600;}
.blog-kutu {background: transparent;width: 100%;}
.blog-gorsel img {width: 100%;border-radius: 12px;}
.blog-kutu-baslik {margin-top: 10px;font-size: 16px;color: #fff;}
.marka-logo {border: 1px solid rgba(255,255,255,0.15);border-radius: 12px;height: 100px;display: flex;justify-content: center;align-items: center;}
.marka-logo-icerik {display: flex;justify-content: center;align-items: center;height: 100px;   /* kritik */width: 100%;    /* kritik */}
.marka-logo img {max-height: 50px;width: auto;display: block; opacity: 0.5;}
.marka-logo:hover img {opacity: 1;}
/* Slick varsayilan düzen */
.slick-slide {margin: 0 10px;}
.slick-list {margin: 0 -10px;}



.altbilgi {background: #E2DE1E;padding: 80px 0 40px 0;border-radius: 40px 40px 0 0;position: relative;overflow: hidden;}
.altbilgi-logo img {width: 180px;margin-bottom: 30px;}
.altbilgi-sosyal {display: flex;gap: 14px;margin-top: 15px;}
.altbilgi-sosyal .sosyal-link img {transition: 0.3s ease;}
.altbilgi-sosyal .sosyal-link:hover img {opacity: 1;transform: translateY(-3px);filter: drop-shadow(0 0 5px rgba(0,0,0,0.25));}
.altbilgi-menu ul {list-style: none;padding: 0;margin: 0;}
.altbilgi-menu ul li {margin-bottom: 10px;}
.altbilgi-menu ul li a {color: #1D1D1B;font-size: 13px;text-decoration: none;font-weight: 500;}
.altbilgi-iletisim p {color: #1D1D1B;font-size: 13px;margin-bottom: 12px; font-weight: 500;}
.altbilgi-ust {display: flex;justify-content: space-between;align-items: flex-start;gap: 40px;}
.altbilgi-alt {border-top: 1px solid rgba(0,0,0,0.2);margin-top: 50px;padding-top: 15px;display: flex;justify-content: space-between;align-items: center;}
.altbilgi-alt .copyright { float:left; font-size:13px; color: #1D1D1B;}
.altbilgi-alt .yedirenk { float:right; font-size:13px; color:#1D1D1B;}
.altbilgi-alt .yedirenk a {color:#1D1D1B; text-decoration:none;}
@media(max-width: 992px){.altbilgi-ust {flex-wrap: wrap;}
.altbilgi-logo img {margin-bottom: 10px;}}
@media(max-width: 768px){
.altbilgi-ust {flex-direction: column;gap: 30px;}
.altbilgi-alt {flex-direction: column;gap: 10px;}
}





.icsayfaust {width: 100%;min-height: 250px;border-radius: 0 0 30px 30px; background: #E2DE1E;  display: flex;justify-content: center; text-align: center; padding-top: 10em;}
.icsayfaust-icerik h1 {color: #1D1D1B;font-size: 22px;font-weight: bold;margin-bottom: 0px;}
.icsayfaust-icerik span {color: #1D1D1B;font-size: 14px;}
.icsayfaust-icerik span a {color: #1D1D1B;font-size: 14px;}


.icsayfa { width: 100%; margin: 100px 0 100px 0; display: table;}

.hakkimizda-wrapper {display: flex;gap: 40px;}
.hakkimizda-yazi {width: 60%;color: #fff;font-size: 14px;}
.hakkimizda-yazi h2 {font-size: 18px;margin-bottom: 20px;}
.hakkimizda-yazi p {line-height: 26px;}
.hakkimizda-resim {width: 40%;}
.hakkimizda-resim img {width: 100%;border-radius: 8px;display: block;}
@media(max-width: 991px) {
.hakkimizda-wrapper {flex-direction: column;}
.hakkimizda-yazi,
.hakkimizda-resim {width: 100%;}
}


.hizmet-wrapper {display: flex;gap: 40px;}
.hizmet-yazi {width: 60%;color: #fff;font-size: 14px;}
.hizmet-yazi h2 {font-size: 18px;margin-bottom: 20px;}
.hizmet-yazi p {line-height: 26px;}
.hizmet-resim {width: 40%;}
.hizmet-resim img {width: 100%;border-radius: 8px;display: block;}
@media(max-width: 991px) {
.hizmet-wrapper {flex-direction: column;}
.hizmet-yazi,
.hizmet-resim {width: 100%;}
}




.referanslar-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.ref-item {text-align: center;}
.ref-kare {width: 100%;aspect-ratio: 1 / 1;position: relative;overflow: hidden;border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);transition: 0.3s;}
.ref-kare img {width: 100%;height: 100%;object-fit: cover;}
.ref-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.55);display: flex;align-items: center;justify-content: center;opacity: 0;transition: .3s ease;}
.ref-overlay span {color: #fff;font-size: 18px;font-weight: 600;}
.ref-kare:hover .ref-overlay {opacity: 1;}
.ref-firma {margin-top: 10px;font-weight: 600;font-size: 16px;color: #fff;}
@media(max-width: 992px) {
.referanslar-grid {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width: 576px) {
.referanslar-grid {grid-template-columns: 1fr;}
}



.blog-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.blog-card {width: 100%;}
.blog-img {width: 100%;height: 240px;overflow: hidden;border-radius: 15px;}
.blog-img img {width: 100%;height: 100%;object-fit: cover;transition: .3s ease;}
.blog-img:hover img {transform: scale(1.05);}
.blog-baslik {font-size: 14px;font-weight: 500;margin-top: 10px;}
.blog-baslik a {text-decoration: none;color: #fff;}
@media(max-width: 992px) {
.blog-grid {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width: 576px) {
.blog-grid {grid-template-columns: 1fr;}
}

.blog-detay-wrapper {display: flex;align-items: flex-start;gap: 40px;}
.blog-detay-icerik {width: 60%; color: #fff; font-size: 14px;}
.blog-detay-baslik {font-size: 26px;font-weight: 600;margin-bottom: 20px;color: #fff;}
.blog-detay-metin p {font-size: 14px;line-height: 1.2;color: #fff;margin-bottom: 18px;}
.blog-detay-metin h3 {margin-top: 25px;margin-bottom: 10px;font-size: 16px;font-weight: 600;color: #fff;}
.blog-detay-resim {width: 40%;}
.blog-detay-resim img {width: 100%;border-radius: 12px;object-fit: cover;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
@media(max-width: 992px) {
.blog-detay-wrapper {flex-direction: column;}
.blog-detay-icerik,
.blog-detay-resim {width: 100%;}
}



.iletisim-wrapper {display: flex;gap: 40px;}
.iletisim-bilgiler {width: 40%;}
.iletisim-kutu {margin-bottom: 20px;}
.iletisim-kutu strong {font-size: 15px;color: #fff;}
.iletisim-kutu p {font-size: 14px;color: #fff;margin-top: 5px;}
.iletisim-kutu a {color: #fff;text-decoration: none;}
.iletisim-harita {width: 60%;}
.iletisim-harita iframe {width: 100%;height: 450px;border-radius: 10px;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
@media(max-width: 992px) {
.iletisim-wrapper {flex-direction: column;}

.iletisim-bilgiler,
.iletisim-harita {width: 100%;}
.iletisim-harita iframe {height: 350px;}
}



#header { width: 100%; float:right;}
#header:after { content: ""; clear: both; display: block; }
.logo { float: left; padding: 0.7rem 0 0 0; z-index: 1; }
.logo a { display: block; padding: 0; }

/* Responsive ayarlamalar */
@media only screen and (max-width: 575px) {
#header { width: 100%; float: inherit;}
.logo { float: left; padding: 18px 0 0 0; width:70%;}
.logo img { max-width: 80%; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#header { width: 100%; float: inherit;}
.logo { float: left; padding: 18px 0 0 0; }
.logo img { max-width: 80%; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#header { width: 100%; float: inherit;}
.logo { float: left; padding: 15px 0 0 0; }
.logo img { max-width: 90%; }
}

nav {display: flex;justify-content: center; /* Ortalar */}
nav > ul {display: flex; /* Yanyana dizmek için */list-style: none;margin: 0;padding: 0;}
nav li { list-style: none; float: left; position: relative; }
nav .dropdown { position: relative; }
nav li a { float: left; padding: 2.5rem 0.5rem 1.5rem 0.5rem; color: #1D1D1B; font-size: 14px; font-weight: 500;}
nav li a i { font-size:8px;}
nav li a:hover { color: #1D1D1B; text-decoration: none; transition: all .35s; }
nav li ul.submenu {display: none;position: absolute;left: 0;top: 100%;background: #1D1D1B;padding: 20px 0 20px 0; z-index: 10; border-radius:5px;}
nav li:hover > ul.submenu {display: block;}
nav li ul.submenu .submenu {display: none;position: absolute;left: 100%;top: 0;background: #fff;padding: 10px 0 10px 20px; z-index: 10; border-radius: 0px 5px 5px 0px;}
nav li:hover ul.submenu li:hover > .submenu {display: block;}
nav .dropdown li { white-space: nowrap; }
nav .dropdown li a { padding: 7px 25px; font-size: 14px; min-width: 200px; color: #fff; font-weight: 600; }
nav .dropdown li a:hover { background: none; border-top: none; color:#E2DE1E;}

#menu-icon { position: absolute; right: 0; top: 0%; display: none; }
#menu-icon span { border: 2px solid #fff; width: 30px; margin-bottom: 5px; display: block; transition: all .1s; border-radius: 5px; }

@media only screen and (max-width: 575px) {
#menu-icon { display: inline; top: 90px; cursor: pointer; right: 1em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0;  display: block;}
nav li { float: none; }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid rgba(255, 255, 255, 0.1); width:100%;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
nav > ul {display: inherit; /* Yanyana dizmek için */list-style: none;margin: 0 0 20px 0;padding: 0;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
#menu-icon { display: inline; top: 85px; cursor: pointer; right: 2em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0; display: block;}
nav li { float: none; }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid rgba(255, 255, 255, 0.1); width:100%; text-align:center;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#menu-icon { display: inline; top: 40px; cursor: pointer; right: 2.5em; }
nav { display: none; width: 100%; clear: both; float: none; max-height: 400px; overflow: auto; padding-top:30px;}
nav ul { float: none; padding: 0 0 30px 0; display: block;}
nav li { float: none; }
nav ul li a { float: none; padding: 8px; display: block; border-bottom:1px solid rgba(255, 255, 255, 0.1); width:100%; text-align:center;}
#header nav ul ul { display: block; position: static; background: none; border: none; padding: 0; }
}

/* Ekstra büyük cihazlar (masaüstü monitörleri) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
#menu-icon { display: none; top: 32px; cursor: pointer; right: 1em; }	
}


.carousel-inner {position: relative;width: 100%;overflow: hidden;margin-left:auto; margin-right:auto;}
.carousel-item {height: 100vh;max-height: 850px;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; border-radius: 0}
.carousel-caption {bottom: 20%;z-index: 2; width:100%; left:0; right:0;}
.carousel-caption h1 { width:100%; text-align:left; font-size:66px; font-weight:600; letter-spacing:1px; padding-bottom:10px; color:#fff; }
.carousel-caption p { width:100%; text-align:left; font-size:18px; font-weight:300; color:#fff; padding-bottom:15px; font-family: "Fira Sans", sans-serif;}
.carousel-caption .buton { width:200px; min-height:50px; border-radius: 4px; margin-top:30px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; color:#fff; font-size:13px; float:left; font-weight:500; border:1px solid #fff;}
.carousel-caption .buton:hover {color:#fff; background:#E30613; border:1px solid #E30613; transition: all .35s;}
.carousel-control-prev {position:absolute; left:81em; margin-top:-25%; width:50px; z-index:9;}
.carousel-control-next {position:absolute; right:0; margin-top:-25%; width:50px; z-index:9;}

.carousel-fade .carousel-item {opacity: 0;transition-duration: .6s;transition-property: opacity;}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1;}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {opacity: 0;}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {transform: translateX(0);transform: translate3d(0, 0, 0);}


/* Küçük cihazlar (telefonlar, dikey) */
@media only screen and (max-width: 575px) {
.carousel-item {height: 100vh;max-height: 40vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; border-radius:0;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px;}
.carousel-caption h1 { width:100%; text-align:center; font-size:16px; font-weight:bold; letter-spacing:0.5px; padding-bottom:10px; color:#fff; display:none;}
.carousel-caption p { width:100%; text-align:left; font-size:14px; font-weight:300; letter-spacing:0; color:#fff; letter-spacing:0.5px; display:none;}
.carousel-caption .buton { width:200px; min-height:40px; border:1px solid #fff; border-radius: 4px; margin-top:20px; display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center; color:#fff; font-size:14px; display:none;}
.carousel-caption {bottom: 10%;z-index: 2; width:100%; left:0; right:0; display:none;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
}


/* Orta cihazlar (tabletler) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-item {height: 100vh;max-height: 50vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; border-radius: 0;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
}

/* Büyük cihazlar (küçük laptoplar, büyük tabletler) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel-item {height: 100vh;max-height: 60vh;background: no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.carousel-control-prev {position:absolute; left:87em; margin-top:-20%; width:50px; display:none;}
.carousel-control-next {position:absolute; right:0; margin-top:-20%; width:50px; display:none;}
}





.slick-list {margin: 0px -5px 0px -5px;}

.projekayan button.slick-next, .projekayan button.slick-next:hover {position: absolute; right: 3%;width: 50px;height: 50px; top:43%; background:url(../img/genel/right.svg) no-repeat center top;}
.projekayan button.slick-prev, .projekayan button.slick-prev:hover {position: absolute; left: 3%; z-index: 1;width: 50px; top:43%; height: 50px; background:url(../img/genel/left.svg) no-repeat center top;}
.projekayan .slick-prev:before, .slick-next:before {font-size: 70px;color: #EA8496;line-height: inherit;font-weight: bold;}

.emlakkayan button.slick-next, .emlakkayan button.slick-next:hover {position: absolute; right: 3%;width: 50px;height: 50px; top:43%; background:url(../img/genel/right.svg) no-repeat center top;}
.emlakkayan button.slick-prev, .emlakkayan button.slick-prev:hover {position: absolute; left: 3%; z-index: 1;width: 50px; top:43%; height: 50px; background:url(../img/genel/left.svg) no-repeat center top;}
.emlakkayan .slick-prev:before, .slick-next:before {font-size: 70px;color: #EA8496;line-height: inherit;font-weight: bold;}

.slick-slider{position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: auto;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}


.slick-loading .slick-list{}
/* Arrows */
.slick-prev,
.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 0;height: 0;margin-top: -10px;padding: 0;cursor: pointer; border: none;outline: none; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color: transparent;outline: none; }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before,
.slick-next:before{font-family: 'slick';font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: '';}
[dir='rtl'] .slick-prev:before{content: '';font-weight: bold;font-size: 20px;}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: '';}
[dir='rtl'] .slick-next:before{content: '';}


.slick-dots {display: flex;justify-content: center;margin: 20px;padding: 0 10px;list-style-type: none;}
.slick-dots li {margin: 0 3px 0 3px ;}
.slick-dots button {display: block;width: 35px;height: 8px;padding: 0;border: none; background-color: #333;text-indent: -9999px; border-radius: 2px;}
.slick-dots li.slick-active button {background-color:#F1831D; outline:none; border:none; cursor:pointer;}


.scroll-container {height: 100vh;min-height: 450px;padding: 2rem 1rem;display: flex;align-items: center;box-sizing: border-box;}
.scroll-container:nth-of-type(1) {background-color: #bdd0c4;}
.scroll-container:nth-of-type(2) {background-color: #f5d2d3;}
.scroll-container:nth-of-type(3) {background-color: #9ab7d3;}
.scroll-container:nth-of-type(4) {background-color: #dfccf1;}
.scroll-container:nth-of-type(even) {flex-direction: row-reverse;}
.scroll-element,
.scroll-caption {width: 50%;}
.scroll-element {min-height: 300px;height: 100%;background-color: #eaeaea;}
.scroll-caption {margin: 1rem;}
.js-scroll {
    opacity: 0;
    animation-fill-mode: both;  /* önemli */
}

@media screen and (max-width: 650px) {
.scroll-container,
.scroll-container:nth-of-type(even) {flex-direction: column;align-content: inherit;}
.scroll-element {height: 100%;}
.scroll-element,
.scroll-caption {width: 100%;}
}

.js-scroll {opacity: 0;transition: opacity 500ms;}
.js-scroll.scrolled {opacity: 1;}
.scrolled.fade-in {animation: fade-in 1s ease-in-out both;}
.scrolled.fade-in-bottom {animation: fade-in-bottom 1s ease-in-out both;}
.scrolled.slide-left {animation: slide-in-left 1s ease-in-out both;}
.scrolled.slide-right {animation: slide-in-right 1s ease-in-out both;}
@keyframes slide-in-left {
0% {-webkit-transform: translateX(-100px);transform: translateX(-100px);opacity: 0;}
100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}



@keyframes slide-in-right {
0% {-webkit-transform: translateX(100px);transform: translateX(100px);opacity: 0;}
100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}

@keyframes fade-in-bottom {
0% {-webkit-transform: translateY(50px);transform: translateY(50px);opacity: 0;}
100% {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}



@keyframes fade-in {
0% {opacity: 0;}
100% {opacity: 1;}
}


.altwhatsapp { width:180px; height:50px; background:#48a91f; position:fixed; bottom:2%; left:1%; border-radius: 7px; color:#fff; font-size:13px; font-weight:600; display: flex;justify-content: center;align-items: center; text-align: center; padding-top:5px;  z-index:9999;}
.altwhatsapp:hover { background:#fff; color:#48a91f; transition: all .35s;}
.altwhatsapp i { font-size:22px; margin-bottom:7px; margin-right:8px;}


.hvr-underline-from-left {display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;overflow: hidden;}
.hvr-underline-from-left:before {content: "";position: absolute;z-index: -1;left: 0;right: 100%;bottom: 0;background:#1D1D1B;height: 2px;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {right: 0;}


.analiz-modal {background:#1D1D1B;border:2px solid #E2DE1E;border-radius:10px;color:white;}
.modal-title {color:#E2DE1E;font-weight:600;}
.analiz-input {background:#111;border:1px solid #333;color:white; font-size: 14px;}
.analiz-input:focus {border-color:#E2DE1E !important;background:#000;color:white;box-shadow:none;}
.analiz-btn {background:#E2DE1E;color:#1D1D1B;font-weight:600;border-radius:6px;padding:8px 20px; font-size: 14px;}
.analiz-btn:hover {background:#d1cd1a;}