html, body, #main {
  background: #211c48;
  color: #fff;
}

#header .nav {
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  max-width: 16.66667em;
}

#footer {
  filter: drop-shadow(0 0 0.2em #000);
  padding-top: 0;
}

.trademark {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 0.4em;
  margin: 0;
  text-shadow: 0 0 0.25em #000;
  color: #fff;
  filter: drop-shadow(0 0 0.2em #000);
}

.nav-logo {
  content: url(/img/xinstar-logo3.png);
}

.bg-area {
  background: #211c48;
  padding-bottom: 0.5em;
}
.bg-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/img/Edm/Game_Overlord/bg-lightning.png) top/100% auto no-repeat;
  animation: lightning 5s ease infinite;
}

/*===================*/
/* MAIN PAGE CONTENT */
.head-title {
  padding: 1.2em 0 0;
  min-height: 18em;
}

.title-01.fade-up {
  margin: 0em auto 0;
  width: 24em;
  transform: translate(0, -1em);
  transition-duration: 1.5s;
}

.title-02.fade-up {
  margin: -3.8em auto 0em;
  width: 10em;
  position: relative;
  transition-delay: 0.3s;
  transition-duration: 1.5s;
  transform: translate(0, 1em);
}

.title-03.fade-up {
  margin: 0.25em auto;
  width: 24em;
  position: relative;
  z-index: 1;
  transition-delay: 0.6s;
  transition-duration: 1.2s;
  transform: translate(0, 1em);
  filter: drop-shadow(0 0 0.1em #e02929) drop-shadow(0 0 0.2em #9e000f);
}

.border {
  margin-top: 2em !important;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1em auto 0.75em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 102, 0.5));
  -o-border-image: url(/img/Edm/Game_Overlord/border.png) 195 150 fill/3.25em 2.5em/1.25em 1.25em;
     border-image: url(/img/Edm/Game_Overlord/border.png) 195 150 fill/3.25em 2.5em/1.25em 1.25em;
  pointer-events: none;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 24em;
  max-width: 1440px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-play {
  font-size: inherit;
  display: block;
  margin: -0.5em auto -0.5em;
  position: absolute;
  top: 4.8em;
  right: 8em;
  z-index: 1;
  width: 6.5em;
  height: 6.5em;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/Edm/Game_Overlord/btn-play.png) top/100% auto;
  border-radius: inherit;
  animation: btnPlay1 1.2s infinite step-end;
  pointer-events: none;
}
.btn-play::after {
  background-position: 0 100%;
  animation: btnPlay2 1.2s infinite step-end;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
}
.btn-play:hover::before, .btn-play:hover::after, .btn-play:hover b, .btn-play:active::before, .btn-play:active::after, .btn-play:active b {
  opacity: 1;
  animation: none;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes lightning {
  0% {
    opacity: 0.5;
  }
  5% {
    opacity: 0.8;
  }
  6% {
    opacity: 0.65;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.75;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}/*# sourceMappingURL=main.css.map */