/* CSS Document */
html {
  overflow: scroll;
  overflow-x: hidden; }

body {
  background: #111;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif; }

nav {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 10px auto;
  height: 50px;
  position: absolute; }
  nav img {
    height: 100%; }

.logo-left {
  position: absolute;
  left: 30px; }

.d-view {
  padding-top: 70px; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 5px; }

.col-1 {
  width: 100%;
  padding: 30px 0px; }
  .col-1 h1 {
    padding-bottom: 15px; }

.gameList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 15px 0px;
  padding-bottom: 0px; }
  .gameList img {
    height: 180px;
    width: 130px;
    margin: 5px;
    border-radius: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.TrustIcons div {
  min-width: 125px;
  width: 35%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 5px; }
  .TrustIcons div p {
    padding-top: 5px;
    width: 100%; }
  .TrustIcons div img {
    width: 50%;
    margin: 0px 15px;
    height: auto; }

.TopImg {
  width: 100%;
  height: 97vh;
  background: #eee;
  background: url(../assets/mobile_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  position: relative; }

.exclusive {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .exclusive h2 {
    margin: 0;
    margin-right: 10px; }
  .exclusive .img {
    display: flex;
    justify-content: center;
    align-items: center; }
    .exclusive .img img {
      height: 50px; }
    .exclusive .img span {
      margin: 0 15px; }

.c-r {
  color: #C21417; }

.c-y {
  color: #FECC0A; }

.c-g {
  color: #00A651; }

.c-w {
  color: #ffffff; }

.c-b {
  color: #111111; }

.c-o {
  color: #FFFFFF80; }

.w-b {
  font-weight: 900; }

.w-m {
  font-weight: 600; }

.w-s {
  font-weight: 400; }

.s-l {
  font-size: 75px; }

.s-b {
  font-size: 45px; }

.s-m {
  font-size: 30px; }

.s-ms {
  font-size: 22px; }

.s-s {
  font-size: 20px; }

.s-xs {
  font-size: 12px; }

.s-xxs {
  font-size: 9px; }

.ls-b {
  letter-spacing: 10px; }

.twoline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto; }

.g-r {
  background: linear-gradient(90deg, #ff0003, #ad181a); }

.g-y {
  background: linear-gradient(90deg, #fffb19, #fecc0a); }

.g-b {
  background: linear-gradient(90deg, #22abff, #0972b2); }

.col-2 {
  width: 40%;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 5px;
  border-radius: 10px;
  margin: 5px 10px;
  line-height: 1.2; }

.button {
  width: 95%;
  max-width: 350px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .button {
      margin: 55px auto; } }

.bonusCode {
  width: 240px;
  height: 27px;
  max-width: 315px;
  max-width: 315px;
  min-width: 224px;
  margin: 5px auto;
  margin-bottom: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background: #111111 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #00000029;
  border: 1px dashed #FFFFFF80;
  border-radius: 10px; }
  .bonusCode .iconBonus {
    position: absolute;
    left: 6px;
    background: #FFFFFF1A;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bonusCode .iconBonus img {
      height: 13px;
      filter: invert(1);
      margin-left: 0px !important; }
    @media only screen and (max-width: 767px) {
      .bonusCode .iconBonus {
        height: 20px;
        width: 20px; }
        .bonusCode .iconBonus img {
          height: 10px; } }
  .bonusCode p {
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .bonusCode p {
        font-size: 12px;
        padding-left: 15px;
        align-items: center;
        display: flex; } }
    .bonusCode p span {
      font-size: 18px;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .bonusCode p span {
          margin-left: 10px;
          font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .bonusCode {
      height: 27px;
      max-width: 190px;
      border-radius: 35px; } }

.toolTip {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99; }

.terms-box {
  width: 100%;
  text-align: center; }

.Terms {
  width: 100%;
  height: 35px;
  background: #343434 0% 0% no-repeat padding-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer; }
  .Terms img {
    height: 15px;
    filter: invert(1);
    padding: 0px 10px;
    transform: rotate(90deg); }
  .Terms .close {
    transform: rotate(-90deg); }

.TermsList {
  background: #808080;
  font-size: 12px;
  padding: 10px 10px; }
  .TermsList ul {
    width: 90%;
    margin: 0 auto;
    list-style-type: decimal;
    text-align: left;
    line-height: 20px; }
  .TermsList a {
    color: #C21417;
    text-decoration: underline; }

footer {
  width: 100%;
  background: #111;
  text-align: center;
  padding: 15px 0px; }
  footer img {
    width: 100%;
    max-width: 100px;
    filter: grayscale(1);
    margin-bottom: 15px; }

.LegalText {
  width: 100%;
  padding: 0px 10px;
  text-align: justify;
  text-align-last: center;
  font-size: 9px;
  color: #7d7d7d; }

.back-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer; }
  .back-btn img {
    height: 20px;
    transform: rotate(180deg);
    filter: invert(1); }

.msg {
  margin: 15px auto; }
  .msg p {
    font-size: 14px; }

.steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .steps span {
    display: flex;
    justify-content: center;
    align-items: center; }
  .steps #s1,
  .steps #s2,
  .steps #s3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    background: #111;
    border: 2px solid #eee; }
  .steps .sbar {
    height: 2px;
    width: 20%;
    background: #eeeeee; }
  .steps .complete {
    background: linear-gradient(90deg, #ff0003, #ad181a) !important;
    border: 0 !important; }

#FormView {
  width: 100%;
  height: 100vh;
  background: #111;
  position: fixed;
  z-index: 99;
  text-align: center;
  overflow: auto;
  display: none; }

form input,
form select {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  background: #fff;
  height: 45px;
  outline: none;
  border: 0;
  margin: 5px auto;
  padding: 0px 10px;
  border-radius: 10px;
  background: #fff;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

.error {
  text-align: left;
  font-size: 12px;
  color: #C21417;
  font-weight: 600; }

.popUpError {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); }

.errorMsg {
  background: linear-gradient(90deg, #fffb19, #fecc0a);
  padding: 30px;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 14px;
  width: 90%;
  max-width: 350px;
  height: auto;
  border-radius: 20px;
  color: #111; }

.emailAddress {
  font-weight: 600;
  color: #C21417;
  padding: 10px 0px;
  font-size: 16px; }

.confBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .confBtn div {
    margin: 10px;
    width: 35%;
    background: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px 0px;
    cursor: pointer; }

.top-block {
  position: absolute;
  width: 90%;
  height: 50px;
  background-color: #FECC0A;
  text-align: center;
  /* font: Bold 24px/29px Barlow; */
  letter-spacing: 0;
  color: #C6182F;
  opacity: 1;
  box-shadow: 0px 3px 0px #FFFFFF29;
  border-radius: 10px;
  font-size: 23px;
  right: 5%;
  left: 5%;
  margin: auto;
  top: -65px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .top-block {
      font-size: 13px;
      width: 90%;
      max-width: 230px;
      top: -23px;
      height: 27px;
      font-weight: 600;
      border-radius: 7px; } }

.bonus-bl {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bonus-bl .bonus-amount {
    text-align: center;
    letter-spacing: 0;
    color: #FECC0A;
    opacity: 1;
    font-size: 130px;
    font-weight: 600; }
  .bonus-bl .bonus-text {
    text-align: left;
    letter-spacing: 0;
    color: #FFFFFF;
    flex-direction: column;
    display: flex;
    font-size: 45px;
    font-weight: 600; }

.bc-g {
  background: #252527 0% 0% no-repeat padding-box; }

.bc-b {
  background: #000000 0% 0% no-repeat padding-box; }

.bc-blur {
  background: url("../img/blur_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .bc-blur {
      background-position: bottom left; } }

.how-works-title {
  text-align: center;
  font: Bold 18px/22px Barlow;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  width: 100%;
  margin-bottom: 30px; }

.how-works {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; }
  .how-works .block {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% / 3 - 15px); }
    .how-works .block img {
      height: 75px;
      margin-right: 10px; }
    .how-works .block .descr {
      margin-left: 23px;
      margin-top: 5px;
      line-height: 20px; }
    @media only screen and (max-width: 1023px) {
      .how-works .block {
        width: 90%;
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
        flex-direction: row; }
        .how-works .block div {
          text-align: left;
          margin-top: 10px; }
          .how-works .block div p:first-child {
            font-size: 19px; }
        .how-works .block img {
          height: 50px;
          margin: auto 10px auto 0; }
        .how-works .block:nth-child(2) img {
          margin: auto 8px auto 0; } }
  @media only screen and (max-width: 1023px) {
    .how-works {
      flex-direction: column; } }

@media only screen and (max-width: 767px) {
  .d-view {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 8vh;
    bottom: auto; }
    .d-view .bonus-100-ron {
      height: 137px;
      display: flex;
      margin: auto; }
    .d-view .game-logo {
      height: 42px;
      display: flex;
      margin: 50px auto 30px; }

  #btn-fw {
    height: 56px;
    border-radius: 50px;
    animation: pulse 2s infinite;
    background: transparent linear-gradient(90deg, #FF5008 0%, #C51324 100%) 0% 0% no-repeat padding-box;
    width: 90%;
    max-width: 300px;
    font-size: 20px;
    min-width: 300px; } }
@media only screen and (min-width: 768px) {
  .logo-left {
    position: inherit;
    left: inherit; }

  .TopImg {
    height: 100vh;
    margin-bottom: 0px;
    background: url("../assets/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 1;
    z-index: -1;
    position: relative; }

  .d-view {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 54vh;
    padding: 40px;
    border-radius: 20px; }
    .d-view .bonus-100-ron {
      height: 218px;
      display: flex;
      margin: auto; }
    .d-view .game-logo {
      height: 47px;
      display: flex;
      margin: 45px auto; }
    .d-view .shadow-txt {
      font-family: 'Barlow', sans-serif;
      text-align: center;
      letter-spacing: 0;
      color: #F9ED11;
      text-shadow: 3px 3px 0px #ED1D24;
      opacity: 1;
      font-size: 45px;
      font-weight: 700;
      -webkit-text-stroke: 1px #ED1D24; }
    .d-view .amount {
      font-size: 130px;
      -webkit-text-stroke: 3px #ED1D24;
      text-shadow: 5px 5px 0px #ED1D24; }
    .d-view .ozzy-logo {
      background-image: url("../img/01_logo_horz_ozzyosbourne.png");
      height: 58px;
      width: auto;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 30px auto; }

  .button {
    margin-bottom: 30px; }

  nav {
    width: auto;
    max-width: none;
    height: 70px; }

  .s-l {
    font-size: 75px; }

  .s-b {
    font-size: 50px; }

  .s-m {
    font-size: 35px; }

  .s-s {
    font-size: 20px; }

  .s-xs {
    font-size: 12px; }

  .s-xxs {
    font-size: 9px; }

  .TrustIcons div {
    min-width: unset;
    width: 35%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 5px; }

  #btn-fw {
    height: 72px;
    border-radius: 50px;
    animation: pulse 2s infinite;
    background: transparent linear-gradient(90deg, #FF5008 0%, #C51324 100%) 0% 0% no-repeat padding-box;
    width: 70%;
    max-width: 430px;
    font-size: 20px;
    min-width: 430px; } }

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