
.inner-wrapper .hero {
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    height: calc(var(--window-height) - var(--bottom-menu-height));
}

.inner-wrapper .hero .darken {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 35%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--menu-height);
}

.inner-wrapper .hero .logo {
    /* width: 100%; */
    max-width: 40vw;
    max-height: 30vh;
}

.inner-wrapper .hero .title {
    font-family: 'Ragam', sans-serif;
    font-size: 2em;
    color: white;
    text-align: left;
    margin: 20px 0;
    line-height: 1.2em;
}

.inner-wrapper .hero .inner {
    height: 100%;
    align-content: center;
}

.intro.container {
    
}

.intro .colorbg {
    background-color: #0a2d2c;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro .title {
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;;
}

.intro .text {
    font-family: 'elza', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 30px;
}

.intro .text p {
    margin-bottom: 20px;
}

.intro .gallery {
    display: flex;
    flex-wrap: wrap;
}

.intro .gallery .gallery-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.intro .gallery>.gallery-item {
    width: 100%;
    aspect-ratio: 1.2;
}

.intro .gallery .gallery-flex .gallery-item:nth-child(1) {
    flex: 1.5;
    aspect-ratio: 1.5;
}

.intro .gallery .gallery-flex .gallery-item:nth-child(2) {
    flex: 1;
}

