.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  height:1870px;
  background-image: url();
  background-color: #000000;
  background-position: 50%;
  background-size: cover;
  font-family: Kanit, sans-serif;
  color: #b19e95;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e4caaf;
  text-decoration: none;
}

a:hover, a:focus {
  color: rgb(255, 0, 13);
    text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.navigation {
  background-color: transparent;
  background-image: url('/sources/HEADER\ BAR.png');
  
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-x;
}
#is_online{
  background-image: url('/sources/Online Text.png');
          height: 50px;
          background-repeat: no-repeat;
          background-position: center;
}
#is_offline{
  background-image: url('/sources/Offline\ Text.png');
          height: 50px;
          background-repeat: no-repeat;
          background-position: center;
}
.container {
  width: 100%;
  /*max-width: 1480px;*/
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.is--narrow {
  max-width: 1000px;
}
.nav__row__flex1{
      display: flex;
      justify-content: space-between;
      align-items: start;
}
.nav__menu__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.5%;
  padding-right: 163px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__menu__link:hover {
  text-shadow: 0 0 25px #9724244b;
}

.nav__logo {

}

.nav__logo.is--nav__mobile {
  display: none;
  width: auto;
}

.top__bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Topbar-bg.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.top__bar.is--hidden {
  display: none;
}

.nav__logo__img {

  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.nav__logo__img:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.nav__row__flex {
  padding-top: 6px ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav__menu__flex {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav__text {
  
  color: white;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.header__section {
  position: relative;
}

.header__title {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/text-texture.jpg');
  
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__title.is--blue {
  background-image: url('../images/text-texture-blue.png');
  font-size: 1.4em;
}

.header__slider {
  height: 1080px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow:0 -8px 8px rgb(0, 0, 0) inset;
  
  
}


.header__slide {
  padding: 10vw 20px;
  font-size: 62px;
}

.header__flex-content {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__bar__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__paragraph {
  color: #8f9db6;
  font-size: 20px;
  text-align: center;
}



._4-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game__feature__block {
  transition: 1s;
  flex: 1;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.game__feature__img__container {
  position: relative;
}

.game__feature__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.game__feature__img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-position: 50% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat-x, repeat;
}

.game__feature__title {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #ccb49a;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 13px rgba(204, 180, 154, 0.31);
}

.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 80px;
  margin-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/play-btn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0.5em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 14px #000;
}

.header__btn:hover {
  box-shadow: 0 0 40px -5px #9724244b;
  -webkit-filter: brightness(163%);
  filter: brightness(163%);
  text-shadow: 0 0 14px #9724244b;
}
.imgbackanim{
  background-image: url("/sources/GALLERY/MAIN PART/EDGE/Gallery\ Edge\ Border.png")!important;
  background-size: cover!important;
  background-position: center!important;
}
.page__section {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.page__section {
  position: relative;
  object-fit: cover;
  background-repeat: no-repeat;
  height: 1245px;
  background-size: auto;
  background-position: top;
}

.button {
  border-style: solid;
  border-width: 1px;
  border-color: #736b5e;
  background-color: #3c3330;
  background-image: url('../images/button-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 20px -8px #000, inset 0 0 2px 0 #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1.2em;
  font-weight: 500;
}

.button:hover {
  border-color: #ffe7c0;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  color: #ffebe0;
}

.header__slider__arrows {
  z-index: 12;
}

.footer__section {
  background-image: url('../images/border-img.png'), url('../images/Footer-bg.png');
  background-position: 50% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat-x, no-repeat;
}

.footer__bottom-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo.is--nav__mobile {
  display: none;
  width: auto;
}

.footer__logo__img {
  display: block;
  height: 140px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.footer__logo__img:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.footer__bottom__link {
  margin-right: 20px;
  opacity: 0.5;
}

.footer__bottom__link:hover {
  opacity: 1;
}

.footer__cc-text {
  margin-bottom: 0px;
  opacity: 0.65;
}

.footer__list {
  text-align: center;
}

.footer__list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #030a1d, transparent 45%, rgba(0, 1, 1, 0.05) 47%), -webkit-gradient(linear, left bottom, left top, color-stop(3%, #030a1d), color-stop(35%, transparent));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #030a1d, transparent 45%, rgba(0, 1, 1, 0.05) 47%), linear-gradient(0deg, #030a1d 3%, transparent 35%);
}

.header__slider__nav {
  z-index: 12;
}

.header__slider__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #736b5e;
  background-image: url('../images/button-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 0.6em;
  text-shadow: 0 0 11px #000;
}

.header__slider__icons:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.footer__nav {
  display: -ms-grid;
  display: grid;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer__link {
  font-size: 16px;
}

.footer__list__heading {
  margin-bottom: 10px;
  color: #0ff;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
}

.footer__bottom-bar__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__layout__grid {
  display: -ms-grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr minmax(300px, 450px);
  grid-template-columns: 1fr minmax(300px, 450px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page__layout__grid.is--discord-grid {
  -ms-grid-columns: minmax(300px, 450px) 1fr;
  grid-template-columns: minmax(300px, 450px) 1fr;
}

.discord-widget {
  box-shadow: 0 0 40px -3px #122257;
}

.page__layout__container-left {
  margin-left: auto;
}

.header__slide__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #1e315e;
  background-color: #030a1d;
  color: #0ff;
}

.input:focus {
  border-color: #0ff;
  color: #0ff;
}
.container.feature{
  
}
@media screen and (max-width: 991px) {
  .container.feature{
    display: block;
}
  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav__menu__link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav__menu__link:hover {
    background-color: rgba(0, 0, 0, 0.14);
  }

  .nav__logo {
    display: none;
  }

  .nav__logo.is--nav__mobile {
    display: block;
  }

  .nav__logo__img {
    height: auto;
    max-height: 84px;
  }

  .nav__row__flex {
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__menu__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #030a1d;
  }

  .nav__menu_btn.w--open {
    background-color: #030a1d;
    color: #0ff;
  }

  .header__slide {
    font-size: 42px;
  }

  .header__paragraph {
    font-size: 14px;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .game__feature__img {
    height: 160px;
  }

  .header__btn {
    margin-top: 0px;
  }

  .page__section {

    background-position: bottom;
  }

  .page__section__side-title {
    font-size: 52px;
  }

  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo.is--nav__mobile {
    display: block;
  }

  .footer__logo__img {
    height: auto;
    max-height: 110px;
  }

  .footer__nav {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .page__layout__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .page__layout__grid.is--discord-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header__slide {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 36px;
  }

  .header__btn {
    width: 200px;
    height: 53px;
    background-image: url('../images/play-btn-mobile.png');
    font-size: 0.6em;
  }

  .page__section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header__slider__arrows {
    display: none;
  }

  .footer__bottom__link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer__bottom-bar__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page__layout__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page__layout__grid.is--discord-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page__layout__container-left {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav__logo__img {
    max-height: 68px;
  }

  .header__slide {
    font-size: 24px;
  }

  .top__bar__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header__btn {
    font-size: 0.8em;
  }

  .page__section__side-title {
    font-size: 32px;
  }

  .footer__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer__logo__img {
    max-height: 90px;
  }

  .footer__cc-text {
    margin-top: 10px;
  }

  .footer__list-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer__nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__list__heading {
    font-size: 16px;
  }
}

