* {
  position: relative;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url("img/background.png") top center no-repeat;
  max-width: 1920px;
  max-height: 1080px;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    background: url("img/m/background.png") -735px 0 no-repeat;
  }
}
@media (max-width: 414px) {
  body {
    height: auto;
  }
}
.main {
  padding: 72px 90px 72px 151px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .main {
    background: url("img/m/bg.png") bottom center no-repeat transparent;
    padding: 0;
  }
}
.main header {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}

@media (max-width: 768px) {
  .main header {
    padding: 20px 28px;
    min-width: 375px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.main header .logo {
  display: flex;
  background: url("img/khelraja-logo-desk.png") top center no-repeat;
  width: 314px;
  height: 105px;
}

@media (max-width: 768px) {
  .main header .logo {
    background: url("img/m/khelraja-logo-mobile.png") top center no-repeat;
    width: 112px;
    height: 38px;
  }
}
.main header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.main header .header-right {
  display: flex;
  height: 100%;
  margin-left: auto;
}

.main header .header-right .register {
  width: 405px;
  height: 87px;
  background: transparent url("img/register-button-desk.png") 0 5px no-repeat;
}

@media (max-width: 768px) {
  .main header .header-right .register {
    background: url("img/m/register-button-mobile.png") 0 5px no-repeat;
    width: 169px;
    height: 55px;
  }
}
.main header .header-right .social {
  display: flex;
  flex-direction: row;
  margin-left: 60px;
  width: 251px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main header .header-right .social {
    display: none;
  }
}
.main header .header-right .social-fb {
  display: flex;
  width: 29px;
  height: 29px;
  background: transparent url("img/facebook.png") 0 0 no-repeat;
}

.main header .header-right .social-ins {
  display: flex;
  width: 29px;
  height: 29px;
  background: transparent url("img/instagram.png") 0 0 no-repeat;
}

.main header .header-right .social-twitter {
  display: flex;
  width: 35px;
  height: 29px;
  background: transparent url("img/twitter.png") 0 0 no-repeat;
}

.main header .header-right .social-telegram {
  display: flex;
  width: 35px;
  height: 29px;
  background: transparent url("img/telegram.png") 0 0 no-repeat;
}

.main .content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

@media (max-width: 768px) {
  .main .content {
    background: url(img/m/content.png) top center no-repeat transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
.main .content .be-the-king {
  margin: 1rem 0 1.5rem 0;
  background: url("img/betheking-head-desk.png") top left no-repeat;
  background-size: contain;
  width: 788px;
  height: 135px;
  flex: 1 0 auto;
  display: flex;
}

@media (max-width: 768px) {
  .main .content .be-the-king {
    background: url(img/m/be-the-king.png) top left no-repeat;
    width: 308px;
    height: 54px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.main .content .text {
  background: url("img/text.png") top left no-repeat;
  background-size: contain;
  width: 804px;
  height: 409px;
  margin: 0 0 1.5rem 0;
  flex: 1 0 auto;
  display: flex;
}

@media (max-width: 768px) {
  .main .content .text {
    display: none;
  }
}
.main .content .text-mobile {
  display: none;
}

@media (max-width: 768px) {
  .main .content .text-mobile {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 1;
    max-width: 320px;
  }

  .main .content .text-mobile .divider {
    margin: 0 auto 15px auto;
    background: url("img/m/goldline-mobile.png") top left no-repeat;
    width: 289px;
    height: 2px;
  }

  .main .content .text-mobile .wrap {
    display: flex;
    flex-direction: row;
    margin: 0 0 15px 5px;
  }

  .main .content .text-mobile .wrap .dot {
    background: url("img/m/dot.png") top left no-repeat;
    width: 32px;
    height: 32px;
  }

  .main .content .text-mobile .wrap .p-1 {
    background: url("img/m/p-1.png") top left no-repeat;
    width: 224px;
    height: 60px;
  }

  .main .content .text-mobile .wrap .p-2 {
    background: url("img/m/p-2.png") top left no-repeat;
    width: 270px;
    height: 58px;
  }

  .main .content .text-mobile .wrap .p-3 {
    background: url("img/m/p-3.png") top left no-repeat;
    width: 192px;
    height: 29px;
  }
}
.main .content .sign-up-link {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .main .content .sign-up-link {
    margin: 30px auto;
    z-index: 1;
  }
}
.main .content .sign-up-link .sign-up {
  background: url("img/signup-button-desk.png") top center no-repeat;
  width: 452px;
  height: 122px;
}

@media (max-width: 768px) {
  .main .content .sign-up-link .sign-up {
    background: url("img/m/sign-up-now.png") 5px 0 no-repeat;
    width: 310px;
    height: 58px;
    margin: 0 auto;
  }
}
.main .content .sign-up-link .sign-up-terms {
  display: none;
}

@media (max-width: 768px) {
  .main .content .sign-up-link .sign-up-terms {
    display: block;
    background: url("img/m/terms-and-conditions-apply.png") top center no-repeat;
    width: 290px;
    height: 20px;
    margin: 0 auto;
  }
}
.main .content .social-bottom {
  display: none;
}

@media (max-width: 768px) {
  .main .content .social-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px auto;
    width: 284px;
    z-index: 1;
  }

  .main .content .social-bottom .social-fb {
    display: flex;
    background: transparent url("img/m/facebook-1.png") 0 0 no-repeat;
    width: 24px;
    height: 24px;
  }

  .main .content .social-bottom .social-ins {
    display: flex;
    background: transparent url("img/m/iconmonstr-instagram-11.png") 0 0 no-repeat;
    width: 24px;
    height: 24px;
  }

  .main .content .social-bottom .social-twitter {
    display: flex;
    background: transparent url("img/m/twitter-1.png") 0 0 no-repeat;
    width: 29px;
    height: 24px;
  }

  .main .content .social-bottom .social-telegram {
    display: flex;
    width: 29px;
    height: 24px;
    background: transparent url("img/m/telegram-1.png") 0 0 no-repeat;
  }
}
.main .content .download {
  display: none;
}

@media (max-width: 768px) {
  .main .content .download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin: 45px auto;
    z-index: 1;
  }
}
.main .content .download .ios {
  display: flex;
  background: transparent url("img/m/ios.png") 0 0 no-repeat;
  width: 98px;
  height: 34px;
  margin-right: 5px;
}

.main .content .download .android {
  display: flex;
  background: transparent url("img/m/android.png") 0 0 no-repeat;
  width: 98px;
  height: 34px;
  margin-left: 5px;
}

.main .player {
  display: none;
}

@media (max-width: 768px) {
  .main .player {
    display: block;
    background: transparent url(img/m/player.png) 0 0 no-repeat;
    width: 445px;
    height: 350px;
    position: absolute;
    background-size: cover;
    bottom: -40px;
    right: 0;
    z-index: 0;
  }
}
/*# sourceMappingURL=style.css.map */
