.project_view{
    margin-top: 80px;
    width: 100%;
}

.title-category-project{
    font-size: 18px;
    padding: 60px 100px;
    text-align: right;
}

.project-card{
    padding: 0px 100px;
    display: flex;
    margin-bottom: 60px;
}

.project-card-cols{
    width: 50%;
}

    .project-card-year{
        font-size: 22px;
        font-weight: normal;
        font-family: 'etmomura_l';
    }

    .project-card-name{
        font-size: 50px;
        font-weight: 600;
        color: rgba(69, 69, 69);
        text-transform: uppercase;
    }

    .project-card-desk{
        font-size: 15px;
        color: rgba(114, 114, 114);
        font-family: 'etmomura_l';
        line-height: 22px;
    }
    
.project-avatar{
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}











.more-project{
    padding: 60px 100px;
}

.more-project-title{
    font-size: 38px;
    font-weight: normal;
    font-family: 'etmomura_l';
    margin-bottom: 40px;
}

.more-project-list{
    display: flex;
    gap: 40px;
}

    .items-more-project{
        width: calc((100% - 80px) / 3);
        gap: 40px;
    }
    
        .items-more-project-image{
            aspect-ratio: 1 / 0.7;
            background-color: rgb(200, 200, 200);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .items-more-project-title{
            text-transform: uppercase;
            color: rgba(69, 69, 69);
            font-weight: bold;
            font-size: 30px;
            font-size: 1.17vw;
            padding-top: 30px;
        }








.project-desk-block{
    margin-bottom: 80px;
    width: 100%;
}

.project-desk-block div{
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.pd-slider{
    box-sizing: border-box;
    width: 100%;
}

.pd-text{
    width: 100%;
    margin-bottom: 50px;
}

.pd-items-content h3{
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.pd-items-content:after{
    content: "";
    display: block;
    clear: both;
}

.project-desk-text{
    width: 70%;
    float: left;
    font-size: 15px;
    padding-right: 40px;
    box-sizing: border-box;
}

.pd-mini-title{
    text-transform: capitalize !important;
}

.pd-items-detail{
    float: right;
    width: 50%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 14px;
}

.pd-items-detail:after{
    content: "";
    display: block;
    clear: both;
}

.pd-detail-title{
    float: left;
    color:#000;
    padding-right: 10px;
}

.pd-detail-desk{
    float: left;
    color: #5a5d62;
}

.other-projects-block h3{
    font-size: 25px;
    line-height: 60px;
    font-weight: 300;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list-other-projects{
    margin: 0px -16px;
}

.list-other-projects:after{
    content: "";
    display: block;
    clear: both;
}

.items-other-project{
    width: 33.33333%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.iop-image{
    background-color: #CCC;
    position: relative;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.iop-title{
    font-size: 18px;
    font-size: 17px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px){
  
}


@media only screen and (max-width: 768px){

    
}    


