@media screen and (min-width: 0) and (max-width: 600px) {
    .w100mobile {
        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: var(--radius);
        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;
    }

    search {
        width: 250px;
    }

    /* قسمت میانی /////////////////////////////////////////// */

    .blue {
        margin-bottom: 30px;
    }

    .parent-box-bimeh {
        margin-top: 70px;
        grid-template-columns: repeat(2, 1fr);
        height: unset;
    }

    .box-bimeh {
        height: 120px;
    }

    .parent-activity {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        margin-bottom: 0;
    }

    .activity {
        background-color: var(--white);
        flex-direction: row;
        padding: 10px;
    }

    .title-activity {
        font-size: 11pt;
    }

    .box-speech-text {
        padding: 25px 25px;
        text-align: justify;
    }


    .box-speech::before,
    .box-speech::after {
        width: 70px;
        height: 70px;
    }

    .box-news-letters .text-box-news-letters {
        text-align: center;
    }


    .parent-text-btn-news {
        flex-direction: column;
    }

    footer {
        flex-direction: column;
    }


    .map {
        height: 300px;
    }
}
