@charset "UTF-8";
.video {
  aspect-ratio: 16/9;
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
.video .youtube {
  height: 100%;
  width: 100%;
  display: block;
}
.video.thumbnail .youtube {
  opacity: 0;
}
.video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
  cursor: pointer;
}

body {
  font-size: 24px;
  line-height: 36px;
  font-family: Lato;
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 22px;
    line-height: 30px;
  }
}

#container {
  width: 100%;
  /*max-width: 1400px;*/
  margin: auto;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1175px;
  margin: auto;
  padding: 0 40px;
}

.title {
  width: 100%;
  max-width: 1355px;
  margin: auto;
  display: block;
}

img.reg {
  width: 350px;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 700px) {
  img.reg {
    width: 200px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  z-index: 10;
  width: 100%;
  position: fixed;
}
header ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  header ul {
    gap: 10px;
  }
}
header ul li img {
  width: 100px;
}
@media only screen and (max-width: 700px) {
  header ul li img {
    width: 50px;
  }
}
header ul li img:hover {
  opacity: 0.5;
}

#spacer {
  opacity: 0;
}

#hero {
  background: #424242;
  padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  #hero {
    padding-bottom: 20px;
  }
}
#hero img {
  display: block;
  margin: none;
}
#hero #branding {
  aspect-ratio: 1920/764;
  background-image: url(../images/header.png);
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
#hero #branding img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
#hero #branding #soon {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  max-width: 300px;
  width: 20%;
}
#hero #branding #logo {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1400px;
  width: 80%;
}
#hero #branding #characters {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -30%);
  bottom: 0;
  max-width: 1550px;
  width: 90%;
}
#hero #branding #base {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#filmstrip {
  background: #000;
  color: #FFF;
}
#filmstrip .container {
  padding: 50px 0;
}
#filmstrip .container .title {
  margin-bottom: 50px;
}

#gameplay {
  background-image: url(../images/drip_black.png);
  background-size: contain;
  background-color: #424242;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFF;
  padding-bottom: 100px;
}
#gameplay .title {
  width: 100%;
  max-width: 1355px;
  margin: 100px auto 50px auto;
}
#gameplay img:nth-child(2) {
  margin-top: 50px;
}
#gameplay img:nth-child(3) {
  margin-bottom: 50px;
}
#gameplay ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 80px auto 50px auto;
}
@media only screen and (max-width: 700px) {
  #gameplay ul {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
#gameplay ul li img {
  margin: 0;
  display: block;
}
#gameplay ul li:nth-child(1n) img {
  transition-delay: 0.05s;
}
#gameplay ul li:nth-child(2n) img {
  transition-delay: 0.1s;
}
#gameplay ul li:nth-child(3n) img {
  transition-delay: 0.15s;
}
#gameplay ul li:nth-child(4n) img {
  transition-delay: 0.2s;
}
#gameplay ul li:nth-child(5n) img {
  transition-delay: 0.25s;
}
#gameplay ul li:nth-child(6n) img {
  transition-delay: 0.3s;
}
#gameplay ul li:nth-child(7n) img {
  transition-delay: 0.35s;
}
#gameplay ul li:nth-child(8n) img {
  transition-delay: 0.4s;
}
#gameplay ul li:nth-child(9n) img {
  transition-delay: 0.45s;
}
#gameplay ul li:nth-child(10n) img {
  transition-delay: 0.5s;
}
#gameplay ul li:nth-child(11n) img {
  transition-delay: 0.55s;
}
#gameplay ul li:nth-child(12n) img {
  transition-delay: 0.6s;
}
#gameplay .button {
  margin-top: 40px;
}

#world {
  background-color: #424242;
}
#world img:nth-child(2) {
  margin-top: 50px;
}
#world .base {
  background-color: #000;
  color: #FFF;
  padding: 50px 0;
}

#brands {
  background-color: #424242;
}
#brands .title {
  padding: 50px 0;
}
#brands .slider {
  overflow: hidden;
}
#brands .slider .img {
  height: 50vh;
  min-height: 300px;
  max-height: 750px;
  position: relative;
  margin-bottom: 50px;
  background-image: url(../images/brands_slider.png);
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide 240s linear infinite;
  aspect-auto: 15980 / 1084;
}
#brands .slider .img:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#brands .base {
  background: #000;
  padding: 10px 0 50px 0;
  color: #FFF;
}
#brands .slider img {
  position: absolute;
  height: 750px;
  display: block;
  width: auto;
  aspect-ratio: 11056/750;
}

