::-moz-selection {
  background: hsl(130, 100%, 60%);
  color: #000;
}

::selection {
  background: hsl(130, 100%, 60%);
  color: #000;
}

body {
  font-family: "Space Mono", monospace;
  background: #000;
}

p, li {
  font-size: 1.6rem;
}

.hide-desktop {
  display: none;
}
@media (max-width: 576px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 576px) {
  .hide-mobile {
    display: none;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0.3rem);
          backdrop-filter: blur(0.3rem);
  overflow: auto;
  flex-direction: column;
}

.gallery {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
  z-index: 1000;
  width: 80vw;
  flex-grow: 1;
  padding-bottom: 4rem;
}
.gallery .work-image {
  overflow-y: auto;
  aspect-ratio: auto;
}
.gallery .work-image:before {
  display: none;
  content: none;
}
@media (max-width: 576px) {
  .gallery .work-image {
    height: auto;
    aspect-ratio: initial;
  }
}
.gallery .work-image .work-link {
  display: none;
}

.galleryOn {
  overflow: hidden;
  height: 100vh;
}

.close {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
.close::before, .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 0.2rem;
  height: 90%;
  border-radius: 0.2rem;
  background-color: #5b657b;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 0.5rem 3rem;
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 576px) {
  header {
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 576px) {
  header .logo {
    display: none;
  }
}
header .logo-text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
header .menu-item {
  font-size: 1.8rem;
  font-weight: 300;
}
header .menu-item:hover a {
  color: hsl(130, 100%, 60%);
}
header .menu-item a {
  color: #fff;
}
@media (max-width: 576px) {
  header .menu-item {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  header .nav-icon {
    display: none;
  }
}
header .nav-menu {
  margin: 2rem auto;
  justify-content: flex-end;
  gap: 4rem;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
@media (max-width: 576px) {
  header .nav-menu {
    top: 0;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
  }
}

body {
  transition: background 0.25s ease-in-out;
}
body.dark {
  background-color: #000;
  color: #fff;
}

section {
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section {
    height: auto;
    min-height: auto;
  }
}
section .container {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section .container {
    width: 100%;
  }
}

.title {
  margin-bottom: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 576px) {
  .hero {
    margin-top: 0;
    height: 90vh;
  }
}
.hero h1 {
  margin-bottom: 1rem;
  font-weight: 300;
}
.hero h2 {
  font-weight: 300;
}
@media (max-width: 576px) {
  .hero h2 {
    margin-bottom: 0.5rem;
  }
}
.hero h5 {
  font-weight: 300;
}
.hero .video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .video_wrap iframe {
  width: 100%;
  height: 100%;
}
.hero .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  opacity: 0;
  transition: 0.2s;
  color: #fff;
  text-align: center;
}
.hero .text > * {
  margin-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .hero .contact {
    line-height: 1.5;
  }
}
.hero .contact a {
  transition: 0.2s ease;
  color: hsl(280, 100%, 80%);
}
.hero .contact a:hover {
  color: hsl(280, 100%, 80%);
}
@media (max-width: 576px) {
  .hero .contact span {
    display: none;
  }
}

.hero-menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .hero-menu {
    margin-top: 3rem;
    justify-content: center;
  }
}
.hero-menu li {
  font-size: 1.8rem;
  font-weight: 300;
  cursor: pointer;
}
.hero-menu li:hover {
  color: hsl(130, 100%, 60%);
}
@media (max-width: 576px) {
  .hero-menu li {
    font-weight: 600;
  }
}

.work h4 {
  display: none;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
}
.work h4 span {
  font-weight: 300;
}
@media (max-width: 576px) {
  .work h4 {
    display: block;
  }
}
.work .title {
  margin-top: 60px;
}
.work .content {
  max-width: 90vw;
  padding: 5rem;
}
@media (max-width: 576px) {
  .work .content {
    padding: 0;
  }
}
.work .subtitle {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (max-width: 576px) {
  .work .subtitle {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.work .work-image {
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: auto;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
}
.work figure {
  width: 50%;
  min-width: 240px;
  max-width: 30vw;
}
@media (max-width: 576px) {
  .work figure {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.work .text {
  flex: 1;
}
.work p a {
  color: hsl(130, 100%, 60%);
  text-decoration: underline;
}
.work p b {
  color: hsl(280, 100%, 80%);
}

.work_wrap {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
  align-items: center;
}
@media (max-width: 576px) {
  .work_wrap {
    display: block;
  }
}

.big-text_sec {
  height: 100vh;
}
@media (max-width: 576px) {
  .big-text_sec {
    height: -moz-fit-content;
    height: fit-content;
    padding: 5rem 0;
  }
}
.big-text_sec .big-text {
  font-size: 20rem;
  font-size: 6vw;
  line-height: 1;
  text-align: center;
}
.big-text_sec .big-text span {
  position: relative;
}
.big-text_sec .big-text .mark {
  position: absolute;
  transform: rotate(7deg);
  font-size: 150%;
  font-weight: 700;
  right: -60px;
  bottom: -15px;
  display: none;
}
.big-text_sec .big-text .color {
  color: hsl(130, 100%, 60%);
  font-weight: 700;
}

.about_sec {
  padding: 10rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
}
@media (max-width: 1024px) {
  .about_sec {
    padding: 5rem;
  }
}
@media (max-width: 576px) {
  .about_sec {
    padding: 3rem;
  }
}
.about_sec .container {
  max-width: 80rem;
}
.about_sec .text {
  margin-bottom: 5rem;
}
.about_sec p {
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 200;
}
@media (max-width: 576px) {
  .about_sec p {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.about_sec p span.divider {
  font-weight: 900;
  color: hsl(130, 100%, 60%);
}/*# sourceMappingURL=style.css.map */