/* Lazy Section Stilleri */
.lazy-section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
    will-change: opacity, visibility; /* Performans için tarayıcıya ipucu */
}

    /* Gözlemci tarafından tetiklendiğinde bölümü görünür yapalım */
    .lazy-section.visible {
        opacity: 1;
        visibility: visible;
    }

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    border: solid;
    border-style: double;
}
/* Global Styles */
:root {
    --primary-color: #C5A56F;
    --secondary-color: #866D4B;
    --text-color: #181B19;
    --bg-color: #EDEAE5;
    --white: #FFFFFF;
}

.mt-5 {
    margin-top: 4rem !important;
}

.hamburger-home-konum {
    left: 116px;
    top: 43px;
}

*::before,
*::after {
    box-sizing: border-box;
}

.icon-circle {
    background-color: #866D4B;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.fun-activities__text {
    font-family: Montserrat;
}

.ozelteklif {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.bread {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 64px;
    display: flex;
    /* gap: 30px; */
    font-size: 20px;
}

.card-icon {
    width: max-content!important;
    display: flex !important;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.bread li {
    position: relative;
    padding-left: 0;
}

    .bread li.selected1::before {
        content: "•";
        color: #000;
        margin-right: 12px;
        font-size: 32px;
        line-height: 0;
        width: 24px;
        height: 24px;
        vertical-align: -3px;
    }

    .bread li a {
        color: black;
    }

    .bread li::before {
        content: "•";
        color: #000;
        margin-right: 12px;
        font-size: 32px;
        vertical-align: middle;
        line-height: 0;
        vertical-align: -3px;
    }

    .bread li:first-child::before {
        content: "";
        margin-right: 0;
    }

.toplanti-icon {
    gap: 8px;
}

.p-32 {
    padding: 32px;
}

.konak-1 {
    gap: 71px;
}

.buttonn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 183px;
    height: 48px;
    padding: 0 20px;
    border-radius: 25px;
    border: 1.5px solid #866D4B;
    color: #866D4B;
    background-color: transparent;
    position: relative;
    justify-content: center;
}

    .buttonn:hover {
        background-color: #866D4B;
        color: white;
    }

        .buttonn:hover svg path {
            fill: #ffffff;
        }

    .buttonn svg {
        position: relative;
        width: 24px;
        height: 24px;
    }

.container11 {
    padding: 55px 240px 129px 240px;
}

.container1 {
    padding: 0px 50px 0 50px;
}

/* 4K Responsive Updates */
.containerx {
    padding: 126px 240px 126px 240px;
}

.hamburger-home {
    position: absolute;
    z-index: 1000;
    left: 116px;
    top: 43px;
}

.moppet-ring-yellow {
    position: absolute;
    top: 260px;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 390px;
    border: clamp(30px, 4vw, 80px) solid #FFD400;
    border-radius: 50%;
    pointer-events: none;
}

.moppet-ring-green {
    position: absolute;
    bottom: 53px;
    left: 40px;
    width: 301px;
    height: 301px;
    pointer-events: none;
    border: 60px solid #37C710;
}

.moppet-overlay {
    position: absolute;
    width: 603px;
    height: 418px;
    top: 405px;
    left: 427px;
    transform: translate(-50%, -50%);
    background-color: #4F055C;
    border-radius: 75px;
    padding: 62px;
    color: #fff;
    box-sizing: border-box;
}

    .moppet-overlay h1 {
        width: 475px;
        height: 128px;
        flex-shrink: 0;
        color: var(--White, #FFF);
        /* D4 */
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: var(--Typeface-Size-D4, 42px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-D4, 56px);
        /* 133.333% */
        letter-spacing: var(--Typeface-Spacing-D4, 0);
    }

    .moppet-overlay p {
        flex-shrink: 0;
        color: var(--White, #FFF);
        /* Body Plus */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Body-Plus, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
        /* 122.222% */
        letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    }

.moppet-more {
    cursor: pointer;
    margin-top: clamp(20px, 3vw, 50px);
    font-size: clamp(0.875rem, 1.2vw, 1.125rem);
}

.moppet-cover {
    object-fit: cover;
}

.moppet {
    width: 1440px;
    height: 810px;
    background-image: url('/images/Rectangle 16.png');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
}
/* Section genel boşluğu */

.img-toplanti {
    width: 100%;
    height: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Yatay taşmayı kapat */
    padding-top: 0px;
}


html {
    scroll-behavior: smooth;
}

/*Krumsal*/
.btn-incele {
    display: flex;
    width: 188px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    color: var(--Secondary-Dark, #181B19);
    text-align: center;
    /* Body */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body, 18px);
    /* 112.5% */
    letter-spacing: var(--Typeface-Spacing-Body, 0px);
    transition: all 0.3s linear;
}

    .btn-incele:hover {
        font-weight: 500;
    }

.selected1 {
    color: #c5a56f;
}


.figma-header-home {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 7px;
    font-weight: 500;
    margin-left: 12px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

    .figma-header-home img,
    .figma-header-home i {
        pointer-events: none;
    }

    .figma-header-home:hover::after {
        width: 100%;
        background-color: black;
    }

    .figma-header-home .icon {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .2s;
    }

        .figma-header-home .icon.default {
            opacity: 1;
        }

        .figma-header-home .icon.sticky {
            opacity: 0;
        }

/* header.scrolled eklenince tersini yap */
.figma-header.scrolled .figma-header-home .icon.default {
    opacity: 0;
}

.figma-header.scrolled .figma-header-home .icon.sticky {
    opacity: 1;
}

#oteller-section {
    scroll-margin-top: 10px;
    /* Sticky header yüksekliğine göre ayarlayın */
}

/* Hotel List Section Styles */
.hotel-list-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 180px 0 48px;
    width: 100%;
    text-align: center;
}

    .hotel-list-section .main-title {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 1.333em;
        color: var(--text-color);
        margin-bottom: 12px;
        max-width: 628px;
    }

    .hotel-list-section .brand-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.25em;
        letter-spacing: 0.5%;
        color: var(--primary-color);
    }

/* Hotel List Section Styles */
.about-list-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

    .about-list-section .img {
        width: 1440px;
        height: 600px;
        object-fit: cover;
    }

    .about-list-section .main-title {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 1.333em;
        color: var(--text-color);
        margin-bottom: 44px;
    }

.main-title span {
    font-family: 'Playfair Display', serif;
}

.about-list-section .brand-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.5%;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.about-list-section .description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.222em;
    letter-spacing: 0.833%;
    color: var(--text-color);
    text-align: left;
    margin-top: 82px;
    padding-left: 64px;
    padding-right: 64px;
    white-space: pre-wrap;
}

.moppet-description p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.222em;
    letter-spacing: 0.833%;
    color: var(--text-color);
    text-align: left;
    white-space: pre-wrap;
}

.contact-list-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

    .contact-list-section .img {
        width: 1440px;
        height: 600px;
        object-fit: cover;
    }

    .contact-list-section .main-title {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 1.333em;
        color: var(--text-color);
        margin-bottom: 44px;
    }

    .contact-list-section .brand-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.25em;
        letter-spacing: 0.5%;
        color: var(--primary-color);
        margin-bottom: 4px;
    }

    .contact-list-section .description {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.222em;
        letter-spacing: 0.833%;
        color: var(--text-color);
        text-align: left;
        margin-top: 100px;
        padding-left: 64px;
        padding-right: 64px;
    }

.x li::marker {
    color: white;
}

.plaj-kart-desc p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.5;
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
}

