html, body {
  background: #0B0A1A;
}

body {
  background: url(../../assets/img/bg.jpg) center top no-repeat #0B0A1A;
  background-size: 100%;
  min-height: 100vh;
  padding-top: 140px;
}

section {
  position: relative;
}

.bg-img {
  position: absolute;
  pointer-events: none;
}

.bg-img-1 {
  right: 0;
  top: 0;
}

.bg-img-2 {
  left: 0;
  top: -350px;
}

.bg-img-3 {
  right: 0;
  top: -420px;
}

.bg-style {
  position: absolute;
  width: 750px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.marquee-container {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.marquee-container marquee {
  color: #FFFFFF;
  width: calc(100% - 60px);
  margin: auto;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 60px;
}
.marquee-container p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F48321;
  position: absolute;
  left: 0;
  top: 0;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1049;
  transition: all 250ms ease-in-out;
}
header.scroll {
  background: rgba(18, 14, 51, 0.95);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 20px;
}
.header .nav-container {
  position: relative;
  z-index: 1;
}
.header .nav-container .nav-ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header .nav-container .nav-ul li {
  padding: 15px 10px;
}
.header .nav-container .nav-ul li a {
  text-align: center;
  text-decoration: none;
}
.header .nav-container .nav-ul li a img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  display: none;
}
.header .nav-container .nav-ul li a span {
  color: #9D98B0;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  display: block;
  position: relative;
}
.header .nav-container .nav-ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 0px;
  transition: a;
  height: 3px;
  background: #E3455F;
}
.header .nav-container .nav-ul li a.active span {
  color: #FFFFFF;
}
.header .nav-container .nav-ul li a.active span::after {
  width: 100%;
}
.header .nav-right {
  text-align: right;
  position: relative;
  min-width: 210px;
}
.header .nav-right .btn + .btn {
  margin-left: 10px;
}
.header .nav-right .top-part {
  position: absolute;
  right: 0;
  width: 300px;
  top: -35px;
}
.header .nav-right p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 20px;
}
.header .nav-right .lang {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px 10px;
  vertical-align: middle;
  padding: 0px;
  position: relative;
}
.header .nav-right .lang img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header .nav-right .balance p {
  font-size: 14px;
  margin-right: 5px;
}
.header .nav-right .balance > div {
  width: 100px;
  display: inline-block;
  position: relative;
}
.header .nav-right .balance .btn {
  width: 100px;
  font-size: 12px;
  padding: 4px 3px;
}
.header .nav-right .balance .balance-amount {
  width: 100px;
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background: #120E33;
  border: 0.5px solid #504981;
  box-sizing: border-box;
  color: #E3455F;
  display: block;
  border-radius: 7px;
  text-shadow: 0px 0px 20px #3c3199;
  display: none;
}

.btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  border-radius: 200px;
  padding: 8px 20px;
}

.btn-sm {
  font-size: 10px;
  padding: 2px 8px;
}

.btn-neutral {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-primary {
  background: #1C90FF;
  border-color: #1C90FF;
  color: #FFFFFF;
}

.btn-blue {
  border: 1px solid #1C90FF;
  color: #1C90FF;
}

.btn-pink {
  background: #ED334E;
  border-color: #ED334E;
  color: #FFFFFF;
}

.btn-default {
  border: 1px solid #3621C4;
  color: #3621C4;
}

.form-control {
  background: #251D73;
  border-color: #251D73;
  border-radius: 5px;
}
.form-control::placeholder {
  color: #7267DD;
}

.title {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.title img {
  margin-right: 8px;
}
.title img, .title span {
  vertical-align: middle;
}
.title b {
  vertical-align: middle;
  font-weight: bold;
  position: relative;
}
.title b::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #E3455F;
  height: 2px;
}

.carousel-inner {
  border-radius: 10px;
  filter: drop-shadow(0px 4.40064px 22.0032px rgba(0, 0, 0, 0.25));
  position: relative;
}
.carousel-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(0deg, rgba(196, 196, 196, 0.7) 0%, rgba(54, 33, 196, 0.7) 0.01%, rgba(54, 33, 196, 0) 100%);
}

