/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section3 {
    max-height: 80vh;
    width: 100%;
    background-color: #e7e4d8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .part1 {
    flex: 1;
    background-color: #e7e4d8;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .part1 .title {
    flex: 0.2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #e7e4d8;
    overflow: hidden;
}

.section3 .part1 .title h1 {
    font-size: 6rem;
    color: #da3926;
    transform: rotate(-90deg);
    position: relative;
    top: -160px;
}

.section3 .part1 .project {
    flex: 0.8;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section3 .part1 .project .projectContainer {
    flex: 0.95;
    width: 100%;
    height: 100%;
    background-color: #e7e4d8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section3 .part1 .project .projectContainer .projectSection {
    width: 100%;
    height: 50%;
    background-color: #e7e4d8;
    overflow: hidden;
}

.section3 .part1 .project .projectContainer .projectScroller {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    overflow: hidden;
    padding-top: 25px;
}

.section3 .part1 .project .projectContainer .projectScroller .projectTitle {
    flex: 0.2;
    background-color: #e7e4d8;
    height: 100%;
    font-size: 3rem;
    font-weight: 600;
}

.section3 .part1 .project .projectContainer .projectScroller .projectInfo {
    flex: 0.8;
    height: 100%;
    background-color: #e7e4d8;
    font-size: 1.5rem;
    font-weight: 500;
}

.section3 .part1 .project .projectNumber {
    flex: 0.15;
    height: 100%;
    width: 100%;
    background-color: #e7e4d8;
    overflow: hidden;
}

.section3 .part1 .project .projectNumber div {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 5rem;
    font-weight: 700;
}

.section3 .part2 {
    flex: 1;
    background-color: #e7e4d8;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section3 .part2 .projectImage {
    height: 90%;
    width: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.section3 .part2 .projectImage .images {
    flex: 1;
    height: 100%;
    width: 100%;
    background-color: #e7e4d8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section3 .part2 .projectImage .images img {
    z-index: 100 !important;
}

.pin {
    height: 80vh !important;
}

.pin-spacer {
    height: 60vh !important;
}

.cursol {
    height: auto;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    color: red;
    overflow: hidden;
}

.cursol .part1 {
    flex: 0.5;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.cursol .part2 {
    flex: 0.5;
}

.cursol .part2 .swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.cursol .part2 .swiper a {
    text-decoration: none;
    color: black;
    font-size: 5rem;
}

.cursol .part2 .swiper-slide {
    height: 400px;
    width: 100px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.cursol .part2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 600px) {
    .section3 {
        top: 5rem;
        flex-direction: column;
        height: auto;
    }

    .section3 .part1 {
        flex: 0.3;
        width: 100%;
        max-height: 100vh;
        flex-direction: column;
    }

    .section3 .part1 .title {
        flex: 0.01;
        min-height: 55px;
        align-items: center;
        position: relative;
    }

    .section3 .part1 .title h1 {
        font-size: 3rem;
        transform: rotate(360deg);
        position: fixed;
        top: 0;
    }

    .section3 .part1 .project {
        flex: 0.99;
        flex-direction: column-reverse;
    }

    .section3 .part1 .project .projectContainer {
        flex: 0.3;
        min-height: 28vh !important;
    }

    .section3 .part1 .project .projectContainer .projectSection {
        max-height: 28vh;
        min-height: 28vh !important;
    }

    .section3 .part1 .project .projectContainer .projectScroller {
        height: 30vh;
        padding: 0px;
    }

    .section3 .part1 .project .projectContainer .projectScroller .projectTitle {
        font-size: 2rem;
        font-weight: 600;
    }

    .section3 .part1 .project .projectContainer .projectScroller .projectInfo {
        font-size: 1rem;
        font-weight: 100;
    }

    .section3 .part1 .project .projectNumber {
        flex: 0.7;
        max-height: 7.5vh;
        min-height: 7.5vh !important;
    }

    .section3 .part1 .project .projectNumber div {
        font-size: 3rem;
    }

    .section3 .part2 {
        flex: 0.7;
        width: 100%;
        min-height: 50vh;
        justify-content: flex-start;
        padding-top: 2vh;
    }

    .section3 .part2 .projectImage {
        height: 35vh;
        width: 75vw;
    }

    .pin {
        height: 100vh !important;
        z-index: 0;
    }

    .pin-spacer {
        height: 78vh !important;
        z-index: 0;
    }

    .cursol .swiper {
        max-width: 100vw;
        height: 100%;
    }

    .cursol .swiper-slide {
        max-height: 250px;
        min-width: 200px;
    }

    .cursol .part2 .swiper a {
        font-size: 3rem;
    }

    .swiper-pagination {
        visibility: hidden;
    }
}