



.bg-image {
    background-image: url('../img/bg-image.png');
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
    padding: 0!important;
}





.sidebar-menu-list,
.child-block{
    height: 76vh!important;

}



.mobile-menu-list-index-page{
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    background-color: transparent!important;
    padding: 0;
}
.mobile-menu-list-index-page > li{
    width: 90vw;
    min-height: 20vh;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(17.799999237060547px);
    border: none;
    border-radius: 4vw;
    font-size: 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vh;
    padding: 2vw 0 2vw 0
}
.mobile-menu-list-index-page > li a {
    color: #000;
    text-decoration: none;
    width: 90%;
    text-align: center;
}

.mobile-menu-list-index-page > button .menu-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile-menu-list-index-page > button .menu-icon img{
    width: 10.13vw
}


.mobile-logo-index-page{
    width: 100vw;
    background-color: #fff;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mobile-logo-index-page.hidden{
    display: none;
}

.mobile-logo-index-page img{
    width: 34vw;
}
