html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  outline: none;
  background: url("../../assets/img/mid-bg.png") top no-repeat fixed;
  overflow-x: hidden;
  background-color: #090c16;
}

@media (min-width: 300px) {
.videoh {
  position: absolute; top: 0%; left: 50%; transform: translateX(-50%); min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -10; display: none;
}
}

@media (min-width: 768px) {
.videoh {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  display: initial;
  mask: linear-gradient(to top, transparent 0%, white 30%);
  -webkit-mask: linear-gradient(to top, transparent 0%, white 30%);
}
}

.nav {
  position: fixed;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  padding-top: 2px;
}

.open-nav {
  width: 60px;
  height: 60px;
  border-right: rgba(255,255,255,0.1) solid;
  background: rgba(0,0,0,0.02);
}

@media (min-width: 300px) {
  #item {
    display: none;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    font-family: Cinzel, sans-serif;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 14px;
    transition: .3s;
  }
}

@media (min-width: 1200px) {
  #item {
    display: initial;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    font-family: Cinzel, sans-serif;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 14px;
    transition: .3s;
  }
}

#item2 {
  text-decoration: none;
  color: rgb(255,255,255);
  font-family: Cinzel, sans-serif;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  transition: .6s;
}

#item2:hover {
  text-decoration: none;
  color: rgb(245,193,116);
  text-shadow: 0px 0px 10px rgba(242,206,112,0.87);
}

@media (min-width: 300px) {
  #item-active {
    display: none;
    text-decoration: none;
    color: rgb(255,255,255);
    font-family: Cinzel, sans-serif;
    margin-right: 25px;
    padding-bottom: 24px;
    margin-left: 25px;
    font-size: 14px;
    border-bottom: 2px rgb(87,190,248) solid;
    text-shadow: 0px 0px 15px rgba(142,221,237,0.96);
  }
}

@media (min-width: 1200px) {
  #item-active {
    display: initial;
    text-decoration: none;
    color: rgb(255,255,255);
    font-family: Cinzel, sans-serif;
    margin-right: 25px;
    padding-bottom: 24px;
    margin-left: 25px;
    font-size: 14px;
    border-bottom: 2px rgb(87,190,248) solid;
    text-shadow: 0px 0px 15px rgba(142,221,237,0.96);
  }
}

#item:hover {
  text-decoration: none;
  color: rgb(255,255,255);
  font-family: Cinzel, sans-serif;
  margin-right: 28px;
  padding-bottom: 24px;
  margin-left: 28px;
  font-size: 14px;
  border-bottom: 2px rgb(87,190,248) solid;
  text-shadow: 0px 0px 15px rgba(142,221,237,0.96);
}

@media (min-width: 200px) {
  #play {
    display: none;
    text-decoration: none;
    background: url("../../assets/img/play.png") top / cover no-repeat;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 10px;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: .5s;
  }
}

@media (min-width: 1200px) {
  #play {
    display: none;
    text-decoration: none;
    background: url("../../assets/img/play.png") top / cover no-repeat;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 10px;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: .5s;
  }
}

@media (min-width: 1400px) {
  #play {
    display: initial;
    text-decoration: none;
    background: url("../../assets/img/play.png") top / cover no-repeat;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 10px;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: .5s;
  }
}

#open-nav {
  padding: 24px;
  border-right: 1px rgba(255,255,255,0.1) solid;
  cursor: pointer;
  transition: .4s;
}

@media (min-width: 300px) {
  .header {
    height: auto;
    background: url("../../assets/img/mobile-bg2.png") top no-repeat;
    text-align: center;
    padding-top: 350px;
    padding-bottom: 70px;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .header {
    height: auto;
    background: url("../../assets/img/mobile-bg2.png") top no-repeat;
    text-align: center;
    padding-top: 350px;
    padding-bottom: 50px;
    transition: .3s;
  }
}

@media (min-width: 768px) {
  .header {
    height: auto;
    background: rgba(255,255,255,0);
    text-align: center;
    padding-top: 150px;
    padding-bottom: 250px;
    transition: .3s;
  }
}

@media (min-width: 1400px) {
  .header {
    height: auto;
    background: rgba(255,255,255,0);
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
    transition: .3s;
    z-index: 100;
  }
}

@media (min-width: 200px) {
  #logo-mini {
    display: none;
    margin-left: 20px;
    margin-right: 30px;
  }
}

@media (min-width: 500px) {
  #logo-mini {
    display: initial;
    margin-left: 20px;
    margin-right: 30px;
  }
}

