/* .menu-open {
    color: #fff;
} */
/* .menu-open,
.menu-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px;
    font-size: 20px;
    cursor: pointer;
} */
.menu-container {
  position: fixed;
  z-index: 3;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #100407;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  padding-bottom: 2em;
  overflow: auto !important;
}

.menu {
  /* padding: 12vh 0 24vh; */
  width: 65%;
  margin: auto;
  /* background: rgb(88, 89, 89); */
  position: relative;
  /* margin-left: 1em; */
  padding-left: 2em;
}

.logoF img {
  position: absolute;
  right: -4em;
}

.ast {
  margin-left: 2em;
}

.menu__item-link {
  display: inline-block;
  /* font-size: 5vw; */
  font-size: 58px;
  cursor: pointer;
  transition: opacity 0.1s;
  line-height: 100px;
  text-decoration: none;
  margin: 0.1em 0 0.1em 1em;
  /* color: #000; */
  /* color: #fff; */
  color: #D4D3D8;
}

.menu__item-img {
  position: relative;
  top: 15px;
  padding: 0 20px;
  z-index: 2;
  pointer-events: none;
  height: 10vh;
  max-height: 600px;
  opacity: 1;
  transform: scale(0);
}

.item-1.active ~ .hamRotate {
  /* background: pink; */
  transform: rotate(45deg);
}

/* .menu__item:hover>.menu__item-img {
    opacity: 1;
    transform: scale(1);
    transition: all 0.2s;
} */
@media (max-width: 900px) {
  .menu__item-link {
    font-size: 8vw;
    line-height: 70px;
  }
}
@media (max-width: 750px) {
  .menu {
    width: 95%;
  }
  .logoF img {
    right: 1em;
    width: 50%;
  }
  .ast {
    margin-left: 0.4em;
  }
  .menu__item-link {
    margin: 0.2em 0 0.3em 0.1em;
  }
}/*# sourceMappingURL=menu.css.map */