#safety {
  background-color: #424242;
  padding-top: 50px;
}
#safety .base {
  background: #000;
  padding: 75px 0;
  color: #FFF;
  margin-top: 50px;
}
#safety .base img {
  margin-bottom: 50px;
}

#quick {
  background-color: #424242;
  color: #FFF;
}
#quick .container {
  padding: 50px 0;
}
#quick .title {
  padding-bottom: 50px;
}

#ventricles {
  background-image: url(../images/drip_grey.png);
  background-size: contain;
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30vw;
  color: #FFF;
  padding-bottom: 50px;
}
#ventricles .video {
  margin: 50px 0;
}

#socials {
  background-image: url(../images/drip_black.png);
  background-size: contain;
  background-color: #424242;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30vw 0 50px 0;
}
#socials ul:not(.slick-dots) {
  list-style: none;
  max-width: 900px;
  padding: 0 50px;
  margin: 75px auto 50px auto;
}
@media only screen and (max-width: 700px) {
  #socials ul:not(.slick-dots) {
    gap: 20px;
    max-width: 300px;
  }
}
#socials ul:not(.slick-dots) li {
  font-style: italic;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin: 0 30px;
}
@media only screen and (max-width: 800px) {
  #socials ul:not(.slick-dots) li {
    font-size: 18px;
    line-height: 22px;
    margin: 0 10px;
  }
}
#socials ul:not(.slick-dots) li a {
  color: #FFF;
  text-decoration: none;
}
#socials ul:not(.slick-dots) li a img {
  margin-bottom: 20px;
}

#register {
  background-image: url(../images/signup.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #424242;
  color: #FFF;
  padding: 0 0 50px 0;
  position: relative;
}
#register img {
  margin-bottom: 70px;
  max-width: 1000px;
}
#register p {
  margin-top: 15px;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
}
@media only screen and (max-width: 700px) {
  #register p {
    font-size: 25px;
    line-height: 32px;
  }
}
#register form {
  margin: 50px 0 125px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#register form input,
#register form select {
  border-radius: 300px;
  padding: 0;
  line-height: 100%;
  color: #000;
  text-align: center;
  max-width: 500px;
  width: 80%;
  aspect-ratio: 933/128;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  #register form input,
  #register form select {
    font-size: 16px;
  }
}
#register form input:outline,
#register form select:outline {
  border: none;
  display: none;
}
#register form input::placeholder,
#register form select::placeholder {
  text-transform: uppercase;
  color: #000;
}
#register form button {
  margin-top: 20px;
  max-width: 500px;
  font-size: 30px;
}
#register #quotes li img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 750px !important;
}

#footer_pre {
  background-color: #272727;
}
#footer_pre img {
  display: block;
  margin: 0;
}

footer {
  background-size: contain;
  background-color: #FFF;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}
footer img:nth-child(1) {
  max-width: 700px;
  margin: 20px auto 40px auto;
}
footer img:nth-child(2) {
  max-width: 500px;
}
footer ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 50px 0 30px 0;
}
@media only screen and (max-width: 700px) {
  footer ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
footer ul li {
  text-transform: uppercase;
  order: 1;
}
footer ul li:nth-child(1) {
  order: 2;
  text-transform: none;
}
@media only screen and (max-width: 700px) {
  footer ul li:nth-child(1) {
    order: 3;
  }
}
footer ul li:nth-child(2) {
  order: 1;
}
footer ul li:nth-child(3) {
  order: 3;
}
@media only screen and (max-width: 700px) {
  footer ul li:nth-child(3) {
    order: 2;
  }
}
footer ul li a {
  color: #000;
  text-decoration: none;
}

.button {
  aspect-ratio: 933/128;
  color: #000;
  text-transform: uppercase;
  line-height: 100%;
  background-color: transparent;
  border: none;
  background-image: url(../images/button.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  max-width: 933px;
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 3.5vw;
}

.button:hover {
  color: #FFF;
}

.highlight {
  color: #FFDD00;
}

a.highlight {
  text-decoration: none;
}

a.highlight:hover {
  text-decoration: underline;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media only screen and (max-width: 700px) {
  .reveal {
    transform: none !important;
    transition-duration: 0s !important;
  }
}

.reveal.active {
  transform: translateY(0);
}

ul.slick-dots {
  margin-top: -20px;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
ul.slick-dots li button {
  border: none;
  background: #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 0;
  cursor: pointer;
}
ul.slick-dots li.slick-active button {
  background: #424242;
}

.filmstrip-img {
  display: block;
}

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