/*FONT FAMILY*/


.source-sans {
    font-family: "Source Sans 3", sans-serif !important;
}


.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}


.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-32 {
    font-size: 32px !important;
}
.fs-36{
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    max-width: 100vw;
    overflow-x: clip;
}


body {
    font-family: "Hepta Slab", serif !important;
    width: 100% !important;
    overflow-x: clip;
}

a{
    color: unset;
    text-decoration: unset !important;
}


.row {
    scroll-snap-align: start; /* Scroll yapılırken başlangıca hizalama */
}

.main-img-bg {
    background: url("../img/indexMainSwiper-1.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: top;
}

.main-img-bg-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 74, 40, 0.7) 100%);
}

.main-img-leaf {
    position: absolute;
    z-index: 100;
    right: 150px;
    bottom: 0;
    opacity: 0;
    transform: translateY(300px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.main-img-leaf.show {
    opacity: 1;
    transform: translateY(0);
}
#enGokturkDesc{
    background-image: url("/site/assets/img/orangeLeafBg.jpg");
    background-size: cover;
}
.white-bg-orange-leaves{
    background-image: url("/site/assets/img/orangeLeafBg.jpg");
    background-size: cover;
}

.indexSecondSwiper img {
    max-height: 100vh;
    object-fit: cover;
}

.indexSecondSwiper .swiper-button-next,
.indexSecondSwiper .swiper-button-prev {
    color: #b9772a;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.indexSecondSwiper .swiper-button-next,
.indexSecondSwiper .swiper-rtl .swiper-button-prev{
    right: 80px;
}
.indexSecondSwiper .swiper-button-prev,
.indexSecondSwiper .swiper-rtl .swiper-button-next{
    left: 80px;
}

.indexSecondSwiper .swiper-button-next:after {
    font-family: 'bootstrap-icons';
    font-size: 20px;
    content: "\F138";
}

.indexSecondSwiper .swiper-button-prev:after {
    font-family: 'bootstrap-icons';
    font-size: 20px;
    content: "\F12F";
}


.borderOrangeEnd {
    border-right: 3px solid #b9772a;
}

.main-img-leaf img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.main-video-bg {
    background: url("./../img/main-video-bg.jpg") no-repeat center center;
    background-size: cover;
}

.indexMainSwiper .swiper-horizontal > .swiper-pagination-bullets,
.indexMainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.indexMainSwiper .swiper-pagination-custom,
.indexMainSwiper .swiper-pagination-fraction {
    bottom: 50px;
}

.indexMainSwiper .swiper-pagination-bullet {
    background: white;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.indexMainSwiper .swiper-pagination-bullet-active{
    background: #b9772a;
}

.gokturkGreenColor {
    color: #1d4b2a;
}

.green-background {
    background: url("./../img/green-background.jpg") no-repeat center center;
    background-size: cover;
}

.green-background-en {
    background: url("./../img/img-third.jpg") no-repeat center center;
}
.green-background-en .card{
    background-color: transparent;
    border: none;
}

.ornekDaireBtn{
    background-color: white !important;
    color: #b9772a !important;
}
.ornekDaireBtn:hover{
    background-color: #b9772a !important;
    color:white !important;
    border: 1px solid white !important;
}

.yasam-alanlari-bg {
    background-color: #084a28;
}

.yasam-alanlari-leaf {
    position: absolute;
    bottom: 200px;
    left: 0;
}

.yasam-alanlari-leaf img {
    width: 75%;
}

.footer-orange-background {
    background: url("./../img/footer-orange.jpg") no-repeat center center;
}

.text-green {
    color: rgb(8, 74, 40) !important;
}

.text-orange {
    color: rgb(185, 119, 42);
}

.orange-background {
    background-color: rgb(185, 119, 42);
}
.orange-bg-white-leaves{
    background-image: url("/site/assets/img/orangeBgWhiteLeaves.png");
    background-size: cover;
}
.green-background-color {
    background-color: rgba(8, 74, 40, 1);
}

.aspect-1 {
    aspect-ratio: 1 !important;
    object-position: center !important;
    object-fit: cover !important;
    border-radius: 5px;
    box-shadow: 0 0 5px;
}


.footer-div {
    background: url("./../img/footer-orange.jpg") no-repeat center center;
}

.yasamAlanlariSwiper {
    position: relative;
    padding-right: 10% !important;
}

.yasamAlanlariSwiper .swiper-button-disabled {
    background-color: transparent !important;
}

.yasamAlanlariSwiper .swiper-button-next:after {
    font-family: 'bootstrap-icons';
    content: "\F138";
}

.yasamAlanlariSwiper .swiper-button-prev:after {
    font-family: 'bootstrap-icons';
    content: "\F12F";
}

.yasamAlanlariSwiper .swiper-button-next,
.yasamAlanlariSwiper .swiper-button-prev {
    position: absolute !important;
    top: 10% !important;
    width: 50px !important;
    height: 50px !important;
    color: #fff !important; /* Tuş yazı rengi */
    background-color: rgb(185, 119, 42);
    border: 1px white solid !important;
    border-radius: 50%; /* Yuvarlak tuşlar için */
    z-index: 10; /* Swiper'ın diğer elementlerinin önünde olmasını sağlar */
}

.yasamAlanlariSwiper .swiper-button-next {
    left: unset;
    right: 0px !important;
}

.yasamAlanlariSwiper .swiper-button-prev,
.yasamAlanlariSwiper .swiper-rtl .swiper-button-next {
    left: unset;
    right: 70px !important;
}

.yasamAlanlariSwiper .swiper-button-next::after,
.yasamAlanlariSwiper .swiper-button-prev::after {
    font-size: 20px !important;
}


.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 85%;
    width: 100%;
}

.mySwiper2 .swiper-slide {
    align-content: center;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    bottom: 10px;
    top: unset;
    height: 40px;
    width: 40px;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: 20px;
    border: 1px solid white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    align-content: center;
    text-align: center;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-rtl .swiper-button-prev {
    left: 60px;
}

.mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper3 .swiper-scrollbar-drag {
    background: white;
}

.mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}


.f-vh-100 {
    max-height: 100vh !important;
    height: 100vh !important;
}

.orangeBg {
    background-color: #b9772a;
}

.cursorNone {
    pointer-events: none;
}

#fixedForm {
    z-index: 101;
    color: white;
    max-width: 100vw;
}

#fixedFormMobile {
    z-index: 101;
    color: white;
    max-width: 100vw;
}

