.header-menu-wrap {
position: relative;
background-color: transparent;
z-index: 1;
}
.header-menu-wrap:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: white;
opacity: 0.5;
content:"";
z-index: 0;
}