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

    footer h6 {
        font-size: 1.5rem;
    }

    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 30px;
        line-height: 33px;
        padding: 5px 10px 5px 0;
    }

    .machine-item {
        height: 270px;
    }

    .projects-swiper .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/*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;
    }

    header .navbar-brand img {
        max-height: 45px;
    }

    .page-title-extra-small h1 {
        font-size: 3rem;
    }

    .swiper-about .swiper-slide {
        height: 190px;
    }

    section.about p {
        text-align: justify;
    }

    .sub-company-item {
        flex-wrap: wrap;
    }

    .sub-company-cover {
        width: 100%;
        margin-bottom: 1rem;
    }

    .sub-company-demo {
        width: 100%;
    }

    .footer-email {
        font-size: 18px;
    }

    .sub-company-detail p {
        text-align: justify;
    }

    .hr p {
        text-align: justify;
    }

    .footer-social {
        justify-content: center;
    }

    .list-style-01 li {
        display: flex;
        justify-content: space-between;
    }

    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 25px;
        line-height: 20px;
    }

    .projects-swiper .swiper-button-next, .swiper-button-prev {
        color: #ffffff;
        font-size: 25px;
        background-color: var(--dark-gray);
        width: 50px;
        top: 75%;
    }

    .projects-swiper .swiper-button-prev {
        left: calc(50% - 50px);
    }

    .projects-swiper .swiper-button-next {
        right: calc(50% - 50px);
    }

    .lang_form {
        padding-inline: 0;
    }

    header .navbar-brand img {
        max-height: 37px;
    }

}