/* screen - menus */

.menus {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  width: 693px;
}

#overlay-menus {
  align-items: end;
  background-color: #ffffff00;
  justify-content: flex-start;
}

.menus .menus-1 {
  align-items: flex-end;
  background-color: var(--white-2);
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 748px;
  margin-left: -2816px;
  margin-top: -9016px;
  padding: 59px 20px;
  width: 693px;
}

.menus .overlap-group {
  height: 498px;
  position: relative;
  width: 622px;
}

.menus .place {
  cursor: pointer;
  height: 149px;
  left: 3px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-shadow: 0px 4px 4px #00000040;
  top: 0;
  width: 553px;
}

.menus .careers {
  cursor: pointer;
  height: 123px;
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 375px;
  width: 588px;
}

.menus .milestone {
  height: 158px;
  left: 0;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 233px;
  width: 622px;
}

.menus .services {
  cursor: pointer;
  height: 157px;
  left: 3px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  top: 114px;
  width: 588px;
}

.menus .title {
  align-self: center;
  cursor: pointer;
  height: 106px;
  letter-spacing: 0;
  line-height: normal;
  margin-right: 4.0px;
  white-space: nowrap;
  width: 581px;
}