#formDisplay {
    display: block;
    width: 400px;
    border: 1px solid #b9772a;
    transition: all .5s ease-in-out;
    right: 0;
}

.formTitle {
    writing-mode: vertical-lr;
    color: white;
}

.formBottomBorder {
    border-bottom: 10px solid #f5c08c;
}

.bancoOrange {
    color: #b9772a;
}

.btn-banco {
    background-color: #b9772a !important;
    color: white !important;
    border: 1px solid #b9772a !important;
}

.btn-banco:hover {
    background-color: white !important;
    color: #b9772a !important;
    border: 1px solid #b9772a !important;
}

.customPaginationPosition {
    top: 5%;
    right: 10%;
}

.top-10 {
    top: 10%;
}

.bi-x {
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 30px;
    margin: auto;
    justify-content: center;
}

.footer-border-end {
    border: 2px solid #b9772a;
}

.position-changer {
    position: absolute;
}

#katPlanlari {
    background-image: url("/site/assets/img/orangeLeafBg.jpg");
    background-size: cover;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    height: 35px;
}

.sliders_control {
    position: relative;
    min-height: 50px;
}

#katPlanlari .form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

#katPlanlari input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background-color: black;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

#katPlanlari input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

#katPlanlari input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

#katPlanlari input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

#katPlanlari input[type="number"] {
    color: #8a8383;
    width: 50px;
    height: 30px;
    font-size: 20px;
    border: none;
}

#katPlanlari input[type=number]::-webkit-inner-spin-button,
#katPlanlari input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

#katPlanlari input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: black;
    pointer-events: none;
}

#katPlanlari #apartment-options button {
    border: 1px solid black;
    color: black;
    background-color: transparent;
    font-size: 20px;
}

#katPlanlari #apartment-options button.active {
    border: 1px solid #ea8118;
    color: white;
    background-color: #ea8118;
}

#katPlanlari .btn-apartment-type.active {
    color: #f9efdb !important;
    background-color: black !important;
    transition: all .5s ease-in-out;
}

#katPlanlari .btn-apartment-type:hover {
    color: #f9efdb !important;
    background-color: black !important;
    transition: all .5s ease-in-out;
}

#customScrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    background-color: rgba(234, 129, 24, .2);
}

#customScrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ea8118;
}

#icMekanlarDiv {
    background-image: url("/site/assets/img/orangeBgWhiteLeaves.png");
    background-size: cover;
}

#icMekanlarDiv .nav-tabs {
    --bs-nav-tabs-border-width: unset;
    --bs-nav-tabs-border-color: unset;
    --bs-nav-tabs-border-radius: unset;
    --bs-nav-tabs-link-hover-border-color: unset;
    --bs-nav-tabs-link-active-color: unset;
    --bs-nav-tabs-link-active-bg: unset;
    --bs-nav-tabs-link-active-border-color: unset;
    --bs-nav-tabs-link-active-bg: transparent;
    border-bottom: unset;
}

