.project-list {
    background-color: #000;
    padding: 60px 40px;
}

.project-list .list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.project-list .list-grid .item {
    width: 100%;
    height: 460px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-in 350ms;
    position: relative;
}

.project-list .list-grid .item .bg-image {
    transition: all ease-in 350ms;
    transform: scale(1.1);
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-list .list-grid .item .main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-list .list-grid .item .main h4 {
    color: var(--white);
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tungstennarrow, sans-serif;
    font-size: 56px;
    line-height: 44px;
}

.project-list .list-grid .item .main .more {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transition: all ease-in 350ms;
}

.project-list .list-grid .item .main .more img {
    transition: all ease-in 350ms;
} 

.back-to-projects .back-to-projects-cta {
    transition: all ease-in 350ms;
}

.back-to-projects .white .text-block {
    color: #000;
}

.back-to-projects .white img {
    filter: invert(100);
}

.back-to-projects #btp-addition {
    transition: all ease-in 350ms;
}

.back-to-projects img {
    transition: all ease-in 350ms;
}

.p-title {
    padding: 100px 50px;
}

.p-title .p-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.p-title .p-flex .p-left h1 {
    line-height: 120px;
}

.p-title .p-h-white {
    color: #000;
    margin-bottom: 100px;
}

.p-title .p-flex .p-right {
    max-width: 50%;
    width: 50%;
}

.p-title .p-flex .p-right img {
    width: 100%;
}

.p-banner-2 {
    width: 100%;
    min-width: 100%;
}

.p-banner-2 img {
    height: 750px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.p-image-layout {
    padding: 100px 50px;
}

.no-top {
    padding-top: 0px;
}

.p-image-layout .p-divider {
    width: 100%;
    height: 100px;
    min-height: 100px;
}

.p-image-layout .large-left {
    text-align: left;
}

.p-image-layout .large-left img {
    width: 80%;
}

.p-image-layout .narrow-right {
    text-align: right;
}

.p-image-layout .narrow-right img {
    width: 40%;
}

.p-image-layout .large-right {
    text-align: right;
}

.p-image-layout .large-right img {
    width: 80%;
}

.p-image-layout .narrow-left {
    text-align: left;
}

.p-image-layout .narrow-left img {
    width: 40%;
}

.p-image-layout .half-right {
    text-align: right;
}

.p-w-half-right {
    text-align: right;
}

.p-w-half-right img {
    width: 50%;
}

.p-image-layout .half-right img {
    width: 50%;
}

.p-image-layout .large-center {
    text-align: center;
}

.p-image-layout .large-center img {
    width: 60%;
}

.slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.2s ease-in;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 1000px) {
    .project-list {
        padding: 50px 30px;
    }

    .project-list .list-grid {
        gap: 30px;
    }

    .project-list .list-grid .item {
        height: 330px;
    }

    .project-list .list-grid .item .main {
        padding: 20px;
    }   

    .project-list .list-grid .item .main h4 {
        font-size: 44px;
    }

    .p-title .p-flex {
        flex-direction: column;
        gap: 40px;
    }

    .p-title {
        padding: 40px 30px;
    }

    .p-title .p-flex .p-right {
        max-width: 100%;
        width: 100%;
    }

    .p-image-layout {
        padding: 40px 30px;
    }

    .p-image-layout .p-divider {
        height: 40px;
        min-height: 40px;
    }

    .p-image-layout .large-left img {
        width: 100%;
    }

    .p-image-layout .narrow-right img {
        width: 100%;
    }

    .p-w-half-right img {
        width: 100%;
    }

    .p-image-layout .large-right img {
        width: 100%;
    }

    .p-image-layout .narrow-left img {
        width: 100%;
    }

    .p-image-layout .half-right img {
        width: 100%;
    }

    .p-image-layout .large-center img {
        width: 100%;
    }

    .no-top {
        padding-top: 0px;
    }

    .p-title .p-h-white {
        color: #000;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .project-list {
        padding: 40px 20px;
    }

    .project-list .list-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .project-list .list-grid .item {
        height: 400px;
    }

    .p-title .p-flex {
        gap: 20px;
    }

    .p-title {
        padding: 30px 20px;
    }

    .p-image-layout .p-divider {
        height: 30px;
        min-height: 30px;
    }

    .p-image-layout {
        padding: 30px 20px;
    }

    .p-title .p-flex .p-left h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .p-banner-2 img {
        height: 500px;
    }

    .no-top {
        padding-top: 0px;
    }

    .p-title .p-h-white {
        font-size: 80px;
        line-height: 80px;
    }
}

@media screen and (max-width: 480px) {
    .project-list {
        padding: 30px 15px;
    }

    .project-list .list-grid {
        gap: 15px;
    }

    .project-list .list-grid .item {
        height: 330px;
    }

    .project-list .list-grid .item .main {
        padding: 15px;
    }

    .project-list .list-grid .item .main h4 {
        font-size: 36px;
        line-height: 36px;
    }

    .p-title {
        padding: 30px 15px;
    }

    .p-image-layout {
        padding: 30px 15px;
    }  
    
    .p-banner-2 img {
        height: 360px;
    }

    .no-top {
        padding-top: 0px;
    }

    .p-title .p-h-white {
        margin-bottom: 30px;
        line-height: 70px;
    }
}