.mobileDropdown{
    display: none;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.project-filter{
    justify-content: center;
}
.project-filter li{
    margin: 0px 12.5px;
    padding: 0px !important;
    font-size: initial !important;
    line-height: initial !important;
}
.project-filter li:after{
    content: none !important;
}
.project-filter a{
    font-size: 16px;
    color: #000;
    line-height: 19px;
    letter-spacing: 0.32px;
    padding-bottom: 18px;
    display: block;
    font-family: 'Metropolis Semi';
    font-weight: 600;
    border-bottom: 4px solid transparent;
}
.project-filter a.active{
    border-bottom-color: #000;
}
.show-more{
    margin-top: 69px;
}
@media(min-width: 1560px) and (max-width: 1629px){
    .project-filter {
        display: flex !important;
    }
}
@media(min-width: 1460px) and (max-width: 1559px){
    .show-more {
        margin-top: 50px;
    }
    .project-filter {
        display: flex !important;
    }
}
@media(min-width: 1360px) and (max-width: 1459px){
    .show-more {
        margin-top: 50px;
    }
    .project-filter {
        display: flex !important;
    }
}
@media(min-width: 1200px) and (max-width: 1359px){
    .show-more {
        margin-top: 50px;
    }
    .project-filter {
        display: flex !important;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .show-more {
        margin-top: 40px;
    }
    .project-filter {
        display: flex !important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .project-filter a {
        font-size: 15px;
        padding-bottom: 16px;
    }
    .show-more {
        margin-top: 50px;
    }
    .project-filter {
        display: flex !important;
    }
}
@media(max-width: 767px){
    .project-tab{
        position: relative;
    }
    .mobileDropdown {
        margin-top: 0px;
        display: block;
        border: 1px solid #000000;
        padding: 10px 25px;
        font-weight: 600;
        border-radius: 5px;
        font-family: 'Metropolis Semi';
        background: url(../images/icon_arrow_down.svg) no-repeat center right 20px transparent;
        background-size: 13px 14px;
        width: 100%;
    }
    .project-filter {
        margin-top: 2px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        border-radius: 5px;
        position: absolute;
        background: #fff;
        z-index: 3;
        top: 50px;
        width: 100%;
        left: 0px;
        overflow: hidden;
        display: none;
    }
    .project-filter li {
        margin: 0px;
        width: 100%;
    }
    .project-filter li a {
        width: 100%;
        border-bottom: 1px solid #6C6C6F !important;
        padding: 10px 15px;
    }
    .project-filter a.active {
        background: #000;
        color: #fff;
    }
    .show-more {
        margin-top: 40px;
    }
    .realizations-outer .project-img {
        height: auto;
    }
}