@font-face {
  font-family: "Monument";
  src: url("../assets/fonts/MonumentGrotesk-Medium.woff") format("woff"), url("../assets/fonts/MonumentGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
}
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.main {
  width: 100vw;
  height: 100vh;
  touch-action: none;
}

.text-box {
  padding: 0 0.8vw 0.8vw 0.8vw;
}
@media screen and (max-width: 767px) {
  .text-box {
    padding: 0 1.2vw 1.2vw 1.2vw;
  }
}

.contact {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  padding-bottom: 0.8vw;
  padding-left: 0.8vw;
  touch-action: none;
}
.contact a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 1.2vw;
    padding-left: 1.2vw;
  }
}

h1 {
  font-family: Monument;
  font-weight: 500;
  font-size: 4.7vw;
  line-height: 98%;
  margin: 0;
}
h1 .grey-text {
  color: lightgrey;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 8.6vw;
    letter-spacing: -0.026em;
  }
}

.gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgb(0, 0, 0);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
}
.gallery-container.left-arrow {
  cursor: w-resize;
}
.gallery-container.right-arrow {
  cursor: e-resize;
}
.gallery-container .swiper-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gallery-container .swiper-container .swiper-container {
    pointer-events: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .gallery-container .swiper-container {
    height: -webkit-fill-available;
  }
}
.gallery-container .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: z-index 0.5s;
}
.gallery-container .swiper-container .swiper-slide.swiper-slide-active {
  z-index: 10 !important;
  /* transform: scale(1.1); */
}
.gallery-container .swiper-container .swiper-slide video.stretch {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .gallery-container .swiper-container .swiper-slide video.stretch {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery-container .swiper-container .swiper-slide picture img {
  height: 100vh;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.gallery-container .swiper-container .swiper-slide .contain-content {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .gallery-container .swiper-container .swiper-slide .contain-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.counter {
  font-family: Monument;
  font-size: 2.3vw;
  font-weight: 500;
  position: fixed;
  left: 0.5vw;
  top: 0px;
  margin: 0;
  color: white;
  mix-blend-mode: difference;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .counter {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 767px) {
  .img-alternates {
    display: block;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=main.css.map */