.intro .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.features {
    background-color: #e0dcce;
    color: #061d1d;
    padding: 50px 0;
    border-radius: 50px 50px 0px 0px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.features .main-title {
    margin-bottom: 30px;
}

.features .main-title h2 {
    color: #0a2d2c;
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;
    text-align: center;
}

.features .main-title .text {
    text-align: center;
}

.features .feature-item {
    margin-bottom: -50px;
}

.features .feature-item-content {
    background: #0a2d2c;
    justify-items: center;
    padding: 20px;
    padding-bottom: 80px;
    border-radius: 40px 40px 0px 0px;
}

.features .feature-item:last-child {
    margin-bottom: 0px;
}

.features .feature-item:last-child .feature-item-content {
    padding-bottom: 30px;
}

.features .feature-item.contrast .feature-item-content {
    background: #23433e;
}

.features .feature-item .icon {
    width: 100px;
    padding-bottom: 20px;
}

.features .feature-item .text {
    text-align: center;
    color: white;
}

.features .closing-text {
    color: #061d1d;
    font-family: 'elza', sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 50px;
    font-style: italic;
    text-align: center;
    padding: 0px 40px;
}

.features .features-bg {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: .6;
}



.brochure.container {
    padding-top: 60px;
}

.brochure .title {
    color: #0a2d2c;
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;;
}

.brochure .text {
    font-family: 'elza', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 30px;
}

.brochure .text p {
    margin-bottom: 20px;
}

.brochure .gallery {
    display: flex;
    gap: 20px;
}

.brochure .gallery .gallery-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.brochure .gallery>.gallery-item {
    width: 75%;
    aspect-ratio: 1;
}

.brochure .gallery .gallery-flex .gallery-item:nth-child(1) {
    flex: 1.5;
    aspect-ratio: 1.5;
}

.brochure .gallery .gallery-flex .gallery-item:nth-child(2) {
    flex: 1;
}

.brochure .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.map .map-img {
    max-height: 600px;
}

.map .map-img .map-main {
    background-image: var(--bg-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
}

.map .map-info {

}

.map .map-info .map-help {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-top: 30px;
}

.map .map-info .map-help img {
    width: 64px;
    margin-right: 10px;
}

.map .map-info .map-help span {
    font-family: 'contralto-small', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #061d1d;
}

.map .map-info .map-legend {
    position: relative;
    
    background: #061d1d;
    padding: 20px 10px 20px 100px;
    border-radius: 24px;
    height: 320px;
}

.map .map-info .map-legend img {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    
    height: 30px;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    z-index: 1;
}

.map .map-info ul {
    list-style: none;
    padding-inline-start: 0px;
    overflow-y: auto;
    height: 100%;
}

.map .map-info ul li {
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.map .map-info ul li .number {
    border: 2px solid white;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-family: 'contralto-small', sans-serif;
    font-size: 1.5em;
    text-align: center;
    flex: 0 0 42px;
}

.map .map-info ul li .label {

}

.map .services-cta {
    text-align: center;
    margin-top: 30px;
    padding: 100px 0px;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 42px;
}

.ctasections {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.ctasections .title {
    color: #0a2d2c;
    font-family: 'contralto-small';
    font-size: 2.3em;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 0px 30px;;
}

.ctasections .text {
    font-family: 'elza', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px 30px;
}

.ctasections .text p {
    margin-bottom: 20px;
}

.ctasections .gallery {
    display: flex;
    gap: 10px;
}

.ctasections .gallery .gallery-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.ctasections .pre-gallery {
    width: 100%;
    aspect-ratio: .7;
    margin-bottom: 10px;
}

.ctasections .pre-gallery img {
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ctasections .gallery>.gallery-item {
    width: 75%;
    aspect-ratio: 1;
}

.ctasections .gallery>.gallery-item:nth-child(1) {
    width: 100%;
    aspect-ratio: .7;
}

.ctasections .gallery .gallery-flex .gallery-item:nth-child(1) {
    flex: 1.5;
    aspect-ratio: 1.5;
}

.ctasections .gallery .gallery-flex .gallery-item:nth-child(2) {
    flex: 1;
}

.ctasections .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ctasections .after-gallery {

}

.ctasections .after-gallery img {
    width: 100%;
    margin-top: 10px;
    aspect-ratio: 1.5;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .inner-wrapper .hero {
        height: var(--window-height);
    }

    .inner-wrapper .hero .logo {
        width: 25%;
    }

    .inner-wrapper .hero .title {
        font-size: 5em;
    }

    .intro.container {
        margin-top: 100px;
    }

    .intro .colorbg {
        padding: 60px 120px;
    }

    .intro .gallery {
        margin-top: 0px;
        margin-left: calc(-1 * (100vw - var(--container-width)) / 2);
        height: 100%;
    }

    .intro .gallery .gallery-item:nth-child(1) {
        width: 100%;
    }

    .intro .gallery>.gallery-item {
        aspect-ratio: 1.7;
    }

    .intro .gallery .gallery-flex {
        width: auto;
        flex-direction: column;
        flex: 1;
    }
    
    .intro .gallery .gallery-flex .gallery-item:nth-child(1) {
        width: 100%;
        height: 70%;
    }

    .intro .title {
        padding: 0px 0px 0px 0px;
    }

    .intro .text {
        padding: 0px 0px 0px 0px;
    }

    .features {
        margin-top: 50px;
        border-radius: 100px 100px 0px 0px;
        padding-top: 75px;
    }

    .features .feature-item {
        margin: 0px;
    }

    .features .feature-item .feature-item-content {
        padding-bottom: 40px;
        height: 100%;
    }

    .features .feature-item .text {
        font-size: 1.1em;
    }

    .features .features-bg {
        aspect-ratio: 1.8;
    }

    .brochure .gallery {
        margin-top: 0px;
        margin-left: calc(-1 * (100vw - var(--container-width)) / 2);
    }

    .brochure .gallery .gallery-item:nth-child(1) {
        width: 40%;
    }

    .brochure .gallery .gallery-flex {
        width: auto;
        flex-direction: column;
        flex: 1;
    }
    
    .brochure .gallery .gallery-flex .gallery-item:nth-child(1) {
        width: 100%;
        height: 70%;
    }

    .brochure .title {
        padding: 0px 0px 0px 0px;
    }

    .brochure .text {
        padding: 0px 0px 0px 0px;
    }

    .ctasections .gallery {
        margin-top: 0px;
        margin-left: calc(-1 * (100vw - var(--container-width)) / 2);
    }

    .ctasections .gallery .gallery-item:nth-child(1) {
        width: 40%;
    }

    .ctasections .gallery .gallery-flex {
        width: auto;
        flex-direction: column;
        gap: 20px;
    }
    
    .ctasections .gallery .gallery-flex .gallery-item:nth-child(1) {
        width: 100%;
        height: 70%;
        aspect-ratio: auto;
    }

    .ctasections .title {
        padding: 0px 0px 0px 0px;
    }

    .ctasections .text {
        padding: 0px 0px 0px 0px;
    }

    .map .map-img {
        height: 800px;
        max-height: none;
    }

    .map .map-img .map-main {
        height: 100%;
        width: auto;
    }

    .features .main-title .text {
        font-size: 1.3em;
    }

    .features .closing-text {
        font-size: 1.8em;
    }

    .map .map-info {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .map .map-info .map-legend {
        flex: 1 0 0;
    }

    .desktop-gallery {
        display: flex;
        gap: 20px;
        flex-direction: row-reverse;
    }

    .ctasections {
        background-size: contain;
    }

    .ctasections .pre-gallery {
                flex: 1.5;
        aspect-ratio: auto;
        margin-right: calc(-1 * (100vw - var(--container-width)) / 2);
        margin-bottom: 0px;
    }

    .ctasections .pre-gallery img {
        height: 100%;
    }

    .ctasections .desktop-gallery .gallery {
        margin-left: 0px;
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ctasections .gallery {
        gap: 20px;
    }

    .ctasections .gallery>.gallery-item {
        width: 100%;
        aspect-ratio: 1.5;
    }

    .ctasections .gallery .gallery-flex .gallery-item img {
        aspect-ratio: 0.75;
    }

    .ctasections .gallery .gallery-item img {
        aspect-ratio: 1.5;
    }

    .reverse-gallery {

    }

    .ctasections .reverse-gallery .gallery .gallery-flex {
        width: 100%;
    }

    .ctasections .reverse-gallery .gallery>.gallery-item {
        width: 150%;
    }

    .ctasections .after-gallery img {
        margin-top: 20px;
        aspect-ratio: 3;
    }
}