.galaxyshower {
  user-select: none;
  background: repeating-linear-gradient(-45deg, #6e00f4 0%, #d300ef 15%, #6f00ff 25%, #d300ef 35%, #6e00f4 50%);
  background-size: 250vw 250vw;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: slide 30s linear infinite forwards;
}

@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
.btn__explore {
  margin: 16px;
  width: 128px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #f0f6fc;
  background: #0d1117;
}
.btn__download {
  margin: 16px;
  width: 323px;
  height: 125px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__download-img {
  width: 80%;
  height: 80%;
}

.media__youtube {
  border-radius: 8px;
}
@media (max-width: 750px) {
  .media__youtube {
    width: 275px;
    height: 155px;
  }
}
@media (min-width: 751px) {
  .media__youtube {
    width: 640px;
    height: 360px;
  }
}

.h1 {
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
  font-weight: 700;
  color: #0d1117;
}
@media (max-width: 750px) {
  .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 751px) {
  .h1 {
    font-size: 5rem;
  }
}
.h1--light {
  color: #f0f6fc;
}

.h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
  font-weight: 500;
  width: 75%;
  color: #0d1117;
}
@media (max-width: 750px) {
  .h2 {
    font-size: 1rem;
  }
}
@media (min-width: 751px) {
  .h2 {
    font-size: 2rem;
  }
}
.h2--light {
  color: #f0f6fc;
}

.h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
  font-weight: 500;
  color: #0011ff;
}
@media (max-width: 750px) {
  .h3 {
    font-size: 1rem;
  }
}
@media (min-width: 751px) {
  .h3 {
    font-size: 1.25rem;
  }
}
.h3--light {
  color: #f0f6fc;
}

.p {
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1366px) {
  .p {
    font-size: 0.75rem;
  }
}
@media (min-width: 1367px) {
  .p {
    font-size: 1rem;
  }
}
.p--light {
  color: #f0f6fc;
}

.tm {
  margin-top: 16px;
}

.tc {
  text-align: center;
}

.sixty {
  width: 60%;
}

.ptb {
  margin-top: auto;
}

.header {
  display: block;
}

.nav {
  z-index: 99;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f0f6fc;
}
@media (max-width: 750px) {
  .nav {
    padding: 0 16px;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .nav {
    padding: 0 128px;
  }
}
@media (min-width: 1367px) {
  .nav {
    padding: 0 128px;
  }
}
@media (max-width: 750px) {
  .nav {
    height: 64px;
  }
}
@media (min-width: 751px) {
  .nav {
    height: 80px;
  }
}
.nav-logo {
  position: relative;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .nav-logo {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 751px) {
  .nav-logo {
    width: 80px;
    height: 80px;
  }
}
.nav-logo__img {
  width: 80%;
  height: 80%;
}
.nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .nav-menu {
    position: absolute;
    padding: 64px 64px;
    top: 0;
    right: 0;
    width: 256px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(256px);
    background: #0d1117;
  }
}
@media (min-width: 751px) {
  .nav-menu {
    height: 100%;
    align-items: center;
    margin-left: auto;
  }
}
.nav-menu--open {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .nav-menu__item {
    margin-bottom: 48px;
  }
}
@media (min-width: 751px) {
  .nav-menu__item {
    margin-left: 48px;
  }
}
.nav-menu__link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 750px) {
  .nav-menu__link {
    color: #f0f6fc;
  }
}
@media (min-width: 751px) {
  .nav-menu__link {
    color: #0d1117;
  }
}
.nav-menu__flag {
  margin-left: 8px;
  font-size: 2rem;
  text-decoration: none;
}
.nav-btn {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /* Hamburger lines*/
  /* Hamburger animation */
}
@media (max-width: 750px) {
  .nav-btn {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 751px) {
  .nav-btn {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 751px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__hamburger {
  width: 40px;
  height: 5px;
  background: #0d1117;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.nav-btn__hamburger::before, .nav-btn__hamburger::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #0d1117;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.nav-btn__hamburger::before {
  transform: translateY(-12px);
}
.nav-btn__hamburger::after {
  transform: translateY(12px);
}
.nav-btn--open .nav-btn__hamburger {
  transform: translateX(-50px);
  background: transparent;
}
.nav-btn--open .nav-btn__hamburger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #ff2525;
}
.nav-btn--open .nav-btn__hamburger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #ff2525;
}

.home {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-template-rows: 2fr 1fr;
}
@media (max-width: 750px) {
  .home {
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 751px) {
  .home {
    min-height: calc(100vh - 80px);
  }
}
.home__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 750px) {
  .game {
    min-height: calc(100vh - 64px);
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (min-width: 751px) {
  .game {
    min-height: calc(100vh - 80px);
  }
}
.game__trailer {
  grid-row: span 1;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game__pitch {
  grid-row: span 1;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game__download {
  grid-row: span 1;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .game__download {
    grid-row: span 1;
    grid-column: span 1;
  }
}

.team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-template-rows: 92px 1fr;
}
@media (max-width: 750px) {
  .team {
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 751px) {
  .team {
    min-height: calc(100vh - 80px);
  }
}
.team__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__carousel {
  margin-bottom: 16px;
  border-radius: 8px;
  display: flex;
}
@media (max-width: 750px) {
  .team__carousel {
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
}
@media (min-width: 751px) {
  .team__carousel {
    align-items: center;
    justify-content: center;
  }
}
.team__carousel-wrapper {
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 750px) {
  .team__carousel-wrapper {
    scroll-snap-align: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.team__carousel-card {
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #0d1117;
}
@media (max-width: 750px) {
  .team__carousel-card {
    scroll-snap-align: center;
    margin: 16px;
    width: 100%;
    height: 488px;
  }
}
@media (min-width: 751px) {
  .team__carousel-card {
    margin: 16px;
    width: 288px;
    height: 488px;
  }
}
.team__carousel-card-img {
  margin-bottom: 16px;
  width: 128px;
  height: 128px;
  border-radius: 100%;
}

.footer {
  display: grid;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: white;
}
@media (max-width: 750px) {
  .footer {
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 751px) {
  .footer {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    grid-template-rows: 1fr 1fr;
    min-height: calc(100vh - 80px);
  }
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .footer__img {
    width: 128px;
    height: auto;
  }
}
@media (min-width: 751px) {
  .footer__img {
    width: 192px;
    height: auto;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.body {
  background: #f0f6fc;
}

.main {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background: #f0f6fc;
}
@media (max-width: 750px) {
  .main {
    padding: 0 16px;
  }
}
@media (min-width: 751px) and (max-width: 1366px) {
  .main {
    padding: 0 128px;
  }
}
@media (min-width: 1367px) {
  .main {
    padding: 0 128px;
  }
}
@media (max-width: 750px) {
  .main {
    margin-top: 64px;
    height: calc(100vh - 64px);
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 751px) {
  .main {
    margin-top: 80px;
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
}

/*# sourceMappingURL=main.css.map */
