.project_view{
}

.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: -7px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

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

.project-list-tag{
    margin-bottom: 30px;
    display: flex;
}

    .items-project-tag{
        padding: 6px 18px;
        font-size: 14px;
        border-radius: 15px;
        margin-right: 10px;
        cursor: pointer;
        background-color: #000;
        color: #FFF;
        opacity: 0.8;
        transition: opacity 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .items-project-tag:hover{
        opacity: 1;
    }


.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;
}

.more-project-title{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
}

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

    .more-project-list a{
        width: 33.3333%;
        width: 50%;
        display: inline-block;
    }

    .more-project-list a:hover .items-more-project-image{
        filter: grayscale(0%);
    }
    
    .items-more-project{
        
    }

        .items-more-project-image{
            height: 280px;
            height: 380px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            margin-bottom: 10px;
            filter: grayscale(80%);
        }

        .items-more-project-title{
            text-transform: uppercase;
            font-size: 14px;
        }
    

@media only screen and (max-width: 1200px){
    .project_view{
        width: 100%;
    }
    
    .items-more-project-image{
        height: 280px;
    }
}


@media only screen and (max-width: 768px){
    .project_view{
        padding-top: 20px;
    }
    
    .pd-items-content h3{
        margin-top: 0px;
        font-size: 18px;
        padding: 0px 25px;
    }
    
    .project-desk-text{
        width: 100%;
        padding-right: 0px;
        padding: 0px 25px;
    }
    
    .pd-text{
        margin-bottom: 30px;
    }
    
    .project-desk-block div{
        height: 35vh;
        margin-bottom: 20px;
    }
    
    .project-list-tag{
        padding: 0px 25px;
    }
    
    
    .more-project-title {
        font-size: 18px;
        padding: 0px 25px;
    }
    
    .more-project-list{
        padding: 0px 25px;
    }
    
    .items-more-project-title{
        font-size: 12px;
    }
    
    .items-more-project-image {
        height: 16vh;
    }
    
}    


