@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .pg-sizer, .grid-project {
        padding: 3rem;
        width: 50% !important;
    }

    .portfolio-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .grid-project.width-2 {
        margin-right: 0;
    }

    .project-container {
        max-width: 1440px;
        margin: 0 auto;
    }

    .grid-project-meta {
        bottom: 80px;
        right: 80px;
    }

    .decorative-img {
        top: 35%;
        left: 10%;
        transform: none;
        bottom: unset;
    }

    .big-slider .top {
        display: none;
    }

    .send-wrap {
        padding-left: 20px;
    }

    .project-title {
        font-size: 60px;
        line-height: 80px;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .big-slider .title {
        line-height: 1.2;
        font-size: 40px;
    }

    h1.thin {
        font-size: 26px;
    }

    .gallery-item {
        width: 50%;
    }

    .project-logo img {
        max-width: 250px;
    }

    .project-header {
        height: 90vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: end;
    }

    .big-slide-button {
        display: none;
    }

    .big-slider .top {
        display: none;
    }

    .big-slider-overlays {
        display: none;
    }

    .big-images .swiper-slide {
        height: 70vh !important;
    }

    .filter-btn-group {
        gap: unset;
        row-gap: 1.5rem;
        column-gap: 2.75rem;
    }

    .filter-btn-group button.active::before {
        bottom: 2px;
    }

    .team-meta {
        flex-wrap: wrap;
    }

    .team-name {
        padding: 5px;
        width: 100%;
    }

    .team-position {
        padding: 5px;
        width: 100%;
    }

    .project-meta-2 {
        text-align: left;
        padding: 15px;
        border: 1px solid #333333;
        border-bottom: none;
        border-right: none;
    }

    .project-modal .swiper-slide {
        width: 100%;
        padding: 1rem;
    }

    .section {
        margin-bottom: 60px;
    }

    #page-preloader.loaded .logo-right {
        top: 57%;
    }

    #page-preloader img {
        width: 220px;
    }

    .decorative-img img {
        width: 100px;
    }

    .decorative-img {
        bottom: 5%;
        left: 5%;
        transform: none;
    }

    .portfolio-showcase.fullscreen {
        height: 60vh !important;
    }

    .project-title {
        font-size: 35px;
        line-height: 48px;
    }

    .next-project-title {
        font-size: 35px;
        line-height: 50px;
    }

}