span {
  font-family: 'Cinzel';
  color: rgba(255,255,255,0.5);
}

@media (min-width: 340px) {
  p {
    font-size: 35px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.59);
  }
}

@media (min-width: 768px) {
  p {
    font-size: 60px;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.59);
  }
}

#main-text {
  margin-top: 40px;
}

@media (min-width: 340px) {
  .line {
    width: 100%;
    opacity: 0.3;
    margin-top: 60px;
  }
}

@media (min-width: 576px) {
  .line {
    width: 80%;
    opacity: 0.1;
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .line {
    width: 80%;
    opacity: 0.1;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .line {
    width: auto;
    opacity: 0.1;
    margin-top: 60px;
  }
}

@media (min-width: 250px) {
  .play2 {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    font-size: 20px;
    padding-top: 29px;
    background: url('../../assets/img/play-shape2mobile.png') no-repeat;
    width: 300px;
    height: 90px;
    outline: none;
    box-shadow: none;
    transition: .3s;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .play2 {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: rgb(255,255,255);
    font-family: 'Cinzel';
    font-size: 26px;
    padding-top: 25px;
    background: url('../../assets/img/play-shape2.png') top no-repeat;
    width: 486px;
    height: 130px;
    outline: none;
    box-shadow: none;
    transition: .4s;
    margin-top: 50px;

  }
}

.play2:hover {
  color: rgb(255,255,255);
  width: 486px;
  height: 130px;
  background: url('../../assets/img/play-shape2hover.png') top no-repeat;
  padding-top: 44px;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.87);
  transform: scale(1.03);
}

@media (min-width: 200px) {
  #logo-header {
    width: 240px;
    transition: .5s;
  }
}

@media (min-width: 900px) {
  #logo-header {
    width: auto;
    transition: .5s;
  }
}

#logo-header:hover {
  transform: scale(1.07);
}

.green {
  color: rgb(151,231,88);
  font-size: 18px;
}

#server {
  background: url("../../assets/img/server.png") top no-repeat;
  height: 52px;
  padding-top: 14px;
  margin-top: 60px;
}

.p {
  font-size: 18px;
}

@media (min-width: 250px) {
  .scroll {
    opacity: 0.3;
    margin-top: 70px;
    animation: float 6s ease-in-out infinite;
    transition: .4s;
  }
}

@media (min-width: 1200px) {
  .scroll {
    opacity: 0.3;
    margin-top: 85px;
    animation: float 1s ease-in-out infinite;
    transition: .4s;
  }
}

.scroll:hover {
  opacity: 0.9;

}

.gameinfo {
  padding-top: 60px;
  text-align: center;
}

@media (min-width: 340px) {
  .info {
    width: 80%;
    margin: 45px;
    padding-right: 20px;
  }
}

@media (min-width: 576px) {
  .info {
    width: 80%;
    margin: 50px;
  }
}

@media (min-width: 1200px) {
  .info {
    width: 580px;
    margin: 50px;
  }
}

