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

    .contact-panel {
        display: none;
    }

    .page-banner-image, .page-banner-video {
        /*object-position: bottom;*/
    }

}

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

}

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

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    .section-padding {
        padding: 60px 15px;
    }

    .intro-grid .grid-wrapper {
        margin-bottom: 20px;
    }

    .intro-text {
        padding: .35rem;
    }

    .page-banner {
        height: 50vh;
        min-height: 320px;
    }

    .page-banner-content {
        padding: 2rem 1.5rem;
    }

    .project-slide {
        width: 280px;
    }

    .project-slide-inner {
        height: 450px;
    }

    .navbar-menu-toggler span {
        width: 40px;
    }

    .navbar-menu-toggler:hover span {
        width: 60px;
    }

    .navbar-logo {
        width: 40%;
    }

    .navbar-logo img {
        width: 140px;
    }

    .navbar-main-menu {
        padding: 2rem;
    }

    .navbar-main-menu li {
        font-size: 20px;
    }

    .navbar-menu-toggler.active span:first-child {
        width: 40px;
    }

    .navbar-menu-toggler.active span:last-child {
        width: 40px;
    }

    .project-listview {
        padding-block: 30px;
        flex-wrap: wrap;
    }

    .project-listview .project-name {
        width: 50%;
    }

    .project-listview .project-cover {
        width: 100%;
        border-radius: 1.5rem;
        margin-bottom: 20px;
    }

    .project-listview p {
        display: none;
    }

    .project-listview a.detail-btn {
        width: unset;
        height: unset;
        border-radius: 1.5rem;
        font-size: 14px;
        padding: 5px 15px;
    }

    .project-listview a.detail-btn::before {
        border-radius: 0;
    }

    .footer-menu ul {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom ul {
        gap: 1.15rem;
        flex-wrap: wrap;
    }

    .footer-bottom {
        font-size: 14px;
    }

    .videos iframe {
        height: 280px;
        width: 100%;
    }

    .project-info-bar {
        gap: 18px;
        margin-top: 0;
        margin-bottom: 30px;
        justify-content: flex-start;
    }

    .project-info-item .label {
        font-size: 13px;
    }

    .project-info-item .value {
        font-size: 18px;
    }

    .project-info-item {
        padding: 16px 20px;
    }

    .filter-button-group {
        gap: .5rem;
        justify-content: center;
    }

    .filter-btn {
        padding: 10px 15px;
    }

    .gallery .gallery-item {
        width: 48%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-manifesto p {
        font-size: clamp(22px, 3vw, 32px);
        padding-inline: 1rem;
    }

    .about-stats {
        padding: 80px 20px;
        background: #111;
    }

    .stat h2 {
        font-size: clamp(35px, 4vw, 80px);
        color: #fff;
        margin-bottom: 10px;
    }

    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .split-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .split-image {
        margin-bottom: 30px;
        height: 320px;
    }

    .split-text, .split-title {
        padding-inline: 1.25rem;
    }

    .home-projects .project-meta {
        opacity: 1;
        z-index: 2;
        background-color: transparent;
    }

    .home-projects .project-item .curtain {
        height: 50%;
        opacity: .4;
    }

    .home-projects .project-item:hover span.curtain {
        height: 50%;
    }
}
