@media (max-width: 809px){
    .sidebar-menu {
        position: fixed;
        z-index: 9999999999999999999999999;
        display: block;
        opacity: 1;
        background: #040e13;
        right: -100%;
        direction: rtl;
        padding-right: 20px;
        top: 0;
        bottom: -65em;
        transition: 1s;
        width: 100%;
    } 

    .hidmen {
        /* display: block !important; */
        width: 2em;
        height: 2em;
        display: flex !important;
        /* align-self: center; */
        align-items: center;
        justify-content: center;
        font-size: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .sticky-sidebar {
        overflow: hidden;
    }

    .sticky-sidebar {
        z-index: 999;
    }

    .page-content-wrapper {   
        z-index: 0;
    }
}

.sticky-sidebar .sticky-sidebar-inner .sidebar-top .humberg-menu span {
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .6s;
    background: #ffffff;
    border-radius: 50%;
    transform-origin: 50% 50% 0px;
    /* aspect-ratio: 1 / 1; */
}

b{
    opacity: 0;
    color: transparent;
}

    .sticky-sidebar {
        z-index: 999;
        overflow: visible;
        overflow-x: clip;
    }