.video-player {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 133%;
  text-transform: uppercase;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .video-player {
    display: none;
  }
}
.video-player.mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .video-player.mobile {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
    margin-top: 20px;
  }
}
.video-player:hover {
  cursor: pointer;
}
.video-player__video {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 80px 50px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .video-player__video {
    padding: 40px 10px;
  }
}
.video-player__close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .video-player__close {
    top: 20px;
    right: 20px;
  }
  .video-player__close svg {
    width: 20px;
    height: 20px;
  }
}
.video-player__play {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.video-player__play p {
  margin-right: 20px;
  color: #FF59D1;
}
@media screen and (max-width: 500px) {
  .video-player__play p {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .video-player__play svg {
    width: 30px;
    height: 34px;
  }
}
.video-player__play svg path {
  stroke: #FF59D1;
  fill: transparent;
  transition: all 0.2s;
}
.video-player__play:hover svg path {
  fill: #FF59D1;
  transition: all 0.2s;
}
.video-player iframe {
  border: none;
  width: calc(100% - 100px);
  height: calc(100% - 160px);
}
@media screen and (max-width: 500px) {
  .video-player iframe {
    width: calc(100% - 20px);
    height: calc(100% - 80px);
  }
}

.navbar {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.navbar__inner {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 40px 70px 0 30px;
}
@media screen and (max-width: 800px) {
  .navbar__inner {
    padding: 20px 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .navbar__inner {
    padding: 10px 0 0 5px;
  }
}
.navbar__menu a {
  pointer-events: auto;
  font-family: "Fahkwang", sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-transform: lowercase;
  color: #E0E2DB;
  margin: 0 20px;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .navbar__menu a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .navbar__menu a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 10px;
  }
}
.navbar__menu a:hover {
  cursor: pointer;
  color: #FF59D1;
  transition: all 0.2s;
}
.navbar__menu a.current {
  color: #FF59D1;
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  mix-blend-mode: difference;
  padding: 40px 70px 0 30px;
}
@media screen and (max-width: 800px) {
  .logo {
    padding: 20px 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    padding: 10px 0 0 5px;
  }
}
@media screen and (max-width: 800px) {
  .logo svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .logo svg {
    width: 50px;
    height: 50px;
  }
}
.logo #logo-text {
  fill: white;
  transition: all 0.2s;
}
.logo #logo-circle {
  stroke: white;
  fill: transparent;
  transition: all 0.2s;
}
.logo:hover {
  cursor: pointer;
}
.logo:hover #logo-text {
  fill: #FF59D1;
  transition: all 0.2s;
}
.logo:hover #logo-circle {
  stroke: #FF59D1;
  fill: #FF59D1;
  transition: all 0.2s;
}

footer {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  footer {
    margin-top: 20px;
  }
}
footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Fahkwang", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  padding: 16px 32px;
  color: #181818;
  background: #d1d3cd;
}
@media screen and (max-width: 500px) {
  footer a {
    padding: 16px 24px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    text-align: end;
  }
}
footer a:hover {
  background: #FF59D1;
}

