.father .hidden-menu {
    display: none;
    position: absolute;
}

.father:hover .hidden-menu {
    display: flex;
    position: absolute;
}