* {
  /* background: #aaa; */
  /* color: yellow; */
}

*
    :not(.extend-menu):not(.extend-menu *)
    :not(footer):not(footer *)
{
  font-family: "Jost", sans-serif;
}

:root {
  --navbar-lg-h: 90px;
  --footer-vinyl-h: 64px;

  --active-color: #00a8ff; /* Home */
  --button-border-color: #68a2e2; /* Get in Touch */
  --backlink-color: #21c9c8; /* Discover The City */
  --footer-bg: #0266C8;

  --grey-1: #F3F3F3;
  --grey-3: #B6B6B6;
  --black-1: #2F2F2F;
  --grey-2-80op: rgba(41, 41, 41, 0.8);
  --grey-2-50op: rgba(41, 41, 41, 0.5);
  --grey-4-36op: rgba(231, 236, 243, .36);
  --grey-5: #686767;
  --grey-6: #656565;

  --purple-1: #B28BC0;

  --light-blue-21op: rgba(33, 201, 200, 0.21);
  --light-blue-15op: rgba(33, 201, 200, 0.15);

  --fake-white: #EFEFEF;

  /* z-indexes */
  --navbar: 1030;

  /* Süre değişkenleri */
  --transition-fast: 150ms;
  --transition-normal: 300ms;
  --transition-slow: 500ms;

  /* Timing fonksiyonları */
  --ease-default: ease;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

html {
    scroll-behavior: smooth;
}

/* Bootstra Overwrite */

.btn-outline-primary.outline {
    --bs-btn-color: #fff;
    --bs-btn-border-color: var(--button-border-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--button-border-color);
    --bs-btn-hover-border-color: var(--button-border-color);
    --bs-btn-focus-shadow-rgb: 104, 162, 226; /* rgb değeri */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--button-border-color);
    --bs-btn-active-border-color: var(--button-border-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--button-border-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--button-border-color);
    --bs-gradient: none;
}

/* Theme settings */

.font-marcellus {
  font-family: "Marcellus", serif!important;
  font-weight: 400;
  font-style: normal;
}

.font-jost {
  font-family: "Jost", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-poppins {
    font-family: "Poppins", sans-serif!important;
    font-weight: 100;
    font-style: normal;
}

.font-josefin-sans {
    font-family: "Josefin Sans", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-la-belle-aurore {
    font-family: "La Belle Aurore", cursive!important;
    font-weight: 400;
    font-style: normal;
  }


.text-backlink {
  color: var(--backlink-color);
}

/* color */
.text-blue-1 {
    color: var(--active-color);
}
.text-blue-2 {
    color: var(--button-border-color);
}
.text-blue-3 {
    color: var(--footer-bg);
}


.text-black-1{
    color: var(--black-1);
}

.text-grey-1{
    color: var(--grey-1);
}

.text-grey-2-80op{
    color: var(--grey-2-80op);
}
.text-grey-2-50op{
    color: var(--grey-2-50op);
}
.text-grey-3{
    color: var(--grey-3);
}
.text-grey-5{
    color: var(--grey-5);
}
.text-grey-6{
    color: var(--grey-6);
}

.bg-grey-4-36op{
    background-color: var(--grey-4-36op);
}

.bg-grey-1{
    background-color: var(--grey-1);
}

.text-purple-1 {
    color: var(--purple-1);
}

.bg-purple-1 {
    background-color: var(--purple-1);
}

.text-black-1-86op{
    color: rgba(0, 0, 0, 0.86);;
}

.text-black-2{
    color: #1E1E1E;
}
.text-black-3{
    color: #292929;
}

.text-grey-6{
    color: #858585;
}

.light-blue-21op {
   color: var(--light-blue-21op);
}
.light-blue-15op {
   color: var(--light-blue-21op);
}

.text-white-1{
    color: var(--fake-white);
}



.text-black-1-31op{
    color: rgba(0, 0, 0, 0.31);;
}

.text-black-2-50op{
    color: rgba(41, 41, 41, .5);
}


/* general */

.section-gap-y{
    padding: 150px 0;
}

.section-gap-b{
    padding-bottom: 200px;
}
.section-gap-t{
    padding-top: 200px;
}
.section-gap-mt{
    margin-top: 200px;
}
.section-gap-mt-half{
    margin-top: 100px;
}

@media only screen and (max-width:992px) {
    .section-gap-y{
        padding: 80px 0;
    }

    .section-gap-b{
        padding-bottom: 80px;
    }

    .section-gap-t{
        padding-top: 80px;
    }

    .section-gap-mt{
        margin-top: 80px;
    }

    .section-gap-mt-half{
        margin-top: 50px;
    }
}

[data-prefix]:before {
    content: attr(data-prefix);
}

[data-appendix]:after {
    content: attr(data-appendix);
}

.top-to-bottom-overlay{
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1.0) 0%,
        rgba(0,0,0, 0.52) 55%,
        rgba(0,0,0, 0.09) 100%
    );
    opacity: .82;
    z-index: -1;
}

