@font-face {
    font-family: 'GoldenArrow80SDisco';
    src: url('../../Font/GoldenArrow80SDisco-1jA8B.otf') format('opentype');
    font-display: swap;
}

.site-header.our-place-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

#sticky-header.our-place-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.khojbeen-our-place.our-place-section.our-place-fullscreen {
    padding: 0;
    border-bottom: none;
    height: 100vh !important;
    height: 100svh !important;
    margin-top: 0;
    margin-bottom: 0;
}

.khojbeen-our-place .our-place-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background: #000;
    margin-bottom: 0;
}

.khojbeen-our-place.our-place-fullscreen .our-place-container {
    width: 100vw;
    height: 100% !important;
    min-height: min(620px, 100vh) !important;
    min-height: min(620px, 100svh) !important;
    aspect-ratio: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.khojbeen-our-place .our-place-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease-in-out, visibility 1.2s;
    background: #fff;
    z-index: 1;
}

.khojbeen-our-place .our-place-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.khojbeen-our-place .our-place-bg {
    position: absolute;
    inset: 0;
    background: #fff;
}

.khojbeen-our-place .our-place-container.has-override .our-place-slide {
    transition: opacity 0.3s ease, visibility 0.3s;
}

.khojbeen-our-place .our-place-container.has-override .our-place-slide,
.khojbeen-our-place .our-place-container.has-override .our-place-bg {
    background: transparent;
}

.khojbeen-our-place .our-place-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khojbeen-our-place .our-place-caption {
    position: absolute;
    left: 50%;
    bottom: clamp(52px, 8vmin, 90px);
    transform: translateX(-50%);
    width: min(980px, calc(100% - 80px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    column-gap: 15px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
    z-index: 5;
}

.khojbeen-our-place .our-place-center-word {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    font-family: 'GoldenArrow80SDisco', var(--font-heading);
    font-weight: 400;
    font-size: clamp(4.5rem, 18vmin, 14rem);
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.18);
    z-index: 3;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.khojbeen-our-place .our-place-center-word--white {
    color: #ffffff;
}

.khojbeen-our-place .our-place-center-word--yellow {
    color: var(--color-accent);
}

.khojbeen-our-place .our-place-center-word--fallback {
    font-family: 'GoldenArrow80SDisco', var(--font-heading);
    font-weight: 400;
}

.khojbeen-our-place .our-place-left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    line-height: 1.1;
    min-width: 0;
}

.khojbeen-our-place .our-place-top {
    font-size: clamp(1.05rem, 1.75vmin, 1.55rem);
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 2px;
}

.khojbeen-our-place .our-place-title {
    font-size: clamp(2.4rem, 5.2vmin, 4.4rem);
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.02em;
    font-weight: 300;
    white-space: nowrap;
}

.khojbeen-our-place .our-place-our {
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.khojbeen-our-place .our-place-fixed {
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    gap: 2px;
    font-weight: 800;
}

.khojbeen-our-place .p-letter {
    font-weight: inherit;
    cursor: pointer;
    transition: color 0.15s ease;
}

.khojbeen-our-place .p-letter.active {
    color: #ffffff;
}

.khojbeen-our-place .our-place-sep {
    width: 1px;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    align-self: stretch;
    margin-block: 0;
}

.khojbeen-our-place .our-place-right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: start;
    line-height: 1.1;
    min-width: 0;
}

.khojbeen-our-place .our-place-mid {
    font-size: clamp(1.05rem, 1.75vmin, 1.55rem);
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    font-weight: 400;
    margin-bottom: 2px;
}

.khojbeen-our-place .our-place-right {
    font-size: clamp(2.4rem, 5.2vmin, 4.4rem);
    font-weight: 800;
    color: var(--color-accent);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .khojbeen-our-place .our-place-caption {
        bottom: 34px;
        gap: 10px;
    }
    .khojbeen-our-place .our-place-top,
    .khojbeen-our-place .our-place-mid {
        font-size: 0.95rem;
    }
    .khojbeen-our-place .our-place-title {
        font-size: 1.45rem;
    }
    .khojbeen-our-place .our-place-right {
        font-size: 1.45rem;
    }
}

.khojbeen-our-place .our-place-global-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.khojbeen-our-place .our-place-global-media,
.khojbeen-our-place .our-place-global-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.khojbeen-our-place .our-place-container.has-override .our-place-global-media,
.khojbeen-our-place .our-place-container.has-override .our-place-global-fallback {
    transition: opacity 0.2s ease;
}

.khojbeen-our-place .our-place-global-media.active,
.khojbeen-our-place .our-place-global-fallback.active {
    opacity: 1;
}
