/* --------------------------------------------- ///////////  reset /////////// ----------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* --------------------------------------------- ///////////  modal /////////// ----------------------------------------- */
#modal {
  justify-self: center;
  align-self: center;
  width: 700px;
  height: 500px;
  border: none;
}
.video {
  width: 100%;
  height: 100%;
}
.box button {
  background: transparent;
  border: none;
}
/* -------------------------------------------- ///////////  COOKIES /////////// ---------------------------------------- */
.cookies-bar {
  background: #111;
  height: auto;
  width: 100vw;
  position: fixed;
  bottom: -60px;
  border-top: 1px solid #d71414;
  z-index: 10;
  transition: 0.4s;
}
.cookies-wrapper {
  position: relative;
  padding: 15px 40px;
}
.cookies-bar.open {
  transform: translateY(-60px);
}
.cookies-bar.closed {
  transform: translateY(60px);
}
.cookies-bar p {
  display: inline;
}
.cookies-bar a {
  text-decoration: underline;
  color: #fff;
}
.cookies-bar a:hover {
  color: #d71414;
}
.cookies-button {
  border: none;
  position: absolute;
  top: 25%;
  right: 35px;
  margin: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  font-size: 1.4rem;
  color: #fff;
  background: none;
}
.cookies-bar button:hover {
  color: #d71414;
  background-color: transparent;
}
/* ----------------------------------------- ///////////  HEADER AND NAVIGATION /////////// ---------------------------------- */
.navbar {
  font-family: Montserrat, sans-serif;
  padding: 0;
}
.navbar-dark {
  background-color: rgba(0, 0, 0, 0.7); /* navbar background gradient */
  height: auto;
}
.main-logo h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 5px;
}
.colored {
  font-size: 1.6rem;
  font-weight: 800;
  color: #d71414;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #d71414;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(8px);
}
.dropdown-item {
  background: none;
  color: #fff;
}
.dropdown-item:hover {
  background: none;
  color: #d71414;
}
.dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}
/* ----------------------------------------------- /////////// HERO /////////// ---------------------------------------- */
.hero {
  height: 120vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  align-content: center;
  border-bottom: 1px solid black;
}
.hero-caption-1 {
  justify-items: center;
  padding: 0 15px;
}
.hero-caption-1 a {
  font-family: Montserrat, sans-serif;
  color: #222;
  text-decoration: none;
  background: #fff;
  width: 150px;
  margin: 20px auto;
  padding: 12px 30px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}
.hero-caption-1 a:hover {
  color: #fff;
  background: #bc1a1a;
}
.hero-caption-2 {
  justify-items: center;
}
.play-button {
  width: 80px;
  cursor: pointer;
}
.play-button img {
  width: 100%;
  height: 100%;
}
.hero-caption-2 h2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 15px 0 0 0;
  font-size: 1.3rem;
  font-weight: 800;
}
/* ------------------------------------------------ /////////// bg1 /////////// ------------------------------------------ */
.bg1 {
  padding: 25vh 0;
  object-fit: cover;
  background-position: center;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url(../img/bg1.jpg);
}
.container-bg1 h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.container-bg1 h1::after {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 1px;
  width: 10%;
  margin: 13px 0 0 0;
}
.container-bg1 p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 500;
}
/* -------------------------------------------- /////////// bg2 /////////// ------------------------------------------- */
.feature-card {
  min-height: 550px;
  padding: 10vh 5vw;
  border: 1px solid black;
  align-content: center;
  justify-items: center;
}
.feature-card:hover {
  p {
    opacity: 1;
    margin-bottom: 8rem;
  }
  ::before {
    width: 35%;
  }
}
.feature-card h2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 35%;
}
.feature-card p {
  font-family: Montserrat, sans-serif;
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}
.feature-card p::before {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  margin: 0.75rem auto;
  transition: 0.4s;
}
.feature-card:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/feature1.jpg);
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.feature-card:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/feature2.jpg);
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.feature-card:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/feature3.jpg);
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
/* ----------------------------------------------- /////////// bg3 /////////// -------------------------------------- */
.bg3 {
  object-fit: cover;
  background-size: cover;
  border-bottom: 2px solid #000;
  background-attachment: fixed;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url(../img/bg2.jpg);
  align-content: end;
}
.HITACHI-img img {
  margin: 10vh auto 0 auto;
}
.HITACHI-text {
  color: #fff;
  padding: 30vh 10% 25vh 10px;
}
.HITACHI-text h2 {
  font-size: 1.8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.HITACHI-text h2::after {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 1px;
  width: 10%;
  margin: 13px 0 0 0;
}
.HITACHI-text p {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 400;
}
/* ----------------------------------------- /////////// bg4 /////////// ---------------------------------------------- */
.bg4 {
  object-fit: cover;
  background-size: cover;
  border-bottom: 2px solid #000;
  background-attachment: fixed;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url(../img/bg3.jpg);
  align-content: end;
}
.NEO-card {
  border-bottom: 2px solid black;
}
.NEO-img {
  align-content: end;
}
.NEO-img img {
  margin: 10vh auto 0 auto;
}
.NEO-text {
  color: #fff;
  padding: 30vh 10px 25vh 10%;
  text-align: right;
}
.NEO-text h2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}
.NEO-text h2::after {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 1px;
  width: 10%;
  margin: 10px 0 0 auto;
}
.NEO-text p {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 400;
}

