@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.6;
    background-color: #08242C;
    font-family: "Jost", sans-serif;
    font-weight: 300;


}

.navbar {
    background-color: transparent;
    /* padding: 20px; */
}

.offcanvas {
    background-color: #08242C;
}

.navbar.scrolled {
    background-color: #08242C !important;
}

.nav-link {
    font-size: 16px;
    color: white;
}

.book-now {
    border: 2px solid #F7DEB2;
    background-color: #19333B;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    padding: 10px 20px;
}

.navbar-brand {
    margin: auto;
}

.book-now:hover {
    background-color: #F7DEB2;
    color: #08242C;
}

.nav-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

.line {
    flex: 1;
    height: 1px;
    background: #ffffff98;
    margin: 0 10px;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../image/image (1).jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.hero-section .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-section .cover {
    color: #fff;
    max-width: 800px;
}

.super-title {
    font-family: "Cormorant Infant", serif;
    font-size: 5rem;
}

.super-title2 {
    font-family: "Cormorant Infant", serif;
    font-size: 6rem;
}

/* .title {
    font-family: "Cormorant Infant", serif;
    font-size: 5rem;
} */

.detalis {
    margin-top: -50px;
    z-index: 10;
}

.super-title+p {
    font-size: 18px;
}

.sector {
    padding: 80px 0;
}

.room-card {
    background: rgba(255, 255, 255, 0.123);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px;
}

.sub-title {
    font-family: "Cormorant Infant", serif;
    font-size: 3rem;
}

.facilities-card {
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 30px 20px;
    border: 1px solid white;
}

.facilities-card p {
    font-size: 20px;
    text-align: center;
}

.facilities-card:hover {
    border: 1px solid #F7DEB2;
    box-shadow: 0 0 2px rgba(247, 222, 178, 0.5);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.logo-footer {
    width: 100px;
}

a {
    color: white;
    text-decoration: none;
}


/* About uS */
.about-section {
    padding: 100px 60px;
    background: #08242C;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(247, 222, 178, 0.06);
    pointer-events: none;
}

.about-section::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(247, 222, 178, 0.06);
    pointer-events: none;
}

.about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-images {
    position: relative;
    height: 520px;
}

.img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 85%;
    background-image: url('image/image19.jpg');
    background-size: cover;
    background-position: center;
}

.img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 55%;
    background-image: url('image/image21.jpg');
    background-size: cover;
    background-position: center;
    border: 4px solid #08242C;
}

/* .img-badge {
    position: absolute;
    bottom: 55%;
    left: 60%;
    transform: translate(-50%, 50%);
    background: #F7DEB2;
    color: #08242C;
    padding: 20px 24px;
    text-align: center;
    z-index: 3;
    border: 4px solid #08242C;
}

.img-badge .badge-num {
    font-family: "Cormorant Infant", serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    color: #08242C;
} */

/* .img-badge .badge-text {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #19333B;
    margin-top: 4px;
} */

.about-text .eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #F7DEB2;
    font-weight: 400;
}

.about-text .eyebrow-line {
    width: 36px;
    height: 1px;
    background: #F7DEB2;
}

.title {
    font-family: "Cormorant Infant", serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 28px;
    color: white;
}

.about-text h2 em {
    font-style: italic;
    color: #F7DEB2;
}

.about-text p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
}

.about-divider {
    width: 50px;
    height: 1px;
    background: rgba(247, 222, 178, 0.35);
    margin: 32px 0;
}

/* .about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
} */

.value-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.value-icon {
    width: 32px;
    height: 1px;
    background: #F7DEB2;
    margin-bottom: 10px;
}

.value-title {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F7DEB2;
    font-weight: 400;
}

.value-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.about-cta {
    display: inline-block;
    border: 2px solid #F7DEB2;
    color: white;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 14px 36px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

.about-cta:hover {
    background: #F7DEB2;
    color: #08242C;
}

@media (max-width: 900px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-section {
        padding: 70px 30px;
    }

    .about-images {
        height: 380px;
    }
}

@media (max-width: 500px) {
    .about-values {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 50px 20px;
    }
}





/* Hero Section */

/* About */
.hero-about {
    position: relative;
    height: 50vh;
    min-height: 600px;
    background: #08242C;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.4);
}

.hero-bg-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3px;
    opacity: 0.45;
}

.grid-img {
    background-size: cover;
    background-position: center;
}

.grid-img-1 {
    background-image: url('image/image17.jpg');
}

.grid-img-2 {
    background-image: url('image/image18.jpg');
}

.grid-img-3 {
    background-image: url('image/image19.jpg');
}

.grid-img-4 {
    background-image: url('image/image21.jpg');
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #08242Cee 0%, #08242Caa 40%, #08242C88 70%, #08242Ccc 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    max-width: 900px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.25em;
    font-size: 13px;
    text-transform: uppercase;
    color: #F7DEB2;
    font-weight: 400;
}

.eyebrow-line {
    width: 40px;
    height: 1px;
    background: #F7DEB2;
}

.hero-about-title {
    font-family: "Cormorant Infant", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 28px;
    color: white;
}

.hero-about-title em {
    font-style: italic;
    color: #F7DEB2;
}

.hero-desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    margin-bottom: 44px;
}

.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 32px;
}

.scroll-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.scroll-dot-wrap {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.scroll-dot {
    width: 1px;
    height: 16px;
    background: #F7DEB2;
    position: absolute;
    top: -16px;
    animation: scrollAnim 1.6s ease-in-out infinite;
}

@keyframes scrollAnim {
    0% {
        top: -16px;
        opacity: 1;
    }

    80% {
        top: 40px;
        opacity: 0.2;
    }

    100% {
        top: 40px;
        opacity: 0;
    }
}

.hero-stats {
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-end;
}

.stat-item {
    text-align: right;
}

.stat-num {
    font-family: "Cormorant Infant", serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: #F7DEB2;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 4px;
}

.stat-divider {
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-left: auto;
}

.corner-accent {
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 3;
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.05em;
}

@media (max-width: 900px) {
    .hero-stats {
        right: 30px;
        bottom: 40px;
    }

    .hero-content {
        padding: 0 30px;
    }

    .corner-accent {
        right: 30px;
    }
}

@media (max-width: 500px) {
    .hero-bg-grid {
        grid-template-columns: 1fr;
    }

    .grid-img-3,
    .grid-img-4 {
        display: none;
    }

    .hero-content {
        padding: 0 20px;
    }

    .hero-stats {
        right: 20px;
        bottom: 30px;
        gap: 16px;
    }

    .stat-num {
        font-size: 2rem;
    }

    .corner-accent {
        display: none;
    }
      .hero-about-title {
        font-size: 2.5rem;
        padding-top: 27px;
    }
}

@media(max-width:900px) {
    .facilities-text {
        flex-direction: column-reverse;
    }

    .super-title {
        font-size: 4rem;
    }

    .super-title2 {
        font-size: 4rem;
    }

    .detalis {
        margin-top: 0;
    }

    .sector {
        padding: 50px 0;
    }

    .title {
        font-size: 3rem;
    }

    .sub-title {
        font-size: 2rem;
    }
}

@media(max-width:500px) {
    .super-title {
        font-size: 3rem;
    }

    .super-title+p {
        font-size: 16px;
    }

    .line {
        display: none;
    }

    .navbar .container {
        flex-direction: row-reverse;
    }

    .navbar-brand {
        margin: 0;
    }

    .butoni-nav {
        display: none;
    }
}