@media only screen and (max-width: 1200px) {
    .HeaderTabs {
        display: none;
    }

    .SideMenuBtn {
        display: flex;
        position: absolute;
        right: 20px;
        top: 20%;
        width: auto;
        height: 60%;
        aspect-ratio: 1/1;
        border: none;
        background: var(--dark);
        justify-content: center;
        align-items: center;
        padding: 17px;
        border-radius: 5px;
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
    }

    .SideMenuInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999999;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: -1;
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        background: #ffffff;
        z-index: 2;
        padding: 20px;
        overflow: hidden;
        overflow-y: auto;
        max-width: 80%;
    }

    .SideMenuDiv ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .SideMenuDiv ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 20px 10px;
        border-bottom: solid 1px #d6d6d6;
        font-size: 20px;
        text-transform: uppercase;
    }

    .SectionHeader h1 {
        font-size: 35px;
        padding-bottom: 15px;
    }

    .SectionHeader h1 div {
        height: 7px;
    }

    .ProjectInner h1, .AboutInner h1 {
        font-size: 35px;
    }

    .ProjectInner h1 div, .AboutInner h1 div {
        height: 8px;
    }

    .CounterItem h1 {
        font-size: 30px;
    }

    .CounterItem label {
        font-size: 19px;
    }

    .Counters {
        padding: 25px 0;
    }

    .CounterItemBorder {
        display: none;
    }

    .AboutSectionInner {
        min-height: unset;
        padding-bottom: 30px;
    }

    .ArabicBody .SideMenuBtn {
        right: unset;
        left: 20px;
    }

    .ArabicBody .SideMenuDiv {
        right: unset;
        left: 0;
    }
}
