@media screen and (min-width: 600px) and (max-width: 1024px) {
    .w100tablet {
        width: 100%;
    }

    .menu-hamburger-icon {
        display: block;
    }

    navbar {
        display: none;
    }

    .menu-hamburger.active {
        right: 0;
    }

    .title-menu {
        background-color: rgba(255, 255, 255, 0.316);
        /* width: 100%; */
        text-align: center;
        border-radius: 8px;
        padding: 3px;
    }

    .menu-hamburger {
        position: fixed;
        top: 0px;
        right: -100%;
        display: flex;
        flex-direction: column;
        background-color: var(--bgBlue);
        height: 100%;
        min-width: 50%;
        z-index: 100;
        padding: 30px 16px;
        transition: all 0.4s ease 0s;
    }

    .navbar-hamburger {
        width: 100%;
        height: 94%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        color: var(--white);
        gap: 16px;
    }

    /* قسمت میانی سایت //////////////////////////////// */

    .parent-box-bimeh {
        grid-template-columns: repeat(3, 1fr);
        height: unset;
    }

    .box-bimeh {
        height: 120px;
    }



    .box-speech-text {
        padding: 30px 25px;
        text-align: justify;
    }
}
