@media only screen and (max-width: 1225px) { 
    #menu {
        display: none;
    }
    #m-menu {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 20px;
    }
    #m-menu-logo {
        width: auto;
        height: 65px;
        padding: 0 20px 0 24px;
        background-color: var(--mobilMenuBg);
        border-radius: 150px;
        
        display: flex;
        justify-content: center;
        align-items: center;

        
        border: 1px solid var(--mobilMenuBorder);
        cursor: pointer;
        user-select: none;
        backdrop-filter: blur(15px);
    }
    #m-main-logo, #m-main-logo-menu {
        width: 100px;
        user-select: none;
    }
    #m-menu-nav {
        

        display: flex;
        justify-content: center;
        align-items: center;

        
        border: 1px solid var(--mobilMenuBorder);
        transition: all 0.5s ease;
    }
    .min-menu {
        width: 65px;
        height: 65px;
        background-color: var(--mobilMenuBg);
        
        border-radius: 150px;
        backdrop-filter: blur(15px);
    }
    .fullscreen-menu {
        width: 100vw;
        height: 100svh;
        border-radius: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        background-color: var(--bgColor);
        transition: all 0.5s ease;
        border: none !important;
    }
    #fa-x-icon{
        margin-right: 15px;
    }
    #fa-bar-icon, #fa-x-icon {
        padding: 20px;
        
    cursor: pointer;
        user-select: none;
    }

    #m-nav {
        color: var(--textColor);
        width: 100%;
        height: 100svh;
        position: relative;
        z-index: 100000 !important;
    }
    .m-nav-header {
        position: relative;
        top: 0;
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    #m-main-logo-menu-div {
        width: auto;
        height: 65px;

        padding: 0 20px 0 24px;
        display: flex;
        justify-content: center;
        align-items: center;

       
        cursor: pointer;
        user-select: none;
    }
    .m-nav-body {
        width: 100%;
        padding: 40px;
    }
    .m-nav-body ul {
        list-style: none;
        text-decoration: none;

    }
    .m-nav-body li {
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 15px;
    }
    .m-nav-body-footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m-nav-body-footer .theme {
        margin: 0;
    }
    .m-nav-call-us {

        margin: 40px 0;
    }
    .m-nav-call-us h4 {
        font-size: 22px;
        font-weight: 500;
    }


    #home, #jobs, #about, #contact {
        width: 100%;
    }
    #main-title {
        font-size: 66px;
    }
    #main-h2 {
        font-size: 22px;
        padding: 0 40px;
    }


    #offer, #they-said, #home-job-container {
        width: 100%;
        padding: 20px;
    }
    #they-said, #offer {
        margin-top: 0;
    }
}