.menu-center {
  margin: 0 auto;
}

.menu-div {
  display: flex;
  justify-content: center
}

.menu {
  width: 100%;
  height: 50px;
  background-image: url("../images/menuBg.png");
  position: relative;
  z-index: 99;
}

.menu ul {
  float: left
}

.menu ul li {
  float: left;
  margin-right: 60px;
  margin-top: 10px
}

.menu ul li a {
  color: #fff;
  font-size: 13px;
  height: 50px !important;
  font-weight: bold;
}

.menu ul li a img {
  margin-top: -10px
}

.menu ul.socialMedia {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -9px;
  margin-right: 20px;
}

.menu ul.socialMedia a {
  float: left
}

.menu ul.socialMedia li {
  margin-right: 10px
}

.menu ul li a.discord {
  background-image: url("../images/discordButton.png");
  width: 46px;
  height: 51px;
  background-repeat: no-repeat;
}

.menu ul li a.tiktok {
  background-image: url("../images/tiktokButton.png");
  width: 46px;
  height: 51px;
  background-repeat: no-repeat;
}

.menu ul li a.facebook {
  background-image: url("../images/facebookButton.png");
  width: 46px;
  height: 51px;
  background-repeat: no-repeat;
}

.header {
  height: 823px;
  background-image: url("../images/headerBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.header .container {
  position: relative;
  height: 100%;
}

.headerButton {
  position: absolute;
  width: 132px;
  height: 126px;
  background-image: url("../images/headerButtonBg.png");
  bottom: 200px;
  left: 100px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.headerButton.two {
  left: 300px;
}

.headerButton span {
  display: block;
  margin-top: 40px
}

.headerButton strong {
  font-size: 25px
}

.content {
  margin-top: -120px;
  z-index: 99;
  position: relative;
}

.userPanel {
  width: 303px;
  height: 328px;
  margin-bottom: 45px;
  background-image: url("../images/panel1.png");
}

.userPanel strong {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 40px;
  font-size: 13px;
}

.userPanel span {
  color: #deb88a;
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
}

.userPanel form {
  text-align: center;
}

.userPanel form input {
  width: 220px;
  height: 34px;
  margin-top: 10px;
  font-size: 13px;
  padding-left: 35px
}

.userPanel form input.userName {
  background-image: url("../images/inputUserName.png");
  background-repeat: no-repeat;
}

.userPanel form input.password {
  background-image: url("../images/inputPassword.png");
  background-repeat: no-repeat;
}

.userPanel #check {
  width: 13px;
  position: absolute;
  left: 45px
}

.userPanel label {
  color: #ccb096;
  font-size: 13px;
  margin-bottom: 15px !important;
  position: absolute;
  display: block;
  left: 70px;
  top: 16px
}

div.checkbox {
  position: relative
}

button.panelButton1 {
  background-image: url("../images/pabelButtonBg1.png");
  background-color: transparent;
  width: 159px;
  height: 29px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.userPanel .forgot {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #deb88a;
  margin-top: 7px;
}

.statistic {
  width: 303px;
  height: 456px;
  background-image: url("../images/panel2.png");
  background-repeat: no-repeat;
}

.statistic.right {
  width: 303px;
  height: 328px;
  margin-bottom: 30px;
  background-image: url("../images/panel1.png");
  background-repeat: no-repeat;
}

.statistic.right span {
  font-size: 12px;
  color: #e5be8e;
  display: block;
  text-align: center;
  margin-top: 20px
}

.statistic.right .data {
  background-color: #6f5542;
  border-radius: 5px;
  font-size: 12px;
  padding: 4px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #e2c6b9;
  margin-top: 20px
}

.statistic.right .data img {
  margin: 0 5px
}

.statistic strong {
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 40px;
  font-size: 13px;
}

.statistic table {
  color: #e2bd9b;
  width: 90%;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 25px;
  text-align: center;
}

.statistic table tr:nth-child(odd) {
  background-color: #3b2014;
}

.statistic table tr:nth-child(even) {
  background-color: #2b160c;
}

.statistic table tr td {
  padding: 5px
}

.statistic table tr td span {
  color: #d6ab56
}

a.loadMore {
  background-image: url("../images/panelButtonBg2.png");
  background-repeat: no-repeat;
  display: block;
  height: 43px;
  width: 121px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 14px;
  margin-left: 90px;
  margin-top: 10px;
  font-size: 15px
}

.slider {
  margin-top: 40px;
  height: 254px;
  overflow: hidden;
  position: relative;
}

.sliderButton {
  position: absolute;
  bottom: 25px;
  right: 60px;
}

.sliderButton span {
  width: 10px;
  height: 10px;
  background-color: #685443;
  display: block;
  border-radius: 100%;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.sliderButton span.aktif {
  background-color: #d9c1a5;
}

.center {
  background-color: #211008;
}

.tab {
  margin-top: 25px;
  margin-left: 15px;
}

.tab h4 {
  color: #ffffff;
  margin-left: 15px;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 14px
}

.tab ul {
  float: right;
}

.tab ul li {
  float: left;
}

.tab ul li a {
  display: block;
  width: 100px;
  color: #837772;
  font-size: 12px;
  height: 40px;
  text-align: center;
}

.tab ul li a.aktif {
  border-bottom: 1px solid #d0b99e;
  color: #ffffff
}

.article {
  margin-left: 30px;
  margin-top: 25px;
}

.articleHeader {
  height: 59px;
  background-repeat: no-repeat;
  background-image: url("../images/articleHeader.png");
  padding: 20px 30px;
}

.articleHeader .left {
  color: #fff;
  font-size: 14px;
  float: left
}

.articleHeader .right {
  float: right;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.articleHeader .right div {
  position: relative;
}

.articleHeader .right div:first-child::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #6262625c;
  position: absolute;
  top: 6px;
  right: 0px;
}

.articleHeader .right div:first-child {
  margin-right: 25px;
  width: 100px
}

.articleHeader .right div {
  float: left;
  padding: 5px;
  margin-right: 55px;
  margin-top: -2px
}

.articleHeader .right div span {
  color: #ffb482;
}

.articleContent p {
  color: #837772;
  font-size: 13px;
  width: 95%;
  margin-top: 20px
}

.articleFooter div {
  float: left;
  color: #fff;
  font-size: 12px;
}

.articleFooter div:nth-child(2) {
  width: 55%;
  text-align: center !important;
}

.articleFooter div a {
  background-image: url("../images/readMore.png");
  background-repeat: no-repeat;
  width: 83px;
  margin-left: 40%;
  display: block;
  height: 29px;
  color: #fff;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12px;
}

.articleFooter div span {
  color: #ffd9bb
}

.diveder {
  padding: 25px
}

.pagination {
  margin-top: 35px;
  margin-bottom: 25px
}

.pagination ul {
  margin: 0 auto
}

.pagination ul li {
  float: left;
}

.pagination ul li a {
  background-color: #130b07;
  display: block;
  color: #ffffff;
  padding: 5px 8px;
  margin: 3px;
  font-size: 11px;
  text-align: center;
}

.pagination ul li:nth-child(1) a,
.pagination ul li:nth-last-child(2) a {
  background-color: transparent !important;
}

.footerLine {
  width: 100%;
  height: 13px;
  background-image: url("../images/footerLine.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto
}

.footer {
  margin-top: 50px;
}

.footerLeft a {
  display: block;
  margin-bottom: 15px
}

.footerLeft {
  color: #675a55;
  font-size: 12px;
  float: left;
  padding-right: 115px;
  position: relative;
}

.footerLeft::after {
  content: "";
  background-color: #31231d;
  width: 1px;
  height: 30px;
  top: 30%;
  position: absolute;
  right: 0px;
}

.footerLeft span {
  color: #bea890
}

.footerCenter {
  margin-left: 25px;
  float: left;
  position: relative;
}

.footerCenter::after {
  content: "";
  background-color: #31231d;
  width: 1px;
  height: 30px;
  top: 30%;
  position: absolute;
  right: 0px;
}

.footerCenter ul {
  float: left;
  width: 200px;
}

.footerCenter ul li a {
  font-size: 13px;
  color: #dfd8cf
}

.footerRight {
  float: right !important;
  font-size: 12px;
  color: #e7c4a2;
  margin-top: 25px
}

.register {
  padding: 35px
}

.headTitle {
  background-color: #422B21;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px
}

.registerForm {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}

.registerForm input {
  width: 260px;
  height: 40px;
  background-color: #301F15;
  border: 1px solid #897768;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px
}

.registerForm select {
  width: 260px;
  height: 40px;
  background-color: #301F15;
  border: 1px solid #897768;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  outline: none;
  color: #ffffff;
}

.registerForm textarea {
  width: 260px;
  background-color: #301F15;
  border: 1px solid #897768;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  outline: none;
  color: #ffffff;
}

.registerButton {
  background-color: #EFC467;
  color: #333;
  font-weight: bold;
  margin: 0 auto;
  padding: 7px;
  font-size: 13px;
  margin-top: 15px
}

.ranking {
  padding: 35px
}

table.rankingTable {
  width: 100%;
  font-size: 12px;
  background-color: #41291D;
  color: #E9AC75
}

table.rankingTable span {
  color: #968090
}

table.rankingTable tr td {
  padding: 5px;
}

table.rankingTable tr {
  border-bottom: 1px solid #321D13
}

.download {
  padding: 35px
}

.downloadIcon {
  width: 260px;
  margin: 0 auto;
  background-color: #3E2417;
  padding: 15px;
  border: 1px solid #655042;
  font-size: 12px;
  color: #fff
}

.downloadIcon img {
  float: left;
  margin-right: 15px
}

.downloadCenter {
  float: left
}

.downloadCenter span {
  display: block;
  color: #FAA55F
}

span.version {
  float: right;
  color: #FAA55F
}

.menuOpen {
  display: none;
  background-image: url("../images/menuRow.png");
  width: 30px;
  background-repeat: no-repeat;
  height: 30px;
  float: right;
  position: absolute;
  right: 30px;
  bottom: 15px;
  cursor: pointer;
  top: 10px
}

.menu .container {
  position: relative;
}

.controlPanel {
  padding: 35px;
}

.controlPabelTable {
  width: 95%;
  background-color: #41291D;
  color: #D8C5BA;
  font-size: 13px;
  margin-left: 3%;
}

.controlPabelTable tr {
  border-bottom: 1px solid #5a3a2a
}

.controlPabelTable tr td {
  padding: 4px
}

.controlPabelTable tr td span {
  display: block;
  text-align: right;
  color: #E8D3FF
}

.controlPanel ul {
  margin-top: 15px;
  margin-left: -30px
}

.controlPanel ul li a {
  display: block;
  text-align: center;
  background-color: #6A5341;
  color: #fff;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 5px
}

.userPanel .list {
  margin-top: 20px;
}

.userPanel .list li a {
  display: block;
  background-color: #6A5341;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  width: 90%;
}

.server_stat table {
  margin-top: 15px;
}

.server_stat .data {
  width: 70% !important;
}

.server_stat table svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.footer .container {
  position: relative;
  padding: 50px 0;
}

.articleFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.articleFooter .readmore {
  position: relative;
}

.articleFooter .readmore::before {
  content: "";
  height: 1px;
  background-color: #be9a3d;
  position: absolute;
  width: 130px;
  top: 16px;
  left: -20px;
}

.articleFooter .readmore::after {
  content: "";
  height: 1px;
  background-color: #be9a3d;
  position: absolute;
  width: 120px;
  top: 16px;
  right: -20px;
}

.tab {
  position: relative;
}

.tab::after {
  content: "";
  height: 1px;
  background-color: #6262625c;
  position: absolute;
  width: 95%;
  bottom: 5px;
  left: 2%;
}

@media (max-width: 1000px) {

  body,
  html {
    overflow-x: hidden;
  }

  .socialMedia {
    display: none;
  }

  .header {
    background-size: contain;
  }

  .headerButton {
    display: none;
  }

  .content {
    margin-top: -500px !important;
  }

  .userPanel,
  .statistic {
    margin: 0 auto
  }

  .slider {
    display: none;
  }

  .center {
    margin-top: 35px
  }

  .footerCenter {
    display: none;
  }

  .footerRight {
    display: none;
  }

  .footerLine {
    display: none;
  }

  .footerLeft {
    border: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .menu {
    padding-top: 55px;
    width: 106%;
    margin-left: -15px;
  }

  .menu .container-fluid ul {
    background-color: #22150E;
    z-index: 9999;
    display: none;
  }

  .menu ul li.logo {
    display: none;
  }

  .menu ul li {
    width: 100%;
    display: block;
    padding: 5px;
  }

  .menuOpen {
    display: block;
  }

  .tab {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab ul {
    padding: 0px;
    margin: 0px;
  }

  .tab::after {
    bottom: 0px;
  }

  .articleHeader .right {
    display: none;
  }

  .articleFooter div:nth-child(2) {
    width: auto;
  }

  .articleFooter div a {
    margin-left: 0px !important;
  }

  .articleFooter .readmore::before {
    display: none;
  }

  .articleFooter .readmore::after {
    display: none;
  }
}


.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 45px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 140px 0 0 0;
  vertical-align: top;
  float: left;
  position: fixed;
  right: 0px;
  z-index: 999;
}

.languagepicker:hover {
  height: auto;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 10px;
  line-height: 40px;
  border-top: 1px solid #EEE;
  height: 45px
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin: 0px;
}

.roundborders {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 1368px) {
  .languagepicker{
    margin-top: 80px
  }
}

.modal-backdrop.show{
  display: none
}

#video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 823px;
  overflow: hidden;
}

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .container {
    max-width: 95%;
  }
  .socialMedia{
    top: 50px!important;
    right: 51%!important;
    transform: translateX(50%);
  }
}

@media (max-width: 768px) {
  .menu{
    position: relative;
    z-index: 999999999;
  }
  .header{
    height: 200px;
  }
  #video-container {
    display: none;
  }
  .content{
    margin-top: 0px!important;
  }
}