#icMekanlarDiv .nav-link:focus-visible {
    box-shadow: unset;
}

#icMekanlarDiv .nav-item:focus-visible, #icMekanlarDiv .nav-item:focus {
    outline: unset;
}

#icMekanlarDiv .nav-link {
    color: white !important;
    opacity: .4;
    text-align: left;
}

#icMekanlarDiv .nav-tabs .nav-link.active, #icMekanlarDiv .nav-tabs .nav-item.show .nav-link {
    color: white;
    opacity: 1;
}

.icMekanlarSwiper1 .swiper-button-next:after, .icMekanlarSwiper1 .swiper-button-prev:after,
.icMekanlarSwiper2 .swiper-button-next:after, .icMekanlarSwiper2 .swiper-button-prev:after,
.icMekanlarSwiper3 .swiper-button-next:after, .icMekanlarSwiper3 .swiper-button-prev:after {
    font-family: 'bootstrap-icons';
    font-size: 24px;
}

.icMekanlarSwiper1 .swiper-button-next:after,
.icMekanlarSwiper2 .swiper-button-next:after,
.icMekanlarSwiper3 .swiper-button-next:after {
    content: "\F138";

}

.icMekanlarSwiper1 .swiper-button-prev:after,
.icMekanlarSwiper2 .swiper-button-prev:after,
.icMekanlarSwiper3 .swiper-button-prev:after {
    content: "\F12F";
}

.icMekanlarSwiper1 .swiper-button-next, .icMekanlarSwiper1 .swiper-button-prev,
.icMekanlarSwiper2 .swiper-button-next, .icMekanlarSwiper2 .swiper-button-prev,
.icMekanlarSwiper3 .swiper-button-next, .icMekanlarSwiper3 .swiper-button-prev {
    color: #b9772a;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;

}

#gokturkModal1 .modal-content,
#gokturkModal2 .modal-content,
#gokturkModal3 .modal-content,
#gokturkModal4 .modal-content,
#gokturkModal5 .modal-content,
#gokturkModal6 .modal-content,
#gokturkModal7 .modal-content,
#gokturkModal8 .modal-content{
    background-image: url("/site/assets/img/gokturkModalBg.jpg");
    background-color: unset;
    padding: 30px;
}
#gokturkModal1 .modal-header,
#gokturkModal2 .modal-header,
#gokturkModal3 .modal-header,
#gokturkModal4 .modal-header,
#gokturkModal5 .modal-header,
#gokturkModal6 .modal-header,
#gokturkModal7 .modal-header,
#gokturkModal8 .modal-header{
    border-bottom: none;
}
#gokturkModal1 .btn-close-white,
#gokturkModal2 .btn-close-white,
#gokturkModal3 .btn-close-white,
#gokturkModal4 .btn-close-white,
#gokturkModal5 .btn-close-white,
#gokturkModal6 .btn-close-white,
#gokturkModal7 .btn-close-white,
#gokturkModal8 .btn-close-white{
    opacity: 1;
}
#gokturkModal1 .modal-body,
#gokturkModal2 .modal-body,
#gokturkModal3 .modal-body,
#gokturkModal4 .modal-body,
#gokturkModal5 .modal-body,
#gokturkModal6 .modal-body,
#gokturkModal7 .modal-body,
#gokturkModal8 .modal-body{
    background-color: #084a28;
    padding: 30px;
}
.whatsappPosition{
    position: fixed;
    bottom: 50px;
    right: 50px;
    left: unset;
    width: 70px;
    height: 70px;
    background-color:#25d366;
    border-radius: 50%;
    z-index: 1002;
    align-content: center;
    text-align: center;
    box-shadow: 0 0 5px 1px #999;
}
.whatsappPosition i{
    font-size: 32px;
    color: white;
}


    @media only screen and (max-width: 960px) {
    .yasamAlanlariSwiper {
        padding-right: 0 !important;
    }

    .yasam-alanlari-leaf {
        display: none;
    }

    .f-vh-100 {
        height: 100% !important;
        max-height: unset !important;
    }

    .green-background-en {
        background: #084a28;
    }

    .yasam-alanlari-bg {
        background: #084a28;
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        top: 60px;
        bottom: unset;
    }

    .mySwiper2 .swiper-button-next {
        right: 0;
        left: unset;
    }

    .mySwiper2 .swiper-button-prev {
        right: 50px;
        left: unset;
    }

    #googleMaps {
        height: 300px !important;
    }

    .position-changer {
        position: relative;
    }

    .main-img-leaf {
        position: absolute;
        z-index: 100;
        right: 10px;
        bottom: 0;
        opacity: 1;
    }
    .main-img-leaf.show{
        transition: none;
    }


    .main-img-leaf img {
        width: 50px;
        height: unset;
    }

    .main-img-bg {
        min-height: 500px;
        align-content: end;
    }

    .borderOrangeEnd {
        border-right: none;
    }

    .customPaginationPosition {
        top: 5%;
        right: 50%;
        transform: translateX(60px);
    }
    .indexSecondSwiper img{
        min-height: 500px;
    }
    .indexSecondSwiper .swiper-button-next,
    .indexSecondSwiper .swiper-rtl .swiper-button-prev{
        right: 10px;
    }
    .indexSecondSwiper .swiper-button-prev,
    .indexSecondSwiper .swiper-rtl .swiper-button-next{
        left: 10px;
    }
    .indexMainSwiper .swiper-horizontal > .swiper-pagination-bullets,
    .indexMainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .indexMainSwiper .swiper-pagination-custom,
    .indexMainSwiper .swiper-pagination-fraction{
        bottom: 20px;
    }
    .whatsappPosition{
        left: 20px;
        bottom: 20px;
        right: unset;
    }
}



