Hello replace your style with below style:-
@media screen and (max-width: 992px) {
.site-navigation {
position: fixed;
top: 70px;
left: 0;
z-index: 99;
width: 100%;
height: 100vh;
background: #fff;
box-shadow: 0 12px 24px rgba(0,0,0,.09);
visibility: hidden;
opacity: 0;
transition: all 0.35s;
}
}