@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "requiem";
  src: url("../../font/requiem-webfont.woff2") format("woff2"), url("../../font/requiem-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  background: black;
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 2000px;
  width: 100%;
}

h1, h2 {
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}

h3, h4, h5, h6, p {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.5em;
}

a.grunge-btn {
  font-size: 18px;
  text-align: center;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  text-decoration: none;
  background: url(../../img/global/btn-bg.png) center no-repeat;
  background-size: contain;
  padding: 24px 0;
  max-width: 298px;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.grunge-btn:hover {
  color: #bd93f9;
}
a.grunge-btn--youtube {
  background: url(../../img/global/youtube-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--youtube {
    margin: 10px auto;
  }
}
a.grunge-btn--youtube:hover {
  color: #e86868;
}
a.grunge-btn--twitch {
  background: url(../../img/global/twitch-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--twitch {
    margin: 10px auto;
  }
}

.rank-colour--founder {
  color: #BD93F9;
}
.rank-colour--guide {
  color: #50FA7B;
}
.rank-colour--ascendant {
  color: #F04444;
}
.rank-colour--member {
  color: #0088CC;
}
.rank-colour--initiate {
  color: #f7941d;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 37px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 22px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 36px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
.header {
  background: url(../../img/global/header/fade.png) top center repeat-x;
  padding: 50px 0 100px;
  margin-bottom: -240px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .header__logo img {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.header .header__subtitle {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A9AAAA));
  background: linear-gradient(to bottom, #FFFFFF 0%, #A9AAAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  margin: 7px 0 11px;
}
.header .header__band img {
  max-width: 1040px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header__nav-bg {
  background: url(../../img/global/header/flame.png) top center no-repeat;
  min-height: 97px;
}

.header__nav {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
.header__nav a {
  text-decoration: none;
}
.header__nav nav {
  font-family: monospace;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  left: 50%;
}
.header__nav li {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-bottom: 1px solid transparent;
}
.header__nav li a {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.header__nav li:hover,
.header__nav li:focus-within {
  border-bottom: 1px solid #bd93f9;
  cursor: pointer;
}
.header__nav li:focus-within a {
  outline: none;
}
.header__nav li.active {
  border-bottom: 1px solid #bd93f9;
}
.header__nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  background: black;
  border: 1px solid white;
  width: 150px;
  left: -30%;
  overflow: hidden;
  padding: 20px 0;
}
.header__nav ul li ul::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav ul li:hover > ul,
.header__nav ul li:focus-within > ul,
.header__nav ul li ul:hover,
.header__nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header__nav ul li ul li {
  clear: both;
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .header__desktop {
    display: none;
  }
}

.header__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* header */
  .header {
    -webkit-box-shadow: 0 -6px 7px 10px #000;
            box-shadow: 0 -6px 7px 10px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: url(../../img/homepage/intro-bg.jpg) top center no-repeat;
    background-size: 100%;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }

  .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }

  .header li a:hover,
.header .menu-btn:hover {
    background-color: #222;
  }

  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }

  /* menu */
  .header .menu {
    clear: both;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }

  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  ul.menu {
    background: black;
  }

  ul.menu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
  }
  ul.menu li a {
    color: white;
  }

  .header .menu-icon .navicon:before {
    top: 5px;
  }

  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */
  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked ~ .menu {
    max-height: 1000px;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
}
.footer {
  float: left;
  width: 100%;
  background: #151515 url(../../img/global/footer/footer-bg.jpg) center no-repeat;
  text-align: center;
  padding: 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer p {
  font-size: 13px;
  max-width: 765px;
  margin: 20px auto;
  color: white;
}
.footer p a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer p a:hover {
  color: #bd93f9;
}
.footer__links {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
}
.footer__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: #bd93f9;
}
.footer__brand {
  max-width: 664px;
  width: 100%;
}

.notices {
  z-index: 2;
  background: #DC3545;
  width: 100%;
  text-align: center;
  float: left;
}
.notices p {
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 11px auto;
}
.notices p a {
  color: white;
}

/*
 * MENU BUTTON
 */
.discord-menu__toggler {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .discord-menu__toggler {
    display: none;
  }
}
.discord-menu__toggler span,
.discord-menu__toggler span::before,
.discord-menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fafafa;
  border-radius: 20px;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.discord-menu__toggler span::before {
  top: -8px;
}
.discord-menu__toggler span::after {
  top: 8px;
}
.discord-menu__toggler.active > span {
  background: transparent;
}
.discord-menu__toggler.active > span::before, .discord-menu__toggler.active > span::after {
  background: #b93d0c;
  top: 0px;
}
.discord-menu__toggler.active > span::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.discord-menu__toggler.active > span::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.discord-menu__title {
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 15px;
  left: 40px;
}

/*
 * SLIDING MENU PANEL
 */
.discord-menu__slide {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -50%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  width: 50%;
  max-width: 540px;
  height: 100%;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 767px) {
  .discord-menu__slide {
    display: none;
  }
}
.discord-menu__slide.active {
  left: 0;
}
.discord-menu__slide h6 {
  margin: 20px 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "requiem", "EB Garamond", serif;
  color: white;
}
.discord-menu__slide p {
  font-size: 15px;
  margin-bottom: 1rem;
  color: white;
}
.discord-menu__slide p a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.discord-menu__slide p a:hover {
  color: #bd93f9;
}

/*
 * BASIC STYLES
 */
body {
  min-height: 100vh;
  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;
}

.body-wrap {
  overflow: hidden;
}

.video-feature {
  position: relative;
  top: -360px;
  margin-bottom: -240px;
  width: 100%;
  float: left;
  min-height: 1050px;
}
@media only screen and (max-width: 767px) {
  .video-feature {
    top: 60px;
    width: 100%;
    min-height: unset;
    margin-bottom: 80px;
  }
}
.video-feature video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 1281px) {
  .video-feature video {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-feature video {
    width: 100%;
    position: unset;
    -webkit-transform: unset;
  }
}

.intro {
  position: relative;
  z-index: 10;
  top: -300px;
  margin-bottom: -300px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .intro {
    top: 0;
    margin-bottom: 0;
  }
}
.intro::before {
  background: url(../../img/homepage/grunge3.png) bottom center no-repeat;
  background-size: 2000px;
  width: 100%;
  content: "";
  top: -131px;
  left: 0;
  right: 0;
  height: 132px;
  position: absolute;
}
.intro__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.intro__grunge {
  background: url(../../img/homepage/grunge4.png) top center no-repeat;
  background-size: 2000px;
  width: 100%;
  float: left;
}
.intro__grunge-bottom {
  background: url(../../img/homepage/grunge2.png) center bottom/100% no-repeat;
  background-size: 2000px;
  padding: 0px 0px 500px;
  width: 100%;
  float: left;
  margin-bottom: -250px;
}
.intro__bg {
  background: url(../../img/homepage/intro-bg.jpg) bottom center no-repeat;
  width: 100%;
  float: left;
  background-size: cover;
}
.intro h1 {
  font-size: 92px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro h1 {
    font-size: 50px;
  }
}
.intro h2 {
  font-size: 46px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
.intro h3 {
  font-size: 20px;
  text-align: center;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .intro h3 {
    font-size: 15px;
  }
}
.intro h4 {
  width: 100%;
  margin: 10px auto;
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  max-width: 260px;
}
.intro p {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 30px;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 15px;
  }
}
.intro__link-box {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .intro__link-box {
    display: none;
  }
}
.intro__link-box p {
  font-size: 14px;
}
.intro__video-box {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .intro__video-box {
    width: 100%;
  }
}
.intro__video-frame {
  border: 1px solid white;
  margin: 15px;
}
.intro__video {
  margin-top: 180px;
}
@media only screen and (max-width: 991px) {
  .intro__video {
    margin-top: 80px;
  }
}

.focus {
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  top: -170px;
  margin-bottom: -60px;
}
@media only screen and (max-width: 991px) {
  .focus {
    margin-top: 0;
  }
}
.focus__ghost {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background: url(../../img/homepage/ghost.png) 100% 70% no-repeat;
  background-size: 95% auto;
}
@media only screen and (max-width: 1199px) {
  .focus__ghost {
    background: none;
  }
}
.focus__characters {
  background: url(../../img/homepage/characters.png) 110% 100% no-repeat;
  padding-top: 200px;
}
@media only screen and (max-width: 1399px) {
  .focus__characters {
    background: url(../../img/homepage/characters.png) 110% 10% no-repeat;
    background-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .focus__characters {
    background: none;
    padding-top: 0;
  }
}
.focus h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .focus h2 {
    text-align: center;
  }
}
.focus h3 {
  font-size: 20px;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .focus h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .focus h3 {
    font-size: 15px;
  }
}
.focus h5 {
  width: 100%;
  color: white;
  font-size: 30px;
  max-width: 260px;
  font-weight: normal;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
  margin: 0;
}
.focus p {
  max-width: 550px;
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .focus p {
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .focus p {
    font-size: 15px;
  }
}
.focus__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.focus__box {
  padding: 110px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  border: 1px solid white;
  width: 24%;
}
@media only screen and (max-width: 1199px) {
  .focus__box {
    width: 49%;
    margin-bottom: 20px;
    padding: 220px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .focus__box {
    padding: 110px 20px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .focus__box {
    width: 100%;
    padding: 180px 20px 20px;
  }
}
.focus__box p {
  font-size: 13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .focus__box p {
    text-align: left;
  }
}
.focus__box--pvx {
  background: black url(../../img/homepage/pvx.png) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .focus__box--pvx {
    background-size: 100%;
  }
}
.focus__box--playstyle {
  background: black url(../../img/homepage/playstyle.png) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .focus__box--playstyle {
    background-size: 100%;
  }
}
.focus__box--left {
  background: black url(../../img/homepage/left.png) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .focus__box--left {
    background-size: 100%;
  }
}
.focus__box--fun {
  background: black url(../../img/homepage/fun.png) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .focus__box--fun {
    background-size: 100%;
  }
}