.gap-y-lg {
    row-gap: 120px;
}


@media only screen and (max-width: 992px) {
    .gap-y-lg {
        row-gap: 40px;
    }

}

blockquote {
    position: relative;
    padding-left: 0;
    margin-left: 0;
    text-indent: 0!important;
}


blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: white;
  font-size: 64px;
  position: relative;
  width: 0;
}

blockquote:before {
    content: open-quote;
    left: -1.75rem;
    top: .1em;
}

blockquote:after {
    content: close-quote;
    top: 1.7rem;
}

.btn-hover:hover{
    filter: brightness(.8);
}

.bg-purple-1.btn-hover:hover{
    background-color: var(--purple-1);
}

/* header */

nav.navbar {
  height: var(--navbar-lg-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  z-index: var(--navbar);
}

nav.navbar .nav-link:not(.text-backlink) {
  color: #ffffff;
}

nav.navbar .first-nav .nav-link {
  padding: 0;
  position: relative;
}

nav.navbar .first-nav .nav-link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--active-color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

nav.navbar .first-nav .nav-link.active,
nav.navbar .second-nav .nav-link.active,
nav.navbar .first-nav .nav-link:hover,
nav.navbar .second-nav .nav-link:not(.backlink-color):hover {
  color: var(--active-color);
}

nav.navbar .first-nav .nav-link:not(.active):hover::after {
  width: 100%;
}

nav.navbar .first-nav .nav-link.active::after {
  width: 100%;
}

nav.navbar .extend-menu {
  position: fixed;
  left: -150%;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(2, 102, 200, .87);
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  width: 100vw;
  /* height: 100vh; */
  font-size: 48px;
  font-family: "Marcellus", serif;

}

nav.navbar .extend-menu.collapse:not(.show) {
  display: flex;
  left: -150%;
}

nav.navbar .extend-menu.collapsing {
  height: auto; /* Bootstrap'in varsayılan collapsing davranışını değiştir */
  left: -150%;
  transition: all 0.3s ease-in-out;
}

nav.navbar .extend-menu.show {
  left: 0;
}
body:has(nav.navbar .extend-menu.show) {
  overflow: hidden;
}
nav.navbar .extend-menu .nav-link.active {
  color: var(--backlink-color);
}

nav.navbar .extend-menu .nav-link.active:hover{
    opacity: .8;
}

nav.navbar .extend-menu .nav-link:not(.active):hover {
    color: var(--backlink-color);
}

nav.navbar .navbar-toggler{
    position: relative;
    display: block;

    --line-width: 24px;
}

nav.navbar .navbar-toggler:focus,
nav.navbar .navbar-toggler:focus-within,
nav.navbar .navbar-toggler:active{
    outline: 0;
    border: 0;
    box-shadow: none;
}

nav.navbar .navbar-toggler .top {
    width: var(--line-width, 18px);
    transition: all 0.4s ease-out;
    height: 2.5px;
    margin-bottom: 2.5px;
    background-color: white;
    border-radius: 5px;
}
nav.navbar .navbar-toggler .middle {
    width: var(--line-width, 18px);
    height: 2.5px;
    transition: all 0.7s ease-in;
    margin-bottom: 2.5px;
    background-color: white;
    border-radius: 5px;
}
nav.navbar .navbar-toggler .bottom {
    width: var(--line-width, 18px);
    height: 2.52px;
    background-color: white;
    border-radius: 5px;
}

@media only screen and (max-width: 992px) {
    nav.navbar .second-nav .navbar-nav {
        position: absolute;
        left: 0; right: 0;
        top: calc(var(--navbar-lg-h));
        text-align: center;
        justify-content: center;
        z-index: -1;
    }

    nav.navbar .extend-menu {
        align-items: flex-start;
        padding-top: 180px;
    }

    body:has(nav.navbar .extend-menu.show) {
        overflow: hidden;
    }

    .extend-menu .nav-link{
        font-size: 36px;
    }
}

/* footer */

footer {
    background: #0266C8;
    color: #fff;
    position: relative;
    overflow: hidden;
}

footer::before,
footer::after{
    content: '';
    height: var(--footer-vinyl-h);
    left: 0; right: 0; top: 0;
    position: absolute;
    width: 100%;
    top: -20px;
}

footer::before{
    background-color:  #0053BC;
    transform-origin: left bottom;
    transform: skewY(.8deg);
    top: -50px;
    z-index: 3;
}

footer::after{
    background-color:#0061C5;
    z-index: 2;
}

footer{
    /* 13px yukarıya kayma */
    padding: calc(37px + var(--footer-vinyl-h) + 13px) 0 0 0;
    font-family: "Poppins", sans-serif;
}

footer .content-col {
    position: relative;
    top: -47px;
}

footer ul.nav .nav-link:not(.text-backlink) {
    color: #ffffff;
}

footer ul.nav .nav-link:not(.text-backlink):hover {
    opacity: .8 ;
}

footer .menu-nav{
    columns: 2;
    height: 180px;
    column-gap: 10px;
}

@media only screen and (max-width: 992px) {
    footer .menu-nav{
        columns: 1;
        height: auto;
        column-gap: initial;
    }
}

footer .sub-footer {
    position: relative;
}

footer .sub-footer::before {
    content: '';
    position: absolute;
    left: -12.5%;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: var(--button-border-color);
}

@media only screen and (max-width: 992px) {
    footer .sub-footer::before {
        left:0;
    }
}


input:not([type="checkbox"]), textarea {
    padding: 20px;
    border: 1px solid #EFEFEF;
    background-color: #fff;
    display: block;
}

textarea.form-control {
    padding: 20px;
    line-height: 1;
}

input:not([type="checkbox"])::placeholder, textarea::placeholder, textarea.form-control::placeholder {
    color: rgba(24,63,114, .48);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(16px * 1.06);
}

form label {
    color: rgba(24,63,114, .48);
}

form label > a {
    color: rgba(24,63,114, 1);
    text-decoration: underline;
}

.form-check .form-check-input{
    width: 24px;
    height: 24px;
    margin-top: -.2em;
}

.form-check .form-check-input + label {
    padding-left: .5rem;
}

/* body */

main {
  position: relative;
}

/* Ana hero banner stili */
.hero-banner {
    --h: 100dvh;
  height: var(--h);
  margin-top: calc(var(--navbar-lg-h) * -1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-banner.breadcrumb{
    --h: 70dvh;
}

/* Eğimli kenar için pseudo-element kullanımı */
.hero-shape-1-shadow::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 0;
  bottom: calc(var(--clip-height, 13vw) * -1);
  height: var(--clip-height, 13vw);
  z-index: 2;
  /* background-color: var(--grey-1, --color-bg);; */
  background-color: var(--color-bg, var(--grey-1));
  transform-origin: left bottom;
  transform: skewY(calc(var(--clip-angle, 3deg) * -1));
}

@media only screen and (max-width: 992px) {
  .hero-shape-1-shadow::after {
    left: 0;
    --clip-angle: 10deg;
    --clip-height: 200px;
  }
}

.hero-slider .swiper-slide .content{
    position: absolute;
    bottom: 10dvh;
    left: 2.5dvw;
}


.hero-slider.static .swiper-slide .content{
    position: absolute;
    left: 0;
    top: calc(var(--h) - 250px);
}

.diagonal-lines {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: auto;
    pointer-events: none;

    /* Değişkenler */
    --size: 1px;
    --color: rgba(0, 123, 255, 0.7);
    --angle: -60deg;

    /* width: 100%; */
    /* height: 100%; */
    /* background-position: center; */

    left: 10%;
    top: -40%;

    /* test */
    /* background: white; */
    opacity: .31;
}

/* Üst çizgi - en uzun */
.diagonal-lines::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 54%;
    width: 120%;
    height: var(--size);
    background-color: var(--color);
    transform-origin: center;
    transform: translate(-10%, -50%) rotate(var(--angle)); /* Negatif X değeri ile sola doğru kaydırıyoruz */
}

/* Orta çizgi - orta uzunluk */
.diagonal-lines .middle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: var(--size);
    background-color: var(--color);
    transform-origin: center;
    transform: translate(0, -50%) rotate(var(--angle));
}

