/*
**
*/
@media (min-width: 1700px) {

}
@media (max-width: 1700px) {

}
@media(max-width: 1600px) {
    .main-text h5{
        width: 35%;
    }
}
@media(max-width: 1560px) {
    .main-text h5{
        width: 35%;
    }
}
@media(max-width: 1400px) {
    .main-text h5 p{
        margin-bottom: 8px;
    }
}
@media(max-width: 1380px) {

}
@media(max-width: 1260px) {
    .main-text h5 p{
        font-size: 13px;
        line-height: 1;
    }
    .navigation-logo{
        width: 100px;
        text-align: center;
    }
}
@media(max-width: 1170px) {

}
@media(max-width: 1070px) {
    .navigation-links{
        gap: 20px;
    }
}
@media(max-width: 993px) {
    .navigation-links{
        display: none;
    }
    .navigation-actions{
        display: none;
    }
    .navigation-mobile-menu{
        display: block;
    }
    .main-text h1{
        display: none;
    }
    .main-text h5{
        display: none;
    }
    .main-banner-text{
        display: none;
    }
    .mobile-title{
        display: block;
    }
    .main-banner-mobile-text{
        display: block;
    }
    .main-banner-scroll img{
        width: 12px;
    }
    .main-banner-newproject img{
        width: 140px;
        height: 140px;
    }
    .request h1 {
        font-size: 42px;
    }
    .request h3 {
        font-size: 27px;
    }
    .footer-logo{
        width: 75px;
    }
    .bcrumbs{
        padding: 0 15px;
    }
    .portfolio-page{
        padding: 0 15px;
        align-items: center;
    }
    .page-title {
        font-size: 37px;
    }
    .page{
        padding: 0 15px;
    }
    .page .col-md-8{
        padding-top: 20px;
        width: 90%;
    }
    .navigation-logo{
        padding-left: 5px;
    }
    .navigation-mobile-phone {
        display: block;
    }
}
@media(max-width: 768px) {
    .portfolio-item{
        width: 100%!important;
        margin-top: 5px!important;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 0!important;
        margin: 0!important;
    }
    .portfolio-item-title{
        display: flex;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
        font-size: 0;
    }
    .main{
        display: none;
    }
    .portfolio{
        margin-top: 70px;
    }
    .portfolio-item img {
        height: 250px;
    }
    .main-banner-newproject{
        display: none;
    }
    .portfolio-detail-chevron i {
        font-size: 42px;
    }
    .request{
        height: 300px;
    }
    .request h1 {
        font-size: 27px;
    }
    .request h3 {
        font-size: 18px;
    }
    .footer{
        flex-direction: column;
        height: 250px;
        padding: 35px 15px;
    }
    .footer-social{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .portfolio-detail-items{
        margin-top: 30px;
    }
    .space{
        height: 5px;
    }
    .page-title {
        font-size: 27px;
    }
    .portfolio-filter a {
        font-size: 14px;
    }
    .page .col-md-8 {
        width: 100%;
    }
    .contacts-data {
        font-size: 21px;
    }
    .portfolio-detail{
        height: unset;
    }
    .portfolio-detail .portfolio-detail-poster {
        object-fit: cover;
        height: 250px;
    }
    .portfolio-detail-title{
        height: 100%;
        font-size: 30px;
    }
    .portfolio-detail-chevron {
        bottom: 0;
    }
    .portfolio-detail-chevron i {
        font-size: 22px;
    }
    .main-banner-newproject img {
        width: 75px;
        height: 75px;
    }
    .portfolio-detail-list img {
        height: 250px;
    }
    .portfolio-detail {
        margin-top: 69px;
    }
    .main-banner-newproject {
        bottom: 15px;
        right: 15px;
    }
    .main-banner-newproject img {
        width: 100px;
        height: 100px;
    }
    #consultationModal .modal-body{
        padding: 30px;
    }

    #consultationModal .modal-dialog{
        margin: 20px;
    }
}
@media(max-width: 600px) {
    .portfolio-page{
        flex-direction: column;
        justify-content: flex-start;
    }
    .page-title{
        width: 100%;
    }
    .portfolio-filter{
        margin-top: 15px;
        justify-content: flex-start;
        width: 100%;
    }
}
@media(max-width: 500px) {
    .main-banner-mobile-text{
        max-width: 70%;
    }
    .footer{
        height: unset;
        gap: 20px;
    }
    .footer-links{
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
    }
    .copyrights{
        height: unset;
        padding: 15px;
        flex-direction: column-reverse;
    }
    .mobile-title h2 {
        font-size: 37px;
    }
}

@media(max-width: 350px) {
    .mobile-title h2 {
        font-size: 27px;
    }
}