@media (min-width: 200px) {
  .text-info {
    display: initial;
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .text-info {
    display: flex;
    justify-content: center;
  }
}

.p2 {
  font-size: 19px;
  font-family: 'Cinzel';
  color: rgba(255,255,255,0.51);
  letter-spacing: -0.6px;
  line-height: 1.8;
}

.p3 {
  font-size: 19px;
  font-family: 'Cinzel';
  color: rgba(255,255,255,0.51);
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.5;
  margin: 20px;
}

@media (min-width: 250px) {
  .line2 {
    width: 100%;
    opacity: 0.2;
    margin-bottom: 0px;
  }
}

@media (min-width: 900px) {
  .line2 {
    width: auto;
    opacity: 0.2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .about {
    display: inline-block;
    justify-content: center;
    padding-bottom: 90px;
  }
}

@media (min-width: 1220px) {
  .about {
    display: flex;
    justify-content: center;
    padding-bottom: 90px;
  }
}

@media (min-width: 300px) {
  .about-body {
    width: 100%;
    background: linear-gradient(rgba(19,19,38,0.65), rgba(19,19,38,0));
    padding-top: 20px;
  }
}

@media (min-width: 576px) {
  .about-body {
    width: 371px;
    background: linear-gradient(rgba(19,19,38,0.65), rgba(19,19,38,0));
    padding-top: 20px;
  }
}

.about-info {
  margin: 20px;
}

.about-body1 {
  background: url("../../assets/img/about-body.png") top no-repeat;
  height: 32px;
}

@media (min-width: 340px) {
  .p4 {
    text-shadow: 0px 0px 0px;
    color: rgba(255,255,255,0.45);
    font-weight: 100;
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-left: 9%;
    width: 90%;
    line-height: 1.6;
  }
}

@media (min-width: 992px) {
  .p4 {
    text-shadow: 0px 0px 0px;
    color: rgba(255,255,255,0.45);
    font-weight: 100;
    margin-top: 40px;
    font-size: 19px;
    letter-spacing: 0.6px;
    margin-left: 30%;
    width: 664px;
    line-height: 1.6;
  }
}

@media (min-width: 1200px) {
  .p4 {
    text-shadow: 0px 0px 0px;
    color: rgba(255,255,255,0.45);
    font-weight: 100;
    margin-top: 40px;
    font-size: 19px;
    letter-spacing: 0.6px;
    margin-left: 45%;
    width: 664px;
    line-height: 1.6;
  }
}

@media (min-width: 340px) {
  #prev {
    width: 102px;
    height: 106px;
    margin-top: 648px;
    margin-left: 40px;
  }
}

@media (min-width: 576px) {
  #prev {
    width: 102px;
    height: 106px;
    margin-top: 488px;
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  #prev {
    width: 102px;
    height: 106px;
    margin-top: 248px;
    margin-left: 40px;
  }
}

@media (min-width: 340px) {
  #next {
    width: 102px;
    height: 106px;
    margin-top: 648px;
    margin-right: 40px;
  }
}

@media (min-width: 576px) {
  #next {
    width: 102px;
    height: 106px;
    margin-top: 488px;
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  #next {
    width: 102px;
    height: 106px;
    margin-top: 248px;
    margin-right: 40px;
  }
}

@media (min-width: 340px) {
  #h1 {
    font-size: 40px;
    width: 90%;
    margin-left: 9%;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  #h1 {
    font-size: 50px;
    width: 55%;
    margin-left: 30%;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  #h1 {
    font-size: 50px;
    width: 664px;
    margin-left: 45%;
    line-height: 1;
  }
}