/* Alt çizgi - en kısa */
.diagonal-lines::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    width: 80%; /* En kısa çizgi */
    height: var(--size);
    background-color: var(--color);
    transform-origin: center;
    transform: translate(10%, -50%) rotate(var(--angle)); /* Pozitif X değeri ile sağa doğru kaydırıyoruz */
}

@media only screen and (max-width: 992px) {
    .diagonal-lines {
        --angle: -70deg;

        left: 10%;
        top: -10%;
        transform: scaleX(-1);
    }

    .diagonal-lines::before {
        width: 120%; /* En uzun çizgi */
        left: 40%;
        top: 50%;
        transform: translate(-10%, -50%) rotate(var(--angle)); /* Sola doğru kaydırıyoruz */
    }

    /* Orta çizgi - orta uzunluk */
    .diagonal-lines .middle-line {
        width: 100%; /* Orta uzunlukta çizgi */
        left: 42%;
        transform: translate(0, -50%) rotate(var(--angle)); /* Merkezde */
    }

    /* Alt çizgi - en kısa */
    .diagonal-lines::after {
        width: 80%; /* En kısa çizgi */
        left: 48%;
        top: 50%;
        transform: translate(10%, -50%) rotate(var(--angle)); /* Sağa doğru kaydırıyoruz */
    }
}