.about {
  margin-left: 50vw;
  max-width: 1000px;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .about {
    margin-left: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .about {
    margin-left: 120px;
  }
}
@media screen and (max-width: 500px) {
  .about {
    margin-left: 60px;
  }
}
.about__cover {
  position: fixed;
  height: 100vh;
  width: 50%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .about__cover {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .about__cover {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .about__cover {
    width: 60px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
  }
}
.about__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__body {
  padding: 160px 120px 70px 70px;
  min-height: calc(100vh - 230px);
}
@media screen and (max-width: 1200px) {
  .about__body {
    padding: 120px 50px 70px 30px;
    min-height: calc(100vh - 190px);
  }
}
@media screen and (max-width: 500px) {
  .about__body {
    padding: 80px 50px 70px 30px;
    min-height: calc(100vh - 150px);
  }
}
.about__body h1 {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 104px;
  text-transform: uppercase;
  color: #E0E2DB;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 500px) {
  .about__body h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (max-width: 500px) {
  .about__body h1 {
    font-family: "Fahkwang", sans-serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 104px;
    text-transform: uppercase;
    color: #E0E2DB;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 500px) and (max-width: 500px) {
  .about__body h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
.about__text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 133%;
  color: #E0E2DB;
}
@media screen and (max-width: 500px) {
  .about__text {
    font-size: 12px;
    line-height: 156%;
  }
}
.about__text h5 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .about__text h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.about__text p {
  padding: 0 0 10px 0;
  margin: 5px 0 5px 0;
}
.about__text a {
  color: #FF59D1;
  text-decoration: none;
  transition: all 0.2s;
}
.about__text a:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s;
}
.about__text blockquote {
  border-left: 8px solid #FF59D1;
  margin-left: 0;
  padding-left: 20px;
}
.about__text ul, .about__text ol {
  padding-left: 20px;
}
.about__text ul li::marker, .about__text ol li::marker {
  color: #FF59D1;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 250px;
  max-width: 1600px;
  padding: 20px 40px;
  min-height: calc(100vh - 290px);
}
@media screen and (max-width: 500px) {
  .contact {
    margin-top: 150px;
    min-height: calc(100vh - 190px);
    padding: 20px;
  }
}
.contact h1 {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 104px;
  text-transform: uppercase;
  color: #E0E2DB;
  margin: 0 0 0 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .contact h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (max-width: 500px) {
  .contact h1 {
    margin-bottom: 20px;
  }
}
.contact__text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 133%;
  color: #E0E2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact__text {
    font-size: 12px;
    line-height: 156%;
  }
}
.contact__text h5 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .contact__text h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.contact__text p {
  padding: 0 0 10px 0;
  margin: 5px 0 5px 0;
}
.contact__text a {
  color: #FF59D1;
  text-decoration: none;
  transition: all 0.2s;
}
.contact__text a:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s;
}
.contact__text blockquote {
  border-left: 8px solid #FF59D1;
  margin-left: 0;
  padding-left: 20px;
}
.contact__text ul, .contact__text ol {
  padding-left: 20px;
}
.contact__text ul li::marker, .contact__text ol li::marker {
  color: #FF59D1;
}

.project {
  margin-left: 50vw;
  max-width: 1000px;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .project {
    margin-left: 40vw;
  }
}
@media screen and (max-width: 800px) {
  .project {
    margin-left: 120px;
  }
}
@media screen and (max-width: 500px) {
  .project {
    margin-left: 60px;
  }
}
.project__cover {
  position: fixed;
  height: 100vh;
  width: 50%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .project__cover {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .project__cover {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .project__cover {
    width: 60px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
  }
}
.project__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__body {
  padding: 160px 120px 70px 70px;
  min-height: calc(100vh - 230px);
}
@media screen and (max-width: 1200px) {
  .project__body {
    padding: 120px 50px 70px 30px;
    min-height: calc(100vh - 190px);
  }
}
@media screen and (max-width: 500px) {
  .project__body {
    padding: 80px 10px 70px;
    min-height: calc(100vh - 150px);
  }
}
.project__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .project__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.project__top h1 {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 104px;
  text-transform: uppercase;
  color: #E0E2DB;
  margin: 0 0 0 0;
  max-width: 80%;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .project__top h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (max-width: 500px) {
  .project__top h1 {
    max-width: 100%;
  }
}
.project__middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.project__length {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #E0E2DB;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .project__length {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}
.project__roles {
  display: flex;
  flex-direction: row;
  font-family: "Fahkwang", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: bold;
  color: #FF59D1;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
  .project__roles {
    font-size: 12px;
    line-height: 16px;
    color: #E0E2DB;
  }
  .project__roles p {
    margin: 0;
  }
}
.project__roles p:not(:last-child):after {
  content: " /";
  padding-right: 5px;
}
.project__text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 133%;
  color: #E0E2DB;
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .project__text {
    font-size: 12px;
    line-height: 156%;
  }
}
.project__text h5 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .project__text h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.project__text p {
  padding: 0 0 10px 0;
  margin: 5px 0 5px 0;
}
.project__text a {
  color: #FF59D1;
  text-decoration: none;
  transition: all 0.2s;
}
.project__text a:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s;
}
.project__text blockquote {
  border-left: 8px solid #FF59D1;
  margin-left: 0;
  padding-left: 20px;
}
.project__text ul, .project__text ol {
  padding-left: 20px;
}
.project__text ul li::marker, .project__text ol li::marker {
  color: #FF59D1;
}
@media screen and (max-width: 800px) {
  .project__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .project__text {
    margin-top: 20px;
  }
}

.projects {
  width: 100vw;
  max-width: 1600px;
  min-height: calc(100vh - 300px);
  margin-top: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .projects {
    margin-top: 250px;
    min-height: calc(100vh - 250px);
  }
}
@media screen and (max-width: 500px) {
  .projects {
    margin-top: 100px;
  }
}
.projects__column {
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .projects__column {
    margin: 0 20px;
  }
}
.projects__item {
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .projects__item {
    margin: 10px 20px 22px;
  }
}
.projects__item:hover {
  cursor: pointer;
}
.projects__item:hover .projects__item-image {
  opacity: 0.75;
  transition: all 0.5s;
}
.projects__item-image {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 500px) {
  .projects__item-image {
    height: 200px !important;
  }
}
.projects__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects__item-text {
  display: flex;
  flex-direction: row;
  margin: 5px 0 22px;
}
.projects__item-title {
  font-family: "Fahkwang", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FF59D1;
  margin: 0;
}
.projects__item-roles {
  display: flex;
  flex-direction: row;
  font-family: "Fahkwang", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
  color: #E0E2DB;
  padding-left: 16px;
}
.projects__item-roles p {
  margin: 0;
}
.projects__item-roles p:not(:last-child):after {
  content: " /";
  padding-right: 5px;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 250px;
  max-width: 1600px;
  padding: 20px 40px;
  min-height: calc(100vh - 330px);
}
@media screen and (max-width: 500px) {
  .error {
    margin-top: 150px;
    padding: 20px;
    min-height: calc(100vh - 200px);
  }
}
.error h1 {
  font-family: "Fahkwang", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 104px;
  text-transform: uppercase;
  color: #E0E2DB;
  margin: 0 0 0 0;
  font-size: 120px;
}
@media screen and (max-width: 500px) {
  .error h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (max-width: 500px) {
  .error h1 {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
.error h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 133%;
  color: #E0E2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .error h5 {
    font-size: 12px;
    line-height: 156%;
  }
}
.error h5 h5 {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .error h5 h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.error h5 p {
  padding: 0 0 10px 0;
  margin: 5px 0 5px 0;
}
.error h5 a {
  color: #FF59D1;
  text-decoration: none;
  transition: all 0.2s;
}
.error h5 a:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s;
}
.error h5 blockquote {
  border-left: 8px solid #FF59D1;
  margin-left: 0;
  padding-left: 20px;
}
.error h5 ul, .error h5 ol {
  padding-left: 20px;
}
.error h5 ul li::marker, .error h5 ol li::marker {
  color: #FF59D1;
}

body {
  background-color: #181818;
  color: #E0E2DB;
  margin: 0;
}

#app {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
