@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

@font-face {
  font-family: SCE;
  src: url(../fonts/SCE3.7W1.TTF);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}

p,
h2 {
  background-color: #000;
}

a {
  color: inherit;
  text-decoration:none;
}

a:hover {
  color: 10%;
  text-decoration:none;
}


h1,
h2,
h3 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.coloring {
  font-weight: 800;
  margin-bottom: 2rem;
}

#main {
  padding-top: 30px;
}

.col {
  margin: auto;
}

@media (max-width: 1000px) {
  h2 {
    font-size: 1rem;
  }
}

.typewriter {
  display: inline-block;
  background-color: #000;
}

.typewriter h2 {
  width: 100%;
  display: inline-block;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #003960; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #003960;
  }
}
.preorder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.release-date {
  color: #fff;
  box-shadow: #007fe7 2px;
  margin-top: 80px;
}

.news {
  color: aqua;
}
.down {
  font-size: 3rem;
  margin: 10px;
}

#dlc {
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
}
.dlc-vol {
  width: 100%;
  margin-top: 60px;
}

.dlc-set {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  flex: 100%;
 margin-bottom: 100px;
}
.dlc-set img {
  width: 100%;
}

.dlc-card {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin-top: 40px;
  flex-basis: 32%;
  justify-content: center;
}
.dlc-desc {
  padding-top: 20px;
  margin: 0;
  margin-top: auto;
}
.dlc-buttons {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.dlc-header {
  background-color: #0079cd;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-auto {
  margin-top: auto;
}
.dlc-link {
  color: #1399f9;
}
/*BOTTOM PAGE */
.prod_info {
  margin: auto;
  text-align: center;
  width: 80%;
  max-width: 500px;
  border: 3px solid #003960;
  padding: 5px;
  font-size: 0.9rem;
}

.prod_info td {
  padding-top: 2px;
  width: 50%;
  text-align: left;
}

table.prod_info tr td:first-child {
  text-transform: uppercase;
  padding-left: 30px;
}

.prod_info tr:first-child td {
  text-align: center !important;
  background-color: #003960;
  color: #fff;
  padding-left: 0px;
}

.social .btn {
  width: 25%;
  max-width: 75px;
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  font-size: 1.5rem;
}

.social .btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: #000;
}

.ps_logo {
  margin: 8px;
}

.ps_logo_right {
  margin-right: 7px;
}

.ps_logo_left {
  margin-left: 0;
}

.buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* ANIMATIONS */

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*BACKGROUND*/
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars,
.stars2,
.twinkling {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: url(../img/stars.png) repeat top;
  z-index: -3;
  animation: scroller 24s linear infinite alternate;
}

.stars2 {
  background: url(../img/stars2.png) repeat top;
  z-index: -1;
  animation: scroller 68s linear infinite alternate;
}

.twinkling {
  background: transparent url(../img/block.png) repeat top center;
  z-index: -2;

  -moz-animation: move-twink-back 600s linear infinite;
  -ms-animation: move-twink-back 600s linear infinite;
  -o-animation: move-twink-back 600s linear infinite;
  -webkit-animation: move-twink-back 600s linear infinite;
  animation: move-twink-back 600s linear infinite;
}

footer {
  border-top: 3px #fff solid;
  background-color: #000;
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 0.8rem;
}

button {
  margin: 12px;
  padding: 3px;
  font-size: 1.5rem;
  width: 260px;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.8s;
  border-radius: 3px;
  text-transform: uppercase;
}

button:hover {
  cursor: pointer;
  color: #007fe7;
  background-image: url(../img/bg.png);
  transition: 1s;
  animation: scroller 15s linear infinite;
}

@keyframes scroller {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -320px;
  }
}

#media {
  margin-bottom: 2rem;
}

#media .row .col img {
  border: 1.2px solid #fff;
  margin-bottom: 15px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  cursor: pointer;
}

#product {
  margin-bottom: 50px;
}

#product .row {
  margin-top: 40px;
}

#product .col h3 {
  background-color: #000;
}

.product-header {
  background-color: #007fe7;
}

#learn-more {
  margin-bottom: 1.5rem;
}

#learn-more button {
  width: 93%;
}

@media (max-width: 1000px) {
  #learn-more button {
    font-size: 1rem;
  }
}

.steam {
  margin: auto;
  padding-top: 2rem;
}

/*MODAL */
.trailer_iframe {
  border: 0px;
  padding-bottom: 20px;
}

@media (min-width: 1000px) {
  .trailer_iframe {
    margin: auto;
    width: 970px;
    height: 550px;
  }

  .modal-content {
    margin: auto;
    width: 1000px;
  }

  .modal-dialog {
    max-width: 1000px;
  }
}

.content_edit {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-body {
  padding-top: 1px;
}

.close {
  font-size: 44px;
  color: #fff;
  opacity: 1;
}

.close:hover {
  font-size: 44px;
  color: #fff;
  opacity: 0.5;
}