.hero-slider{
    width: 100%;
    height: 100%;
}

/* Görsel konteyneri */
.hero-banner .image-container {
  width: 100%;
  height: 100dvh;
}

.hero-banner .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Specials */
.hero-shape-1 {
  position: absolute;
  height: var(--height, 130px);
  right: 0;
  left: 0;
  bottom: var(--bottom, var(--height, -130px)); /* fallback */
  background: #ffffff;
  transform: skewY(calc(var(--degree, -3deg)));
  transform-origin: 0;
  z-index: 2;
}
/* <div class="col-12 col-lg-10 ms-auto hero-shape-1" style="--height: 200px; --bottom: -231px; --degree: -3deg"></div> */

.vertical-half-gray-bg{
    position: relative;
    background: var(--remain-bg, #fff);
}

.vertical-half-gray-bg::before{
    background-color: var(--grey-1, --color-bg);
    top: 0;
    content: " ";
    height: var(--h-size, 70%);
    isolation: isolate;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.diagonal-lines::before{ left: 54%; }
.diagonal-lines .middle-line{ left: 51%; }
.diagonal-lines::after{ left: 52%; }

.diagonal-lines.style-2::before {
    --color: #B28BC0;

    width: 120%; /* En uzun çizgi */
    left: 40%;
    top: 50%;
    transform: translate(-10%, -50%) rotate(var(--angle)); /* Sola doğru kaydırıyoruz */
}

/* Orta çizgi - orta uzunluk */
.diagonal-lines.style-2 .middle-line {
    --color: #EBB3E8;

    width: 100%; /* Orta uzunlukta çizgi */
    left: 42%;
    transform: translate(0, -50%) rotate(var(--angle)); /* Merkezde */
}

/* Alt çizgi - en kısa */
.diagonal-lines.style-2::after {
    width: 80%; /* En kısa çizgi */
    left: 48%;
    top: 50%;
    transform: translate(10%, -50%) rotate(var(--angle)); /* Sağa doğru kaydırıyoruz */
}

.diagonal-lines.style-2.left-side {
    --angle: -70deg;

    /* background: rebeccapurple; */

    left: -15%;
    right: unset;
    top: -10%;
    transform: scaleX(-1);
}

.top-n10{
    top: -10%!important;
}

.top-n15{
    top: -15%!important;
}

.top-n20{
    top: -20%!important;
}

.top-n30{
    top: -30%!important;
}

.top-n40{
    top: -40%!important;
}

.diagonal-lines.style-2.left-side::before {
    left: 42%;
}
.diagonal-lines.style-2.left-side .middle-line {}
.diagonal-lines.style-2.left-side::after {
    left: 46%;
}

.diagonal-lines.style-2.left-side.reverse{
    left: -90%;
    transform: scaleX(1);
}

@media only screen and (max-width: 992px) {
    .services .diagonal-lines {
        display: none;
    }

    .vertical-half-gray-bg::before{
        height: 100%;
    }
}

/* Servis sliders */
.services .service-slider{
    padding-left: 30%;
}

.fancy-box {
    position: relative;
    overflow: hidden;

    --p: 1rem;
    --m: 1rem;
}

.fancy-box .image-container {
    width: 100%;
    height: 450px;
    transition: transform 0.5s ease;
}

.fancy-box .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancy-box:hover .image-container {
    transform: scale(1.05);
}

.fancy-box .content {
    --inner-w: calc(100% - var(--p) * 2);
    --inner-h: calc(100% - var(--p) * 2);

    padding: var(--p);
    margin: var(--m);

    position: absolute;
    border: 1px solid var(--inline-color, var(--backlink-color, #21c9c8));
    left: 0;right: 0;
    bottom: 0;
    height: var(--inner-h);
    width: var(--inner-w);
    z-index: 1;
}

.fancy-box .content::after {
    content:'';
    position: absolute;
    bottom: 0;left: 0;
    height: 25%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.86) 0%,
        rgba(41, 41, 41, 0.60) 50%,
        rgba(102, 102, 102, 0) 100%
    );
}

.fancy-box .content::before{
    content: attr(data-badge);
    color: #fff;
    position: absolute;
    top: 14px;
    left: 0;
    padding: 7px 10px;
    background: var(--inline-color);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    min-width: 110px;
}



.services .service-slider .white-chevron-left,
.services .service-slider .white-chevron-right{
    z-index: 10;
    position: absolute;
    bottom: calc(50% - 40px/2); /* 40px svg boyutu tam ortası için yarısı olmalı */
    display: none;
}


@media only screen and (max-width: 992px) {
    .services .service-slider{
        padding-left: 0;
        margin: 0 1.5rem;
    }
    .fancy-box .content{
        --p: .5rem!important;
        --m: .5rem!important;
    }

    .services .service-slider .white-chevron-left,
    .services .service-slider .white-chevron-right{
        display: block;
    }

    .services .service-slider .white-chevron-left {
        left: 1rem;
    }

    .services .service-slider .white-chevron-right {
        right: 1rem;
    }
}


/* Offers section */

.offers .right-image{
    flex: 0 1 50%;
}
.offers .right-image > img {
    margin-left: 10%;
    margin-top: -25%;
    max-height: 906px;
}
.offers .curved-txt{
    flex: 0 1 45%;
    margin-left: 5%;
}

.offers .left-image {
    flex: 0 1 50%;
}

.offers .left-image > img {
    margin-top: -30%;
}


@media only screen and (max-width: 992px) {
    .offers .right-image,
    .offers .left-image{
        flex: 0 1 100%;
    }

    .offers .right-image > img,
    .offers .curved-txt {
        margin-left: 0;
    }

    .offers .right-image > img,
    .offers .left-image > img {
        margin-top: 0;
    }

    .offers .curved-txt{
        flex: 0 1 100%;
    }

}


/* properties section */

.properties {}
#discover-city {
    /* section-gap-y kadar eksi */
    scroll-margin-top: -150px;
    scroll-snap-type: y proximity;
}


/* cool text section */

.cool-text p {
    transition: transform 0.5s ease;
}


/* counter section */

.counter {

    background-image: var(--bg-url);
    padding: 180px 0 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hero-shape-2-shadow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--clip-height, 8vw) * -1);
    height: var(--clip-height, 8vw);
    z-index: 2;
    background-color: var(--color-bg);
    transform-origin: left top;
    transform: skewY(calc(var(--clip-angle, .666deg))); /* devil was here */
}