@media (min-width: 340px) {
  .video {
    margin-top: -150px;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .video {
    margin-top: -250px;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .video {
    margin-top: -350px;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .trailer {
    width: 90%;
    height: 180px;
  }
}

@media (min-width: 576px) {
  .trailer {
    width: 80%;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .trailer {
    width: 92%;
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .trailer {
    width: 1214px;
    height: 641px;
  }
}

@media (min-width: 340px) {
  .forum-rank {
    width: 100%;
    display: inline-block;
    justify-content: center;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .forum-rank {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
}

@media (min-width: 340px) {
  .forum {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .forum {
    width: 587px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 19px;
    text-align: center;
  }
}

.rank {
  text-align: center;
  width: 587px;
  margin-top: 30px;
  margin-left: 10px;
}

.body1 {
  background: url("../../assets/img/forum-rank.png") top repeat;
  height: 36px;
}

.body2 {
  height: auto;
  padding-top: 20px;
  background: linear-gradient(rgba(19,19,38,0.59), rgba(19,19,38,0));
}

.p5 {
  font-size: 30px;
}

@media (min-width: 340px) {
  .topic {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .topic {
    display: flex;
    justify-content: space-between;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.topic-link {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-family: 'Cinzel';
  margin-right: 15px;
  font-size: 20px;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.topic-link:hover {
  color: rgb(255,255,255);
}

#title-icon {
  margin-right: 20px;
  margin-top: -5px;
}

.line-title {
  margin-bottom: 15px;
  margin-top: 5px;
}

@media (min-width: 340px) {
  .forum-link {
    display: inline-block;
    width: 300px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-decoration: none;
    color: rgba(255,255,255,0.3);
    font-family: 'Cinzel';
    margin-top: 25px;
    margin-bottom: 25px;
    transition: .5s;
  }
}

@media (min-width: 1200px) {
  .forum-link {
    display: inline-block;
    width: 457px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-decoration: none;
    color: rgba(255,255,255,0.3);
    font-family: 'Cinzel';
    margin-top: 25px;
    margin-bottom: 25px;
    transition: .5s;
  }
}

.forum-link:hover {
  background-color: rgba(255,255,255,0.1);
  color: rgb(255,255,255);
}

@media (min-width: 340px) {
  .rank-title {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1px;
  }
}

@media (min-width: 1200px) {
  .rank-title {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    margin-left: 65px;
    margin-right: 65px;
    margin-top: 20px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 1px;
  }
}

@media (min-width: 340px) {
  .player {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    align-items: center;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    margin-left: 25px;
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .player {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    align-items: center;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    margin-left: 65px;
    margin-right: 65px;
    transition: .5s;
  }
}

.p6 {
  font-size: 21px;
  font-weight: 700;
  transition: .5s;
}

.p6:hover {
  color: rgb(255,255,255);
}

@media (min-width: 340px) {
  .social {
    display: none;
    position: fixed;
    top: 38%;
    left: 20px;
  }
}

@media (min-width: 768px) {
  .social {
    display: inline-grid;
    position: fixed;
    top: 38%;
    left: 20px;
    z-index: 100;
  }
}

.social-link {
  margin-top: 10px;
  opacity: 0.7;
  transition: .5s;
}

.social-link:hover {
  opacity: 1;
}

.player:hover {
  background: rgba(255,255,255,0.03);
  padding-left: 20px;
  padding-right: 30px;
}

.footer {
  background: url("../../assets/img/footer-bg.png") top no-repeat;
  height: auto;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 0px;
}

.logo-footer {
  margin-top: 170px;
}

.dropbtn {
  background-color: rgba(0,0,0,0);
  display: inline-flex;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  text-decoration: none;
  width: 272px;
  color: rgba(255,255,255,0.39);
  font-family: 'Cinzel';
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  transition: .4s;
}

.drop-icon {
  width: 15px;
  height: 7px;
}

.language {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  transition: .4s;
}

.dropdown-content {
  display: none;
  text-align: left;
  width: 272px;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  min-width: 160px;
  font-family: 'Cinzel';
  padding: 16px;
  font-size: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: .4s;
}

.language:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: rgba(255,255,255,0.5);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: rgba(255,255,255,0.9);
}

.language:hover .dropbtn {
  background-color: rgba(0,0,0,0.8);
  color: rgba(255,255,255,0.9);
}

.footer-end {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 60px;
}

.footer-end a {
  color: rgba(255,255,255,0.43);
  text-decoration: none;
  margin: 30px;
  font-family: 'Cinzel';
  font-size: 17px;
  transition: .4s;
  margin-bottom: 1px;
}

.footer-end a:hover {
  color: white;
}

.footer-end p {
  font-size: 14px;
  font-weight: 200;
  color: rgba(255,255,255,0.2);
  margin-top: 30px;
  letter-spacing: 1px;
}

@media (min-width: 340px) {
  .footer-link {
    display: grid;
  }
}

@media (min-width: 900px) {
  .footer-link {
    display: inline-block;
  }
}

.footer-end2 {
  background-color: #060a16;
  padding: 10px;
  margin-top: 60px;
}

.footer-end2 img {
  opacity: 0.3;
  transition: .4s;
  margin-right: 15px;
}

.footer-end2 img:hover {
  opacity: 0.8;
}

.sidenav {
  height: 100%;
  text-align: center;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Cinzel';
  color: rgba(255,255,255,0.6);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-shadow: 0px 0px 20px rgba(120,195,249,0.84);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav img {
  padding-bottom: 20px;
}

@media (min-width: 300px) {
  .footer-end2img {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
  }
}

@media (min-width: 990px) {
  .footer-end2img {
    width: 1200px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}

.footer-end2img a {
  padding-top: 0;
  margin-top: 0;
}

@media (min-width: 300px) {
  .payment {
    width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .payment {
    width: auto;
    margin-top: 0px;
  }
}

#slide1 {
  background: url("../../assets/img/slide1.png") top / auto no-repeat;
  text-align: left;
  justify-content: center;
  height: 951px;
  z-index: -1;
  padding-top: 150px;
}

#slide2 {
  background: url("../../assets/img/slide2.png") top / auto no-repeat;
  text-align: left;
  justify-content: center;
  height: 951px;
  z-index: -1;
  padding-top: 150px;
}

#slide3 {
  background: url("../../assets/img/slide3.png") top / auto no-repeat;
  text-align: left;
  justify-content: center;
  height: 951px;
  z-index: -1;
  padding-top: 150px;
}


.sign-up {
  display: initial;
  text-align: center;
}

.signup-top {
  background: url("../../assets/img/signup-top.png") top no-repeat;
  height: 33px;
  margin-top: 135px;
}

@media (min-width: 300px) {
  .signup-body {
    background: rgba(12,18,29,0.88);
    display: inline-block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .signup-body {
    background: rgba(12,18,29,0.88);
    display: inline-block;
    width: 666px;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

.sign-up p {
  font-size: 17px;
  margin: 20px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.5px;
  font-weight: 400;
}

.sign-up h1 {
  font-family: 'Cinzel';
  font-size: 40px;
  color: white;
  font-weight: 700;
}



input:focus, select:focus {
  border: 1px solid rgba(107,153,222,0.74);
  border-radius: 0px;
  box-shadow: 0px 0px 15px rgba(72,127,191,0.42);
  color: rgba(255,255,255,0.96);
}

@keyframes float {
  0% {
    box-shadow: 0px 0px 0px 0px;
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0px 0px 0px;
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0px 0px 0px 0px;
    transform: translatey(0px);
  }
  @keyframes float {
  }
}

@keyframes fly {
  0% {
    top: -0px;
    opacity: 0;
    left: 0px;
    right: 0px;
  }
  10% {
    top: -50px;
    opacity: 0.1;
    left: 3px;
    right: 3px;
  }
  20% {
    top: -100px;
    opacity: 0.3;
    left: 5px;
    right: 5px;
  }
  30% {
    top: -150px;
    opacity: 0.5;
    left: 10px;
    right: 10px;
  }
  40% {
    top: -200px;
    opacity: 0.8;
    left: 20px;
    right: 20px;
  }
  50% {
    top: -250px;
    opacity: 1;
    left: 30px;
    right: 30px;
  }
  60% {
    top: -300px;
    opacity: 1;
    left: 30px;
    right: 30px;
  }
  70% {
    top: -350px;
    opacity: 0.8;
    left: 40px;
    right: 40px;
  }
  80% {
    top: -400px;
    opacity: 0.5;
    left: 50px;
    right: 50px;
  }
  90% {
    top: -450px;
    opacity: 0.3;
    left: 60px;
    right: 60px;
  }
  100% {
    top: -500px;
    opacity: 0;
    left: 70px;
    right: 70px;
  }
}

.particle {
  position: fixed;
  top: 550px;
  right: 0px;
  left: 10px;
  z-index: -100;
  width: 100%;
  animation: fly .9s infinite;
}

#play2-1 {
  z-index: 1000;
}

div {
}

.footer-end2 p {
  font-size: 16px;
  margin-top: 0px;
  text-shadow: 0px 0px 0px;
  font-family: 'Lato';
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 1;
  margin: 0px;
  margin-left: 0px;
  text-align: left;
  color: rgba(255,255,255,0.2);
}

.footer-end2 span {
  color: rgba(255,255,255,0.2);
  text-align: left;
  padding-left: 0px;
  font-size: 15px;
  margin-left: 0px;
  margin: 0px;
  line-height: 20px;
  padding-bottom: -0px;
  margin-top: 0px;
  text-shadow: 0px 0px 0px;
  font-family: 'Lato';
  letter-spacing: 0px;
}

.unsimple {
  opacity: 0.5;
  display: grid;
  grid-template-columns: auto auto;
  transition: .4s;
}

.unsimple:hover {
  opacity: 1;
}

#open-nav:hover {
  background: rgba(0,0,0,0.8);
}

#play:hover {
  filter: brightness(110%);
  padding-top: 50px;
}

.servers {
  position: relative;
}

@media (min-width: 300px) {
  .servers:after {
    content: "▼";
    font-size: 0.7em;
    color: #57bef8;
    top: 43px;
    right: 45px;
    position: absolute;
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .servers:after {
    content: "▼";
    font-size: 0.7em;
    color: #57bef8;
    top: 43px;
    right: 85px;
    position: absolute;
    pointer-events: none;
  }
}

.p1 {
  font-family: 'Lato';
  font-size: 15px;
  color: rgba(81,130,188,0.52);
  text-align: left;
  margin-left: 57px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

input[type=submit] {
  margin-top: 40px;
  padding-top: 18px;
  font-size: 23px;
  background: url("../../assets/img/button2.png") top repeat;
  height: 70px;
}

input[type=submit]:hover {
  filter: brightness(120%);
}

@media (min-width: 300px) {
  .authorize {
    display: inline-block;
    font-size: 23px;
    font-family: 'Cinzel';
    text-decoration: none;
    color: rgba(255,255,255,0.63);
    width: 90%;
    height: 70px;
    padding-top: 18px;
    background: url("../../assets/img/button1.png") top repeat;
    transition: .4s;
  }
}

@media (min-width: 768px) {
  .authorize {
    display: inline-block;
    font-size: 23px;
    font-family: 'Cinzel';
    text-decoration: none;
    color: rgba(255,255,255,0.63);
    width: 423px;
    height: 70px;
    padding-top: 16px;
    background: url("../../assets/img/button1.png") top repeat;
    transition: .4s;
  }
}

.authorize:hover {
  filter: brightness(115%);
  color: rgba(255,255,255,0.92);
}

@media (min-width: 300px) {
  .authorize-body {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid;
  }
}

@media (min-width: 768px) {
  .authorize-body {
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid;
  }
}

@media (min-width: 300px) {
  .page-header {
    text-align: center;
    padding-top: 300px;
    padding-bottom: 150px;
    background: url("../../assets/img/mobile-bg2.png") top no-repeat;
    background-image: linear-gradient(transparent, rgba(9,12,22));
  }
}

@media (min-width: 768px) {
  .page-header {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
    background: rgba(0,0,0,0);
    background-image: linear-gradient(transparent, rgba(9,12,22));
  }
}

@media (min-width: 300px) {
  .signup-body img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .signup-body img {
    width: auto;
  }
}


.page-top {
  background: url("../../assets/img/page-bodytop.png") top no-repeat;
  height: 33px;
}

@media (min-width: 300px) {
  .page-body {
    width: 100%;
    background: rgba(12,18,29,0.88);
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1300px) {
  .page-body {
    width: 1265px;
    background: rgba(12,18,29,0.88);
    display: inline-block;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

.page-body h1 {
  font-family: 'Cinzel';
  font-size: 40px;
  color: white;
  font-weight: 700;
}

.page-body p {
  font-size: 17px;
  margin: 20px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.5px;
  font-weight: 400;
}

@media (min-width: 300px) {
  .option1 {
    text-decoration: none;
    display: inline-block;
    width: 80%;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 16px;
    color: rgba(255,255,255,0.84);
    font-size: 24px;
    font-family: 'Cinzel';
    background: url("../../assets/img/button1.png") top no-repeat;
    transition: .4s;
  }
}

@media (min-width: 1300px) {
  .option1 {
    text-decoration: none;
    display: inline-block;
    width: 422px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 16px;
    color: rgba(255,255,255,0.84);
    font-size: 24px;
    font-family: 'Cinzel';
    background: url("../../assets/img/button1.png") top no-repeat;
    transition: .4s;
  }
}

@media (min-width: 300px) {
  .option2 {
    text-decoration: none;
    display: inline-block;
    width: 80%;
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 16px;
    color: rgba(255,255,255,0.84);
    font-size: 24px;
    font-family: 'Cinzel';
    background: url("../../assets/img/button2.png") top no-repeat;
    transition: .4s;
  }
}

@media (min-width: 1300px) {
  .option2 {
    text-decoration: none;
    display: inline-block;
    width: 422px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 16px;
    color: rgba(255,255,255,0.84);
    font-size: 24px;
    font-family: 'Cinzel';
    background: url("../../assets/img/button2.png") top no-repeat;
    transition: .4s;
  }
}

.option1:hover {
  color: rgb(255,255,255);
  filter: brightness(120%);
}

.option2:hover {
  color: rgb(255,255,255);
  filter: brightness(130%);
}

.page {
  margin-top: 135px;
}

.d-options {
  display: inherit;
  padding-top: 20px;
}

.page-content {
  padding-bottom: 60px;
}

@media (min-width: 300px) {
  .page-body img {
    width: 100%;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .page-body img {
    width: auto;
    padding: 20px;
  }
}

@media (min-width: 300px) {
  .page-body h2 {
    font-family: 'Cinzel';
    font-size: 22px;
    color: rgba(255,255,255,0.52);
    padding: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .page-body h2 {
    font-family: 'Cinzel';
    font-size: 25px;
    color: rgba(255,255,255,0.52);
    padding: 30px;
    line-height: 1.5;
  }
}

@media (min-width: 300px) {
  .page-body h3 {
    font-size: 18px;
    font-family: 'Cinzel';
    color: rgba(255,255,255,0.19);
    line-height: 1.6;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .page-body h3 {
    font-size: 18px;
    font-family: 'Cinzel';
    color: rgba(255,255,255,0.19);
    line-height: 1.6;
    padding: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}


