@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
div.about-wrapper {
  background: #333;
  color: white;
}
div.about-wrapper div.content {
  max-width: 1200px;
  margin: auto;
  width: calc(100vw - 48px);
  padding: 64px 0;
}
div.about-wrapper h2 {
  margin: 0;
}

footer {
  padding: 48px;
  text-align: center;
}
footer div.bottom {
  margin-top: 48px;
  color: white;
  opacity: 0.6;
}
footer div.social {
  display: flex;
  justify-content: center;
}
footer div.social a.social-wrapper {
  width: 42px;
  height: 42px;
  opacity: 0.4;
  cursor: pointer;
  transition: 320ms;
  margin: 0 24px;
}
footer div.social a.social-wrapper:hover {
  opacity: 0.8;
}
footer div.social a.social-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

div.hero-wrapper {
  background: red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: black;
  background-size: cover;
  position: relative;
}
div.hero-wrapper h1 {
  margin: 0;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  visibility: hidden;
  display: none;
}
div.hero-wrapper a.scroll-indicator {
  position: absolute;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.hero-wrapper a.scroll-indicator span {
  display: none;
}
div.hero-wrapper a.scroll-indicator img {
  width: 42px;
  height: 42px;
  margin-top: 12px;
  filter: invert(1);
}

@keyframes levitate {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-6px);
  }
}
div.games-wrapper {
  margin: auto;
  width: 1200px !important;
  max-width: calc(100vw - 64px);
  padding-top: 120px;
  padding-bottom: 96px;
  color: white;
}
div.games-wrapper div.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
div.games-wrapper div.header div.line {
  margin-top: 24px;
}
div.games-wrapper div.header p {
  margin: 0;
  margin-top: 24px;
}
div.games-wrapper div.header h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
div.games-wrapper div.games {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 760px) {
  div.games-wrapper div.games {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 320px);
  }
}
div.games-wrapper div.games div.game-wrapper {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
div.games-wrapper div.games div.game-wrapper:hover img {
  transform: scale(1.05);
}
div.games-wrapper div.games div.game-wrapper:hover div.content {
  opacity: 1;
}
div.games-wrapper div.games div.game-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 320ms;
}
div.games-wrapper div.games div.game-wrapper div.content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 320ms;
}
div.games-wrapper div.games div.game-wrapper div.content span.name {
  font-weight: 500;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}

div.line {
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: #ccc;
  margin-top: 12px;
}

div.full-segment {
  width: 100vw;
}

