body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  font-family: "Lato";
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}

h2  { color: #fff; }

ul li { color: #fff; line-height: 24px; }

/* header */
.main-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* hero */

.hero {
  background: #000;
  /*min-height: 869px;*/
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 3px;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hero:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.hero-logo {
    width: 95px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #000000) drop-shadow(0 0 10px #000000);
}

.hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-bg img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: bottom center;
  max-width: 100%;
  max-height: 100%;
}

.hero iframe {
  height: 500px;
  width: 100%;
}

.hero .container {
    position: relative;
  z-index: 3;
}

.hero .container .language {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero .container .language p {
  font-size: 18px;
  font-weight: 700;
}

.hero .container .language p a {
  color: #fff;
  text-decoration: none;
}

.hero .container .language p a:hover  {
  color: #f8c223;
}

.hero .container .language p img {
  margin-bottom: -5px;
}

.inner-nav__back-button {
    border-radius: 20px;
    padding: 0.2em 1em;
    color: #fff;
    background: #00b157;
    font-weight: 900;
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
    z-index: 10;
}

.inner-nav__back-button:link,
.inner-nav__back-button:active,
.inner-nav__back-button:hover,
.inner-nav__back-button:focus {
    color: white !important;
}

.hero-game__holder {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.87);
}

.hero-game__header {
  background: #282828;
  padding: 13px 26px 20px;
}

.hero-game__header p {
  color: #fff;
  line-height: 24px;
}

.hero-game__header p a {
  color: #fff;
}

.hero-game__title {
  color: #fff;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-game__title {
    font-size: 18px;
  }
}

.hero-game__title sup {
    font-weight: 400;
    font-size: 65%;
}

.hero-game__body {
  padding-top: 50%;
  position: relative;
}

.hero-game {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-game iframe {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
  max-width: 100%;
  max-height: 100%;
}

.hero-game div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #000;
  height: 100%;

}

.hero-game div p {

  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
  line-height: 28px;

}

.hero-game video { 

  width: 100%;

}

/* footer */

.main-footer {
  background: #171717;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 15px;
}

.main-footer p {
  margin-top: 0;
}

.main-footer p a {
  text-decoration: none;
  color: #a7a7a7;
}

.footer-content {
  max-width: 600px;
  text-align: center;
}

.footer-content p {
  font-family: "Lato";
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 31px;
}

.footer-decor {
  display: inline-block;
  width: 498px;
  height: 106px;
  border-radius: 10px;
  border: solid 1px #000000;
  background-color: #000000;
}

.footer-logo {
    margin: 0 auto;
    margin-bottom: 38px;
    display: block;
    width: 137px;
    filter: drop-shadow(0 0 5px #000000) drop-shadow(0 0 10px #000000);
}
/* inner page specific css */

.inner-page {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.game-block {
    background-color: black;
    position: absolute;
    top: 0;    
    width: 12%;
    height: 100%;
    z-index: 9999;
}

.game-block--top {
    left: 0;
    width: 100%;
    height: 25px;
}

.game-block--left {
    left: 0;
}

.game-block--right {
    right: 0;
}