#menu {
  visibility: hidden;
  background-color: #6070ff;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  min-width: 375px;
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
}

#menu-items {
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  min-width: 375px;
  max-width: 768px;
  position: fixed;
  padding: 0 12px;
  padding-top: 50px;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
}

.close-btn {
  height: 33px;
  width: 33px;
  padding: 8px;
  float: right;
  border-radius: 8px;
  margin-right: 10px;
  align-items: start;
}

#close-menu {
  width: 25px;
  height: 25px;
  background: transparent;
  padding: 0;
}

.menu-items-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  gap: 24px;
  width: 85%;
  height: auto;
}

.menu-frame {
  width: 100%;
}

.menu-frame a {
  text-decoration: none;
}

.menu-frame a p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #fff;
}
