/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: "Poppins", sans-serif;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}

.anchor {
  text-decoration: none;
}

header {
  width: 100%;
  height: 365px;
  float: left;
  position: relative;
  overflow: hidden;
  background: rgb(2, 9, 45);
  background: url(../images/coins-right.png) no-repeat right bottom,
    url(../images/coins-left.png) no-repeat left bottom,
    url(../images/bg.jpg) center;
}
.header-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.header-container img {
  display: block;
  margin: 30px auto 0;
}
.header-container h1 {
  font-size: 32px;
  font-weight: 800;
  color: #ffd66a;
  text-shadow: 0 2px 5px #000, 0 2px 15px #000;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.header-container p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 5px #000, 0 2px 15px #000;
  text-align: center;
  margin-bottom: 15px;
  line-height: 24px;
}
/*.header-container p { font-size: 18px; color: #fff; text-align: center; text-shadow: 0 2px 5px #000, 0 2px 15px #000;}
			.header-container p span { color: #f8c223; font-weight: 700;  }*/
header video {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.header-coins {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 7;
  pointer-events: none;
}
.banner-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  pointer-events: none;
}
.banner-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
  pointer-events: none;
}

.language {
  display: inline-flex;
  justify-content: flex-end;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 123;
  text-transform: uppercase;
}

