/* body {
  opacity: 0;
} */
.header .navBox {
  right: -100%;
}
.header .navBox.active {
  right: 0;
}
