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

body,
h1 {
  margin: 0;
}

#fe_main {
  max-width: 100%;
}

#fe_footer {
  margin-top: 0;
}

/* .promotions_wrapper {
  background: url(../img/choice-bg-jpg-64186e5e97560.jpg) no-repeat center/cover fixed;
  position: relative;
  min-height: 86vh;
  overflow: hidden;
} */

#lndWrap {
  font-family: 'Montserrat', sans-serif;
}

#lndWrap {
  background: url(../img/bg.jpg) no-repeat center/cover fixed;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.characters .left,
.characters .right {
  width: 142vw;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.characters {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.characters::after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  bottom: 90px;
  background: url(../img/bottom-light-v2.png) no-repeat bottom/contain;
  display: none;
}

.characters .left {
  background: url(../img/left-characters-mobile.png) no-repeat center bottom/contain;
  left: 0;
}

.characters .right {
  background: url(../img/right-characters-mobile.png) no-repeat center bottom/contain;
  right: 0;
}

.btn {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(69, 110, 142, 1) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
  margin: 0 auto;
  text-align: center;
  border: 0;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  letter-spacing: 2px;
}

/* .btn:hover {
  background-color: #51b22f;
  color: #fff;
} */

.content {
  padding-top: 0;
  position: absolute;
  width: 90%;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 6px 8px rgb(0 0 0 / 50%);
  z-index: 6;
}

.content .lndTitle {
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 7vw;
  letter-spacing: 4px;
  margin-bottom: 2vw;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 0;
}

.content p {
  font-size: 4.4vw;
  line-height: 5.2vw;
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
}

.content p:first-child {
  margin-top: 0;
}

.leaderboard {
  width: 100%;
  height: 280px;
  background: url(../img/leaderboard-bg.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
}

.field {
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0.415);
  padding: 8px 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  outline: none;
}

.leadarboard-form {
  padding-top: 44px;
  max-width: 64%;
  margin: 0 auto;
}

.label {
  display: block;
  font-size: 16px;
  text-align: left;
  text-shadow: 2px 8px 10PX #000;
  margin-bottom: 1vw;
}

.form-row {
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .content .lndTitle {
    font-size: 4vw;
    line-height: 6vw;
  }

  .content {
    width: 80%;
  }

  .content p {
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .characters .left,
  .characters .right {
    width: 110vw;
    bottom: 154px;
  }

  .leaderboard {
    height: 440px;
  }

  .leadarboard-form {
    padding-top: 12vw;
    max-width: 60%;
  }

  .label {
    font-size: 2.6vw;
    margin-bottom: 1vw;
  }

  .field {
    padding: 2.4vw 1.2vw;
    /* font-size: 1.4vw; */
  }

  .btn {
    padding: 1.8vw 20px;
  }
}

@media screen and (min-width: 1200px) {
  /* #lndWrap {
        min-height: 100vh;
      } */

  /* .promotions_wrapper {
        min-height: 92vh;
      } */

  .characters .left {
    background-image: url(../img/left-characters.png);
  }

  .characters .right {
    background-image: url(../img/right-characters.png);
  }

  .content {
    width: 62%;
    top: 5%;
  }

  .content .lndTitle {
    font-size: 3.4vw;
    font-weight: 900;
    line-height: 4.8vw;
  }

  .bet-btn {
    display: none;
  }

  .characters .left,
  .characters .right {
    background-size: cover;
    bottom: 104px;
  }

  .content p {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .characters .left,
  .characters .right {
    bottom: auto;
    padding-top: 60px;
    max-width: 1920px;
  }

  .characters::after {
    background: url(../img/bottom-light.png) no-repeat bottom/cover;
    bottom: 0;
  }

  .leaderboard {
    width: 66%;
    height: 32vw;
    top: 50%;
    margin-top: 10%;
  }

  .leadarboard-form {
    padding-top: 44px;
  }

  .label {
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }

  .field {
    padding: 1.2vw 1vw;
    font-size: 1.4vw;
  }

  .form-row {
    margin-bottom: 1.2vw;
  }

  .btn {
    font-size: 2.1vw;
    padding: .6vw 20px;
  }

  .leadarboard-form {
    padding-top: 5.6vw
  }
}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1600px) {
  #lndWrap {
    min-height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .content .lndTitle {
    font-size: 70px;
    line-height: 84px;
  }

  .content p {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {

  .characters .left,
  .characters .right {
    background-size: contain;
    width: 83vw;
  }
}

@media (-webkit-device-pixel-ratio: 1.50) {

  .characters .left,
  .characters .right {
    background-size: contain;
    width: 76vw;
  }
}