.carousel-item img {
  width: 100%;
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background: #3621C4;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.carousel-control-prev {
  left: -25px;
}

.game-nav {
  margin-top: 60px;
  margin-bottom: 50px;
  background: #120E33;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game-nav .form-group {
  width: 230px;
  margin: 0px;
  position: relative;
}
.game-nav .form-group img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.game-nav .form-group .form-control {
  padding-left: 35px;
}
.game-nav ul {
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.game-nav ul li {
  display: inline-block;
  margin-right: 45px;
}
.game-nav ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #74718D;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.game-nav ul li a.active, .game-nav ul li a::hover {
  color: #FFFFFF;
}

.gamelist {
  margin-bottom: 75px;
}
.gamelist .btn {
  display: block;
  margin: auto;
}
.gamelist .game-container {
  text-align: center;
  margin-bottom: 40px;
}
.gamelist .game-container > div:not(.stars) {
  border: 2px solid #3621C4;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
}
.gamelist .game-container > div:not(.stars) img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gamelist .game-container .stars {
  margin-top: -5px;
}
.gamelist .game-container p {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  margin: 0px;
}
.gamelist .game-container span {
  font-size: 12px;
  line-height: 18x;
  text-align: center;
  color: #FFFFFF;
  margin: 0px;
  display: block;
}

.jackpot {
  background: #120E33;
  border: 0.5px solid #504981;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 75px;
}
.jackpot p {
  margin: 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #E3455F;
  text-shadow: 0px 0px 20px #3c3199;
}

.winner-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.winner-ul li .winner-container {
  padding: 18px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.winner-ul li .winner-container p {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
  margin: 0px;
}
.winner-ul li .winner-container span {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  display: block;
}
.winner-ul li .winner-container b {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #1C90FF;
  display: block;
}
.winner-ul li .winner-container .winner-img {
  width: 45px;
  height: 45px;
  border-radius: 200px;
  overflow: hidden;
  border: 1px solid #4F4D58;
  margin-right: 15px;
  position: relative;
}
.winner-ul li .winner-container .winner-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.winner-ul li:last-child .winner-container {
  border-bottom: 0px;
}

.promo-container {
  margin-bottom: 40px;
  position: relative;
}
.promo-container .promo-img {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -407px;
  bottom: -13px;
}
.promo-container .promo-inner {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.promo-container .promo-inner img {
  width: 100%;
}
.promo-container .promo-inner .right-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.promo-container .promo-inner .right-content span {
  border: 1.06634px solid #1C90FF;
  box-sizing: border-box;
  border-radius: 200px;
  color: #FFF;
  font-size: 12px;
  padding: 2px 10px;
  margin-bottom: 35px;
  display: block;
  width: fit-content;
}
.promo-container .promo-inner .right-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  color: #FFFFFF;
  margin: 0px;
}
.promo-container .promo-inner .right-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.promo-container .promo-inner .timer {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 200px;
  padding: 2px 10px 2px 22px;
  display: block;
  font-size: 12px;
  color: #FFFFFF;
}
.promo-container .promo-inner .timer::after {
  content: "";
  position: absolute;
  background: #E3455F;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  left: 6px;
  top: 6px;
}

.about-card {
  margin-bottom: 120px;
}
.about-card > div {
  border-radius: 20px;
  border: 1px solid #3621C4;
  overflow: hidden;
  margin-bottom: 20px;
}
.about-card > div img {
  width: 100%;
}
.about-card p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.about-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  align-items: center;
  display: block;
  color: #8583A8;
}

.about-img {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-us {
  background: #1C144F;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.29);
  margin-top: 140px;
  padding: 20px 0px;
  z-index: 1;
}
.contact-us .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us .container span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #8E8AAC;
  margin-left: 10px;
}

.partner-section {
  background: #1C144F;
  padding: 50px 0px 30px;
  text-align: center;
}
.partner-section img {
  max-width: 100%;
}
.partner-section p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #A09FA4;
  margin: 20px auto 0px;
}

footer {
  padding: 20px 0px;
  background: #3621C4;
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer ul li {
  display: inline-block;
  margin: 0px 30px;
}
footer ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

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