.gallery {
  position: relative;
  width: 100%;
  height: 300vh;
}
.gallery-link-container {
  width: 100%;
  position: fixed;
  padding: 64px;
  z-index: 2;
}
.gallery-main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
}
.gallery-logo {
  display: block;
  font-family: 'NoeDisplay', serif;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #101010;
}
.gallery-main-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery-main-nav ul li a {
  text-decoration: none;
  color: #101010;
  font-family: 'Poppins', sans-serif;
  font-weight: 500px;
  font-size: 14px;
  letter-spacing: 0.5em;
  padding: 0 25px;
}
.works-category {
  position: relative;
}
.works-container h4 {
  font-family: 'NoeDisplay', serif;
  font-weight: bold;
  font-size: 64px;
  color: #101010;
  text-align: center;
  margin: 20% 0 10%;
}
.project-grid-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1 / span 3;
  grid-auto-rows: minmax(300px, auto);
  width: 70vw;
  height: 70vh;
  grid-gap: 10em;
}
.project-grid-gallery img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* .contact-section {
  height: auto;
}
.contact-wrapper {
  position: relative;
  background-color: #f1f1f2;
  width: 100%;
  display: flex;

}
.contact-me {
  padding: 10% 30%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-me h3 {
  color: #101010;
  text-align: center;
  font-family: 'NoeDisplay', serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 10%;
  transition: all 0.4s ease;
}
.contact-me ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.contact-me li {
  transition: all 0.4s ease;
}
.contact-me li a {
  text-decoration: none;
  color: #a1a2a1;
  font-family: 'NoeDisplay', serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  width: auto;
  padding: 0 100px;
} */
/* .contact-me h3:hover {
  transform: scale(1.2);
  transition: all 0.4s ease;
} */
/* .contact-me li:hover {
  transform: scale(1.2);
  transition: all 0.4s ease;
} */
/* .nav-tab::after {
  background-position: center;
  height: 50px;
  padding: 10px;
  position: absolute;
  transform: translate(-10px, -10px);
}
.nav-tab:hover::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/png/mark06.png);
  filter: invert(100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
} */