/* ===== MOBİL HERO TAM BOY & ORAN KORUMA ===== */
@media only screen and (max-width:768px) {

    /* slider alanı büyüsün */
    #indexMainSwiperArea,
    .indexMainSwiper,
    .indexMainSwiper .swiper-slide {
        height: 65vh !important;
        /* burayı 80-95vh arası oynayabilirsin */
    }

    /* görsel alanı */
    .indexMainSwiper img {
        width: 100% !important;
        height: 65vh !important;
        object-fit: cover !important;
        /* oran korunur, kenarlardan keser */
        object-position: center;
    }

}


@media (max-width:768px){
    #indexMainSwiperArea > div > div > div > div.main-img-leaf.show > img{
        max-height:50vw;
    }
}








/* HEADER */
.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#ffffff;
    transition:0.35s;
}

.site-header .container{
    height:90px;
}

.logo img{
    height:60px;
    transition:.3s;
}

.desktop-menu{
    display:flex;
    gap:40px;
}

.desktop-menu a{
    color:#01542b;
    font-weight:500;
    font-size:16px;
    transition:.3s;
}

/* SCROLL OLUNCA */
.site-header.scrolled{
    background:#01542b;
}

.site-header.scrolled .desktop-menu a{
    color:#fff;
}

.site-header.scrolled .logo img{
    filter:none;
}

/* BODY boşluk */
body{
    padding-top:90px;
}

@media(max-width:768px){
    body{
        padding-top:70px;
    }
    .site-header .container{
        height:70px;
    }
    .logo img{
        height:45px;
    }
}






/* HEADER */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: .35s;
}

.site-header .container {
    height: 90px;
}

.logo img {
    height: 60px;
}

.desktop-menu {
    display: flex;
    gap: 40px;
}

.desktop-menu a {
    color: #01542b;
    font-weight: 500;
}

/* SCROLL */
.site-header.scrolled {
    background: #01542b;
}

.site-header.scrolled .desktop-menu a {
    color: #fff;
}

/* BODY boşluk */
body {
    padding-top: 90px;
}

/* ================= MOBILE ================= */

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-toggle span {
    width: 26px;
    height: 3px;
    background: #01542b;
    display: block;
    transition: .3s;
}

/* scroll olunca hamburger beyaz */
.site-header.scrolled .mobile-toggle span {
    background: #fff;
}

/* mobil panel */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: #01542b;
    padding: 120px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transition: .35s;
    z-index: 9998;
}

.mobile-menu a {
    color: #fff;
    font-size: 18px;
}

.mobile-menu.active {
    right: 0;
}

/* MOBILE */
@media(max-width:768px) {

    body {
        padding-top: 70px;
    }

    .site-header .container {
        height: 70px;
    }

    .logo img {
        height: 45px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }
}






@media(min-width:769px){
    #mobileMenu{
        display:none !important;
    }
}






/* ===== MOBİL SLIDER OVERLAY GEÇİŞLİ ===== */
@media (max-width:768px){

    .indexMainSwiper .swiper-slide{
        position:relative;
        overflow:hidden;
    }

    .indexMainSwiper .swiper-slide::before{
        content:"";
        position:absolute;
        inset:0;

        /* GEÇİŞLİ SİYAH OVERLAY */
        background:linear-gradient(
            90deg,
            rgba(0,0,0,0.55) 0%,
            rgba(0,0,0,0.45) 35%,
            rgba(0,0,0,0.20) 60%,
            rgba(0,0,0,0.00) 100%
        );

        z-index:1;
        pointer-events:none;
    }

    /* yazılar üstte kalsın */
    .indexMainSwiper .text-white{
        position:relative;
        z-index:2;
    }

}




html{
    scroll-behavior:smooth;
}
