@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 {
  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: inline-block;
  color: #051220;
  text-decoration: none;
  background-color: #f7fa00;
  min-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: #051220;
  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: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 12;
  color: #f7fa00;
  text-shadow: 0 2px 0px #c86718;
}

@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 {
  float: left;
  width: 100%;
  background: #051220;
  padding: 90px 0;
  text-align: center;
}

.main-footer p {
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

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

.footer-content {
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-logo {
  display: block;
  margin: 45px auto;
  max-width: 282px;
  width: 100%;
}
/* inner page specific css */

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

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

.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;
}
.trustpilot-banner {
  display: block;
  margin: 0px auto 30px auto;
  max-width: 282px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-footer {
    padding: 30px 0;
  }
  .footer-content {
    padding: 0 14px;
  }
}
@media screen and (max-width: 500px) {
  .main-footer p {
    font-size: 12px;
    line-height: 18px;
  }
}