.konaklama-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    height: 110px;
    overflow: hidden;
    text-align: left;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.room-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    height: 110px;
    overflow: hidden;
    text-align: left;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.spa-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
    text-align: left;
    text-align: left;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.restoran-ul ul > li {
    list-style: none;
    position: relative;
    margin-left: -32px;
}

.restoran-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    overflow: hidden;
    text-align: left;
    text-align: left;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.plaj-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    text-align: left;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}
.plaj-height {
    /* height: 215px; */
/*    margin-top: 20px !important;*/
}
.plaj-height-mobile {
    /* height: 340px; */
}
.legal-card-description p {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.legal-card-description h2 {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.card-description {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    width: 100%;
    /* veya ihtiyaca göre 60%, 70% */
    /* padding: 0 254px 62px 265px; */
}

.deluxe-intro__label {
    color: var(--primary-hover, #B68D49);
    /* Subtitle */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Subtitle, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    /* 125% */
    letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
    margin-bottom: 16px;
    text-align: left;
}

.deluxe-info__value {
    font-size: 16px !important;
}

.deluxe-intro__text {
    color: var(--Secondary-Dark, #181B19);
    /* Body Plus */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    margin-bottom: 16px;
    text-align: left;
}

.detay {
    color: var(--primary-hover, #B68D49);
/*    text-align: right;*/
    /* Subtitle */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Subtitle, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    /* 125% */
    letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
}

.konaklama-dahafazla {
    width: 1268px;
}

.konaklama-list-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    /*    height:980px;*/
    height: auto;
  
}

    .konaklama-list-section.img {
        width: 1440px;
        height: 600px;
        object-fit: cover;
    }


    .konaklama-list-section .main-title {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 38px;
        line-height: 1.333em;
        margin-bottom: 24px;
        max-width: 628px;
    }

    .konaklama-list-section .brand-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.25em;
        letter-spacing: 0.5%;
        color: var(--primary-hover, #B68D49);
    }

    .konaklama-list-section .description {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.222em;
        letter-spacing: 0.833%;
        max-width: 1312px;
        margin-bottom: 64px;
        text-align: left;
        color: #C5A56F;
    }

.star-rating {
    display: flex;
    gap: 5px;
    margin-bottom: 64px;
}

    .star-rating i {
        color: var(--primary-color);
        font-size: 24px;
    }

.hotel-list-section .description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.222em;
    letter-spacing: 0.833%;
    color: var(--text-color);
    max-width: 1312px;
    margin-bottom: 64px;
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    overflow-x: auto;
}

.hotel-card {
    /* width: 361px; */
    position: relative;
    overflow: hidden;
    /* TAŞMAYI ÖNLER */
}

.hotel-image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

    .hotel-image img {
        width: 100%;
        height: 100%;
        /* object-fit: cover;*/
    }

    .hotel-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

.hotel-card .location {
    position: absolute;
    top: 32px;
    right: 0;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    line-height: 1.125em;
}

.hotel-card .hotel-name {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 48px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    margin: 0;
    z-index: 1;
    /* transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1); */
}

.hotel-card .discover-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    opacity: 0;
    z-index: 2;
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 24px;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4em;
    text-decoration: none;
    width: calc(100% - 100px);
    transition: opacity 0.1s ease, transform 0.1s ease;
    border: 1px solid var(--rez-button-stroke, #DAC6A4);
}

.hotel-card:hover .discover-btn {
    opacity: 1;
    transform: translateX(-50%);
}

.discover-btn:hover {
    background: var(--rez-button-hover-bg, #B68D49);
}

.card1certifica {
    padding: 24px;
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

li::marker {
    color: black;
}

.card-title {
    color: var(--Secondary-Dark, #181B19);
    /* D6 */
    font-family: var(--Typeface-Family-Display, "Playfair Display");
    font-size: var(--Typeface-Size-D6, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-D6, 36px);
    /* 120% */
    letter-spacing: var(--Typeface-Spacing-D6, 0);
}

/* Concept Section Styles */
.concept-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
    margin-bottom: 91px;
}

.title-zone {
    width: auto;
    height: 85px;
    position: relative;
}

.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.5%;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.333em;
    color: var(--text-color);
    text-align: center;
    margin: 0;
}

.concept-frame {
    width: 1440px;
    height: 700px;
    background-color: var(--bg-color);
    border-radius: 8px;
    display: flex;
    position: relative;
}

.concept-content {
    flex: 1;
    padding: 64px;
    position: relative;
}

.concept-list-text {
    margin-top: 072px;
    width: 592px;
}

    .concept-list-text .title h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 42px;
        line-height: 1.333em;
        color: var(--text-color);
        margin-bottom: 32px;
    }

    .concept-list-text .description {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.222em;
        letter-spacing: 0.833%;
        color: var(--text-color);
        margin-bottom: 32px;
        text-align: left;
    }

.icon {
    font-weight: 100;
}

.icon-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.restoran-card-description ul li {
    margin-bottom: 12px;
}

.icon-text {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hotel-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125em;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 0;
}

    .hotel-link:hover {
        color: #000 !important;
    }

.chevron-icon {
    width: 24px;
    height: 24px;
}

.concept-tag {
    position: absolute;
    top: 069px;
    left: 64px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.tab-button {
    height: 32px;
    padding: 0 30px;
    border-radius: 20px;
    border: 1.5px solid var(--secondary-color);
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125em;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .tab-button.active {
        background-color: var(--secondary-color);
        color: var(--white);
    }

    .tab-button:hover {
        background-color: var(--secondary-color);
        color: var(--white);
    }

.concept-image {
    width: 720px;
    height: 700px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}

    .concept-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* --- Figma Footer Kusursuz --- */

.footer-ebülten {
    border-radius: 8px;
    background: var(--concorde-brand-PANTONE-873, #866D4B);
    padding: 20px;
}

.footer-section {
    background: #25282A;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 100vw !important;
    position: relative;
    margin-top: 128px;
}



.footer-insta-bar {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    min-height: 160px;
    background: #25282A;
}

.footer-insta-carousel {
    display: flex;
    animation: rotateImages 80s infinite linear;
    background-color: transparent;
}

.footer-insta-gallery-img {
    width: auto;
    min-height: auto;
    object-fit: cover;
    filter: brightness(0.85);
    flex-shrink: 0;
    background-color: #fff;
    border-right: 3px solid #fff;
}

@keyframes rotateImages {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

.footer-insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    z-index: 2;
}

.footer-insta-content {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 68%);
    padding: 8px 32px;
    border-radius: 8px 8px 0 0;
    margin-bottom: -20px;
    box-shadow: 0 2px 12px rgba(33, 42, 66, 0.08);
    backdrop-filter: blur(20px);
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-insta-text {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #181B19;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.footer-social-icons {
    display: flex;
    gap: 18px;
    font-size: 28px;
    margin-top: 0;
}

    .footer-social-icons a {
        background: #fff;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #181B19;
        font-size: 22px;
        box-shadow: 0 2px 8px rgba(33, 42, 66, 0.08);
        transition: background 0.2s, color 0.2s, transform 0.2s;
    }



.footer-main-grid {
    display: grid;
    grid-template-columns: 1.6fr 1.6fr 1.6fr 1.6fr;
    gap: 60px;
    max-width: 1720px;
    margin: 0 auto;
    padding: 56px 44px 0 44px;
    align-items: flex-start;
}

.footer-logo-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 103px;
}

.footer-main-logo {
    width: 220px;
    height: auto;
    margin-bottom: 12px;
}

.footer-zaf-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-zaf-logo {
    width: 38px;
    height: auto;
}

.footer-zaf-text {
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
    transition: transform 0.15s ease-out;
}

    .footer-col ul li a {
        font-size: 16px;
        color: #fff;
        margin-bottom: 6px;
        cursor: pointer;
        transition: transform 0.15s ease-out;
        position: relative;
    }

    .footer-col ul li {
        font-size: 16px;
        color: #fff;
        margin-bottom: 6px;
        cursor: pointer;
        transition: transform 0.15s ease-out;
        position: relative;
    }

a[href] {
    text-decoration: none;
    width: max-content;
}

.footer-col li:hover {
    color: white;
    transform: translateX(5px);
    font-weight: 500;
}

.footer-newsletter-text {
    font-size: 18px;
    color: #EDEAE5;
    margin-bottom: 12px;
}

.footer-newsletter-btn {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 25px;
    padding: 10px 90px;
    width: 378px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

    .footer-newsletter-btn:hover {
        background: #C5A56F;
        color: #fff;
    }

.footer-bottom {
    width: 100%;
    /* border-top: 1px solid #393C44; */
    padding: 13px 70px 20px 70px;
    text-align: center;
    color: #7E7E7E;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 32px;
    background-color: #1D1F22;
}


/* --- /Figma Footer Kusursuz --- */


/* --- Figma Offer Section Birebir (Güncel) --- */
.figma-offer-section {
    background: #fff;
    padding: 0 0 80px 0;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 132px;
}

.figma-offer-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 123px;
    margin-top: 32px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.figma-offer-label {
    color: #B68D49;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.5%;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}

.figma-offer-title {
    color: #181B19;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
    max-width: auto;
    display: block;
}

.figma-offer-row {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    position: relative;
    width: 100%;
}

.figma-offer-image-bg {
    width: 720px;
    height: 470px;
    background: #212A42;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    min-width: 0;
    min-height: 0;
    position: relative;
}

.figma-offer-image {
    width: 650px;
    height: 610px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    background: #fff;
    margin-left: 60px;
    max-width: 100%;
}

.figma-offer-content-box {
    width: 720px;
    height: 470px;
    background: #212A42;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px 64px;
    min-width: 0;
    min-height: 0;
    box-shadow: 0 8px 32px rgba(33, 42, 66, 0.08);
    position: relative;
    flex: 1;
}

.figma-offer-subtitle {
    color: #FFF;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
    width: 100%;
    max-width: 592px;
    margin-bottom: 18px;
    margin-top: 0;
    letter-spacing: 0px;
}

.figma-offer-desc {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    max-width: 592px;
    margin-bottom: 32px;
    letter-spacing: 0.15px;
}

.figma-offer-btn {
    display: flex;
    align-items: center;
    color: #C5A56F;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 8px;
    transition: color 0.2s;
    width: auto;
    height: auto;
    text-align: right;
    position: absolute;
    right: 57px;
    bottom: 106px;
    gap: 16px;
    justify-content: flex-end;
}

    .figma-offer-btn img {
        width: 64px;
        height: 73px;
        padding-top: 8px;
    }

.mb-2 {
    margin-bottom: 24px !important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 8rem !important;
}

.altçizgi {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    color: var(--Secondary-Dark, #181B19);
    /* Subtitle */
    font-size: var(--Typeface-Size-Subtitle, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    /* 125% */
    letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
}

    .altçizgi::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #181B19;
        transition: width 0.8s ease-out;
    }

    .altçizgi:hover {
        color: #181B19;
    }

        .altçizgi:hover::after {
            width: 100%;
        }

/* --- /Figma Offer Section Birebir (Güncel) --- */

/* --- Figma Header (Figma'dan birebir) --- */
.figma-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    transition: background 0.3s, backdrop-filter 0.3s, box-shadow 0.3s;
    height: 120px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: space-between;
    padding: 0 50px;
}

    .figma-header.scrolled {
        background: #ffffffc4;
        backdrop-filter: blur(4px);
        box-shadow: 0 2px 8px rgba(33, 42, 66, 0.04);
    }

.figma-header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.figma-header-logo {
    display: flex;
    align-items: center;
}

    .figma-header-logo img {
        height: 80px;
        width: auto;
    }

.figma-header-logo1 {
    display: flex;
    align-items: center;
    flex: 0;
    /* ne genişlik verirsek o kadar yer kaplasın */
    margin: 0;
    /* otomatik margin yok */
    /* Opsiyonel: dikeyde de tam ortalamak için: */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .figma-header-logo1 img {
        height: 80px;
        width: auto;
    }

/* Grid'in 1. hücresi sol, 2. hücresi logo, 3. hücresi sağ */
.figma-header-left {
    grid-column: 1;
    justify-self: start;
}

.figma-header-logo1 {
    grid-column: 2;
    justify-self: center;
}

.figma-header-right {
    grid-column: 3;
    justify-self: end;
}

.figma-header-right1 {
    grid-column: 3;
    justify-self: end;
}

.figma-header-hamburger-eski {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}


.figma-header-hamburger {
    width: 48px;
    height: 41px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    left: 63px;
    top: 38px;
    z-index: 3003;
    padding: 0;
}

    .figma-header-hamburger .line {
        width: 32px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        margin: 4px 0;
        transition: all 0.3s cubic-bezier(.77, 0, .18, 1);
        display: block;
    }

    .figma-header-hamburger.active .line1 {
        transform: rotate(45deg) translate(0px, 7px);
    }

    .figma-header-hamburger.active .line2 {
        transform: rotate(-45deg) translate(0px, -7px);
    }

    .figma-header-hamburger.active .line {
        background: #000 !important;
    }

.figma-header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.figma-header-right1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.figma-header-lang {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .figma-header-lang span {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

.figma-header-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
}

.animaphone span,
.animaphone img {
    transition: transform 0.5s ease;
}

.animaphone:hover img {
    transform: rotate(-130deg);
}


.figma-header-phone span {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.figma-header-rez-btn-link {
    position: fixed;
    right: 31px;
    top: 38px;
    z-index: 199;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    transition: width 0.4s cubic-bezier(.77, 0, .18, 1), border-radius 0.4s, background 0.4s;
    overflow: hidden;
    background: #866D4B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #DAC6A4;
}
.figma-header-rez-btn {
    position: fixed;
    right: 31px;
    top: 38px;
    z-index: 199;
    width: 188px;
    height: 48px;
    border-radius: 24px;
    transition: width 0.4s cubic-bezier(.77, 0, .18, 1), border-radius 0.4s, background 0.4s;
    overflow: hidden;
    background: #866D4B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    border: 1px solid #DAC6A4;
}

.figma-header-rez-btn-eski {
    position: relative;
    z-index: 3001;
    width: 186px;
    height: 40px;
    border-radius: 24px;
    transition: width 0.4s cubic-bezier(.77, 0, .18, 1), border-radius 0.4s, background 0.4s;
    overflow: hidden;
    background: #866D4B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.figma-header-rez-btn .rez-x {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s, transform 0.3s;
    width: 24px;
    height: 24px;
    position: absolute;
    /* right: 8px;
        top: 8px;*/
}

.figma-header-rez-btn .rez-text {
    transition: opacity 0.2s, transform 0.2s;
}
.figma-header-rez-btn-link .rez-text {
    transition: opacity 0.2s, transform 0.2s;
}

.figma-header-rez-btn.active {
    width: 48px;
    border-radius: 50%;
    background: var(--rez-button-hover-bg, #B68D49);
    /* Colors Hex Hex Background colors rez-button/hover-bg */
}
.figma-header-rez-btn-link .active {
    width: 48px;
    border-radius: 50%;
    background: var(--rez-button-hover-bg, #B68D49);
    /* Colors Hex Hex Background colors rez-button/hover-bg */
}

    .figma-header-rez-btn.active .rez-text {
        opacity: 0;
        transform: scale(0.7);
    }

    .figma-header-rez-btn.active .rez-x {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
    }

.figma-header-rez-btn:hover {
    background: #C5A56F;
    color: #fff;
}
.figma-header-rez-btn-link:hover {
    background: #C5A56F;
    color: #fff;
}

.figma-header-oteller {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-left: 12px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 10;
    /* Sticky içinde görünmesi için */
}

    .figma-header-oteller::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.5s ease;
        z-index: 1;
        /* Alt çizginin görünmesi için */
    }

    .figma-header-oteller:hover::after {
        width: 100%;
    }

.sticky-header {
    z-index: 100;
}

.figma-header.scrolled .figma-header-oteller .figma-header-phone {
    color: #181B19;
}

/* --- /Figma Header --- */

/* --- Figma Hero Video Section --- */

.hero-video-section {
    position: relative;
    width: 100vw;
    height: calc(117vh - 120px);
    overflow: hidden;
    background: #000;
}

.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
}


.hero-video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.hero-arrow-left {
    left: 10px;
}

.hero-arrow-right {
    right: 10px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* Diğer overlay stilleri buraya eklenebilir */
}

/* --- /Figma Hero Video Section --- */

.lang-dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.lang-arrow {
    margin-left: 4px;
    transition: transform 0.2s;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    /* Flex container'da küçülmeyi engeller */
}

/* Çok küçük ekranlar için */
.lang-dropdown.open .lang-arrow {
    transform: rotate(180deg);
}

.lang-menu {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 60px;
    background: rgba(255, 255, 255, 0.95);
    color: #000000;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(33, 42, 66, 0.08);
    z-index: 4;
    padding: 6px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.lang-dropdown.open .lang-menu {
    display: block;
}

.lang-menu li {
    padding: 8px 18px;
    cursor: pointer;
    transition: background 0.15s;
}

    .lang-menu li a {
        color: #000000;
    }

    .lang-menu li:hover {
        background: rgba(197, 165, 111, 0.18);
    }

.hamburger-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(24, 27, 25, 0.55);
    z-index: 199;
    transition: opacity 1.8s;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 660px;
    height: 100vh;
    background: #fff;
    z-index: 3002;
    padding: 12px 0 12px 20px;
    box-shadow: 2px 0 24px rgba(33, 42, 66, 0.08);
    transform: translateX(-100%);
    transition: transform 0.7s ease-out;
}

    .hamburger-menu.open {
        transform: translateX(0);
    }

.hamburger-overlay.open {
    display: block;
    opacity: 1;
}

.hamburger-close {
    background: none;
    border: none;
    font-size: 36px;
    color: #181B19;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.hamburger-menu-content {
    margin-top: 81px;
    padding-right: 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    padding-left: 127px;
}

.menu-section {
    margin-bottom: 0px;
    color: black;
}

.menu-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: #181B19;
    margin-bottom: 8px;
}

.menu-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

    .menu-section ul li {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #181B19;
        margin-bottom: 6px;
        cursor: pointer;
        transition: transform 0.15s ease-out;
    }

        .menu-section ul li a {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            color: #181B19;
            margin-bottom: 6px;
            cursor: pointer;
            transition: transform 0.15s ease-out;
        }

        .menu-section ul li:hover {
            font-weight: 500;
            transform: translateX(5px);
        }

.menu-social {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

    .menu-social a {
        background: #F5F5F5;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #181B19;
        font-size: 18px;
        transition: background 0.2s, color 0.2s;
    }

        .menu-social a:hover {
            background: #C5A56F;
            color: white;
        }

/* Sağdan açılan rezervasyon menüsü */
.rezervasyon-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(24, 27, 25, 0.55);
    z-index: 6;
}

    .rezervasyon-overlay.open {
        display: block;
    }

.rezervasyon-menu {
    overflow-y: auto; /*// osman ekledi */
    position: fixed;
    top: 0;
    right: 0;
    width: 660px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: -2px 0 24px rgba(33, 42, 66, 0.08);
    transform: translateX(100%);
    transition: none;
    z-index: 101;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 40px 40px;
}



.rezervasyon-close {
    background: none;
    border: none;
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

    .rezervasyon-close img {
        width: 40px;
        height: 40px;
        display: block;
    }

.rez-menu-content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rez-menu-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #181B19;
    margin-bottom: 32px;
}

.rez-hotel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

    .rez-hotel-list li {
        display: flex;
        align-items: center;
        gap: 24px;
        /* background: #fff; */
        border-radius: 12px;
        /* box-shadow: 0 2px 8px rgba(33,42,66,0.08); */
        /* padding: 16px 24px; */
    }

.rez-hotel-img-wrapper {
    width: 520px;
    overflow: hidden;
    margin: 0 auto;
    transition: width 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

    .rez-hotel-img-wrapper:hover {
        width: 570px;
    }

.rez-hotel-img {
    width: 600px;
    height: 194px;
    width: 570px;
    flex-shrink: 0;
    border-radius: 10px;
}


.rez-hotel-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #181B19;
    font-weight: 500;
}

.logo-mobile {
    display: none;
}

.logo-desktop {
    display: block;
}

.mobile-only-phone-icon {
    display: none;
}

.bi-youtube,
.bi-facebook {
    height: 32px;
}

/* Arka plan + hizalama */
.plaj {
    display: flex;
    justify-content: flex-end;
    align-items: center;
/*    background-image: url('/images/section-plaj-havuz.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 900px;
    margin-top: 128px;
}

.plaj1 {
    position: absolute;
    display: flex;
    width: 960px;
    padding: 100px 0 100px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    background: #FFF;
}

.plajj {
    display: flex;
    width: 656px;
    flex-direction: column;
}

.plaj1 h1 {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Display, "Playfair Display");
    font-size: var(--Typeface-Size-D4, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-D4, 56px);
    letter-spacing: var(--Typeface-Spacing-D4, 0);
    margin-bottom: 32px;
}

.plaj-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.plaj1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: clamp(20px, 4vw, 32px);
}

.plaj1 a {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #b28f56;
    text-decoration: none;
    gap: 4px;
}

.hotel-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.125em;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .hotel-link::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #181B19;
        transition: width 0.8s ease-out;
    }

.hotel-lin {
    position: relative;
    display: inline-block; /* genişlik = metin genişliği */
    width: max-content;
    text-decoration: none;
    color: inherit;
}

    .hotel-lin::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #181B19;
        transition: width 0.8s ease-out;
    }

    .hotel-lin:hover {
        color: #181B19;
    }

        .hotel-lin:hover::after {
            width: 100%;
            padding-left: 20px;
        }

.hotel-link:hover {
    color: #181B19;
}

    .hotel-link:hover::after {
        width: 100%;
    }


h1 {
    /* D4 */
    font-family: var(--Typeface-Family-Display, "Playfair Display");
    font-size: var(--Typeface-Size-D4, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-D4, 56px);
    /* 133.333% */
}

h2 {
    /* Subtitle */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Subtitle, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    /* 125% */
}

p {
    /* D4 */
    font-family: var(--Typeface-Family-Display, "Playfair Display");
    font-size: var(--Typeface-Size-D4, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-D4, 56px);
    /* 133.333% */
    letter-spacing: var(--Typeface-Spacing-D4, 0);
}

.fun-activities {
    position: relative;
    height: 100vh;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 6.13%, rgba(0, 0, 0, 0) 100%), url('/images/active1.png') center / cover no-repeat;
    color: #fff !important;
}

.fun-activities__overlay {
    margin-top: 651px;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 64px;
}

.fun-activities__title {
    font-family: "Hurricane", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 5.5rem;
    font-weight: 400;
    margin: 0;
    color: #fff !important;
}

.fun-activities__text {
    max-width: 875px;
    font-size: 1.25rem;
    margin: 3rem 0 2rem;
    color: #fff !important;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
}

    .fun-activities__text p {
        max-width: 875px;
        font-size: 1.25rem;
        margin: 3rem 0 2rem;
        color: #fff !important;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    }

.fun-activities__cta {
    font-size: 1.125rem;
    color: #fff !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

    .fun-activities__cta:hover {
        text-decoration: underline;
    }

.fun-activities__cta-icon {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* Spa*/

.spa-highlight {
    color: var(--Primary-Golden, #C5A56F);
    /* Subtitle */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Subtitle, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Subtitle, 25px);
    /* 125% */
    letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
}

.containerx1 {
    padding: 0 !important;
    /* padding: 9rem 14rem 9rem 14rem; */
}

.spa-feature-card1 {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 26px 21px 0px 40px;
}

.spa-feature-card {
    width: 309px;
    height: 310px;
    flex-shrink: 0;
    background-color: #8a7351;
    color: white;
    border-radius: 1rem;
    padding: 40px;
}

    .spa-feature-card h1 {
        display: flex;
        width: 97px;
        height: 52px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: var(--White, #FFF);
        /* D3 */
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: var(--Typeface-Size-D3, 51px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-D3, 68px); /* 133.333% */
        letter-spacing: var(--Typeface-Spacing-D3, 0);
    }

    .spa-feature-card h3 {
        width: 164px;
        height: 35px;
        color: var(--White, #FFF);
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Subtitle, 20px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px); /* 125% */
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
    }

    .spa-feature-card p {
        width: 247.292px;
        height: 57px;
        color: var(--White, #FFF);
        /* Body */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Body, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Body, 18px); /* 112.5% */
        letter-spacing: var(--Typeface-Spacing-Body, 0);
    }

    .spa-feature-card a {
        color: var(--White, #FFF);
        text-align: right;
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Subtitle, 20px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px); /* 125% */
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
        padding: 0px 22px 20px 98px;
    }


.spa-rounded {
    border-radius: 1rem !important;
}

.spa-shadow {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.bg {
    background: url('/images/bg.png'), linear-gradient(to top, rgba(237, 234, 229, 1) 0%, rgba(237, 234, 229, 0) 80%);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    position: relative;
}

.bg1 {
    background-color: rgba(237, 234, 229, 1);
}

/*SendContact*/
.form-control {
    display: flex;
    width: 100%;
    max-width: 653px;
    height: 48px;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #F7F7F7;
    box-sizing: border-box;
}

.form-control-message {
    display: flex;
    width: 100%;
    max-width: 1322px;
    height: 150px;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #F7F7F7;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px;
}

@media(min-width:1440px)and (max-width:1600px) {
    .btn-send {
        max-width: 300px !important;
    }
}

.btn-send {
    display: flex;
    width: 100%;
    max-width: 645px;
    height: 48px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid var(--rez-button-stroke, #DAC6A4);
    background: var(--rez-button-default-bg, #866D4B);
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
}

    .btn-send:hover,
    .btn-send:focus {
        color: #fff;
        background-color: #B68D49;
    }

.card-contact {
    padding: 50px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin: 0 auto;
}

.form-check-label {
    color: var(--Secondary-Dark, #181B19);
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
}

.contact-form-container {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.checkbox-button-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
}



.form-control:focus,
.form-control-message:focus {
    outline: 2px solid var(--rez-button-default-bg, #866D4B);
    outline-offset: 2px;
    border-color: var(--rez-button-default-bg, #866D4B);
}

.btn-send:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.container-iletisim {
    padding: 64px 240px 100px 240px;
}



/*Caroseul*/

.carousel-hover-controls .carousel-control-prev,
.carousel-hover-controls .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.carousel-hover-controls .carousel-control-prev {
    transform: translateX(-20px);
}

.carousel-hover-controls .carousel-control-next {
    transform: translateX(20px);
}

.carousel-hover-controls:hover .carousel-control-prev,
.carousel-hover-controls:hover .carousel-control-next {
    opacity: 1;
    transform: translateX(0);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='white'/%3E%3Cpath d='M17 13L24 20L17 27' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='white'/%3E%3Cpath d='M24 13L17 20L24 27' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-control-next:hover .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M17 13L24 20L17 27' stroke='%23181B19' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-control-prev:hover .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M24 13L17 20L24 27' stroke='%23181B19' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*GALERİ İCON*/

.galeriicon {
    display: flex;
    width: 53px;
    height: 62px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
}

    .galeriicon P {
        color: #2C8474;
        text-align: center;
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Caption, 13px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Caption, 16px);
        letter-spacing: var(--Typeface-Spacing-Caption, 0.5px);
    }

    .galeriicon .path-group {
        /* Animasyonun yumuşak olmasını sağlar */
        transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    }


        /* İlk path grubu başlangıçta görünür durumdadır */
        .galeriicon .path-group:first-of-type {
            transform: translateX(0);
        }

        /* İkinci path grubu başlangıçta sağda, görünmez şekilde bekler */
        .galeriicon .path-group:last-of-type {
            transform: translateX(100%);
        }


    /* Fare üzerine gelindiğinde, ilk path grubu sola doğru kayar */
    .galeriicon:hover .path-group:first-of-type {
        transform: translateX(-100%);
    }

    /* Fare üzerine gelindiğinde, ikinci path grubu sağdan ortaya gelir */
    .galeriicon:hover .path-group:last-of-type {
        transform: translateX(0);
    }



/* plaj havuz */
.pool-section {
    height: 100vh;
    padding-top: 370px;
}

.bg-image-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.pool-title {
    color: #FFF;
    text-align: center;
    /* Tertiary D1 */
    font-family: var(--Typeface-Family-Tertiary-Font, Hurricane);
    font-size: var(--Typeface-Size-D1, 102px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-D1, 136px); /* 133.333% */
    letter-spacing: var(--Typeface-Spacing-D1, -1.5px);
}

.pool-description p {
    color: var(--White, #FFF);
    text-align: center;
    /* Body Plus */
    font-family: var(--Typeface-Family-Text, Montserrat);
    font-size: var(--Typeface-Size-Body-Plus, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Line-Height-Body-Plus, 22px); /* 122.222% */
    letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    text-align: left;
    /*    width: 1312px;*/
}

.pool-item {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .pool-item.active {
        display: flex;
        opacity: 1;
        align-items: center;
        justify-content: between;
        gap: 1rem;
    }

    .pool-item .pool-carousel__text {
        flex: 0 0 40%;
    }

    .pool-item .pool-carousel__images {
        flex: 0 0 60%;
    }
/* Media Queries */

@media (min-width: 2560px) {
    .containerx {
        padding: clamp(60px, 8vw, 126px) clamp(20px, 12vw, 240px);
    }

    /* Arka plan sabit ölçüde */
    .moppet {
        background-image: url('/images/Rectangle 16.png');
        background-size: cover;
        background-position: center;
        width: 1440px;
        height: 810px;
        position: relative;
    }

    /* Sarı halka */
    .moppet-ring-yellow {
        position: absolute;
        left: 46%;
        transform: translate(-50%, -50%);
        width: clamp(180px, 28vw, 390px);
        height: clamp(180px, 28vw, 390px);
        border: clamp(20px, 4vw, 80px) solid #FFD400;
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
    }

    /* Yeşil kare */
    .moppet-ring-green {
        position: absolute;
        width: clamp(120px, 21vw, 301px);
        height: clamp(120px, 21vw, 301px);
        border: clamp(20px, 5vw, 60px) solid #37C710;
        pointer-events: none;
        z-index: 1;
    }

    /* Metin kutusu */
    .moppet-overlay {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 603px;
        height: 418px;
        padding: clamp(24px, 4vw, 64px);
        background-color: #4F055C;
        color: white;
        border-radius: 75px;
        z-index: 2;
        text-align: left;
        box-sizing: border-box;
    }

        .moppet-overlay h1 {
            width: 475px;
            height: 109px;
            flex-shrink: 0;
            color: var(--White, #FFF);
            /* D4 */
            font-family: var(--Typeface-Family-Display, "Playfair Display");
            font-size: var(--Typeface-Size-D4, 42px);
            font-style: normal;
            font-weight: 400;
            line-height: var(--Typeface-Line-Height-D4, 56px);
            /* 133.333% */
            letter-spacing: var(--Typeface-Spacing-D4, 0);
        }

        .moppet-overlay p {
            flex-shrink: 0;
            color: var(--White, #FFF);
            /* Body Plus */
            font-family: var(--Typeface-Family-Text, Montserrat);
            font-size: var(--Typeface-Size-Body-Plus, 18px);
            font-style: normal;
            font-weight: 400;
            line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
            /* 122.222% */
            letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
            margin-bottom: 32px !important;
        }

    .moppet-more {
        cursor: pointer;
        margin-top: clamp(20px, 3vw, 50px);
        font-size: clamp(0.875rem, 1.2vw, 1.125rem);
    }
}

@media (max-width: 1920px) {
    .hotel-grid {
        flex-wrap: inherit;
    }
}

@media (min-width: 1441px) {
    .figma-offer-row {
        max-width: 1440px;
    }

    .figma-offer-image-bg,
    .figma-offer-content-box {
        width: 720px;
    }
}

@media (max-width: 1280px) {
    .concept-frame {
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
    }

    .concept-image {
        width: 100%;
        height: 400px;
        border-radius: 8px 8px 0 0;
    }

    .concept-content {
        padding: 32px;
    }

    .concept-list-text {
        margin-top: 100px;
        width: 100%;
    }

    .concept-tag {
        top: 32px;
        left: 32px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .figma-offer-headings {
        margin-bottom: 100px;
    }

    .figma-offer-row {
        max-width: 100%;
        padding: 0 20px;
    }

    .figma-offer-image-bg,
    .figma-offer-content-box {
        width: 50%;
        max-width: none;
    }

    .figma-offer-image {
        width: 90%;
        /* height: 100%; */
        /* max-width: 100%; */
        z-index: 1;
    }

    .figma-offer-content-box {
        padding: 48px 32px;
    }

    .figma-offer-subtitle {
        font-size: 36px;
        line-height: 48px;
    }

    .figma-offer-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .figma-offer-btn {
        right: 32px;
        bottom: 80px;
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .footer-logo-col {
        align-items: center;
    }
}

@media (max-width: 1025px) and (min-width: 600px) {
    .figma-offer-image {
        max-width: 500px !important;
        height: auto;
        width: 650px;
        height: 610px;
        object-fit: cover;
        display: block;
        border-radius: 0;
        background: #fff;
        margin-left: 50px !important;
        max-width: 100%;
    }

    .figma-offer-image-bg,
    .figma-offer-content-box {
        width: 50% !important;
        max-width: none;
    }

    .figma-offer-content-box {
        background: #212A42;
        /* border-radius: 0; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 45px 25px;
        /* min-width: 0; */
        /* min-height: 0; */
        box-shadow: 0 8px 32px rgba(33, 42, 66, 0.08);
        position: relative;
        /* flex: 1; */
    }


    .figma-offer-subtitle {
        color: #FFF;
        /* font-family: 'Playfair Display', serif; */
        /* font-weight: 400; */
        font-size: 24px;
        /* line-height: 56px; */
        /* width: 100%; */
        /* max-width: 592px; */
        /* margin-bottom: -7px; */
        /* margin-top: 174px; */
        /* letter-spacing: 0px; */
        /* margin-left: -160px; */
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .figma-offer-section {
        padding: 0 20px 55px 20px;
    }

    .figma-offer-row {
        max-width: 992px;
        margin: 0 auto;
        padding: 0;
    }

    .figma-offer-image-bg,
    .figma-offer-content-box {
        width: 100%;
        max-width: none;
    }

    .figma-offer-image {
        max-width: 650px;
        height: auto;
        margin: 0 auto;
    }

    .figma-offer-subtitle,
    .figma-offer-desc {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 991px) {
    .plaj {
        flex-direction: column;
        padding: 80px 16px;
    }

    .plaj1 {
        max-width: 100%;
    }

    .plaj1a {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .plaj1 a {
        align-self: flex-start;
    }

    .only-mobile {
        display: none !important;
    }

    .only-desktop {
        display: block !important;
    }
}

.casino-fazla {
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 900px) {
    .figma-header-phone {
        display: flex;
        align-items: center;
        gap: 4px;
        display: none;
        color: white;
    }

        .figma-header-phone span {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            font-weight: 500;
        }

    .figma-header {
    }

    .figma-header-logo img {
        height: 48px;
    }

    .figma-header-logo1 img {
        height: 48px;
    }

    .figma-header-left {
        gap: 16px;
    }

    .figma-header-right {
        gap: 37px;
    }

    .figma-header-right1 {
        gap: 0px;
    }

    .figma-header-rez-btn {
        font-size: 16px;
        padding: 7px 16px;
        right: 8px;
        top: 15px;
    }

    .figma-header-lang span,
    .figma-header-phone span {
        font-size: 16px;
    }

    .hero-video-section {
        height: calc(117vh - 57px);
    }

    .rezervasyon-menu {
        width: 100vw;
        padding: 24px 12px 24px 12px;
    }

    .rez-menu-content {
        margin-top: 40px;
    }

    .rez-hotel-img {
        width: 56px;
        height: 56px;
    }

    .rez-hotel-name {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 32px 4vw 0 4vw;
    }

    .footer-logo-col {
        align-items: center;
        justify-content: center;
    }

    .footer-main-logo {
        width: 140px;
    }
}

@media (max-width: 768px) {

    .hamburger-menu-content {
        margin-top: 0px !important;
        padding-right: 0px !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
        /* gap: 12px; */
        padding-left: 50px !important;
        z-index: 9999 !important;
    }



    .hotel-list-section {
        padding: 64px 20px 64px 16px;
    }

        .hotel-list-section .main-title,
        .hotel-list-section .description {
            max-width: 100%;
        }

    .hotel-grid {
        display: grid;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        overflow-x: auto;
        gap: 19px;
        scroll-snap-type: x mandatory;
        padding-bottom: 24px;
        -webkit-overflow-scrolling: touch;
    }

    .hotel-card {
        min-width: 80vw;
        flex: 0 0 auto;
        scroll-snap-align: start;
        border-radius: 0px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        background: #fff;
        margin-bottom: 0;
    }

        /* Hover efektlerini mobilde kaldır */
        .hotel-card:hover,
        .hotel-card:active,
        .hotel-card:focus {
            box-shadow: none !important;
            transform: none !important;
        }

            .hotel-card:hover .hotel-name,
            .hotel-card:active .hotel-name,
            .hotel-card:focus .hotel-name {
                bottom: 48px !important;
            }

            .hotel-card:hover .discover-btn,
            .hotel-card:active .discover-btn,
            .hotel-card:focus .discover-btn {
                bottom: -24px !important;
                opacity: 0 !important;
                width: calc(100% - 100px) !important;
                margin-top: 40px !important;
            }

    /* Scrollbar gizle (isteğe bağlı) */
    .hotel-grid::-webkit-scrollbar {
        display: none;
    }

    .hotel-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hotel-image {
        position: relative;
        width: 100%;
        height: 500px !important;
        border-radius: 8px;
        overflow: hidden;
        object-fit: cover;
    }

    .title-zone {
        width: 100%;
        height: auto;
        padding: 0 20px;
    }

    .hotel-card {
        pointer-events: none;
    }

    .brand-name {
        font-size: 18px;
    }


    .concept-list-text .title h2 {
        text-align: left;
        font-size: var(--Typeface-Size-D6, 24px);
    }

    .description {
        font-size: 16px;
    }

    .tab-button {
        min-width: 120px;
        height: 32px;
        padding: 0 30px;
        font-size: 16px;
        white-space: nowrap;
        flex-shrink: 0;
        gap: 10px;
    }

    .concept-tag {
        left: 16px;
        right: 20px;
        width: calc(100% - 40px);
        gap: 12px;
        padding: 0 12px;
        /* Kaydırma çubuğunu */
        scrollbar-width: none;
    }

    .lang-arrow {
        width: 14px;
        height: 14px;
    }

        .lang-arrow path {
            stroke-width: 1.8;
        }

    /* Section margins for mobile */


    .responsive-img {
        width: 120vw;
        position: relative;
        left: -9vw;
        max-width: none !important;
        margin: 0 !important;
    }

    .plaj-section {
        margin-block: 64px;
    }


    .only-mobile1pic {
        margin-top: 700px !important;
    }

    .only-mobile {
        display: block !important;
    }


    .only-desktop {
        display: none !important;
    }

    /* Main plaj container - change to vertical layout */
    .plaj {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* align-items: stretch;*/
        /* background-image: url('/images/section-plaj-havuz.png');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: auto;
        padding: 0;
    }

    /* Content container - full width on mobile */
    .plaj1 {
        display: flex;
        width: 100%;
        padding: 24px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        background: #FFF;
        text-align: center;
        /* Centered content */
    }

    /* Content wrapper */
    .plajj {
        display: flex;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .plaj1 h1 {
        color: var(--Secondary-Dark, #181B19);
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0;
        margin-bottom: 16px;
        text-align: center;
    }

    .plaj1 p {
        color: var(--Secondary-Dark, #181B19);
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.15px;
        text-align: left;
        margin-bottom: 24px;
    }

    .plaj-button {
        position: absolute;
/*        bottom: -32px;*/
        right: 23px;
    }
    /* Navigation and link container */
    .plaj1a {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 446px;
        width: 100%;
    }

        /* Arrow navigation container */
        .plaj1a > div:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        /* SVG arrows - smaller on mobile */
        .plaj1a svg {
            width: 32px;
            height: 33px;
        }

    /* "Daha Fazla" link */
    .plaj1 a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #b28f56;
        text-decoration: none;
        gap: 4px;
        text-align: center;
    }

    /* Spa highlight class mobile adjustments */
    .spa-highlight {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    h1 {
/*        width: 361px;*/
        color: var(--primary-hover, #B68D49);
        text-align: center;
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Subtitle, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px);
        /* 138.889% */
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
    }

    h2 {
        color: var(--primary-hover, #B68D49);
        text-align: center;
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Subtitle, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px);
        /* 138.889% */
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
    }

    p {
        color: var(--Secondary-Dark, #181B19);
        text-align: center;
        /* D4 */
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: var(--Typeface-Size-D4, 34px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-D4, 45px);
        /* 132.353% */
        letter-spacing: var(--Typeface-Spacing-D4, 0);
    }

    .fun-activities {
        position: relative;
        height: 100vh;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 6.13%, rgba(0, 0, 0, 0) 100%), url('/images/active1.png') center / cover no-repeat;
        color: #fff !important;
    }

    .fun-activities__overlay {
        margin-top: 500px;
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 1rem;
        margin-bottom: 64px;
    }

    .fun-activities__title {
        color: #FFF;
        text-align: center;
        font-family: var(--Typeface-Family-Tertiary-Font, Hurricane);
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 80px;
        letter-spacing: var(--Typeface-Spacing-D1, -1.5px);
    }

    .fun-activities__text {
        color: var(--White, #FFF);
        text-align: center;
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Body-Plus, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
        letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
    }

        .fun-activities__text p {
            color: var(--White, #FFF);
            text-align: center;
            font-family: var(--Typeface-Family-Text, Montserrat);
            font-size: var(--Typeface-Size-Body-Plus, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: var(--Typeface-Line-Height-Body-Plus, 22px);
            letter-spacing: var(--Typeface-Spacing-Body-Plus, 0.15px);
        }

    .fun-activities__cta {
        color: var(--White, #FFF);
        text-align: right;
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat);
        font-size: var(--Typeface-Size-Subtitle, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px);
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px);
        padding-left: 2rem;
    }


    .spa-title {
        text-align: left;
        color: var(--White, #FFF);
        /* D3 */
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: var(--Typeface-Size-D3, 51px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-D3, 68px);
        letter-spacing: var(--Typeface-Spacing-D3, 0);
    }

    .spa-sub {
        text-align: left;
        color: var(--White, #FFF);
        /* Subtitle */
        font-family: var(--Typeface-Family-Text, Montserrat) !important;
        font-size: var(--Typeface-Size-Subtitle, 18px) !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px) !important;
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px) !important;
    }

    .spa-desc {
        text-align: left;
        color: var(--White, #FFF) !important;
        /* Body */
        font-family: var(--Typeface-Family-Text, Montserrat) !important;
        font-size: var(--Typeface-Size-Body, 16px) !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: var(--Typeface-Line-Height-Body, 20px) !important;
        /* 125% */
        letter-spacing: var(--Typeface-Spacing-Body, 0) !important;
    }

    .spa-link {
        color: var(--White, #FFF);
        justify-content: right !important;
        font-family: var(--Typeface-Family-Text, Montserrat) !important;
        font-size: var(--Typeface-Size-Subtitle, 18px) !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: var(--Typeface-Line-Height-Subtitle, 25px) !important;
        letter-spacing: var(--Typeface-Spacing-Subtitle, 0.1px) !important;
        text-decoration: none;
    }

    .spa-rounded, .spa-feature-card {
        border-radius: 0rem !important;
    }
}

@media (max-width: 762.98px) {

    /*    .img-fluid {
        width: 393px;
        height: 461px;
        flex-shrink: 0;
    }*/

    .main-title1 span {
        font-size: 1.5rem;
    }

    .description {
        font-size: 0.95rem;
    }


    .x11 {
        margin-right: 565px;
    }
}

@media (max-width: 700px) {
    .hamburger-menu {
        width: 90vw;
        min-width: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .figma-header-home {
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 7px;
        font-weight: 500;
        margin-left: 12px;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        z-index: 10;
        padding-left: 48px;
        padding-top: 8px;
    }

        .figma-header-home img,
        .figma-header-home i {
            pointer-events: none;
        }

        .figma-header-home:hover::after {
            width: 100%;
            background-color: black;
        }

        .figma-header-home .icon {
            position: absolute;
            top: 0;
            left: 0;
            transition: opacity .2s;
        }

            .figma-header-home .icon.default {
                opacity: 1;
            }

            .figma-header-home .icon.sticky {
                opacity: 0;
            }

    .footer-section {
        margin-top: 0px;
    }

    .footer-insta-gallery-img {        
/*        width: 1920px !important;*/
        min-height: 265px !important;
    }

    .footer-insta-bar {
        min-height: 250px;
        min-height: 341px !important;
    }

    .footer-insta-text {
        display: none;
    }

    .footer-insta-content {
        background: transparent;
        padding: 8px 16px;
        box-shadow: none;
        backdrop-filter: blur(0px);
    }

    .footer-social-icons a {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 0px;
        padding: 0px 20px 0 20px;
        max-width: 100%;
        margin: 0;
    }

    .footer-logo-col {
        grid-column: 1 / -1;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-main-logo {
        display: block;
        margin: 0 auto;
    }

    .footer-zaf-row {
        display: none;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

        .footer-col:last-child {
            grid-column: 1 / -1;
        }

    .footer-title {
        font-size: 26px;
        margin-bottom: 8px;
        text-align: left;
        width: 100%;
    }

    .footer-col ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 24px;
    }

        .footer-col ul li {
            font-size: 13px;
            margin-bottom: 4px;
            text-align: left;
            color: #fff;
        }

    .footer-newsletter-text {
        text-align: left;
        font-size: 14px;
        width: 100%;
    }

    .footer-newsletter-btn {
        font-size: 14px;
        padding: 7px 14px;
        width: 100%;
        max-width: none;
        margin-top: 8px;
    }

    .footer-bottom {
        flex-direction: column;
        font-size: 12px;
        padding: 10px 20px 4px 20px;
        gap: 8px;
    }

    .concept-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        width: 100%;
        margin-bottom: 47px !important;
        padding: 16px;
    }

    .figma-offer-section {
        padding: 0 0 10px 0 !important;
        background: #fff;
        margin-bottom: 28px !important;
    }

    .figma-offer-headings {
        margin-bottom: 4px;
        margin-top: 16px;
        padding: 0 16px;
    }

    .figma-offer-label {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .figma-offer-title {
        font-size: 34px;
        line-height: 36px;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 32px;
        text-align: center;
    }

    .figma-offer-row {
        flex-direction: column;
        gap: 0;
        margin: 0;
        max-width: 100%;
        align-items: stretch;
        padding: 0;
    }

    .figma-offer-image-bg {
        width: 111%;
        height: auto;
        border-radius: 0;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .figma-offer-image {
        width: 111%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        margin: 0;
        background: #fff;
    }

    .figma-offer-content-box {
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        padding: 24px 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .figma-offer-subtitle {
        color: var(--group-concept-design-text-color, #181B19);
        /* D6 */
        font-family: var(--Typeface-Family-Display, "Playfair Display");
        font-size: var(--Typeface-Size-D6, 24px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Typeface-Line-Height-D6, 36px);
        /* 150% */
        letter-spacing: var(--Typeface-Spacing-D6, 0);
    }

    .figma-offer-desc {
        color: #181B19;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 16px;
        letter-spacing: 0.15px;
        font-family: 'Montserrat', sans-serif;
        text-align: start;
    }

    .figma-offer-btn {
        color: #C5A56F;
        font-size: 16px;
        position: static;
        display: flex;
        align-items: center;
        gap: 8px;
        width: auto;
        height: auto;
        background: transparent;
        border: none;
        padding: 0;
        border-radius: 8px;
        text-align: right;
        margin-top: 8px;
        font-family: 'Montserrat', sans-serif;
        justify-content: flex-end;
        align-self: flex-end;
    }

        .figma-offer-btn img {
            width: 44px;
            height: 55px;
            padding-top: 10px;
        }

    .figma-header-hamburger-eski {
        display: none !important;
    }

    .invisible {
        display: none !important;
    }

    .figma-header-hamburger {
        left: 25px;
        top: 16px
    }

    .line {
        color: #000;
        background: #000 !important;
    }


    .figma-header {
        background: #F3F3F3;
        height: 71px;
        padding: 0 12px;
        box-shadow: none;
        border-bottom: 1px solid #22222210;
        flex-direction: row;
        align-items: center;
        gap: 0;
    }

    .figma-header-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        width: auto;
    }

        .figma-header-logo img {
            height: 55px;
            margin: 0 auto;
            display: block;
        }

    .figma-header-logo1 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        width: auto;
        padding-right: 208px;
    }

        .figma-header-logo1 img {
            height: 55px;
            margin: 0 auto;
            display: block;
        }

    .logo-mobile {
        display: block;
    }

    .figma-header-left,
    .figma-header-right {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .figma-header-right1 {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .figma-header-hamburger svg rect {
        fill: #222;
    }

    .figma-header-lang span {
        color: #000 !important;
    }

    .figma-header-lang .lang-arrow path {
        stroke: #000 !important;
    }

    .figma-header-phone.mobile-phone-svg svg {
        width: 24px;
        height: 25px;
        display: block;
    }

    .figma-header-rez-btn,
    .logo-desktop,
    .figma-header-logo-sub,
    .figma-header-oteller {
        display: none !important;
    }

    .hero-video-section {
        height: calc(100vh - 60px);
        margin-top: 50px;
    }

    .mobile-fixed-rez-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 18px;
        right: 0;
        bottom: 16px;
        width: calc(100vw - 32px);
        max-width: 420px;
        height: 48px;
        background: #866D4B;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        z-index: 99;
        text-decoration: none;
        border-radius: 24px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        border: none;
        letter-spacing: 0.5px;
        transition: background 0.2s, color 0.2s;
        cursor: pointer;
    }

        .mobile-fixed-rez-btn:active,
        .mobile-fixed-rez-btn:hover {
            background: #9B8461;
            color: #fff;
        }

    .logo-mobile {
        display: block;
        height: 32px;
    }

    .logo-desktop {
        display: none;
    }

    .mobile-only-phone-icon {
        display: flex !important;
        align-items: center;
    }

    .rezervasyon-menu {
        width: 100vw;
        /* height: 100vh; */
        padding: 0;
        background: #fff;
        box-shadow: none;
        top: 70px;
        bottom: 0;
        height: calc(100vh - 70px);
        left: 0;
        right: 0;
        transform: translateY(100%);
        overflow: hidden;
        z-index: 98;
    }

    .rez-menu-content {
        margin-top: 20px;
        padding: 0 16px;
        height: calc(100vh - 100px);
        overflow-y: auto;
        box-sizing: border-box;
    }

    .rez-hotel-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .rez-hotel-list li {
            width: 100%;
            box-sizing: border-box;
        }

    .rez-hotel-img {
        width: 100%;
        max-width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .rez-hotel-name {
        display: none;
    }

    .mobile-rez-close {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 103;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        .mobile-rez-close::before,
        .mobile-rez-close::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background: #181B19;
            border-radius: 1px;
        }

        .mobile-rez-close::before {
            transform: rotate(45deg);
        }

        .mobile-rez-close::after {
            transform: rotate(-45deg);
        }

    .mobile-fixed-rez-btn {
        z-index: 99;
        /* Menünün üzerinde kalacak */
        transition: all 0.5s ease;
    }

        .mobile-fixed-rez-btn.active {
            background: #C5A56F;
            /* Aktif durumda renk değişimi */
        }
}

@media (min-width: 601px) {
    .rezervasyon-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: 660px;
        height: 100vh;
        transform: translateX(100%);
        transition: transform 0.7s ease-out;
    }
}

@media (min-width: 600px) {
    .mobile-fixed-rez-btn {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .lang-arrow {
        width: 18px;
        height: 25px;
    }

        .lang-arrow path {
            stroke-width: 1.8;
        }

    .plaj1 {
        padding: 20px 12px;
        gap: 20px;
    }

        .plaj1 h1 {
            font-size: 24px;
            line-height: 32px;
        }

    .plajj {
        width: 100%;
    }

    .plaj1a svg {
        width: 28px;
        height: 29px;
    }

    .only-mobile1pic {
        margin-top: 546px;
    }
}
