body {
  margin: 0;
  /* width: 100vw;
  overflow-x: hidden; */
}
header {
  background: url(../img/desktop/headerBgr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 2em;
  padding-bottom: 4em;
}
.offerSection {
  background: url(../img/desktop/bgr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  overflow: hidden;
  /* max-width: 100%; */
}
.container {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
  /* overflow: hidden; */
}
span.star {
  font-size: 80%;
  vertical-align: top;
}
.logo {
  max-width: 180px;
  margin: 0 auto;
}
.span18 {
  border: 3px solid red;
  border-radius: 50%;
  background: #ffff;
  padding-bottom: 2px;
  padding-top: 1px;
  vertical-align: middle;
  font-weight: 500;
}
h1 {
  font-family: "VeneerClean-Reg";
  font-weight: 100;
  color: #fff;
  text-align: center;
  font-size: 9.5em;
  margin: 15px 0;
  margin-bottom: 0;
  line-height: 1;
}
h2 {
  font-family: "DINPro";
  text-align: center;
  font-size: 2.8em;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
}
.grid {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-top: 15px;
}
.grid2 {
  display: grid;
  grid-template-columns: 25% 75%;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
input {
  padding: 8px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.2em;
  margin: 15px 10px;
  outline: none;
  font-family: "DINPro";
  font-weight: 900;
}
input::placeholder {
  color: #1f2947;
}
h3 {
  font-family: "DINPro";
  font-weight: 900;
  text-align: center;
  color: #1f2947;
  font-size: 2em;
  background: #00e5c4;
  max-width: max-content;
  margin: 25px auto;
  padding: 9px 30px;
  border-radius: 30px;
}
.grid h1 {
  font-size: 8.3em;
}
a.button {
  color: inherit;
  text-decoration: none;
}

.buttonContent {
  background: #1f2947;
  color: #fff;
  font-family: "DINPro";
  font-weight: 900;
  font-size: 2em;
  padding: 9px 20px;
  border-radius: 4px;
}
.cta-wrapper {
  margin: 15px;
}
.terms {
  font-family: Arial;
  color: #fff;
  display: flex;
}
.terms a {
  color: inherit;
}
.terms p {
  margin: 0;
}
.w18 {
  align-self: flex-end;
}

.w18 img {
  width: 30px;
  vertical-align: middle;
}
.threeHeaders {
  display: flex;
  padding-top: 3em;
  justify-content: space-between;
}
.threeHeaders h2 {
  font-family: "VeneerClean-Reg";
  color: #1f2947;
  font-size: 3em;
  max-width: 245px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
.textBgrWrap {
  padding: 5em 0;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.bgrImage {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -15%;
  right: 0%;
  bottom: 0%;
  width: 115%;
  max-width: 1260px;
}
.text h2 {
  color: #e10a0a;
  font-family: "VeneerClean-Reg";
  font-size: 4.5em;
  text-align: left;
  margin: 0;
  max-width: none;
  line-height: 1;
}
.text p {
  color: #1f2947;
  max-width: 495px;
  font-family: "DINPro";
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 15px;
}
.text .terms p {
  font-size: 1em;
  max-width: 500px;
}
.text h2 span {
  color: #1f2947;
}
.textBgrWrap.rotated {
  padding-top: 10em;
  padding-bottom: 7em;
}
.rotated .text {
  max-width: 580px;
  margin-left: auto;
}
.rotated .text p {
  color: #fff;
}
.rotated .text h2 {
  color: #fff;
  margin: 0;
  max-width: 500px;
}

.footer p {
  font-family: "DINPro";
  text-align: center;
  font-weight: 500;
  color: #1f2947;
}
.footer {
  padding-top: 2em;
  margin-bottom: 120px;
}
.enter-view {
  display: block !important;
}
.mobile-button {
  text-align: center;
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  padding: 2em 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-button.enter-view {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media (min-width: 1024px) {
  header {
    font-size: 12px;
  }
  h1 {
    font-size: 8.5em;
  }
  h2 {
    font-size: 2.5em;
  }
  .threeHeaders {
    font-size: 12px;
  }
  .threeHeaders h2 {
    max-width: 215px;
  }
  .textBgrWrap {
    max-width: 880px;
  }
  .text {
    font-size: 14px;
  }
  .text p {
    max-width: 430px;
  }
  .text .terms p {
    max-width: 430px;
  }
  .rotated .text {
    max-width: 540px;
  }
}
@media (max-width: 1080px) {
  h1 {
    font-size: 13.5vw;
  }
}
@media (min-width: 1024px) {
  .textBgrWrap {
    transform: translateX(8%);
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .grid h1 {
    font-size: 6em;
  }
  .grid2 {
    grid-template-columns: 33% 67%;
  }
  .grid {
    grid-template-columns: 40% 60%;
  }
  /* .textBgrWrap {
    padding: 3em 0;
  } */
  .text p {
    max-width: 425px;
  }
  .text .terms p {
    max-width: 430px;
  }
  .textBgrWrap.rotated {
    padding-top: 7em;
    padding-bottom: 12em;
  }
  .rotated .text {
    max-width: 420px;
    margin-top: 2em;
    margin-bottom: -2em;
    left: -1%;
  }
  .rotated .bgrImage {
    left: 53%;
  }

  .bgrImage {
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 54%;
    transform: translateX(-50%);
    right: 0%;
    bottom: 0%;
    width: 110%;
  }
  .text {
    font-size: 13px;
    max-width: 370px;
    position: relative;
    left: 11%;
  }
}
@media (max-width: 870px) {
  .textBgrWrap.rotated {
    padding-bottom: 7em;
  }
  .textBgrWrap {
    padding-top: 7em;
  }
  .rotated .text {
    max-width: 380px;
    margin-top: 0em;
    margin-bottom: 0em;
    left: -1%;
  }
}
@media (max-width: 870px) and (min-width: 768px) {
  .text {
    margin-top: -5em;
  }
}
@media (max-width: 768px) {
  .text {
    font-size: 12px;
  }

  .logo {
    max-width: 100px;
  }
  .offerSection {
    background: url(../img/mobile/bgr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .desktop {
    display: none;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 5.5em;
  }
  h2 {
    font-size: 2.4em;
  }
  .grid {
    display: block;
  }
  .grid2 {
    display: block;
  }
  header .terms {
    display: block;
    text-align: center;
    padding-bottom: 5em;
  }
  header .terms p {
    display: inline;
  }
  header a.button {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .cta-wrapper {
    margin-bottom: 25px;
  }
  .w18 img {
    vertical-align: -webkit-baseline-middle;
  }
  .threeHeaders {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 15px;
    padding-top: 1.5em;
  }
  .threeHeaders h2 {
    max-width: 100%;
    margin: 5px 0;
    margin-bottom: 12px;
  }
  header {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0;
  }
  header .container {
    padding: 0;
  }
  .bgr1 {
    background: url(../img/mobile/bgr1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 15px;
  }
  .buttonContent {
    background: #e10a0a;
  }
  input {
    border-color: #e10a0a;
  }
  header .terms p {
    color: #1f2947;
  }
  .grid {
    margin-top: 0;
  }
  .jackpot.mobile h3 {
    margin-top: 0;
    background: #1f2947;
    color: #fff;
  }
  .jackpot.mobile h1 {
    color: #1f2947;
  }
  .bgr2 {
    background: url(../img/mobile/bgr2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 15px;
    padding-top: 25px;
    padding-bottom: 2em;
  }
  .text {
    left: 0;
  }
  .rotated .text h2 {
    text-align: right;
    /* margin-left: 60px; */
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .text h2 {
    margin-bottom: 20px;
  }
  .textBgrWrap:nth-of-type(2) .text {
    transform: translateY(-20px);
  }

  .textBgrWrap.rotated {
    background-image: url(../img/mobile/gamebgr2.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .bgrImage.mobile {
    width: 300px;
    max-width: 85%;
    z-index: 0;
    right: -10%;
    top: 0;
    bottom: 0;
    left: 77%;
  }
  .bgrImage.mobile.game2 {
    left: 23%;
  }
  .rotated .text {
    max-width: 410px;
    margin-right: 15%;
    margin-bottom: -1em;
  }
  .textBgrWrap.rotated {
    padding-top: 15em;
    margin-top: 0em;
  }
  .textBgrWrap {
    background-image: url(../img/mobile/gamebgr1.png);
    background-repeat: no-repeat;
    background-size: 730px;
    background-position: center;
  }
  .textBgrWrap {
    padding-top: 15em;
  }
  .textBgrWrap:nth-of-type(4) .text {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
  }
  section .container {
    padding: 0;
  }
  .text {
    max-width: 100%;
    padding: 0 15px;
  }
  .textBgrWrap:nth-of-type(2) .text {
    padding-left: 15px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px;
  }
  .grid h1 {
    font-size: 5.5em;
  }
  .vl {
    border-bottom: 3px solid #e10a0a;
    width: 80px;
    height: 2px;
    margin: 0px auto;
    margin-bottom: 12px;
  }
  .textBgrWrap:nth-of-type(2) {
    padding-bottom: 7em;
  }
  .rotated .text {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .vl {
    border-left: 3px solid #e10a0a;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .rotated .text {
    padding: 0 15px;
  }
}
@media (max-width: 585px) {
  h1 {
    font-size: 4.3em;
  }
}
@media (max-width: 480px) {
  /* .rotated .text h2 {
    margin-left: 100px;
  } */
  header .terms {
    padding-bottom: 1em;
  }
  h2 {
    font-size: 2.3em;
  }
  h1 {
    font-size: 13vw;
  }
  h3 {
    font-size: 1.4em;
    padding: 7px 20px;
  }
  header {
    padding-left: 0;
    padding-right: 0;
  }
  .threeHeaders h2 {
    font-size: 2.7em;
  }
}
@media (max-width: 400px) {
  .textBgrWrap.rotated {
    margin-top: -2em;
  }
  .threeHeaders h2 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.3em;
  }
  .grid h1 {
    font-size: 4.5em;
  }
  input {
    margin-bottom: 0px;
  }
  input:last-of-type {
    margin-bottom: 15px;
  }
  header {
    padding-bottom: 3em;
    margin-bottom: 1em;
  }

  .text p {
    line-height: 1.1;
  }
  .textBgrWrap.rotated {
    background-position: top;
  }
}
@media (max-width: 380px) {
  .textBgrWrap.rotated {
    background-position: center;
  }
}
@media (max-width: 340px) {
}
