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

    .navbar-menu ul.menu-list.show {
        padding-top: 5rem;
    }

    .grid-2 .img-with-link {
        height: 520px;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .project-banner h5 {
        padding: 5px 12px;
        font-size: 18px;
    }

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

    .contact-box h6 {
        margin-bottom: 12px;
    }

    .contact-form {
        padding-top: 1rem;
    }
}

/*IMACS*/
@media screen and (min-width: 2000px) {
    .project-item .project-cover {
        height: 380px;
        position: relative;
    }
}


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

    header .logo img {
        width: 100px;
    }

    section.intro-page h1 {
        font-size: 36px;
        line-height: 45px;
    }

    section.intro-page h4 {
        font-size: 20px;
        line-height: 24px;
    }

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

    .img-with-link::after {
        background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.65),
                rgba(0, 0, 0, 0)
        );
    }

    .img-with-link a {
        bottom: 15px;
        left: 15px;
    }

    footer .logo img {
        margin: 0 auto;
    }

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

    footer p {
        font-size: 13px;
    }

    .navbar-menu ul.menu-list {
        width: 100%;
        right: -100%;
        display: flex;
        flex-direction: column;
        padding-top: 4.5rem;
        justify-content: center;
    }

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

    .footer-wrapper {
        margin-top: 0;
        padding-top: 80px;
    }

    .section-padding-xl {
        padding: 140px 6px 80px 6px;
        /*padding: 30px 6px 80px 6px;*/
    }

    .project-item {
        padding: 0;
    }

    .project-item .project-cover {
        height: 255px;
    }

    .filter {
        margin-bottom: 10px;
        gap: .5rem;
        flex-wrap: wrap;
    }

    .filter button {
        padding: .5rem 1.45rem;
    }

    .project-banner {
        height: 75vh;
        padding-top: 100px;
    }

    .project-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .project-categories {
        position: unset;
        gap: .65rem;
        padding: 60px 15px 0;
        flex-wrap: wrap;
    }

    .project-categories h5 {
        font-size: 17px;
    }

    .project-categories h1 {
        font-size: 28px;
    }

    .team-item {
        margin-bottom: .75rem;
    }

    .stats-container {
        flex-direction: column;
        gap: 30px;
    }

    .stats-section {
        padding-left: 0;
    }

    .stat-number {
        font-size: 40px;
    }

    .g-map {
        height: 50vh;
    }

    .contact-box {
        padding: 20px;
    }

    .form-group input[type="text"], .form-group textarea {
        width: 100%;
    }

    .menu-list .navbar-social li {
        font-size: 15px;
    }

    .kvkk {
        padding: 150px 15px;
    }

    .video-item iframe {
        height: 260px;
    }

    .project-video iframe {
        height: 280px;
    }

    .filter button {
        padding: .2rem .5rem;
        font-size: 14px;
        margin-bottom: 3px;
        font-weight: 500;
    }

    .achievement-item {
        flex-wrap: wrap;
    }

    .achievement-item h2 {
        font-size: 15px;
        font-weight: 700;
    }

    .hero .swiper-slide {
        height: 80vh;
    }

    .award {
        width: 20%;
    }

    .award-meta {
        width: 70%;
    }

    .achievement-item a {
        padding-top: 20px;
    }

    h5.achievement-project {
        font-size: 11px;
    }

    .career-img.bg-img {
        height: 50vh;
    }

    .project-item h3 {
        text-align: right;
    }

    .project-item .project-location {
        right: 0;
        left: unset;
    }

    .project-grid.style-1 .project-item:hover h3 {
        background-color: transparent;
    }

    .navbar {
        height: 120px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 991;
    }

    .navbar-menu-toggler {
        top: 37px;
    }
}