@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'komika_axisregular';
  src: url('../fonts/komikax_-webfont.woff2') format('woff2'), url('../fonts/komikax_-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Roboto' !important;
  margin: 0;
  padding: 0;
  color: #000;
}
p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.payment-methods ul li {
  list-style-type: none;
  margin: 0 20px 20px !important;
}

.payment-methods ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.payment-methods ul li img {
  max-height: 35px;
}

@media (max-width: 768px) {
  .payment-methods ul li img {
    max-height: 25px;
  }

  .payment-methods ul li {
    list-style-type: none;
    margin: 0 15px 20px !important;
  }
}

a {
  transition: 0.3s linear;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}
ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/************************************************************************************/
.bg-main {
  background: no-repeat url(../images/bg.png) bottom center;
  background-size: cover;
  height: 1005px;
}
.logo-bg {
  /*  background-color: #fff;*/
  padding: 15px 0 0px 0;
  height: 75px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}
.logo {
  display: inline-block;
  height: 56px;
  width: 265px;
  background: no-repeat url(../images/logo.png) center center;
  background-size: contain;
  margin: 30px 0 0 30px;
}
.dif-logos {
  background: no-repeat url(../images/Games-bonus.png?v=3) center center;
  background-size: contain;
  height: 361px;
  width: 761px;
  margin: 0 auto;
}
.content {
  text-align: center;
  margin-top: 115px;
}
/*
.content h1 {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  padding: 0px 35px;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}
.content h2 {
  font-family: 'komika_axisregular' !important;
  letter-spacing: normal;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
  padding: 0px 35px;
  
  text-align: center;
  font-size: 70px;
  margin: 15px 0 15px 0;
  font-weight: normal;
  color: #fff;
}
*/
.btn1 {
  background: no-repeat url(../images/cta.png) center center;
  background-size: contain;
  display: inline;
  height: 130px;
  width: 411px;
  border: none;
  outline: none;
  margin: 40px auto 0 auto;
}
.btn1:hover {
  background-color: transparent;
}
.steps {
  margin: 50px auto 0 auto;
  width: 100%;
  text-align: center;
}
.no {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0px 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: absolute;
  line-height: 40px;
  font-family: 'Roboto' !important;
}
.no2 {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0px 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: absolute;
  line-height: 40px;
  font-family: 'Roboto' !important;
}
.steps .step1 {
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 200px;
  height: 75px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5% 0 0;
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: left;
}
.steps .step1 span {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 15px;
  color: rgba(0, 0, 0, 1);
  margin-left: 70px;
  margin-top: 10px;
}
.steps .step1 p {
  font-size: 16px;
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 70px;
}
.steps .step2 {
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 380px;
  height: 75px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5% 0 0;
  display: inline-block;
  margin-right: 15px;
}
.steps .step2 span {
  font-size: 20px;
  display: block;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-left: 70px;
  line-height: 15px;
  margin-top: 10px;
}
.steps .step2 p {
  font-size: 16px;
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 70px;
}
.steps .step3 {
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 460px;
  height: 75px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 3% 0 0;
  display: inline-block;
}
.steps .step3 span {
  margin-top: 10px;
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 15px;
  color: rgba(0, 0, 0, 1);
  margin-left: 70px;
}
.steps .step3 p {
  font-size: 16px;
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 70px;
}
.heading-steps {
  text-align: center;
  margin: 70px 0 0px 0;
}
.heading-steps p {
  font-family: 'Roboto' !important;
  font-size: 42px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #000;
}
.heading-steps span {
  display: inline-block;
  padding: 0 5px;
  background-color: #ffc818;
}
.container {
  width: 1180px;
}
.footer {
  text-align: center;
  margin: 110px 0 20px 0;
  font-family: 'Poppins';
}
.footer p {
  color: #8e8e8e;
  font-size: 12px;
  font-family: 'Poppins';
  line-height: 1.67;
  letter-spacing: 0.17px;
}
/*************************/
@media (min-width: 1900px) and (max-width: 1930px) {
  @media (min-height: 930px) and (max-height: 990px) {
    .content {
      margin-top: 120px;
    }
    .bg-main {
      height: 900px;
    }
    @-moz-document url-prefix() {
      .content {
        margin-top: 120px;
      }
      .bg-main {
        height: 900px;
      }
    }
  }
}
/**********************************************************************/
/******************* MEDIA QURIES START HERE **************************/
/**********************************************************************/
@media only screen and (min-width: 1790px) {
  .container {
    width: 1180px !important;
  }
}
@media only screen and (max-width: 1792px) {}
@media only screen and (max-width: 1600px) {
  .bg-main {
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
    height: 840px;
  }
  .content {
    margin-top: 75px;
  }
  .dif-logos {
    height: 320px;
    width: 670px;
  }
  .heading-steps p {
    font-size: 40px;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 1536px) {
  .bg-main {
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
    height: 805px;
  }
  .content {
    margin-top: 75px;
  }
  .dif-logos {
    height: 300px;
    width: 620px;
  }
  .btn1 {
    height: 90px;
    width: 377px;
    margin: 0px auto 0 auto;
  }
  .heading-steps p {
    font-size: 40px;
    padding: 0 2%;
  }
  .steps {
    margin: 70px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 40%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
    font-size: 20px;
    margin-top: 6px;
  }
  .steps .step1 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 16px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 0%;
  }
  .steps .step3 span {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .bg-main {
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
    height: 755px;
  }
  .content {
    margin-top: 55px;
  }
  .dif-logos {
    height: 290px;
    width: 600px;
  }
  .btn1 {
    height: 90px;
    width: 377px;
    margin: 0px auto 0 auto;
  }
  .heading-steps p {
    font-size: 38px;
    padding: 0 4%;
  }
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 40%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
    font-size: 20px;
    margin-top: 6px;
  }
  .steps .step1 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 16px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 0%;
  }
  .steps .step3 span {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1367px) {
  .bg-main {
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
    height: 715px;
  }
  .content {
    margin-top: 20px;
  }
  .dif-logos {
    height: 450px;
    width: 555px;
  }
  .btn1 {
    height: 80px;
    width: 377px;
    margin: 0px auto 0 auto;
  }
  .heading-steps p {
    font-size: 36px;
    padding: 0 6%;
  }
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 40%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
    font-size: 20px;
    margin-top: 6px;
  }
  .steps .step1 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 16px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 0%;
  }
  .steps .step3 span {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .bg-main {
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
    height: 670px;
  }
  .content {
    margin-top: 80px;
  }
  .dif-logos {
    height: 260px;
    width: 522px;
  }
  .btn1 {
    height: 80px;
    width: 377px;
    margin: 0px auto 0 auto;
  }
  .heading-steps p {
    font-size: 36px;
    padding: 0 6%;
  }
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 40%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
  }
  .steps .step1 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 16px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 16px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 0%;
  }
  .steps .step3 span {
    margin-top: 12px;
  }
  .footer p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .bg-main {
    height: 540px;
    background: no-repeat url(../images/bg.png) top center;
    background-size: contain;
  }
  .content {
    margin-top: 70px;
  }
  .dif-logos {
    height: 200px;
    width: 400px;
  }
  .heading-steps p {
    font-size: 30px;
    padding: 0 6%;
  }
  .heading-steps {
    text-align: center;
    margin: 60px 0 60px 0;
  }
  .btn1 {
    height: 70px;
    width: 377px;
    margin: 0px auto 0 auto;
  }
  /**************************/
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 47%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
  }
  .steps .step1 p {
    font-size: 14px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 14px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 14px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 8%;
  }
  .steps .step3 span {
    margin-top: 15px;
  }
  /*********************************/
}
@media (min-width: 768px) and (max-width: 992px) {
  .bg-main {
    height: 370px;
    background: no-repeat url(../images/bg.png) top center;
    background-size: cover;
  }
  .content {
    margin-top: 40px;
  }
  .dif-logos {
    height: 144px;
    width: 300px;
  }
  .heading-steps p {
    font-size: 22px;
    padding: 0 8%;
  }
  .heading-steps {
    text-align: center;
    margin: 60px 0 60px 0;
  }
  /**************************/
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: auto;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .steps .step3 {
    width: 40%;
    height: 75px;
    min-width: auto;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 55px;
  }
  .steps .step1 p {
    font-size: 11px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 11px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 11px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 8%;
  }
  .steps .step3 span {
    margin-top: 0px;
  }
  /*********************************/
}
@media only screen and (max-width: 767px) {
  .container {
    width: inherit;
  }
  .heading-steps p {
    font-family: 'Roboto' !important;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.2px;
    color: #000;
    padding: 0 0%;
  }
  .logo-bg {
    padding: 1px 0 0px 0;
    height: 50px;
  }
  .bg-main {
    background: no-repeat url(../images/bg-m.png) top center;
    background-size: contain;
    height: 770px;
  }
  .logo {
    height: 28px;
    width: 156px;
    margin: 10px 0 0 0px;
  }
  .dif-logos {
    height: 210px;
    width: 300px;
    margin: 0 auto;
  }
  .content {
    margin-top: 20px;
  }
  .btn1 {
    height: 78px;
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 20px;
  }
  /**************************/
  .steps {
    margin: 35px 0 0 0px;
  }
  .steps .step1, .steps .step2 {
    width: 100%;
    height: 75px;
    min-width: 100%;
    margin-bottom: 15px;
    padding: 5px 0% 0 0;
    margin-right: 0px;
  }
  .steps .step3 {
    width: 100%;
    height: 100px;
    min-width: 100%;
    margin-bottom: 0px;
    padding-top: 5px;
  }
  .no, .no2, .no3 {
    line-height: 31px;
    margin: 8px 0 0 9px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .steps .step1 span, .steps .step2 span, .steps .step3 span {
    line-height: normal;
    margin-left: 50px;
  }
  .steps .step1 p {
    font-size: 16px;
    margin-left: 50px;
    letter-spacing: 0.15px;
  }
  .steps .step2 p {
    font-size: 16px;
    margin-left: 50px;
    letter-spacing: -0.15px;
  }
  .steps .step3 p {
    font-size: 16px;
    margin-left: 50px;
    line-height: 1.5;
    padding-right: 8%;
    letter-spacing: 0.15px;
  }
  /*********************************/
  .footer {
    margin: 15px 0;
  }
  .footer p {
    font-size: 12px;
    line-height: 1.67;
    margin-top: 0px;
  }
  .steps .step3 span {
    margin-top: 8px;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .bg-main {
    height: 878px;
  }
  .dif-logos {
    height: 220px;
    width: 320px;
  }
  .heading-steps p {
    font-size: 24px;
  }
  .steps .step1 p {
    font-size: 18px;
    margin-left: 55px;
  }
  .steps .step2 p {
    font-size: 18px;
    margin-left: 55px;
  }
  .steps .step3 p {
    font-size: 18px;
    margin-left: 55px;
    line-height: 1.5;
    padding-right: 8%;
  }
}
@media (min-width: 390px) and (max-width: 399px) {
  .bg-main {
    height: 840px;
  }
}
@media (min-width: 370px) and (max-width: 376px) {
  .bg-main {
    height: 800px;
  }
  .dif-logos {
    height: 210px;
    width: 300px;
  }
  .heading-steps p {
    font-size: 20px;
  }
  .steps .step3 span {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .bg-main {
    height: 682px;
  }
  .dif-logos {
    width: 290px;
  }
  .heading-steps p {
    font-size: 18px;
  }
  .steps .step1 p {
    font-size: 12px;
    margin-left: 50px;
  }
  .steps .step2 p {
    font-size: 12px;
    margin-left: 50px;
  }
  .steps .step3 p {
    font-size: 12px;
    margin-left: 50px;
    line-height: 1.5;
    padding-right: 8%;
  }
  .btn1 {
    height: 55px;
    margin: 0px auto 0 auto;
  }
}