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

    .navbar .dropdown-menu {
        width: 250px;
    }

    .contact-panel {
        display: none;
    }

    .navbar {
        padding-inline: 2rem;
    }


}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .item .img img {
        height: 380px;
    }

    .header .caption h1 {
        font-size: 45px;
    }

}

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

    body {
        background-image: url("/static/images/bg_mobile.webp");
        background-attachment: unset;
        background-repeat: repeat-y;
    }

    .logo-img {
        width: 110px;
    }

    .nav-scroll .logo-img {
        width: 110px;
    }

    .header .caption h1 {
        font-size: 35px;
    }

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

    .banner-header {
        height: 50vh;
    }

    .portfolio .img img {
        height: 300px;
    }

    .lets-talk .section-title {
        font-size: 30px;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }

    .footer .bottom {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .progress-wrap {
        bottom: 80px;
    }

    .navbar .navbar-collapse {
        max-height: 550px;
    }

    button.btn.btn-primary.modal-btn {
        background-color: var(--color-main);
        margin-left: 0;
    }

    .banner-header h1 {
        font-size: 30px;
        text-align: center;
    }

    .section-title {
        font-size: 30px;
    }
}
