@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.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%;
  margin-bottom: 20px;
}

.language .back-cta {
      display: block;
    color: #fff;
    text-decoration: none;
    background-color: #FFB53A;
    width: 95px;
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
}

.hero .container .language p {
  text-align: right;
  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;
}


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

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

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

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

.hero-game__title { text-align: left; font-size: 28px; font-weight: 800; filter: drop-shadow(0px 2px 0px #ff5d0d) drop-shadow(2px 2px 10px #000000); background: #FFB53A; background: -webkit-linear-gradient(to top, #FFB53A 0%, #FFDA6F 100%); background: -moz-linear-gradient(to top, #FFB53A 0%, #FFDA6F 100%); background: linear-gradient(to top, #FFB53A 0%, #FFDA6F 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; }

@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: #030e2e;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.footer-content p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 31px;
  color: #a7a7a7;
  font-weight: 500;
}

.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: 20px;
    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%;
  background: #030e2e;
}

.btn-holder {
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 3;
  padding: 40px 15px 0 15px;
}

.btn-holder img {
  max-width: 100%;
}

.hero-game__visited {
  background: #fff;
  padding: 30px 26px 30px;
  text-align: center;
}


.hidden {
  display: none !important;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
}
.modal div {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  border: 3px solid #ff4a04;
}
.modal div h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.modal div .cta {
  margin-top: 30px;
}