div.game-wrapper div.game-hero-wrapper {
  width: 100%;
  height: 72vh;
  position: relative;
  overflow: hidden;
}
div.game-wrapper div.game-hero-wrapper img.banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
div.game-wrapper div.game-hero-wrapper a {
  position: absolute;
  color: white;
  z-index: 24;
  left: 48px;
  top: 48px;
}
div.game-wrapper div.game-hero-wrapper a img {
  height: 32px;
}
div.game-wrapper div.game-hero-wrapper h1 {
  position: absolute;
  z-index: 24;
  color: white;
  font-size: 4rem;
  bottom: 48px;
  left: 48px;
  margin: 0;
}
div.game-wrapper div.hero-footer {
  background: #333;
  display: flex;
  padding: 24px;
  flex-wrap: wrap;
}
div.game-wrapper div.hero-footer a {
  display: flex;
  padding: 12px 24px;
  margin-right: 24px;
  background: white;
  border-radius: 500px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  align-items: center;
  margin-bottom: 12px;
}
div.game-wrapper div.hero-footer a img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: contain;
}
div.game-wrapper div.hero-footer a.twitter {
  background: #1da1f2;
  color: white;
}
div.game-wrapper div.hero-footer a.discord {
  background: #7289da;
  color: white;
}
div.game-wrapper div.hero-footer a.steam {
  background: #181a20;
  color: white;
}
div.game-wrapper div.game-about-wrapper {
  width: 1200px;
  margin: auto;
  max-width: calc(100vw - 64px);
  color: white;
  margin-top: 120px;
  margin-bottom: 64px;
}
div.game-wrapper div.video-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}
div.game-wrapper div.video-wrapper video,
div.game-wrapper div.video-wrapper #player {
  margin: auto;
  max-width: calc(100vw - 64px);
}
div.game-wrapper div.video-wrapper video {
  width: 1200px;
  max-width: calc(100vw - 64px);
}
div.game-wrapper div.video-wrapper iframe {
  max-height: calc((100vw - 64px) / 16 * 9);
}
div.game-wrapper div.badges {
  display: flex;
  justify-content: center;
}
div.game-wrapper div.badges img {
  height: 120px;
}
div.game-wrapper div.images {
  width: 1200px;
  max-width: calc(100vw - 64px);
  margin: auto;
  margin-top: 160px;
  margin-bottom: 160px;
}
div.game-wrapper div.images ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
div.game-wrapper div.images ul li {
  margin: 0;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0;
  list-style: none;
  width: 200px;
  height: 200px;
  cursor: zoom-in;
}
div.game-wrapper div.images ul li:hover {
  filter: brightness(0.6);
}
div.game-wrapper div.images ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 320ms;
}
div.game-wrapper button.pswp__button:first-of-type::before {
  transform: scale(4) translateX(25%);
}
div.game-wrapper button.pswp__button:last-of-type::before {
  transform: scale(4) translateX(-25%);
}
div.game-wrapper footer {
  margin-top: 120px;
}
div.game-wrapper #contact {
  background: #333;
  color: white;
}
div.game-wrapper #contact div.content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  max-width: calc(100vw - 64px);
  margin: auto;
  padding: 64px 0;
}
div.game-wrapper #contact div.content h2 {
  margin: 0;
}
div.game-wrapper #contact div.content div.line {
  margin: 12px 0;
}
div.game-wrapper #contact div.content p {
  margin: 0;
}
div.game-wrapper #contact div.content #mc_embed_signup {
  background: none;
  margin-top: 64px;
}
div.game-wrapper #contact div.content #mc_embed_signup_scroll {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  div.game-wrapper #contact div.content #mc_embed_signup_scroll {
    flex-direction: column;
  }
  div.game-wrapper #contact div.content #mc_embed_signup_scroll button {
    margin: 0;
    margin-top: 12px;
    margin-left: 0 !important;
  }
  div.game-wrapper #contact div.content #mc_embed_signup_scroll input,
div.game-wrapper #contact div.content #mc_embed_signup_scroll button {
    display: block;
    width: calc(100vw - 64px) !important;
    box-sizing: border-box;
  }
}
div.game-wrapper #contact div.content #mc_embed_signup_scroll input,
div.game-wrapper #contact div.content #mc_embed_signup_scroll button {
  border-radius: 0;
  width: unset;
}
div.game-wrapper #contact div.content #mc_embed_signup_scroll input {
  width: 320px;
  appearance: none;
  border: none;
  outline: none;
  height: 42px;
  background: white;
  font-family: "Montserrat", sans-serif;
  margin: none;
  padding: 0 16px;
  font-weight: 500;
}
div.game-wrapper #contact div.content #mc_embed_signup_scroll button {
  margin: none;
  font-family: "Montserrat", sans-serif;
  appearance: none;
  border: none;
  outline: none;
  height: 42px;
  padding: 0 24px;
  margin-left: 24px;
  font-weight: 500;
}

div.viewer-footer {
  display: none;
}

div.subscrition-wrapper {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  color: white;
}
div.subscrition-wrapper a {
  position: absolute;
  color: white;
  z-index: 24;
  left: 48px;
  top: 48px;
}
div.subscrition-wrapper a img {
  height: 32px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  color: #333;
  background-color: black;
}

* {
  box-sizing: content-box;
}
