@media screen and (max-width: 1300px) {
    .BlogsArt {
        right: 7%;
        top: 28%;
        width: 22%;
        height: 64%;
    }
}

@media screen and (max-width: 1100px) {
    .HeaderSocialMedia, .HeaderButtons {
        display: none;
    }

    .HeaderLogo {

    }

    .SideMenuBtn {
        display: flex;
        position: absolute;
        right: 20px;
        top: 30%;
        width: auto;
        height: 40%;
        aspect-ratio: 1/1;
        justify-content: center;
        align-items: center;
        padding: 3px;
        border: none;
        background: var(--theme1);
        border-radius: 5px;
    }

    .SideMenuBtn .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        filter: invert(1);
    }

    .SideMenuInner {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999999;
    }

    .SideMenuFade {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--theme1);
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 340px;
        height: 100%;
        background: #ffffff;
        z-index: 2;
        padding: 20px;
        max-width: 85%;
        overflow: hidden;
        overflow-y: auto;
    }

    .SideMenuLogo {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        aspect-ratio: 1/0.3;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .SideMenuBtns {
        display: flex;
        justify-content: space-between;
        margin: 28px auto;
        width: 100%;
    }

    .SideMenuBtns button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48%;
        padding: 10px 0px;
        border: none;
        background: var(--theme1);
        color: aliceblue;
        position: relative;
        border-radius: 5px;
        font-size: 16px;
        padding-left: 22px;
    }

    .SideMenuBtns button i {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .SideMenuBtns button:last-of-type {
        background: #6b6b6b;
    }

    .SideMenu ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .SideMenu ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 10px 0;
        border-bottom: solid 1px #cfcfcf;
        text-transform: uppercase;
    }

    .ArabicBody .SideMenuDiv {
        right: unset;
        left: 0
    }

    .ArabicBody .SideMenuBtn {
        right: unset;
        left: 0
    }

    .BlogsArt {
        display: none;
    }

    .BlogsGH {
        margin: 80px 0 0;
        width: 100%;
    }

    .BlogsItem {
        margin: 35px 0;
        width: 45%;
    }

    .AboutSectionArt .setbg {
        background-position: top;
    }

    .ToolkitCover .ToolkitCoverImage {
        opacity: 0.3;
    }

    .ToolkitCoverText p {
        margin: 5px auto;
        font-size: 20px;
    }

    .ServiceShowCover {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 20px;
    }

    .ServiceShowIcon {
        position: relative;
        margin: 24px 0;
    }

    .BlogsPage .col-md-4 {
        width: 33.3%;
        margin: 23px 0;
    }

    .BlogShowPageCoverText h1 {
        font-size: 30px;
    }

    .ChatBody {
        padding-top: 150px;
        padding-bottom: 220px;
    }

    .JoinUsFormRow {
        width: 50%;
    }

    .JoinUsFormCover h1 , .JoinUsFormCover label {
        width: 100%;
    }

    .JoinUsFormCover {
        background: white;
    }

    .JoinUsFormCover img {
        opacity: 0.2;
    }

    .JoinUsForm {
        padding: 0;
    }

    .JoinUsFormSubmit button {
        font-size: 17px;
        letter-spacing: 0;
        padding: 10px 27px;
        padding-left: 53px;
        margin: 0 auto 20px;
    }

    .JoinUsFormCover label{
        width: 100%;
        color: #5f5f5f;
    }
}