/* -------------------------------------------------- /////////// bg5 /////////// -------------------------------------- */
.bg5 {
  object-fit: cover;
  background-size: cover;
  border-bottom: 2px solid #000;
  background-attachment: fixed;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url(../img/bg4.jpg);
}
.NIGHT-img {
  justify-content: center;
}
.NIGHT-img img {
  margin: 10vh auto 0 auto;
}
.NIGHT-text {
  color: #fff;
  padding: 30vh 10% 25vh 10px;
  text-align: left;
}
.NIGHT-text h2 {
  font-size: 1.8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.NIGHT-text h2::after {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 1px;
  width: 10%;
  margin: 13px 0 0 0;
}
.NIGHT-text p {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 400;
}
/* --------------------------------------------- /////////// gallery /////////// ----------------------------------------- */
.img-6 {
  border: 1px solid black;
}
.img-6 img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
  transition: 0.3s ease;
}
.img-6 img:hover {
  filter: brightness(100%);
  cursor: pointer;
}
/* ------------------------------------------- /////////// Purchase /////////// ------------------------------------------- */
.Purchase {
  padding: 25vh 0;
  object-fit: cover;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/bg1.jpg);
  background-position: center;
  border-bottom: 1px solid black;
}
.game-img-card {
  justify-items: end;
}
.Purchase-card {
  padding-right: 15px;
  padding-left: 15px;
}
.join h1 {
  color: #fff;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.join button {
  height: auto;
  width: 150px;
  margin: 20px auto;
  padding: 10px 15px;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  color: #222;
  border: none;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.join button:hover {
  text-decoration: none;
  color: #fff;
  background: #bc1a1a;
}
/*------------------------------------------ /////////// modal /////////// ---------------------------------------------*/
#System-Requirements {
  width: 65%;
  background-color: #000;
  opacity: 95%;
  align-self: center;
  justify-self: center;
}
.Requirements {
  color: #fff;
}
.Requirements-head {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #bc1a1a;
}
.Requirements-head h2 {
  font-size: 1.8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.Minimum {
  padding: 1rem;
  padding-bottom: 0;
}
.Minimum h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.Minimum li {
  list-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: 5px 0;
}
.Recommended {
  padding: 1rem;
  border-bottom: 1px solid #bc1a1a;
}
.Recommended h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.Recommended li {
  list-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: 5px 0;
}
.modal-footer {
  justify-self: end;
}
.X-BUTTON {
  background-color: #fff;
  color: #222;
  text-decoration: none;
  padding: 10px 30px;
  height: auto;
  margin: 20px;
  font-size: 1rem;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  font-family: Montserrat, sans-serif;
}
.X-BUTTON:hover {
  text-decoration: none;
  color: #fff;
  background: #bc1a1a;
}
.System-Requirements button {
  color: #999;
  background: transparent;
  border: none;
}
/*------------------------------------------ /////////// modal /////////// ---------------------------------------------*/
.Purchase-card p {
  cursor: pointer;
  color: #999;
}
.platforms {
  width: 50%;
  margin-top: 2rem;
}
.platforms-img img {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------- /////////// DLC /////////// ------------------------------------------ */
.dlc-section {
  padding: 25vh 3rem;
  background-color: rgb(8, 8, 8);
}
.dlc-card {
  padding: 3% 4%;
}
.img-dlc {
  padding: 0;
}
.img-dlc img {
  width: 100%;
  height: 100%;
}
.dlc-description {
  padding: 20px;
  align-content: center;
  justify-content: center;
  background-image: url(../img/bg.png);
}
.dlc-description h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: #fff;
}
.dlc-description h2::after {
  border-top: 2px solid;
  border-color: #d71414;
  content: "";
  display: block;
  height: 1px;
  width: 10%;
  margin: 13px 0 0 0;
}
p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem; /* 15px */
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 400;
}
.BUY-button {
  height: auto;
  margin: 20px 5px;
  padding: 10px 15px;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  color: #222;
  border: none;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.BUY-button:hover {
  text-decoration: none;
  color: #fff;
  background: #bc1a1a;
}
/* ------------------------------------------- /////////// extras /////////// ----------------------------------------- */
.extras {
  padding: 25vh 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../img/hero.jpg);
}
.headline {
  margin-top: 20vh;
  width: 70%;
  text-align: center;
}
.stay-in-toutch h1 {
  color: #fff;
  font-size: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
}
.stay-in-toutch p {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  padding: 5px 5px 5px 0;
  margin-bottom: 3rem;
  font-weight: 400;
}
/* -Newsletter- */
input {
  width: 60%;
  height: 45px;
  border: none;
  border-radius: 4px;
  background: #222;
  padding: 0 0 0 20px;
  outline: #333;
  color: #fff;
}
.NEWSLETTER h3 {
  color: #fff;
  font-size: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.tiny-margin h2 {
  margin-bottom: 20px;
}
.SUBSCRIBE-button {
  font-family: Montserrat, sans-serif;
  color: #fff;
  background: #222;
  border: none;
  margin: 0;
  height: 45px;
  border-radius: 4px;
  vertical-align: top;
  padding: 0 1.75rem;
}
.SUBSCRIBE-button:hover {
  background: #bc1a1a;
}
.text-danger {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
}
.text-success {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
}
.social-links {
  margin-left: -2rem;
}
.social-links li {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  margin: 2rem 5px;
}
.social-links li i {
  text-align: center;
  width: 30px;
  height: 15px;
}
.social-links a {
  color: #fff;
}
.social-links li:hover {
  background: #fff;
}
.social-links li:hover a {
  color: #d71414;
}
/* ---------------------------------------------- /////////// footer /////////// ----------------------------------------- */
footer {
  background-image: url(../img/bg.png);
  border-top: 1px solid #d71414;
}
.last-ul li {
  list-style: none;
}
.last-ul li a {
  color: #aaa;
  font-size: 0.9em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  margin: 0.5rem 0.8rem;
}
.last-ul li a:hover {
  color: #d71414;
}
.copyright {
  font-size: 0.8rem;
  color: #aaa;
  font-family: Montserrat, sans-serif;
  margin-bottom: 1rem;
}
.copyright a {
  color: #aaa;
  font-family: Montserrat, sans-serif;
}
/* ----------------------------------------- /////////// @media /////////// -------------------------------------------- */
@media (max-width: 1200px) {
  .HITACHI-img {
    display: none;
  }
  .NEO-img {
    display: none;
  }
  .NIGHT-img {
    display: none;
  }
}
/* ----------------------------------------- /////////// Animation /////////// -------------------------------------------- */
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.7) !important;
  transition: background-color 0.3s ease-in-out;
}

/* ---------------------------------------------- */
.HITACHI-img {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.HITACHI-img.animate-in {
  opacity: 1;
  transform: translateX(0);
}
/* ---------------------------------------------- */
.NEO-img {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.NEO-img.animate-neo {
  opacity: 1;
  transform: translateX(0);
}

/* ---------------------------------------------- */
.NIGHT-img {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.NIGHT-img.animate-night {
  opacity: 1;
  transform: translateX(0);
}
/* ---------------------------------------------- */
.game-img {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.game-img.animate-game {
  opacity: 1;
  transform: translateX(0);
}
