@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;1,300&display=swap");
@font-face {
  font-family: neonFont;
  src: url(fonts/Neoneon.otf);
}

/* utils */
.container {
  margin: auto;
  padding: 1rem;
}

.no-padding {
  padding: 0;
}

.no-hover {
  all: unset;
  cursor: pointer;
}

.no-hover::after {
  all: unset;
}

/* box */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class*="col-"] {
  padding: 1rem;
}

.col-1 {
  width: calc(1/12 * 100%);
}

.col-2 {
  width: calc(2/12 * 100%);
}

.col-3 {
  width: calc(3/12 * 100%);
}

.col-4 {
  width: calc(4/12 * 100%);
}

.col-5 {
  width: calc(5/12 * 100%);
}

.col-6 {
  width: calc(6/12 * 100%);
}

.col-7 {
  width: calc(7/12 * 100%);
}

.col-8 {
  width: calc(8/12 * 100%);
}

.col-9 {
  width: calc(9/12 * 100%);
}

.col-10 {
  width: calc(10/12 * 100%);
}

.col-11 {
  width: calc(11/12 * 100%);
}

.col-12 {
  width: calc(12/12 * 100%);
}

@media screen and (min-width: 769px) {
  .col-sm-1 {
    width: calc(1/12 * 100%);
  }
  .col-sm-2 {
    width: calc(2/12 * 100%);
  }
  .col-sm-3 {
    width: calc(3/12 * 100%);
  }
  .col-sm-4 {
    width: calc(4/12 * 100%);
  }
  .col-sm-5 {
    width: calc(5/12 * 100%);
  }
  .col-sm-6 {
    width: calc(6/12 * 100%);
  }
  .col-sm-7 {
    width: calc(7/12 * 100%);
  }
  .col-sm-8 {
    width: calc(8/12 * 100%);
  }
  .col-sm-9 {
    width: calc(9/12 * 100%);
  }
  .col-sm-10 {
    width: calc(10/12 * 100%);
  }
  .col-sm-11 {
    width: calc(11/12 * 100%);
  }
  .col-sm-12 {
    width: calc(12/12 * 100%);
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
}

/* responsive */
@media screen and (min-width: 768px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .feature-body {
    padding: 3em;
  }
  nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  nav a {
    padding: 0.5em 1em;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

html {
  scroll-behavior: smooth;
  line-height: 1.5;
}

body {
  background-color: #11011f;
  color: #fff;
}

h1 {
  font-family: neonFont, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #bc75f9, 0 0 70px #bc75f9, 0 0 80px #bc75f9, 0 0 100px #bc75f9, 0 0 150px #bc75f9;
}

h2 {
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 30px;
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
  color: #d7acfc;
}

h2::after,
h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  height: 0.05em;
  background-color: #d7acfc;
}

h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

h3::after {
  content: "";
  background-color: #fff;
}

#react-game h3::after,
#hood h3::after {
  content: "";
  background-color: #11011f;
}

p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #6406b7;
  font-weight: 300;
  font-style: italic;
  position: relative;
}

a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.1em;
  background-color: #6406b7;
  -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 250ms;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 250ms;
}

a:hover::after {
  width: calc(100% - 0.1em);
}

footer {
  padding: 1em;
  font-weight: bolder;
  text-align: center;
}

footer a {
  color: #d7acfc !important;
}

footer a::after {
  content: "";
  background-color: #d7acfc;
}

ion-icon {
  vertical-align: sub;
  color: #fff;
  font-size: 110%;
}

#games {
  margin: auto;
  position: relative;
}

#games .game {
  background: #fff;
  background-image: url(../../assets/img/l-shooter.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 50px;
  border-radius: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#games .game-poster {
  display: none;
}

#games .game-desc {
  padding: 0 !important;
}

#games .game-vid {
  margin-top: 20px;
}

#react-game {
  margin-top: 30px;
}

#react-game .game {
  background-image: url(../../assets/img/l-react.png);
  background-position: left;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #11011f;
}

/* !-------------------- HEADER */
header {
  top: 0;
}

/* !-------------------- SECTION 2: Under the Hood  */
#hood .underHood {
  background: #fff;
  padding: 5px 0 0;
  border-radius: 10px;
  margin: auto;
  color: #11011f;
  overflow: hidden;
}

#hood .hood-card {
  padding: 5px 15px;
}

#hood .git {
  background-color: #6406b7;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 1.3rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 0 10px #392947;
          box-shadow: 0 0 10px #392947;
}

/* !-------------------- SECTION 3: Images  */
#shoots .outer-swipe {
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
}

#shoots .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

#shoots .swiper-container {
  position: relative;
}

#shoots .swiper-button-next,
#shoots .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
}

#shoots .swiper-button-next {
  right: 0;
}

#shoots .swiper-button-next ion-icon,
#shoots .swiper-button-prev ion-icon {
  color: #500591;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 3rem;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  padding: 1rem;
  max-width: 100%;
}

.swiper-slide .swiper-content {
  background-size: cover;
  background-position: center;
}

.swiper-slide .swiper-content::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.swiper-slide img {
  max-width: 100% !important;
  max-height: 100%;
}

/* ?-------------------- Video */
.video-wrapper,
.video-wrapper * {
  -webkit-transition: linear 100ms;
  transition: linear 100ms;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px #FFB6B6;
          box-shadow: 0 0 16px #FFB6B6;
}

#react-game .video-wrapper {
  -webkit-box-shadow: 0 0 16px #fff;
          box-shadow: 0 0 16px #fff;
}

.video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ?-------------------- Modal */
.modal {
  display: none;
  z-index: 1;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  min-width: 400px;
  height: 70%;
}

.close {
  color: #aaa;
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 28px;
  font-weight: bold;
  z-index: 1000;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #games .game {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
    background-color: #241b56;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 8%;
  }
  #games .game-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #games .desc {
    width: 70%;
    padding: 30px;
  }
  #games .game-poster {
    margin-bottom: 10px;
    display: block;
    border-radius: 6px;
    width: 30%;
    margin-top: -10%;
  }
  #games .video-wrapper {
    border-radius: 3px;
    -webkit-box-shadow: 8px 8px #fff;
            box-shadow: 8px 8px #fff;
    margin-bottom: 15px;
  }
  #react-game .game {
    background-color: #E87CE8;
  }
  #react-game .game .video-wrapper {
    -webkit-box-shadow: 8px 8px #45047e !important;
            box-shadow: 8px 8px #45047e !important;
  }
}

@media screen and (max-width: 415px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  #games .game {
    margin-top: 12%;
  }
  #games .game-poster {
    margin-bottom: 30px;
    display: block;
    border-radius: 6px;
    width: 100%;
    margin-top: -20%;
  }
  #games .game-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #games .desc {
    width: 100%;
    padding: 0;
  }
  #games .video-wrapper {
    border-radius: 3px;
    -webkit-box-shadow: 8px 8px #fff;
            box-shadow: 8px 8px #fff;
    margin-bottom: 15px;
  }
  #react-game .game {
    background-color: #E87CE8;
  }
  #react-game .game .video-wrapper {
    -webkit-box-shadow: 8px 8px #45047e !important;
            box-shadow: 8px 8px #45047e !important;
  }
}
/*# sourceMappingURL=style.css.map */