@font-face {
  font-family: "SharpGroteskBook";
  src: url("/fonts/5cff871b4c90e2a55edcc1d4_SharpGroteskBook25.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abuget";
  src: url("/fonts/5cff87322044e29082cf35a5_Abuget.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WebFontA";
  src: url("/fonts/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WebFontB";
  src: url("/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DownloadFont";
  src: url("/fonts/download") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DownloadFontAlt";
  src: url("/fonts/download (1)") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #333;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.loader__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
}
.loader__content {
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.loader__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.loader__text p {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.loader__dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation: blink 1.5s infinite;
}
.loader__count {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: clamp(2rem, 8vw, 6rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.header {
  z-index: 999;
  height: 15%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
@media only screen and (max-width: 56.25em) {
  .header {
    height: 10%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header .nav-bar {
  display: flex;
  height: 50%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.header .nav-bar .nav-box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .nav-bar .nav-box .nav-item {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 37.5em) {
  .header .nav-bar .nav-box .nav-item {
    font-size: 11px;
  }
}
.header .nav-bar .nav-indicator {
  position: absolute;
  bottom: -6px;
  left: 12.5%;
  transform: translateX(-50%);
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
@media only screen and (max-width: 37.5em) {
  .header .nav-bar .nav-indicator {
    height: 5px;
    width: 5px;
    bottom: -4px;
  }
}

.audio-control {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.audio-control .audio-player {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: bottom right;
}
.audio-control .audio-player.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.audio-control .audio-player iframe {
  display: block;
}
.audio-control .audio-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.audio-control .audio-toggle .speaker {
  width: 18px;
  height: 18px;
}

.hero {
  width: 100%;
}
.hero-box {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hero-box .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.hero-box .hero-img--back {
  z-index: 0;
}
.hero-box .hero-img--front {
  z-index: 1;
}
.hero-box .hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-box .hero-title__up {
  font-family: "Abuget", cursive;
  font-size: 44px;
  color: #fff;
  text-decoration: none;
}
.hero-box .hero-title__down {
  object-fit: cover;
  height: 20vh;
  width: 35vw;
}
.hero-box .hero-title__down__img {
  padding-left: 10%;
  width: 90%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 37.5em) {
  .hero-box .hero-title__down {
    height: 30vh;
    width: 50vw;
  }
  .hero-box .hero-title__down__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 37.5em) {
  .hero-box .hero-title {
    height: 30vh;
    width: 70vh;
    bottom: -4px;
  }
}
.hero-box .hero-cursor {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 3;
  height: 10%;
}
.hero-box .hero-cursor__img {
  width: 100%;
  height: 100%;
}
.hero-box .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(2px);
}
.hero-box .hero-plot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
}
.hero-box .hero-plot__title {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.hero-box .hero-plot__text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  font-weight: 300;
  margin-bottom: 1%;
}
.hero-box .hero-plot__line {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
}

.goonies {
  height: 200vh;
  width: 100%;
  background-color: #000;
}
@media only screen and (max-width: 56.25em) {
  .goonies {
    height: auto;
  }
}
.goonies-box {
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .goonies-box {
    flex-direction: column;
    height: auto;
  }
}
.goonies-box .goonie {
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .goonies-box .goonie {
    height: 40vh;
    width: 100%;
    flex: none;
  }
}
.goonies-box .goonie::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 30%);
  z-index: 1;
}
.goonies-box .goonie__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.goonies-box .goonie__name {
  position: absolute;
  bottom: 2%;
  left: -30%;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 56.25em) {
  .goonies-box .goonie__name {
    left: 0;
    bottom: 10%;
  }
}
.goonies-box .goonie__name__text {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 22px;
  color: #fff;
  opacity: 0;
}
@media only screen and (max-width: 56.25em) {
  .goonies-box .goonie__name__text {
    opacity: 1;
    transform: translateY(0) !important;
  }
}
.goonies-box .goonie__name__showmore {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 1px;
  opacity: 0;
}
@media only screen and (max-width: 56.25em) {
  .goonies-box .goonie__name__showmore {
    opacity: 1;
    transform: translateY(0) !important;
  }
}
.goonies-box .goonie__arrow {
  width: 10px;
  height: auto;
  filter: invert(1);
}
.goonies-coins {
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins {
    height: 70vh;
  }
}
.goonies-coins .coint__text {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coint__text {
    font-size: 1.2rem;
  }
}
.goonies-coins img {
  position: absolute;
  z-index: 2;
  object-fit: contain;
}
.goonies-coins .coin-big {
  width: 150px;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  rotate: 10deg;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coin-big {
    width: 100px;
  }
}
.goonies-coins .coin-1 {
  width: 100px;
  top: 10%;
  left: 15%;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coin-1 {
    width: 60px;
  }
}
.goonies-coins .coin-2 {
  width: 80px;
  top: 20%;
  right: 20%;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coin-2 {
    width: 50px;
  }
}
.goonies-coins .coin-3 {
  width: 120px;
  bottom: 15%;
  left: 27%;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coin-3 {
    width: 70px;
  }
}
.goonies-coins .coin-4 {
  width: 90px;
  bottom: 25%;
  right: 20%;
}
@media only screen and (max-width: 37.5em) {
  .goonies-coins .coin-4 {
    width: 60px;
  }
}
.goonies .goon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20000;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.goonies .goon-overlay.active {
  visibility: visible;
  opacity: 1;
}
.goonies .goon-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goonies .goon-detail {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.goonies .goon-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 20;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media only screen and (max-width: 37.5em) {
  .goonies .goon-close {
    top: 20px;
    right: 20px;
    padding: 8px 15px;
    font-size: 10px;
  }
}
.goonies .goon-close:hover {
  background: #fff;
  color: #000;
}
.goonies .goon-card {
  position: relative;
  background-color: #000;
  width: clamp(300px, 35vw, 320px);
  max-height: 70vh;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: auto;
  cursor: grab;
}
@media only screen and (max-width: 37.5em) {
  .goonies .goon-card {
    width: 85%;
    padding: 1.5rem 1rem 1rem;
  }
}
.goonies .goon-card:active {
  cursor: grabbing;
}
.goonies .goon-card__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
}
.goonies .goon-card__scroll-box {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 85%, transparent 100%);
}
.goonies .goon-card__scroll-box::-webkit-scrollbar {
  width: 3px;
  display: none;
}
.goonies .goon-card__scroll-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.goonies .goon-card__scroll-box::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.goonies .goon-card__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.4rem;
  flex-shrink: 0;
}
.goonies .goon-card__img-box {
  width: 180px;
  height: 170px;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .goonies .goon-card__img-box {
    width: 140px;
    height: 130px;
  }
}
.goonies .goon-card__img-box img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  transform: scale(1.1);
}
.goonies .goon-card__name {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 3rem;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 37.5em) {
  .goonies .goon-card__name {
    font-size: 2.2rem;
  }
}
.goonies .goon-card__desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 37.5em) {
  .goonies .goon-card__desc {
    font-size: 13px;
  }
}

.credits {
  background-color: #000;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
}
.credits__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.credits__top > div {
  position: relative;
  height: 50vh;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
  overflow: hidden;
  background-color: transparent;
  width: 25%;
}
@media only screen and (max-width: 56.25em) {
  .credits__top > div {
    width: 50% !important;
    height: 40vh;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .credits__top > div {
    width: 100% !important;
    height: 35vh;
  }
}
.credits__top > div:nth-child(1), .credits__top > div:nth-child(2) {
  width: 25%;
}
.credits__top > div:nth-child(3) {
  width: 50%;
}
.credits__top > div:nth-child(3), .credits__top > div:nth-child(7) {
  border-right: none;
}
.credits__top > div .card__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 37.5em) {
  .credits__top > div .card__text {
    font-size: 1.8rem;
  }
}
.credits__top > div .card__img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.credits__top > div .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}
.credits__top > div.credits__top__card--3 .card__img img {
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.credits__top > div.credits__top__card--6 .card__img {
  height: 55%;
  width: 80%;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
}
.credits__top > div.credits__top__card--4 .card__img, .credits__top > div.credits__top__card--5 .card__img, .credits__top > div.credits__top__card--7 .card__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.credits__top > div.credits__top__card--4 .card__img img, .credits__top > div.credits__top__card--5 .card__img img, .credits__top > div.credits__top__card--7 .card__img img {
  width: auto;
  height: 40%;
  max-width: 70%;
  object-fit: contain;
  filter: brightness(0.8);
}
.credits__top > div .card__bottom {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: left;
  width: 100%;
}
.credits__top > div .card__bottom_up {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
@media only screen and (max-width: 37.5em) {
  .credits__top > div .card__bottom_up {
    font-size: 0.9rem;
  }
}
.credits__top > div .card__bottom_down {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #fff;
  letter-spacing: 0.2px;
  font-weight: 500;
}
@media only screen and (max-width: 37.5em) {
  .credits__top > div .card__bottom_down {
    font-size: 0.75rem;
  }
}
.credits__bottom {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #000;
  padding: 5rem 0;
}
@media only screen and (max-width: 56.25em) {
  .credits__bottom {
    min-height: 70vh;
  }
}
.credits__bottom .skull {
  width: 20%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
  filter: brightness(0.3);
  z-index: 1;
}
@media only screen and (max-width: 56.25em) {
  .credits__bottom .skull {
    width: 40%;
  }
}
@media only screen and (max-width: 37.5em) {
  .credits__bottom .skull {
    width: 60%;
  }
}
.credits__bottom .skull-front {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
}
@media only screen and (max-width: 56.25em) {
  .credits__bottom .skull-front {
    width: 80%;
    height: 50%;
    bottom: -10%;
  }
}

.gallery {
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 1fr);
  background-color: #000;
  position: relative;
  gap: 0.3rem;
}
@media only screen and (max-width: 56.25em) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
    height: auto;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 37.5em) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.gallery_underlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 0;
}
@media only screen and (max-width: 56.25em) {
  .gallery_underlay {
    display: none;
  }
}
.gallery_underlay_box {
  height: 100vh;
  width: 100%;
  border: 0.7px solid rgba(255, 255, 255, 0.1);
}
.gallery__details {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 10;
  cursor: pointer;
  gap: 0.5rem;
}
@media only screen and (max-width: 56.25em) {
  .gallery__details {
    top: 20%;
  }
}
.gallery__details--title {
  color: #fff;
  font-size: 2rem;
  font-family: "SharpGroteskBook", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .gallery__details--title {
    font-size: 1.5rem;
  }
}
.gallery__details--button {
  border: 0;
  padding: 0.3rem;
  margin: 0 1rem;
  background-color: #000;
  color: #fff;
  font-family: "SharpGroteskBook", sans-serif;
  cursor: pointer;
}
.gallery__share--button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0%;
  color: #fff;
  background-color: #000;
  padding: 0.5rem 1rem;
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  z-index: 2;
}
.gallery__cross--button {
  background-color: #000;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gallery__cross--button .gallery__cross--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.gallery__cross--button .gallery__cross--icon {
  height: 3.5rem;
  width: 1.5rem;
  object-fit: contain;
  z-index: 110;
}
.gallery__cross--button:hover .gallery__cross--wrapper {
  transform: translateY(-50%);
}
.gallery__image {
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 37.5em) {
  .gallery__image {
    height: 30vh;
    width: 100%;
  }
}
.gallery__one {
  grid-column: 1/4;
  grid-row: 1/3;
  transform: scale(0.2, 0.2);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b90fa2ab90c75d6f44a8e_the-goonies.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__one {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.gallery__two {
  grid-column: 4/5;
  grid-row: 1/3;
  transform: scale(0.4, 0.4) translateX(-35rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b90fa2b24d9ce77182467_goonies-tongue.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__two {
    grid-column: 3/5;
    grid-row: 1/3;
    transform: scale(0.4, 0.4);
  }
}
.gallery__three {
  grid-column: 5/6;
  grid-row: 1/2;
  transform: translateY(8.75rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b90fa0369a41028d539d0_the-goonies-cave.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__three {
    grid-column: 1/3;
    grid-row: 3/4;
    transform: translateY(0);
  }
}
.gallery__four {
  grid-column: 6/9;
  grid-row: 1/3;
  transform: scale(0.7, 0.7) translateY(12rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b9359641a587dc58ecb84_Goonies-Captain-Chunk.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__four {
    grid-column: 3/5;
    grid-row: 3/5;
    transform: scale(0.7, 0.7);
  }
}
.gallery__five {
  grid-column: 5/6;
  grid-row: 2/3;
  transform: scale(0.8, 0.8) translate(-5.5rem, -3.5rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d23a6ca059b4b229b659eb7_rocks-min.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__five {
    grid-column: 1/2;
    grid-row: 4/5;
    transform: scale(0.8, 0.8);
  }
}
.gallery__six {
  grid-column: 1/3;
  grid-row: 3/5;
  transform: scale(0.6, 0.6) translateX(24.5rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b90fa641a584b528ebed3_20141201-125621.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__six {
    grid-column: 2/5;
    grid-row: 5/7;
    transform: scale(0.6, 0.6);
  }
}
.gallery__seven {
  grid-column: 3/6;
  grid-row: 3/8;
  transform: scale(0.5, 0.5);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b90fa641a58fc3a8ebed4_goonies_lead.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__seven {
    grid-column: 1/4;
    grid-row: 7/10;
  }
}
.gallery__eight {
  grid-column: 6/9;
  grid-row: 3/7;
  transform: scale(0.4, 0.4);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b93722b24d9f866182ebb_goonies4.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__eight {
    grid-column: 4/5;
    grid-row: 7/11;
  }
}
.gallery__nine {
  grid-column: 1/3;
  grid-row: 5/8;
  transform: scale(0.2, 0.2);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b938f2ab90c1171f45523_image.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__nine {
    grid-column: 1/2;
    grid-row: 10/11;
  }
}
.gallery__ten {
  grid-column: 6/7;
  grid-row: 7/8;
  transform: translateY(-5rem);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0b94f92ddabc77c98253ce_josh-brolin-recounts-seeing-the-pirate-ship-in-the-goonies-for-the-first-time-and-how-he-ruined-the-first-take-social.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__ten {
    grid-column: 2/3;
    grid-row: 10/11;
    transform: translateY(0);
  }
}
.gallery__eleven {
  grid-column: 7/9;
  grid-row: 7/8;
  transform: scale(0.6, 0.6);
  background-image: url("https://uploads-ssl.webflow.com/5cff83ac2044e22cb8cf2f11/5d0bcacdefd94731f3b15073_The-Goonies-Lost-Treasure-and-Maritime-Law-720x340.jpg");
}
@media only screen and (max-width: 56.25em) {
  .gallery__eleven {
    grid-column: 3/4;
    grid-row: 10/11;
  }
}

.share {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.share__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
}
.share__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.share__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
@media only screen and (max-width: 37.5em) {
  .share__text {
    font-size: 0.7rem;
  }
}
.share__url {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .share__url {
    font-size: 1.4rem;
  }
}
.share__back-to-top {
  font-family: "SharpGroteskBook", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-top: 1rem;
  transition: border-bottom 0.3s ease;
}
@media only screen and (max-width: 37.5em) {
  .share__back-to-top {
    font-size: 0.8rem;
  }
}
.share__footer {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.share__footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.6;
}
@media only screen and (max-width: 37.5em) {
  .share__footer p {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=main.css.map */