@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap);
.hot-games.wrapper {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.hot-games .img-container {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hot-games .games-leave-active {
  -webkit-animation: leave 25s linear;
  animation: leave 25s linear;
}
.hot-games .games-enter-active {
  -webkit-animation: enter 25s linear;
  animation: enter 25s linear;
}
.hot-games a {
  color: inherit;
}
.hot-games .game-item {
  position: relative;
  margin-right: 5px;
  padding-top: 15px;
  background-color: #000;
  height: 143px;
  width: 120px;
  text-align: center;
}
.hot-games .game-item img {
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #5c5252;
}
.hot-games .game-item .game-title {
  padding: 0 15px;
  text-align: left;
  height: 60px;
  width: 120px;
  background-color: #171613;
  color: #fff;
}
@-webkit-keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.flex-space-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-space-btw,
.flex-start {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.center-text {
  place-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile .center-position {
  text-align: center;
}
.right-text {
  text-align: right;
}
.mobile .right-text {
  text-align: center;
}
.flex-display {
  display: -webkit-flex;
  display: flex;
}
.mobile .deposit-section {
  background: linear-gradient(180deg, #352b07, #000);
  border-radius: 8px;
  padding: 15px;
  position: relative;
  display: inline-block;
}
.mobile .deposit-section:after {
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 5px;
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.deposit-withdraw-div {
  padding: 0 15px;
}
.mobile .deposit-withdraw-div {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.deposit-withdraw-div .deposit-withdraw-section {
  width: 68%;
  box-sizing: border-box;
  margin: 1px 15px 1px 1px;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 35px 15px 30px;
  border-radius: 14px;
  border: 1px solid linear-gradient(180deg, #bea64b, #000);
  display: inline-block;
}
.deposit-withdraw-div .deposit-withdraw-section:after {
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 5px;
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section {
  width: 100%;
  margin-right: 0;
  padding: 0;
  background: transparent;
  border: 0 solid linear-gradient(180deg, #bea64b, #000);
}
.mobile .deposit-withdraw-div .deposit-withdraw-section:after {
  display: none;
}
.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
  width: 48%;
  margin-top: 0;
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box:last-child {
  margin-top: 25px;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box:first-child {
  margin-top: 0;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-icon {
  display: -webkit-flex;
  display: flex;
  place-items: center;
  width: 70px;
  font-size: 35px;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-icon {
  width: 100%;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-icon
  .circular-progress-bar {
  position: relative;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-icon
  .circular-progress-bar {
  width: 100%;
  display: inline-block;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-icon
  .circular-progress-bar
  .footer-atn-icon {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 10px;
  font-size: 25px;
  color: #fff;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content {
  display: inline-block;
  place-content: space-between;
  color: #fff;
  float: left;
  width: 100%;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content
  div
  .deposit-withdraw-text1 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Rammetto One, cursive;
}
@media (min-width: 461px) and (max-width: 660px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div
    .deposit-withdraw-text1 {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .deposit-withdraw-box
    .deposit-withdraw-top
    .deposit-withdraw-content
    div
    .deposit-withdraw-text1 {
    font-size: 15px;
  }
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content
  div:first-child
  .deposit-withdraw-text1 {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content
  div
  .deposit-withdraw-text2 {
  color: #fff;
  display: block;
  font-size: 12px;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content
  div
  .deposit-withdraw-text2 {
  font-size: 11px;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-top
  .deposit-withdraw-content
  div:last-child {
  display: -webkit-flex;
  display: flex;
  place-items: end;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-loader {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #675612;
  overflow: hidden;
  margin-top: 10px;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .deposit-withdraw-box
  .deposit-withdraw-loader
  span {
  position: absolute;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  border-radius: 10px;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div {
  width: 100%;
  margin-top: 50px;
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .icon-wrp {
  background: linear-gradient(
    180deg,
    #a5a3a1 0,
    #fefefe 100%,
    #adaba9 0,
    #fff 0
  );
  box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div {
  margin-top: 0;
}
@media (max-width: 767px) {
  .deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner {
    border-top: 0 solid #282828;
    border-bottom: 1px solid #282828;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .carousel-inner
    .item {
    padding: 30px 0;
  }
}
.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .contact-item {
  width: 50%;
}
@media (max-width: 767px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .contact-item {
    width: 48%;
    margin-top: 15px;
  }
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .contact-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card-width {
  width: 100%;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .skype-card-width {
  width: 43%;
}
@media (min-width: 661px) and (max-width: 768px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .skype-card-width {
    width: 50%;
  }
}
@media (min-width: 461px) and (max-width: 660px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .skype-card-width {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .skype-card-width {
    width: 50%;
  }
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card {
  place-items: center;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .icon-circle-border {
  width: 2em;
  height: 2em;
  border-radius: 4px;
  background: linear-gradient(180deg, #bea64b 0, #4a3e0d);
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 18px;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .icon-circle-border {
  width: 45px;
  height: 45px;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .icon-circle-border
  .icon-div {
  background: linear-gradient(180deg, #352b07, #050401);
  width: 94%;
  height: 94%;
  border-radius: 4px 4px 0 0;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .icon-circle-border
  .icon-div
  i {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content {
  width: calc(100% - 2em);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 460px) {
  .deposit-withdraw-div
    .deposit-withdraw-section
    .support-div
    .support-box
    .support-card
    .support-content {
    width: calc(100% - 45px);
  }
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content
  .line-font {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content
  .line-font {
  font-size: 13px;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content
  .mail-color {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-wrap: break-word;
  font-weight: 900;
  font-size: 12px;
}
.deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content
  .support-font {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.mobile
  .deposit-withdraw-div
  .deposit-withdraw-section
  .support-div
  .support-box
  .support-card
  .support-content
  .support-font {
  font-size: 13px;
}
.info-section {
  width: 32%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #352b07, #000);
  position: relative;
  border-radius: 16px;
  padding: 0 10px;
}
.info-section:after {
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: calc(100% - 24px);
  height: 5px;
}
.mobile .info-section {
  width: 100%;
  background: transparent;
  border-top: none;
}
.mobile .info-section:after {
  display: none;
}
.info-section .div-card {
  display: -webkit-flex;
  display: flex;
  place-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #675612;
}
.info-section .div-card:last-child {
  border-bottom: none;
}
.info-section .div-card .text {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  place-items: center;
}
.info-section .div-card .a-href-div {
  background: linear-gradient(180deg, #bea64b, #4a3e0d);
  border-radius: 5px;
  width: inherit;
  height: 35px;
  min-width: 75px;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}
.info-section .div-card .a-href-div a {
  background: linear-gradient(180deg, #352b07, #050401);
  color: #d4d3cd;
  border-radius: 5px;
  text-decoration: none !important;
  width: 95%;
  height: 90%;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
}
.mobile .info-section .div-card .a-href-div a {
  width: 97%;
  height: 94%;
}
.circle_recommended_games {
  margin-top: 50px;
}
.mobile .circle_recommended_games {
  margin-top: 0;
}
.circle_recommended_games .popular-section {
  padding: 30px 0 0 !important;
}
.circle_recommended_games .popular-section .btn-link.btn-prev {
  left: 0 !important;
  right: auto !important;
  top: 1rem !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1e1d33;
}
.circle_recommended_games .popular-section .btn-link.btn-prev:hover:before {
  background: #1e1d33;
}
.circle_recommended_games .popular-section .btn-link.btn-prev:before {
  background: linear-gradient(90deg, #c89933, #000);
  border-radius: 50%;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .circle_recommended_games .popular-section .btn-link.btn-prev {
  width: 35px;
  height: 35px;
  top: 2rem !important;
}
.circle_recommended_games .popular-section .btn-link.btn-next {
  top: 1rem !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1e1d33;
}
.circle_recommended_games .popular-section .btn-link.btn-next:hover:before {
  background: #1e1d33;
}
.circle_recommended_games .popular-section .btn-link.btn-next:before {
  background: linear-gradient(270deg, #c89933, #000);
  border-radius: 50%;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .circle_recommended_games .popular-section .btn-link.btn-next {
  width: 35px;
  height: 35px;
  top: 2rem !important;
}
.g-slider-wrapper .content-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.g-slider-wrapper .content-wrapper .round {
  margin: 0 auto;
}
.g-slider-wrapper ul {
  padding: 2px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: none;
  flex: none;
}
.mobile .g-slider-wrapper ul {
  padding: 0 !important;
}
.g-slider-wrapper ul li {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.g-slider-wrapper ul li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.g-slider-wrapper ul .round_recommended_game {
  border-radius: 50px !important;
  margin: 6px 10px !important;
  height: 70px;
}
.g-slider-wrapper ul .round_recommended_game:before {
  border-radius: 50px !important;
}
.mobile .g-slider-wrapper ul .round_recommended_game {
  margin: 6px 10px !important;
}
.g-slider-wrapper ul .round_recommended_game img {
  width: 70px;
  max-width: 100%;
}
.g-slider-wrapper .lottery-title-center {
  place-content: center !important;
  margin-top: 90px;
}
@media (max-width: 460px) {
  .g-slider-wrapper .lottery-title-center {
    margin-top: 70px;
  }
}
.g-slider-wrapper .title-center {
  place-content: center !important;
  margin-top: 60px;
}
.mobile .g-slider-wrapper .title-center {
  margin-top: 70px;
}
.g-slider-wrapper .title-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
}
.g-slider-wrapper .pagi-wrp .btn {
  width: 40px;
  height: 40px;
  border: 1px solid;
}
.mobile .g-slider-wrapper .pagi-wrp {
  display: none;
}
.g-slider-wrapper a.game-box,
.g-slider-wrapper div.game-box {
  width: 110px;
  height: 85px;
  border-radius: 4px 4px 0 0;
}
.desktop .common-top-section .g-slider-wrapper a.game-box,
.desktop .common-top-section .g-slider-wrapper div.game-box {
  margin-right: 0;
}
.g-slider-wrapper a.game-box > img,
.g-slider-wrapper div.game-box > img {
  background: #000;
  border-radius: 15px;
  width: 110px;
  height: 110px;
}
.desktop .g-slider-wrapper a.game-box > img,
.desktop .g-slider-wrapper div.game-box > img {
  width: 150px;
  height: 150px;
}
.g-slider-wrapper a.game-box .game_brand,
.g-slider-wrapper div.game-box .game_brand {
  text-align: left;
  margin-bottom: 15px;
}
.mobile .g-slider-wrapper a.game-box .game_brand,
.mobile .g-slider-wrapper div.game-box .game_brand {
  margin-bottom: 10px;
}
.g-slider-wrapper a.game-box .game_brand_logo,
.g-slider-wrapper div.game-box .game_brand_logo {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.mobile .g-slider-wrapper a.game-box .game_brand_logo,
.mobile .g-slider-wrapper div.game-box .game_brand_logo {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.g-slider-wrapper a.game-box .game_brand_name,
.g-slider-wrapper div.game-box .game_brand_name {
  display: inline-block !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: Sora, sans-serif;
}
.mobile .g-slider-wrapper a.game-box .game_brand_name,
.mobile .g-slider-wrapper div.game-box .game_brand_name {
  font-size: 10px;
}
.g-slider-wrapper a.game-box.round,
.g-slider-wrapper div.game-box.round {
  width: auto;
  height: auto;
}
.g-slider-wrapper a.game-box.round > img,
.g-slider-wrapper div.game-box.round > img {
  width: 70px;
  max-width: 70px;
  height: auto;
  border-radius: 50%;
}
.desktop .g-slider-wrapper a.game-box.round > img,
.desktop .g-slider-wrapper div.game-box.round > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.desktop .g-slider-wrapper a.game-box.round,
.desktop .g-slider-wrapper div.game-box.round {
  width: 100px;
  height: auto;
  max-width: 100%;
}
.g-slider-wrapper .game-title {
  text-align: left;
  padding-left: 15px;
  padding-right: 4px;
  color: #fff;
  font-size: 16px;
}
.mobile .g-slider-wrapper .game-title {
  padding-left: 7px;
  font-size: 11.2px;
}
.g-slider-wrapper .game-title img.logo {
  height: 18px;
  width: 18px;
}
.g-slider-wrapper.hot .game-title {
  background: transparent;
}
.g-slider-wrapper.recommend {
  position: relative;
}
.g-slider-wrapper.new .game-title {
  background: #2d1a62;
}
.g-slider-wrapper .btn-link {
  position: absolute;
  top: -1rem;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.g-slider-wrapper .btn-link.btn-prev {
  right: 45px;
  background: #1f1720;
}
.g-slider-wrapper .btn-link.btn-next {
  right: 0;
  background: #1f1720;
}
.g-slider-wrapper .btn-link span {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  position: relative;
}
.jackpot .text-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gradient-bg {
  background: linear-gradient(180deg, #352b07, #000);
  border-radius: 16px;
}
.common-section {
  margin-top: 35px;
  overflow: hidden;
}
.popular-section {
  border-radius: 14px;
  padding: 50px 0 0 !important;
}
.mobile .popular-section {
  padding: 20px 0 0 !important;
}
.popular-section .btn-link {
  position: absolute;
  top: -4rem;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.mobile .popular-section .btn-link {
  width: 30px;
  height: 30px;
}
.popular-section .btn-link.btn-prev {
  right: 45px;
  background: #1f1720;
}
.popular-section .btn-link.btn-prev:hover {
  opacity: 0.8;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.33);
}
.popular-section .btn-link.btn-prev:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.popular-section .btn-link.btn-prev i {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.popular-section .btn-link.btn-next {
  right: 0;
  background: #1f1720;
}
.popular-section .btn-link.btn-next:hover {
  opacity: 0.8;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.33);
}
.popular-section .btn-link.btn-next:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.popular-section .btn-link.btn-next i {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.popular-section .btn-link span {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  position: relative;
}
.top-section {
  position: relative;
}
.top-section .top-section-inner {
  position: absolute;
  z-index: 99;
  top: calc(50% - 25px);
  width: 100%;
}
.Popular-slider {
  position: relative;
}
.promotion-section .center-position {
  position: relative;
  border-radius: 14px;
  padding: 1px;
  overflow: hidden;
}
.promotion-section .center-position:after {
  position: absolute;
  left: 12px;
  content: "";
  width: calc(100% - 24px);
  height: 5px;
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  width: calc(100% + 2px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.common-group-section {
  padding: 0 0 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  background-position: bottom;
}
.common-group-section .common-section {
  margin-top: 35px;
}
.mobile .common-group-section .mobile_promo {
  margin: 0;
}
.info-section .div-card .text {
  font-size: 13px;
}
.common-title {
  font-weight: 800;
  margin-bottom: 30px;
}
.top-section .common-title {
  background: linear-gradient(180deg, #b6924b 18.18%, #cdbc7e 69.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  display: none;
}
.common-top-section {
  padding: 50px 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mobile .common-top-section {
  padding: 0;
  background-position: 0 58%;
  background-size: 100% auto;
}
.common-section-inner {
  padding: 0;
}
.lates-deposit-section {
  margin-bottom: 50px;
}
.circular-progress {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #323232;
  position: relative;
}
.circular-progress:after {
  width: 66px;
  background-image: linear-gradient(#18212e, #18212e),
    linear-gradient(180deg, #fff, #a5a3a1);
  border: 6px double transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50%;
}
.circular-progress:after,
.circular-progress:before {
  content: "";
  left: -3px;
  top: -3px;
  height: 66px;
  position: absolute;
}
.circular-progress:before {
  width: 33px;
  background-color: #18212e;
  z-index: 8;
}
.lgo-lw-wraper .width-40 {
  width: 100%;
  background: linear-gradient(0deg, #403303, #403303);
  padding: 10px;
  border-radius: 16px;
}
.lgo-lw-wraper .width-40 .common-title {
  font-size: 18px;
  padding: 15px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff 18.18%, #bfc2c4 69.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lgo-lw-wraper .width-40 .flex-xs-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.lgo-lw-wraper .theme-UL-style {
  padding: 0;
}
.site-footer {
  margin-top: 0;
}
.content {
  margin-bottom: 0;
}
.svc-advantage .circle-wrp {
  width: 2em;
  height: 2em;
  font-size: 30px;
  line-height: 2em;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  background: #0b121b;
}
.svc-advantage .circle-wrp > i {
  color: #0083ff;
  background: linear-gradient(90deg, #fbb24c, #fe7d38 95.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion-section .img-fluid {
  width: 100%;
  border-radius: 14px;
}
.promotion-section .promotion-single-inner ~ .promotion-single-inner {
  margin-top: 15px;
}
.common-group-section {
  margin-top: 35px;
}
.common-group-section .common-section,
.mobile .common-group-section {
  margin-top: 15px;
}
.mobile .common-group-section .common-section {
  margin-bottom: 20px;
}
.common-group-section .last-winner {
  margin: 50px 0;
  display: block;
}
.mobile .common-group-section .last-winner {
  margin: 20px 0;
}
.mobile .common-group-section .last-winner .gradient-bg {
  padding: 5px 0;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border: 1px solid linear-gradient(180deg, #bea64b, #000);
}
.mobile
  .common-group-section
  .last-winner
  .gradient-bg
  .lw-loop-content:before {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .common-group-section .last-winner .common-section .title-wrapper {
  margin-top: 0;
}
.mobile .common-group-section .last-winner .common-section {
  margin: 0;
}
.common-group-section .last-winner .content-wrapper {
  padding: 20px 64px;
  display: inline-block;
  width: 100%;
  border-radius: 14px;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: initial !important;
}
.common-group-section .last-winner .content-wrapper:before {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .common-group-section .last-winner .content-wrapper {
  padding: 20px 0;
}
.common-group-section .last-winner li {
  margin: 5px 16px !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.common-group-section .last-winner li:before {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.common-group-section .last-winner li .flex-start {
  width: 300px;
  height: 70px;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-size: 100%;
  padding: 10px;
  border-radius: 14px;
}
.mobile .common-group-section .last-winner li .flex-start {
  width: 100%;
  padding: 20px 8px;
}
.common-group-section .last-winner-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
}
.common-group-section .last-winner-name span {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 5px;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-family: Barlow, sans-serif;
}
.mobile .common-group-section .last-winner-name span {
  padding-left: 0;
  font-size: 18px;
  margin-left: 0;
}
.common-group-section .last-winner-amount span {
  color: #fff;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 16px;
  font-family: Barlow, sans-serif;
}
.common-title {
  font-size: 25px;
  font-weight: 700;
  background: linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.popular-section .common-title {
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
}
.a-disabledLink:after {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  ) !important;
  transition: 0.5s ease;
}
.mobile .top-bar a,
.mobile .top-bar button {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile .top-bar #btnToggleRSideNav {
  border: 1px solid #bebdbb;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  float: left;
  line-height: 24px;
  text-align: center;
  margin: 0 10px;
}
.mobile .top-bar #btnToggleRSideNav i.icon-user-o {
  font-size: 16px;
  line-height: 0;
}
.mobile .common-top-section .tab-content-inner {
  padding: 0 20px 30px;
  margin-bottom: 20px;
}
.mobile .common-top-section .tab-content-inner .tab-content {
  min-height: 170px;
  padding-bottom: 0;
}
.mobile .theme-UL-style {
  width: calc(100% - 30px);
}
.mobile .promotion-section {
  padding: 0;
}
.mobile .promotion-section .promotion-single-inner ~ .promotion-single-inner {
  margin-top: 15px;
}
.desktop .site-footer {
  background: linear-gradient(0deg, #424037, #424037);
}
.footer-content .footerlink ul li,
.footer-content .footerlink ul li a,
.footer-misc,
.title {
  color: #fff;
}
.button.is-outline {
  background-color: #000;
  border-color: #000;
}
.social-icons i {
  color: #fff;
}
.dotted_line {
  border-bottom: 5px solid #000;
}
.ann-wrapper,
.ann-wrapper i {
  color: #fff;
}
.desktop .carousel-indicators {
  bottom: 30px;
}
.desktop .main.nav-wrapper {
  background: linear-gradient(
    180deg,
    #856c2c 8.04%,
    #fbf4a0 64.01%,
    #856c2c 104.64%
  );
}
.hot-games .games-leave-active {
  -webkit-animation: leave 80s linear;
  animation: leave 80s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-leave-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-leave-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-leave-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-enter-active {
  -webkit-animation: leave 80s linear;
  animation: leave 80s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-enter-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games .games-enter-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games .games-enter-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games.round .games-leave-active {
  -webkit-animation: leave 25s linear;
  animation: leave 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games.round .games-leave-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games.round .games-leave-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games.round .games-leave-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games.round .games-enter-active {
  -webkit-animation: leave 25s linear;
  animation: leave 25s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games.round .games-enter-active:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hot-games.round .games-enter-active.run {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hot-games.round .games-enter-active.pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.promo-banner-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  background: linear-gradient(0deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo-banner-description {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.circular-progress-bar {
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  width: 120px;
}
.progress__meter,
.progress__value {
  fill: none;
}
.progress__meter {
  stroke: #4e4c4d;
  stroke-width: 5px;
}
.progress__value {
  stroke-linecap: round;
}
.progress__bar {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 auto;
}
.deposit-progress__meter,
.deposit-progress__value {
  fill: none;
}
.deposit-progress__meter {
  stroke: #4e4c4d;
  stroke-width: 5px;
}
.deposit-progress__value {
  stroke-linecap: round;
}
.auto-box:hover a,
.auto-box:hover a:after,
.main-nav a:hover,
.nav-item:hover .navlink {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  ) !important;
  transition: 0.5s ease;
}
.online-users {
  margin-top: 50px;
}
.mobile .online-users {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}
.online-users .icon-outer {
  width: 2em;
  height: 2em;
  border-radius: 4px;
  background: linear-gradient(180deg, #bea64b 0, #4a3e0d);
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.online-users .icon-outer .icon-wrp {
  background: linear-gradient(180deg, #352b07, #050401);
  width: 94%;
  height: 94%;
  border-radius: 4px 4px 0 0;
  display: -webkit-flex;
  display: flex;
  place-content: center;
  place-items: center;
}
.online-users .icon-outer .icon-wrp i,
.online-users .mail-color {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.online-users .mail-color {
  word-wrap: break-word;
  font-weight: 900;
  font-size: 12px;
  margin: 2px 0;
}
.online-users .support-font {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.online-users .line-font {
  font-size: 13px;
}
.online-users .icon-label {
  width: calc(100% - 40px);
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.main.nav-wrapper .nav-item-content {
  background-color: #18191f;
  border-bottom: 15px solid #18191f;
}
.width-60 {
  width: 60%;
}
@media (max-width: 768px) {
  .width-60 {
    width: 98%;
    margin: auto;
  }
}
.width-40 {
  width: 40%;
}
@media (max-width: 768px) {
  .width-40 {
    width: 98%;
    margin: auto;
  }
}
.plr-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.top-section .width-40 {
  width: 100%;
}
@media (max-width: 768px) {
  .top-section .width-40 {
    width: 98%;
    margin: auto;
  }
}
.fw-bold {
  font-weight: 700;
}
.lw-loop-content {
  overflow: hidden;
  position: relative;
  height: 190px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .lw-loop-content {
    height: 300px;
  }
}
.theme-UL-style {
  list-style-type: none;
  margin: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  padding: 0;
}
.theme-UL-style::-webkit-scrollbar {
  width: 5px;
  display: none;
}
.theme-UL-style:hover::-webkit-scrollbar {
  display: block;
}
.theme-UL-style:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.theme-UL-style:hover::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}
.theme-UL-style:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.theme-UL-style li {
  padding: 10px 0;
  border-bottom: 1px solid #453c18;
}
.theme-UL-style li .LW-div .wd-item__avatar {
  width: 35px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .theme-UL-style li .LW-div .wd-item__avatar {
    padding-right: 5px;
  }
}
.theme-UL-style li .LW-btn {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  border-radius: 50px;
  cursor: pointer;
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 600;
  font-family: Sora, sans-serif;
}
@media (max-width: 768px) {
  .theme-UL-style li .LW-btn {
    padding: 3px 10px;
    width: 90px;
  }
}
.LW-font {
  color: #fafafa;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1;
}
.LW-date-font {
  color: #fff;
  font-size: 9px;
  min-width: 125px;
}
.LW-secondary-color {
  color: #fcee27;
}
.ann-wrapper {
  background-color: transparent;
  background-image: none;
  margin-top: 0;
  z-index: 9;
  position: relative;
  width: 30%;
}
.mobile .ann-wrapper {
  width: 100%;
}
.ann-wrapper .ann-content {
  width: 85%;
}
.main-nav,
.main-nav .nav-item {
  overflow: initial !important;
}
.main-nav .nav-item {
  transition: 0.2s;
}
.main-nav .nav-item.is-active,
.main-nav .nav-item:hover {
  transition: 0.2s ease;
  background-color: transparent !important;
}
.main-nav .nav-item.is-active .navlink,
.main-nav .nav-item:hover .navlink {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  ) !important;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  transition: 0.5s ease;
}
.main-nav .nav-item.is-active .navlink .nav-icon,
.main-nav .nav-item:hover .navlink .nav-icon {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  transition: 0.5s ease;
  position: relative;
  left: -5px;
}
.main-nav .nav-item.is-active .navlink .nav-title,
.main-nav .nav-item:hover .navlink .nav-title {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  transition: 0.5s ease;
  position: relative;
  left: 5px;
}
.desktop .carousel-indicators {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.desktop .carousel-indicators li {
  width: 50px;
  height: 5px;
  border-radius: 4px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
}
.desktop .carousel-indicators li.active {
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin-bottom: 0;
  opacity: 1;
}
.mobile .carousel-indicators {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobile .carousel-indicators li {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
}
.mobile .carousel-indicators li.active {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin-bottom: 0;
  opacity: 1;
}
.jackpot {
  font-family: Sora, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 10px;
}
.header-wrapper {
  background: #000;
}
.header-wrapper .fix.btn-accent {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  border-radius: 0;
  color: #000;
  border: 1px solid #bebdbb;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  margin-left: 0 !important;
  transition: 0.5s ease;
  font-weight: 600;
}
.header-wrapper .fix.btn-accent span {
  display: inline-block;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.header-wrapper .fix.btn-accent:hover {
  box-shadow: inset 0 0 10px 0 #dbbe91, 0 0 10px 0 #dbbe91;
  border: 1px solid #dbbe91;
  transition: 0.5s ease;
}
.header-wrapper .fix.btn-tertiery {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  border-radius: 0;
  color: #000;
  border: 1px solid #bebdbb;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  margin-right: 2px !important;
  transition: 0.5s ease;
  font-weight: 600;
}
.header-wrapper .fix.btn-tertiery span {
  display: inline-block;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.header-wrapper .fix.btn-tertiery:hover {
  box-shadow: inset 0 0 10px 0 #d2bfcc, 0 0 10px 0 #d2bfcc;
  border: 1px solid #d2bfcc;
  transition: 0.5s ease;
}
.header-wrapper .flex-right .flex-row i {
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease;
}
.header-wrapper .flex-right .flex-row i:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
  transition: 0.5s ease;
}
.header-wrapper .flex-right .flex-row .button.icon.circle {
  background-color: transparent;
}
.header-wrapper .flex-right .flex-row .compliant-btn {
  background: #6b7586;
  padding: 0 10px;
  margin-top: 5px;
  color: #fff;
  border-radius: 8px;
}
.header-wrapper .flex-right .flex-row .compliant-btn i {
  font-size: 14px;
  color: #fff;
}
.header-wrapper .line {
  background-color: #fff;
}
.top-bar .inner-header {
  background: #000;
}
.jackpot-wraper {
  width: 100%;
}
.jackpot-wraper #jackpot_amount {
  display: inline-block;
  margin-top: 45px;
  font-size: 25px;
  margin-left: 30px;
  text-align: center;
  width: 100%;
}
.mobile .jackpot-wraper #jackpot_amount {
  font-size: 20px;
  margin-top: 0;
  margin-left: 0;
}
.desktop .popular-section .g-slider-wrapper {
  padding: 0;
  margin: 1px;
}
.desktop
  .popular-section
  .g-slider-wrapper.widget-wrapper
  .widget-wrapper-image {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-box {
  height: 100%;
  padding: 15px;
  width: 270px;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-size: 100%;
  float: left;
  border-radius: 14px;
}
.desktop
  .popular-section
  .g-slider-wrapper.widget-wrapper
  .game-box
  .widget-wrapper-image-img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  border: 1px solid #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.33);
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .gamebox-large img {
  width: 100%;
  height: 160px;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.desktop .popular-section .g-slider-wrapper.widget-wrapper .game-title span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Sora, sans-serif;
}
.desktop .popular-section .g-slider-wrapper li {
  display: inline-block;
  position: relative;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.33);
  text-align: center;
  border-radius: 14px;
  margin: 6px 5px;
}
.desktop .popular-section .g-slider-wrapper li,
.desktop .popular-section .g-slider-wrapper li:hover {
  background: linear-gradient(180deg, #352b07, #050401);
}
.desktop .popular-section .g-slider-wrapper li:before {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.moregame-link {
  color: #eaeaea;
  margin-top: 10px;
  font-weight: 700;
}
.mobile .top-section {
  padding: 0;
  border-top: none;
  background: transparent;
}
.mobile .top-section .common-title {
  margin-top: 12px;
  font-size: 12px;
}
.mobile .top-section .jackpot-wraper {
  margin-top: 15px;
}
.mobile .top-section .jackpot-wraper .jackpot {
  border-radius: 8px;
}
.mobile .top-section .jackpot-wraper .jackpot .text-content {
  padding-top: 0;
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mobile .top-section .jackpot-wraper .jackpot .text-content {
    font-size: 44px;
    margin-top: 20px;
    display: inline-block;
  }
}
.mobile .top-section .top-section-inner {
  padding: 0 20px;
  background-image: none;
}
.mobile .top-section .col-width-full {
  width: 100%;
}
.mobile .title-wrapper {
  background-color: transparent;
  width: 100%;
  border-radius: 8px;
  margin: 20px 0 5px;
}
.mobile .common-title {
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 18px !important;
}
.mobile .popular-section {
  border-top: none;
  background: transparent;
  padding: 0;
}
.mobile .g-slider-wrapper.widget-wrapper {
  padding: 15px 0;
  position: relative;
  background: transparent;
  border-radius: 8px;
}
.mobile .g-slider-wrapper .btn-link {
  top: 90%;
}
.mobile .g-slider-wrapper .btn-link.btn-next {
  right: 0;
  left: auto;
  top: -20px;
}
.mobile .g-slider-wrapper .btn-link.btn-prev {
  right: 33px;
  left: auto;
  top: -20px;
}
.mobile .g-slider-wrapper li {
  padding: 0;
  display: inline-block;
  position: relative;
  border-top: 1px solid linear-gradient(180deg, #bea64b, #000);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.33);
  text-align: center;
  border-radius: 14px;
  margin: 6px;
}
.mobile .g-slider-wrapper li,
.mobile .g-slider-wrapper li:hover,
.mobile .g-slider-wrapper li:hover:before {
  background: linear-gradient(180deg, #352b07, #050401);
}
.mobile .g-slider-wrapper li:before {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .g-slider-wrapper .widget-wrapper-image {
  height: 100%;
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  float: left;
  width: 150px;
  padding: 5px;
  background-size: cover;
}
.mobile .g-slider-wrapper .game-box {
  border-radius: 14px;
  padding: 8px;
  margin: 0;
}
.mobile .g-slider-wrapper .game-box .widget-wrapper-image-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
}
.mobile .g-slider-wrapper .gamebox-large {
  display: inline-block;
}
.mobile .g-slider-wrapper .gamebox-large img {
  width: 100%;
  height: 160px;
}
.mobile .g-slider-wrapper .game-title {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile .g-slider-wrapper .game-title span {
  line-height: 12px;
  display: block;
  padding: 5px 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Sora, sans-serif;
}
.mobile .g-slider-wrapper .lw-loop-content {
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.mobile .g-slider-wrapper .lw-loop-content ul {
  width: 100%;
  left: 0;
}
.mobile .g-slider-wrapper .lw-loop-content ul li {
  display: block;
  background: linear-gradient(180deg, #352b07, #050401);
  margin-bottom: 20px !important;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-btn {
  color: #fcee27;
  font-weight: 700;
}
.mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
  width: 45px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .mobile .g-slider-wrapper .lw-loop-content ul li .LW-div .wd-item__avatar {
    padding-right: 5px;
  }
}
.mobile .Popular-slider {
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(180deg, #352b07, #000);
  position: relative;
}
.mobile .btns-log .btn-accent,
.mobile .btns-log .btn-tertiery {
  background: linear-gradient(
    180deg,
    #a5a3a1,
    #fefefe 37.29%,
    #adaba9 70.1%,
    #fff
  );
  border-radius: 0;
  color: #000;
  border: 1px solid #bebdbb;
}
.mobile .mob-row-rev {
  display: -webkit-flex;
  display: flex;
  direction: rtl;
}
.mobile .moregame-link {
  margin-top: 5px;
}
body {
  font-family: Sora, sans-serif;
}
.lw-horizontal-slider .gradient-bg,
body,
body.mobile {
  background: #000;
}
.desktop .deposit-withdraw-div .info-section {
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  border: 1px solid linear-gradient(180deg, #bea64b, #000);
  margin: 1px;
}
.deposit-withdraw-div .info-section:after {
  background: linear-gradient(180deg, #bea64b, #000);
  border-radius: 14px;
  padding: 0 !important;
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.mobile .deposit-section {
  background: url(https://files.sitestatic.net/assets/imgs/kixplays_game_bg.png)
      no-repeat 0 0,
    linear-gradient(180deg, #352b07, #050401);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  border: 1px solid linear-gradient(180deg, #bea64b, #000);
}
.mobile .btns-log .btn-accent {
  border-left: 1px solid #727272;
}
.mobile .scroll-wrapper[_home] .next-btn,
.mobile .scroll-wrapper[_home] .prev-btn,
.mobile .scroll-wrapper[_home] .slider-content {
  background: linear-gradient(
    180deg,
    #68480b,
    #cdbb71 21%,
    #fdf19b 32%,
    #fcf299 38%,
    #ab954c 69%,
    #8a6f2c 83%,
    #6f5010
  );
}
.desktop .g-slider-wrapper {
  padding-top: 4px;
}
.desktop .g-slider-wrapper .content-wrapper {
  overflow: hidden;
}
.desktop .g-slider-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  white-space: nowrap;
}
.desktop .g-slider-wrapper ul::-webkit-scrollbar {
  display: none;
}
.desktop .g-slider-wrapper ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.desktop .g-slider-wrapper li {
  display: inline-block;
  position: relative;
}
.desktop .g-slider-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.desktop .g-slider-wrapper a.game-box,
.desktop .g-slider-wrapper div.game-box {
  position: relative;
  display: block;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  color: inherit;
}
.desktop .g-slider-wrapper .game-title {
  text-transform: uppercase;
  font-size: 11.2px;
  overflow: hidden;
}
.main-nav .nav-item.is-active .navlink,
.main-nav .nav-item:hover .navlink,
.main-nav a.active,
.main-nav a:hover,
.nav-item:hover .navlink {
  background: linear-gradient(180deg, #1c1a1b, #0c0a0b) !important;
  color: #fff;
}
.a-disabledLink:after,
.auto-box:hover a:after {
  background: linear-gradient(180deg, #1c1a1b, #0c0a0b) !important;
}
.main.nav-wrapper .nav-item .navlink,
.scroll-wrapper[_home] .btn-box {
  font-weight: 600;
}