/* layered images */

/* .layered-images.style-1 img:first-child{
    position: absolute;
    left: 0;
    width: 40%;
} */

.layered-images.style-1 .col-6:nth-child(1){
    flex: 0 1 45%;
}

.layered-images.style-1 .col-6:nth-child(2){
    flex: 0 1 55%;
    box-shadow: -12px 15px 6.9px -5px rgba(255, 255, 255, 0.22);
    margin-left: -10%;
}

/* --- */


.layered-images.style-2 .col-6:nth-child(1){
    flex: 0 1 50%;
    z-index: 2;
}

.layered-images.style-2 .col-6:nth-child(2){
    flex: 0 1 40%;
    margin-left: -15%;
    margin-top: -45%;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .layered-images.style-2 .col-6:nth-child(2){
        margin-top: -25%;
    }
}

/* --- */

.layered-images.style-3 .col-6:nth-child(1){
    flex: 0 1 45%;
}

.layered-images.style-3 .col-6:nth-child(2){
    flex: 0 1 55%;
    margin-left: -10%;
}


@media only screen and (max-width: 992px) {
    .layered-images{
        flex-direction: column;
    }

    .layered-images img:nth-child(2){
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .layered-images{
        height: initial!important;
        display: flex;
        gap: 4px;
    }
    .layered-images img{
        position: static;
        max-width: 100%;
        max-height: unset!important;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}


/* testimonials */

.testimonials .bg-area{ /* kumsal */
    background-image: var(--bg-url);
    background-repeat: no-repeat;
    background-size: cover;
    height: 729px;
    width: 100%;
    padding: 135px 125px;
    z-index: 1;
    position: relative;
}

.testimonial-slider{
    /* --h: clamp(200px, 25vw, 395px); */
    --h: 395px;
    --w: 432px;
    height: var(--h);
    position: relative;
    top: calc(var(--h) / 2 * -1);
    background: var(--button-border-color);

    --content-gap: 50px;
}

.testimonial-slider .swiper-slide{
    display: flex;
    align-items: flex-start;
}

.testimonial-slider .swiper-slide img{
    width: var(--w);
    height: var(--h);
}

.testimonial-slider .swiper-slide .content{
    padding: var(--content-gap);
}

.testimonial-slider .swiper-pagination{
    padding-left: calc(var(--w) + var(--content-gap));
    padding-bottom: calc(var(--content-gap) / 6 * 4);
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: rgba(255,255,255, .54);
}
.testimonial-slider .swiper-pagination-bullet-active {
    background: var(--backlink-color);
}


.top-to-bottom-overlay-after::after {
    content:'';
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.27) 0%,
        rgba(41,41,41, 0.09) 55%,
        rgba(102,102,102, 0.00) 100%
    );
    opacity: .82;
    z-index: -1;
    height: 729px;
}