.language a,
.language button {
  text-transform: uppercase;
}
.language-container {
  width: 1200px;
  margin: 0 auto;
}
.language-container p {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.language-container p img {
  margin-bottom: -5px;
}
.language-container p a {
  color: #fff;
  text-decoration: none;
}
.language-container p a:hover {
  color: #f8c223;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropbtn img {
  margin-right: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 20;
  right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-content a img {
  margin-right: 5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown .dropdown-content.menu-active {
  display: block;
}

.seperator {
  width: 100%;
  background: url(../images/seperator.jpg) no-repeat;
  background-size: 100% 100%;
  height: 3px;
  float: left;
  position: relative;
}
.coins-0 {
  position: absolute;
  left: 20px;
  top: 35px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.coins-1 {
  position: absolute;
  left: 90px;
  bottom: -10px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.coins-2 {
  position: absolute;
  right: 75px;
  bottom: -20px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.coins-3 {
  position: absolute;
  left: 115px;
  bottom: -236px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.coins-4 {
  position: absolute;
  left: 140px;
  bottom: 20px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.coins-5 {
  position: absolute;
  right: 75px;
  bottom: 39px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.latest {
  width: 100%;
  float: left;
  background-color: #000930;
  background-image: url(../images/bg-latest.jpg);
  box-sizing: border-box;
  padding: 50px 0;
  position: relative;
}
.latest-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.latest-container h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
  position: relative;
  z-index: 12;
}
.latest-container p.large {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  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;
}
.latest-container p.small {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 50px;
  text-shadow: 0px 2px 5px #000, 0px 2px 10px #000, 0px 2px 10px #000;
}
.latest-container hr {
  margin-bottom: 50px;
}
.game-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.game {
  width: 100%;
  width: 385px;
}
.game > div {
  position: relative; /*cursor: pointer;*/
}
/*.game div .cta { border-radius: 20px; padding: 20px 40px; font-size: 28px; color: #fff; background: #00b157; font-weight: 900; text-shadow: 0 2px 5px rgb(0 0 0 / 50%); box-shadow: 0 9px 0 #007339, 0px 10px 25px #000, 0px 10px 25px #000; border: none; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); outline: none; top: 100px; display: none; cursor: pointer; z-index: 10; }
					.game div img { width: 100%; }*/
/*.game div a.cta-1 { width: 327px; height: 79px; position: absolute;  }*/
.game > div .cta-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.game > div .cta-container a img {
  display: block;
  margin: 5px auto;
}

.game > div:hover .cta-container {
  /*display: block;*/
  display: flex;
}
.game > div .border {
  position: absolute;
  top: 212px;
  left: 0;
  user-select: none;
  pointer-events: none;
}
.game > div:hover .game-img {
  opacity: 0.5;
}

.coming-soon {
  pointer-events: none;
}

.game p {
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  text-align: center;
}
.fire {
  margin-left: 10px;
}

.large-banner {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 100px;
  background: url(../images/ts3-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.large-banner-container {
  width: 1200px;
  margin: 0 auto;
}
.large-banner-container h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
}
.large-banner-container > img {
  width: 100%;
}
.large-banner-container .game {
  width: 100%;
}
.large-banner-container .game div .cta {
  top: 200px;
}
/*.large-banner-container .game div:hover { opacity: .7; }*/

.blockbuster {
  width: 100%;
  float: left;
  background-color: #030e2e;
  background-image: url(../images/blockbuster-left.png),
    url(../images/blockbuster-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 500px, right 350px;
  padding: 90px 0;
  box-sizing: border-box;
}
.blockbuster-container {
  width: 1200px;
  margin: 0 auto;
}
.blockbuster-container h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
}
.blockbuster-container hr {
  height: 3px;
  width: 100%;
  background: #eac25f;
  border: none;
  margin: 60px 0;
}
.blockbuster-container .game p {
  background: none;
  line-height: 20px;
  padding: 0;
}

.games {
  float: left;
  width: 100%;
  background: url(../images/games-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 290px 0;
}
.games-container {
  width: 1200px;
  margin: 0 auto;
}
.games-container h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
}
.games-container p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 2px 5px #000, 0px 2px 7px #000, 0px 2px 5px #000;
}
.games-container p span {
  color: #ffc700;
}
.games-container button {
  border: none;
  background: transparent;
  display: block;
  margin: 50px auto 0;
  cursor: pointer;
}
.games-container button img {
}

.exciting {
  width: 100%;
  float: left;
  background-color: #030e2e;
  background-image: url(../images/exciting-left.png),
    url(../images/exciting-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 450px, right 150px;
  padding: 90px 0;
  box-sizing: border-box;
}
.exciting-container {
  width: 1200px;
  margin: 0 auto;
}
.exciting-container h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
}
.exciting-container p {
  color: #fff;
  margin-bottom: 30px;
  line-height: 28px;
}
.table {
  width: 100%;
  float: left;
  background: url(../images/table-bg.jpg);
  padding: 100px 0 70px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
.table-container {
  width: 1200px;
  margin: 0 auto;
}
.table-container h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  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;
}

footer {
  float: left;
  width: 100%;
  background: #030e2e;
  padding: 90px 0;
}
.footer-container {
  width: 1200px;
  margin: 0 auto;
}
.footer-container p {
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  line-height: 22px;
}
.footer-container p a {
  color: #a7a7a7;
  text-decoration: none;
}
.footer-container img {
  display: block;
  margin: 45px auto;
}

.mobile-display {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-container,
  .language-container,
  .latest-container,
  .large-banner-container,
  .blockbuster-container,
  .table-container,
  .exciting-container,
  .games-container,
  .footer-container {
    width: 960px;
    position: relative;
    z-index: 10;
  }
  .game {
    width: 305px;
  }
  .game > div > img {
    width: 100%;
  }
  .cta-1 img {
    width: 80%;
  }
  .cta-2 img {
    width: 80%;
  }
  .game div .cta {
    padding: 15px 30px;
    font-size: 18px;
    top: 90px;
  }
  .large-banner-container .game div .cta {
    top: 170px;
  }
  .coins-0 {
    right: 50px;
    top: 25px;
    display: none;
  }
  .games {
    padding: 150px 0;
  }

  header {
    height: 335px;
    background: url(../images/coins-right.png) no-repeat right 250px,
      url(../images/coins-left.png) no-repeat left 250px,
      url(../images/bg.jpg) center;
  }
  .header-container img {
    margin: 10px auto 0;
  }
  .large-banner-container .game > div > img {
    width: 100%;
  }
  .large-banner-container .game > div .cta-container a img {
    width: auto;
  }
}

@media screen and (max-width: 960px) {
  .header-container,
  .language-container,
  .latest-container,
  .large-banner-container,
  .blockbuster-container,
  .table-container,
  .exciting-container,
  .games-container,
  .footer-container {
    width: 768px;
  }
  .game {
    width: 245px;
  }
  .game div .border {
    top: 124px;
  }
  .game p {
    font-size: 14px;
    margin-top: 10px;
  }
  .game div .cta {
    box-shadow: 0 6px 0 #007339, 0px 10px 25px #000, 0px 10px 25px #000;
    padding: 12px 30px;
    font-size: 12px;
    top: 75px;
  }
  .large-banner-container .game div .cta {
    top: 140px;
  }
  /*	.games-container p { font-size: 24px; }*/
}

@media screen and (max-width: 768px) {
  header {
    height: 265px;
  }
  .header-container img {
    width: 200px;
  }
  .header-container,
  .language-container,
  .latest-container,
  .large-banner-container,
  .blockbuster-container,
  .table-container,
  .exciting-container,
  .games-container,
  .footer-container {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .game {
    width: 385px;
    margin-bottom: 40px;
  }
  .game-container {
    flex-direction: column;
  }
  .latest-container h2,
  .large-banner-container h2,
  .blockbuster-container h2,
  .table-container h2,
  .exciting-container h2 {
    text-align: center;
  }
  .game p {
    margin-top: 20px;
  }
  .game div .border {
    top: 212px;
  }
  .game div .cta {
    padding: 20px 50px;
    font-size: 20px;
    top: 115px;
  }
  .large-banner-container .game div .cta {
    top: 200px;
  }
  .games-container h3 {
    margin: 20px;
  }
  /*.games-container p { line-height: 32px; }*/
  .games-container p br {
    display: none;
  }
  .footer-container p br {
    display: none;
  }
  .coins-1,
  .coins-0,
  .coins-4 {
    display: none;
  }
  .mobile-display {
    display: block;
  }
  .desktop-display {
    display: none;
  }
  .large-banner-container .game {
    width: 385px;
    margin: 0 auto;
  }
  /*.large-banner-container { display: flex; align-items: center;  }*/
  .game p {
    font-size: 16px;
  }
  .latest {
    padding: 40px 0;
    padding-top: 70px;
  }
  .language {
    top: -70px;
  }
  .blockbuster {
    padding: 60px 0 20px;
  }
  .table {
    padding: 70px 0 30px;
  }
  .exciting {
    padding: 60px 0 20px;
  }
  .game-container {
    margin-bottom: 0;
    align-items: center;
  }
  .blockbuster-container hr {
    margin: 40px 0 60px;
  }
  .header-container h1 {
    font-size: 24px;
  }
  .header-container p {
    font-size: 14px;
  }
  .latest-container p.large {
    font-size: 26px;
  }
  .latest-container p.small {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 600px) {
  header {
    height: 235px;
  }
  .header-container img {
    width: 170px;
  }
  .header-container p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 500px) {
  .header-container h1 {
    font-size: 18px;
  }
  .header-container p {
    font-size: 12px;
  }
  .game {
    width: 280px;
  }
  .game div .cta {
    padding: 15px 25px;
    font-size: 15px;
    top: 80px;
  }
  .game div .border {
    top: 153px;
  }
  .large-banner-container .game {
    width: 280px;
  }
  .large-banner-container .game div .cta {
    top: 150px;
  }
  .games-container h3 {
    font-size: 26px;
  }
  .games-container p {
    line-height: 22px;
    font-size: 16px;
  }
  .games-container button {
    padding: 15px 60px;
    font-size: 18px;
  }
  .footer-container p {
    font-size: 12px;
    line-height: 18px;
  }
  header video {
    width: 200%;
  }
  .games-container button img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .header-container p {
    font-size: 11px;
  }
  .header-container h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .game {
    width: 250px;
  }
  .game div .cta {
    top: 65px;
  }
  .large-banner-container .game {
    width: 250px;
  }
  .large-banner-container .game div .cta {
    top: 130px;
  }
  header {
    height: 215px;
  }
  .header-container h1 {
    font-size: 16px;
  }
  .header-container p {
    font-size: 10px;
  }
}
