nav {
  width: 100%;
}

.navagation-wrap {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -45%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navagation-wrap h1 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.navagation-wrap h1::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  background-color: rgba(255, 255, 255, 1);
}

.navagation-wrap ul {
  display: flex;
}
.navagation-wrap ul li:nth-child(odd) {
  margin-right: 20px;
}
.navagation-wrap ul li:nth-child(even) {
  margin-right: 20px;
}

.title-1 {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-1 h1::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  width: 50px;
  height: 2px;
  background-color: #FFFFFF;
}
