:root {

}

body {
    overflow-x: hidden;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    position:relative;
    height: 100vh;
}

.horiz-gallery-strip p {
    font-size: 14px;
}

.horiz-gallery-strip .spacer {
    width: 25vw;
    height: 100vh;
}

.project-wrap {
    width: auto;
    padding: 2rem;
    box-sizing: content-box;
    margin: 0 6rem;
}

.project-wrap .description {
    max-width: 315px;
    font-size: 14px;
    margin: auto 0;
}

.project-wrap .highlight {
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: end;
}

/*
    Step one
*/
.project-wrap__first .highlight {
    align-items: end;
}

.project-wrap__first svg {
    width: 159px;
    height: 131px;
}

.project-wrap__first {
    display: flex;
    flex-direction: column;
}


.project-wrap__first .svg {
    position: relative;
    right: 50px;
}

.project-wrap__four .text,
.project-wrap__first .text {
    font-size: 12rem;
    line-height: .7;
    font-weight: bold;
    color: var(--bs-dark);
}


/*
    Step two
 */

.project-wrap__second {
    display: flex;
    flex-direction: column;
}

.project-wrap__second .svg {
    position: relative;
    right: 50px;
}

.project-wrap__second svg {
    width: 195px;
    height: 195px;
}

.project-wrap__second .text {
    font-size: 7rem;
    display: flex;
    line-height: .7;
    font-family: Sour Gummy;
    color: var(--bs-dark);
}

.project-wrap__second .one {
    z-index: 10;
}

.project-wrap__second .two {
    z-index: 9;
}

.project-wrap__second .three {
    z-index: 8;
}
.project-wrap__second .four {
    z-index: 7;
}
.project-wrap__second .five {
    z-index: 6;
}
.project-wrap__second .six {
    z-index: 5;
}

.frame-type-freyhauer_verticle_scroll_slider {
    position: relative;
}


/*
    Step three
 */
.project-wrap__three  {
    width: auto;
    padding: 2rem;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
}

.project-wrap__three .svg-human,
.project-wrap__three .svg-ohr {
    height: 141px;
}
.project-wrap__three .svg-star {
    width: 130px;
    height: 142px;
}

.project-wrap__three .description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}

.project-wrap__three .desc-one,
.project-wrap__three .desc-two {
    max-width: 315px;
}

.frame-type-freyhauer_horizontal_scroll_slider {
    overflow: hidden;
}

.project-wrap__three .text {
    font-size: 4rem;
    padding: 0 7rem;
    position: relative;
    color: #fff;
    font-weight: bold;
    align-content: center;
}

.project-wrap__three .text .bg,
.project-wrap__five .text .bg {
    width: 100%;
    background: var(--bs-primary);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.project-wrap__three .highlight > div {
    display: flex;
    flex-direction: row;
}

.project-wrap__three .step-two .icons {
    width: 100%;
    display: flex;
    padding-top: 15px;
    align-items: center;
    justify-content: space-around;
}

.project-wrap__three .step-two  {
    justify-content: space-between;
}

.project-wrap__three .step-one svg {
    padding-left: 1rem;
    margin-left: 11rem;
}

.project-wrap__four .text {
    display: flex;
}

.project-wrap__four,
.project-wrap__five {
    display: flex;
    flex-direction: column;
}

.project-wrap__five .highlight svg {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: 21rem;
    height: 141px;
}

.project-wrap__five .step-one {
    font-size: 6rem;
    display: flex;
    flex-direction: row;
}

.project-wrap__five .text .headline {
    color: var(--bs-white);
    margin: 0 20px 0 0;
    padding: 2rem 2rem;
    font-weight: 100;
}
.project-wrap__five .text-two {
    margin-left: 0;
    margin-right: 0;
}

.project-wrap__five .text {
    position: relative;
    font-weight: 100;
}

#horizontal-scroll-slider {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .project-wrap .highlight {
        height: 65vh;
    }
    .project-wrap__first svg {
        width: 259px;
        height: 231px;
    }
    .project-wrap__four .text,
    .project-wrap__first .text {
        font-size: 26rem;
    }

    .horiz-gallery-strip p {
        font-size: 21px;
    }

    .project-wrap__second svg {
        width: 295px;
        height: 295px;
    }

    .project-wrap__second .text {
        font-size: 16rem;
    }
    .project-wrap__three .text {
        font-size: 9rem;
        padding: 0 12rem;
    }

    .project-wrap__three .svg-star {
        width: 230px;
        height: 242px;
    }

    .project-wrap__three .svg-human,
    .project-wrap__three .svg-ohr {
        height: 211px;
    }

    .project-wrap__three .step-one svg {
        padding-left: 1rem;
        margin-left: 21rem;
    }


    .project-wrap .description {
        font-size: 21px;
        max-width: 650px;
    }

    .project-wrap__three .description {
        max-width: 100%;
    }

    .project-wrap__three .desc-one,
    .project-wrap__three .desc-two {
        max-width: 600px;
    }

    .project-wrap__five .step-one {
        font-size: 13rem;
    }
    .project-wrap__five .text .headline {
        padding: 2rem 5rem;
    }
}
