/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif; }

img {
  display: none; }

body {
  background: #111;
  color: #fff; }

/* width */
::-webkit-scrollbar {
  width: 3px; }

/* Track */
::-webkit-scrollbar-track {
  background: #555; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #111; }

nav {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  position: absolute;
  z-index: 9; }
  nav img {
    width: 90px;
    display: inline-block; }

button {
  width: 90%;
  max-width: 350px;
  background: #C21417;
  color: #FFFFFF;
  border: 0;
  outline: 0;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  margin: 15px auto;
  cursor: pointer; }

.mWidth {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .mWidth button {
    background: #FECC0A;
    color: #111;
    margin-top: 40px; }

.fullWH {
  width: 100%; }

.first {
  background: transparent;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto; }

.coverbg {
  background: rgba(1, 3, 65, 0.5);
  width: 100%;
  height: 100%; }

.second {
  background: #C21417; }

.third {
  background: #FECC0A; }

.content {
  width: 100%;
  padding-top: 75px; }

.bottomText {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px; }

.txt-box {
  position: relative; }

.fLine {
  font-weight: 700;
  font-size: 30px;
  color: #C21417; }
  .fLine span {
    color: #FFFFFF; }

.sLine {
  color: #FECC0A;
  font-weight: 900;
  font-size: 100px;
  line-height: 1; }

.tLine {
  font-size: 50px;
  font-weight: 600; }

.fthLine {
  font-size: 16px; }

.first-txt {
  position: relative;
  z-index: 9; }
  .first-txt .fLine {
    font-weight: 700;
    font-size: 30px;
    color: #C21417; }
    .first-txt .fLine span {
      color: #FFFFFF; }
  .first-txt .sLine {
    color: #FECC0A;
    font-weight: 900;
    font-size: 100px;
    text-shadow: 1px 1px 0px #8f750e, 2px 2px 0px #8f750e, 3px 3px 0px #8f750e, 4px 4px 0px #8f750e, 5px 5px 0px #8f750e; }
  .first-txt .tLine {
    font-size: 50px;
    font-weight: 600;
    color: #C21417;
    text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff; }
  .first-txt .fthLine {
    font-size: 16px; }

.second-txt {
  position: absolute;
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
  left: calc(50% + 10px); }
  .second-txt .fLine {
    text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #010341;
    position: relative;
    top: -7px;
    left: -7px; }
    .second-txt .fLine span {
      color: #010341; }
  .second-txt .sLine {
    text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #010341; }
  .second-txt .tLine {
    text-shadow: 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
    color: #010341;
    position: relative;
    top: -5px;
    left: -5px; }
  .second-txt .fthLine {
    opacity: 0; }

.bonus {
  width: 90%;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center; }
  .bonus .toolTip {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    height: 36px;
    width: 100%;
    max-width: 350px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }

.bonusbox {
  background: rgba(255, 255, 255, 0.3);
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  margin-left: 10px; }
  .bonusbox span {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }
    .bonusbox span img {
      height: 50%;
      display: inline-block; }
  .bonusbox p {
    padding: 0px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FECC0A; }

.img-box {
  width: 100%;
  max-width: 900px;
  height: auto; }
  .img-box img {
    width: 100%;
    display: inline-block; }

.bets {
  padding: 30px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .bets h1 {
    font-weight: 600;
    width: 100%; }
  .bets button {
    background: #FECC0A;
    color: #111111; }

.game-box {
  width: 90%;
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 30px; }
  .game-box .img-box {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
    .game-box .img-box img {
      height: 100%;
      width: auto;
      display: inline-block; }
  .game-box p {
    font-weight: 600;
    font-size: 20px;
    margin: 15px auto; }
    .game-box p span {
      background: #ffffff;
      color: #C21417;
      padding: 5px 10px;
      border-radius: 10px;
      font-style: italic; }

.bonusDet {
  color: #111;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-evenly;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 10px; }
  .bonusDet h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 10px 0px; }

.steps-box {
  width: 90%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px auto; }
  .steps-box span {
    width: 30px;
    height: 30px;
    background: #111;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 5px; }
  .steps-box p {
    font-weight: 600;
    border: 2px dashed #111;
    border-radius: 50px;
    width: 100%;
    padding: 10px 0px; }

footer {
  background: #333333; }
  footer .mWidth {
    padding: 30px 10px; }
  footer p {
    font-size: 10px;
    color: #AFAFAF;
    text-align: justify;
    text-align-last: center; }
  footer img {
    height: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block; }

@media screen and (min-width: 1024px) {
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center; }

  .bottomText {
    margin-top: 40px; }

  .fLine {
    font-size: 2vw !important; }

  .sLine {
    font-size: 8vw !important; }

  .tLine {
    font-size: 5vw !important;
    margin-left: 20px; }

  .oneLtxt {
    display: flex;
    align-items: center;
    justify-content: center; }

  .img-box {
    max-height: 400px;
    overflow: hidden;
    margin-top: 40px; }

  .bets .space {
    width: 100%; }

  .second-txt {
    position: absolute;
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
    left: calc(50% + 10px); } }

/*# sourceMappingURL=style.css.map */