@media only screen and (max-width: 992px) {

    .testimonials .bg-area{
        padding: 40px 25px;
    }
    .testimonial-slider .swiper-pagination{
        padding-left: 0;
    }
}


/* clients */

.client-slider {
    position: relative;
    height: 150px;
}

.client-slider .swiper-pagination {
    top: calc(var(--swiper-pagination-top,auto) + 80px);
}

.client-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #B6B6B6;
    opacity: 1;
}
.client-slider .swiper-pagination-bullet-active {
    background: #21C9C8;
}

/* contact-form */

.contact-form {
    background: linear-gradient(
        to right,
        #EFF0F3 0%,
        #E7ECF3 100%
    );
    padding: 150px 112px 112px 112px;
    position: relative;
    overflow: hidden;
}



.contact-form::before,
.contact-form::after{
    content: '';
    height: var(--footer-vinyl-h);
    left: 0; right: 0; top: 0;
    position: absolute;
    width: 100%;
    top: -50px;
}

.contact-form::before{
    background-color: #FAFAFC;
    transform-origin: left bottom;
    transform: skewY(-.8deg);
    top: -25px;
    z-index: 3;
}

.contact-form::after{
    background-color:#EFF0F3;
    z-index: 2;
}

@media only screen and (max-width: 992px) {
    .contact-form {
        padding: 100px 20px 60px 20px;
    }
}

