.menu_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #fff0;
    border: 0px;
    border-radius: 8px;
    z-index: 1
}

.menu_btn img {
    margin-top: 7px;
    width:100%
}

header .menu .m_menu_box {
    display: none;
    position: absolute;
    top: 58px;
    right: 2%;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    z-index: 10;
}

header .menu .m_menu_box .menu_list {
    font-size: 1em;
    background: #BF2B69;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
}

header .menu .m_menu_box .s_menu_d {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
}

header .menu .m_menu_box ul {
    display: none;
    margin-top: 15px;
}

header .menu .m_menu_box ul li {
    font-size: 1em !important;
    margin-left: 10px;
}