/* about > team */

.team-item{
    --pt: 80px;
    --pb: 60px;
    --pr: 100px;
    --mb: 200px;
    --border-width: 10px;
    --scale-factor: 1.475;

    --std-scale: scale(var(--scale-factor));

    --even-degree: -3deg;
    --odd-degree: 3deg;

    padding: var(--pt) var(--pr) var(--pb) 0;
    margin-bottom: var(--mb);
}

.team-item img {
    border: var(--border-width) solid #fff;
    transform: var(--std-scale);
    margin-top: calc((var(--pt) - var(--pb)) * -1); /* üst kısmın fazla olmasında */
    box-shadow: 0px 0px 30px 10px rgba(127, 127, 127, 0.25);
    filter: grayscale(100%);
    transition: all .3s ease-in;
    max-width: 100%;
    width: calc(580px / var(--scale-factor));
    height: calc(580px / var(--scale-factor));
    object-fit: cover;

}

.team-item img:hover{
    filter: grayscale(0%);
}

.team-item:nth-child(2n) img {
    transform: var(--std-scale) rotate(var(--even-degree));
}
.team-item:nth-child(2n-1) img {
    transform: var(--std-scale) rotate(var(--odd-degree));
}

@media only screen and (max-width: 992px) {
    .team-item{
        --pr: 0px;
        --pt: 0px;
        --mb: 50px;
    }

    .team-item img {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1600px) {
    .team-item {
        --scale-factor: 1;
    }
}

/* detail */
.swiper.hero-slider.detail {
    position: relative; /* Absolute konumlandırılmış çocukları (butonları) kendine göre hizalar */
    /* Mevcut diğer stilleriniz... */
}
.detail .white-chevron-left,
.detail .white-chevron-right {
    position: absolute;
    top: calc(var(--h) / 2 - 40px/2); /* 40px svg boyutu tam ortası için yarısı olmalı */
    z-index: 9999999999;
}

.detail .white-chevron-left{
    left: 40px;
}
.detail .white-chevron-right{
    right: 40px;
}

#map-container {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.hero-banner.detail::before{
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;

    height: 50%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.57) 0%,
        rgba(41,41,41, 0.19) 55%,
        rgba(102,102,102, 0.00) 100%
    );
    z-index: 10;
}

#map-container #map {
    width: 100%;
    height: 100%;
}
#map-container .custom-marker img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

#map-container .verified-badge {
    position: absolute;
    left: 50%;
    top: 60%; /* Dikey olarak orta nokta ile alt noktanın ortası */
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #2a6e78;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 999999999;
}

#map-container .verified-badge::before {
    content: "✓ ";
    color: #2a6e78;
}

/* explore home card item */

.property-item{
    --specific-h: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.property-item:hover{
    transform: translate(-2px, 2px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.property-item .card-body{
    margin-top: calc(var(--specific-h) * -1);
}

.property-item .card-img-top {
    height: 300px;
    object-fit: cover;
}

.property-item .specific-info {
    height: var(--specific-h);
    top: calc(var(--specific-h) * -1);
    z-index: 9;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1.0) 0%,
        rgba(0,0,0, 0.5) 55%,
        rgba(0,0,0, 0.00) 100%
    );
    padding-top: calc(var(--specific-h) / 6);
}

.property-item .specific-info i {
    text-decoration: none;
    font-size: calc(var(--specific-h) / 2);
    color: #fff;
    position: relative;
}

.property-item .specific-info i::after{
    content: attr(data-value);
    position: absolute;
    font-size: 1rem;
    width: calc(var(--specific-h) / 2);
    margin-left: calc(var(--specific-h) / 3 * -1);
    text-align: right;
    /* background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1.0) 0%,
        rgba(0,0,0, 0.32) 55%,
        rgba(0,0,0, 0.00) 100%
    );; */
}

/* utils -> utils.css'e taşındı */



/* p etiketlerini div'e çevirdikten sonra lazım oldu */
.zero-p p {
    margin: 0;
}


/*  */

.btn-airbnb-call {
    background-color: #FF5A5F;
    color: white;
}
.btn-airbnb-call:hover, .btn-airbnb-call:focus {
    background-color: #FF4046;
    color: white;
}

.btn-booking-call {
    background-color: #003580;
    color: white;
}
.btn-booking-call:hover, .btn-booking-call:focus {
    background-color: #002D72;
    color: white;
}

.btn-vrbo-call {
    background-color: #245ABC;
    color: white;
}
.btn-vrbo-call:hover, .btn-vrbo-call:focus {
    background-color: #1A4699;
    color: white;
}

.btn-airbnb-link {
    background-color: #00A699;
    color: white;
}
.btn-airbnb-link:hover, .btn-airbnb-link:focus {
    background-color: #008F85;
    color: white;
}

.btn-booking-link {
    background-color: #0896FF;
    color: white;
}
.btn-booking-link:hover, .btn-booking-link:focus {
    background-color: #0080E4;
    color: white;
}

/* SVG ikon stilleri */
.btn-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 8px;
}

.brand-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-left: 8px;
}

/* Booking ve Vrbo logo düzenlemeleri */
.icon-booking {
    width: 24px;
    height: 24px;
}

.icon-vrbo {
    width: 24px;
    height: 24px;
}

/* Accordion - FAQ + general */

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-body-padding-y: 2rem;
    --bs-accordion-body-padding-x: 1rem;
}

.accordion-header{
    border-bottom: 1px solid var( --fake-white);
}

@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll {
        transition: none; /* Animasyonları devre dışı bırak */
        opacity: 1; /* Doğrudan görünür yap */
        transform: none; /* Kaydırmayı iptal et */
    }
}

/* Animasyon uygulanacak elementler için temel görünmezlik */
.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform; /* Performans ipucu */
}

/* Farklı animasyon yönleri */
.animate-on-scroll.fade-in {
    /* Sadece fade-in, hareket yok */
}

.animate-on-scroll.fade-in-left { /* Soldan başla */
    transform: translateX(-100px);
}

.animate-on-scroll.fade-in-right {  /* Sağdan başla */
    transform: translateX(100px);
}

.animate-on-scroll.fade-in-up {  /* Aşağıdan başla */
    transform: translateY(100px);
}

.animate-on-scroll.fade-in-down {  /* Yukarıdan başla */
    transform: translateY(-100px);
}

/* Element görünür olduğunda eklenecek sınıf */
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translate(0, 0); /* Orijinal pozisyonuna dön */
}

/* * {
    outline: 1px solid red;
} */

html {
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    body {
        overflow: hidden !important;
        /* height: 100dvh; */
    }
}

.px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }