body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  outline: 0;
  overflow-x: hidden;
  background-color: rgba(15, 17, 20, 0.8);
  background-image: url("../images/bg/murahqq_bg.jpg");
  height: 100vh;
  background-attachment: fixed;
}

a {
  color: #303030;
  transition: 0.15s ease-in-out;
}

a:hover,
a:link,
a:visited,
a:active {
  color: #303030;
  text-decoration: none;
}

a:active,
a:focus,
a:visited,
button:active,
button:focus,
button:visited {
  outline: 0;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

.input-group-append {
  margin-left: 0px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 400;
  color: #303030;
}

.form-control {
  background-color: #EFEFEF;
  border: 1px solid transparent;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 37px;
  padding: 0 13px;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #FFFFFF;
}

.form-control:focus {
  background-color: #fff;
  border: 1px solid #08f;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
.default-btn:focus,
a:link:focus {
  outline: 0;
}

.btn.focus,
.btn:focus,
.form-control:focus,
.form-control-input:focus {
  outline: 0;
  box-shadow: none;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.container {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
}

@media only screen and (min-width: 10px) {
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 48px;
  }
}
.section-subtitle {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 10px) {
  .section-subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 86%;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 88%;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.article_header {
  color: #ffcc00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0;
}
@media only screen and (min-width: 10px) {
  .article_header {
    font-size: 17px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .article_header {
    font-size: 25px;
  }
}

.hero-section .main_page {
  background-color: #010c11;
  background-image: url("../images/bg/heroBG.jpg");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -12px;
}
@media (max-width: 991px) {
  .hero-section .main_page {
    background-image: url("../images/bg/mdHeroBG.jpg");
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .hero-section .main_page {
    background-image: url("../images/bg/smHeroBG.jpg");
    background-size: cover;
  }
}
.hero-section .otherPageBg {
  background-color: unset;
  background-image: unset;
}
.hero-section header {
  z-index: 9;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-section .header-logo img {
    width: 190px;
  }
}
.hero-section form {
  position: relative;
}
.hero-section form .form-content .auth-wrap {
  height: 35px;
  background: transparent linear-gradient(180deg, #EA94FC 0%, #A500E8 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 2.5px;
  transition: all 0.6s ease-in-out;
}
.hero-section form .form-content .auth-wrap:hover button.login-btn {
  background: transparent;
}
.hero-section form .form-content .auth-wrap:hover button.login-btn:hover {
  background: transparent linear-gradient(103deg, #00B0D8 0%, #017FC7 51%, #59BCCB 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
}
.hero-section form .form-content .auth-wrap:hover button.daftar-btn {
  background: transparent;
}
.hero-section form .form-content .auth-wrap:hover button.daftar-btn:hover {
  background: transparent linear-gradient(103deg, #00B0D8 0%, #017FC7 51%, #59BCCB 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 20px 20px 0;
}
.hero-section form .form-content .auth-wrap button.login-btn {
  width: 80px;
  background: transparent linear-gradient(103deg, #00B0D8 0%, #017FC7 51%, #59BCCB 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 28px;
  height: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-section form .form-content .auth-wrap button.login-btn {
    width: 62px;
  }
}
.hero-section form .form-content .auth-wrap button.daftar-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 80px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 28px;
  height: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-section form .form-content .auth-wrap button.daftar-btn {
    width: 62px;
  }
}
.hero-section form .form-content .form-group {
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #fff;
  width: 130px;
  height: 35px;
}
@media (max-width: 1199px) {
  .hero-section form .form-content .form-group {
    width: 115px;
    margin-right: 5px;
  }
}
.hero-section form .form-content .form-group input.form-input {
  background: transparent;
  border: none;
  color: #303030;
  width: 100%;
  font-size: 16px;
  height: 35px;
  padding: 0 13px;
  border-radius: 4px;
  outline: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
}
@media (max-width: 575px) {
  .hero-section .marquee .notiff img {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .hero-section .marquee .notiff img {
    width: 48px;
  }
}
.hero-section .marquee .marqueeHome {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
@media (max-width: 575px) {
  .hero-section .marquee .marqueeHome {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hero-section .marquee .marqueeHome {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  .hero-section .marquee .marqueeHome {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .marquee .marqueeHome {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section .marquee .marqueeHome {
    font-size: 20px;
  }
}
.hero-section .top-navbar {
  position: relative;
  z-index: 99;
}
.hero-section .top-navbar ul.main-menu {
  display: flex;
  justify-content: space-between;
}
.hero-section .top-navbar ul.main-menu > li {
  position: relative;
  list-style-type: none;
  margin-right: 1px;
  text-align: center;
  padding: 6px 10px;
}
@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li {
    padding: 6px 6px;
  }
}
.hero-section .top-navbar ul.main-menu > li.active a {
  color: #C55CF1;
}
.hero-section .top-navbar ul.main-menu > li.active a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: calc(100% - 16px);
  left: 8px;
  height: 2px;
  background: #C55CF1 0% 0% no-repeat padding-box;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li.active a:after {
    width: calc(100% - 12px);
    left: 6px;
  }
}
.hero-section .top-navbar ul.main-menu > li:nth-child(3):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  transform: translateY(0);
}
.hero-section .top-navbar ul.main-menu > li:last-child {
  margin-right: 0;
}
.hero-section .top-navbar ul.main-menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.hero-section .top-navbar ul.main-menu > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #C55CF1 0% 0% no-repeat padding-box;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.hero-section .top-navbar ul.main-menu > li > a:hover:after {
  width: calc(100% - 16px);
  left: 8px;
}
@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li > a:hover:after {
    width: calc(100% - 12px);
    left: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .top-navbar ul.main-menu > li > a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section .top-navbar ul.main-menu > li > a {
    font-size: 18px;
  }
}
.hero-section .top-navbar ul.main-menu > li:nth-child(3) {
  position: relative;
}
.hero-section .top-navbar ul.main-menu > li:nth-child(3) > a:hover::before {
  transform: rotate(-135deg);
}
.hero-section .top-navbar ul.main-menu > li:nth-child(3) > a::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .hero-section .top-navbar ul.main-menu > li:nth-child(3) > a::before {
    right: -2px;
  }
}
.hero-section .top-navbar ul.main-menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 8s ease-in;
  transform: translateY(20px);
  position: absolute;
  top: 100%;
  left: 8px;
  right: 0;
  width: 190px;
}
.hero-section .top-navbar ul.main-menu > li .sub-menu ul {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  background: #C55CF1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5019607843);
  margin-left: 0;
}
.hero-section .top-navbar ul.main-menu > li .sub-menu ul li {
  list-style: none;
  padding: 0;
  margin-right: 0;
}
.hero-section .top-navbar ul.main-menu > li .sub-menu ul li a {
  text-shadow: none;
  font-size: 15px;
  padding: 8px 19px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #fff;
}
.hero-section .top-navbar ul.main-menu > li .sub-menu ul li a:hover {
  color: #fff;
  background-color: #000021;
}
@media (max-width: 1199px) {
  .hero-section .slider .swiper-wrapper .swiper-slide img {
    width: 66%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .hero-section .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.hero-section .jackpot-wrap {
  display: flex;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap {
    margin-top: -45px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap {
    justify-content: space-between;
    flex-direction: column;
  }
}
.hero-section .jackpot-wrap .left-content {
  position: relative;
  text-align: center;
}
.hero-section .jackpot-wrap .left-content > img {
  width: 100%;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content > img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content > img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content > img {
    height: 170px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .left-content > img {
    height: 160px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content > img {
    height: 140px;
  }
}
.hero-section .jackpot-wrap .left-content h2 {
  position: relative;
  top: 138px;
  color: #DBB934;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0px 10px 10px rgba(55, 55, 55, 0.5019607843);
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 114px;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 90px;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 85px;
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 80px;
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content h2 {
    top: 72px;
    font-size: 20px;
  }
}
.hero-section .jackpot-wrap .left-content .counter {
  position: absolute;
  bottom: 27%;
  left: 20%;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .counter {
    bottom: 28%;
    left: 23%;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 17%;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 20%;
  }
}
@media (max-width: 550px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 18%;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 20%;
    bottom: 30%;
  }
}
@media (max-width: 375px) {
  .hero-section .jackpot-wrap .left-content .counter {
    left: 18%;
  }
}
.hero-section .jackpot-wrap .left-content .counter h1 {
  font-size: 75px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: rgb(215, 30, 182) -2px 10px 10px, rgb(215, 30, 182) 2.83487px 0.981584px 0px, rgb(215, 30, 182) 2.35766px 1.85511px 0px, rgb(215, 30, 182) 1.62091px 2.52441px 0px, rgb(215, 30, 182) 0.705713px 2.91581px 0px, rgb(215, 30, 182) -0.287171px 2.98622px 0px, rgb(215, 30, 182) -1.24844px 2.72789px 0px, rgb(215, 30, 182) -2.07227px 2.16926px 0px, rgb(215, 30, 182) -2.66798px 1.37182px 0px, rgb(215, 30, 182) -2.96998px 0.42336px 0px, rgb(215, 30, 182) -2.94502px -0.571704px 0px, rgb(215, 30, 182) -2.59586px -1.50383px 0px, rgb(215, 30, 182) -1.96093px -2.27041px 0px, rgb(215, 30, 182) -1.11013px -2.78704px 0px, rgb(215, 30, 182) -0.137119px -2.99686px 0px, rgb(215, 30, 182) 0.850987px -2.87677px 0px, rgb(215, 30, 182) 1.74541px -2.43999px 0px, rgb(215, 30, 182) 2.44769px -1.73459px 0px, rgb(215, 30, 182) 2.88051px -0.838247px 0px;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 46px;
  }
}
@media (max-width: 520px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 32px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 29px;
  }
}
@media (max-width: 325px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section .jackpot-wrap .left-content .counter h1 {
    font-size: 75px;
  }
}
.hero-section .jackpot-wrap .right-content {
  position: relative;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 25px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap {
  padding: 26px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .content-wrap {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .content-wrap {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 21px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > h3 {
    font-size: 18px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link {
  text-align: center;
  width: 50%;
}
.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
  background: #fff;
  padding: 15px 11px;
  border-radius: 8px;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
    padding-bottom: 8px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content {
    padding-bottom: 11px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content img {
    width: 42px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0 2px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .mobile-link .content h3 {
    font-size: 12px;
  }
}
.hero-section .jackpot-wrap .right-content .app-link-wrap a {
  color: #fff;
}
.hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 44px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 35px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 30px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap a.app-link img {
    width: 26px;
  }
}
.hero-section .jackpot-wrap .right-content .app-link-wrap .download {
  border: 2px solid #00b1d8;
  border-radius: 30px;
  padding: 5px 15px;
  margin-left: 16px;
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  font-size: 18px;
}
.hero-section .jackpot-wrap .right-content .app-link-wrap .download:hover {
  box-shadow: 0px 0px 22px #fff;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    margin-left: 6px;
  }
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    margin-left: 6px;
  }
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    margin-left: 12px;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 13px;
    margin-left: 4px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 12px;
    margin-left: 4px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .app-link-wrap .download {
    font-size: 10px;
    margin-left: 4px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap {
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 12px;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 6px;
  }
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 15px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 5px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item {
    padding: 12px 4px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
  content: "";
  height: 30px;
  background: #fff;
  display: block;
  width: 1px;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
    margin-left: 10px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item:after {
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 40px;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 35px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 30px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 28px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item img {
    width: 25px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content {
    margin-left: 7px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content h4 {
    font-size: 9px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 8px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content span {
    font-size: 7px;
  }
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .whatsapp {
  color: #3FC94F;
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .telegram {
  color: #1D9FD5;
}
.hero-section .jackpot-wrap .right-content .social-item-wrap .social-item .content .livechat {
  color: #FE5100;
  margin-top: 0;
}
@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .right-content .social-item-wrap .first-child .content {
    margin-left: 6px;
  }
}

.sm-device-header {
  padding: 2px 10px 5px;
  transition: all 0.6s ease-in-out;
  position: sticky;
  top: 15px;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .sm-device-header {
    display: block;
  }
}
.sm-device-header .menu-toggler {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .sm-device-header .menu-toggler img {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .sm-device-header .menu-toggler img {
    width: 130px;
  }
}
@media (max-width: 500px) {
  .sm-device-header .menu-toggler img {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .sm-device-header .menu-toggler img {
    width: 110px;
  }
}
@media (max-width: 400px) {
  .sm-device-header .menu-toggler img {
    width: 100px;
  }
}
.sm-device-header .menu-toggler button {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler button {
    font-size: 13px;
  }
}
.sm-device-header .menu-toggler button p {
  font-family: "Poppins", sans-serif;
}
.sm-device-header .menu-toggler button:first-child svg {
  height: 23px;
}

#masterDominoNav .menu_close_icon .btn-close {
  width: 20px;
  padding: 0;
}
#masterDominoNav .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#masterDominoNav .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
#masterDominoNav .modal-content {
  background: #000;
  height: 100%;
}
#masterDominoNav .modal-body {
  padding-top: 0;
}
#masterDominoNav .navbar-head {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 5px;
}
#masterDominoNav .navbar-head h3 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 20px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  #masterDominoNav .navbar-head h3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 166px;
  }
}
@media (max-width: 767px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 130px;
  }
}
@media (max-width: 500px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 120px;
  }
}
@media (max-width: 450px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 110px;
  }
}
@media (max-width: 400px) {
  #masterDominoNav .navbar-head .menu_nav_logo img {
    width: 100px;
  }
}
#masterDominoNav .sm-nav ul li {
  position: relative;
}
#masterDominoNav .sm-nav ul li:nth-child(3):hover:after {
  border-color: #fff;
}
#masterDominoNav .sm-nav ul li:nth-child(3).active::after {
  transform: rotate(-135deg);
}
#masterDominoNav .sm-nav ul li:nth-child(3):after {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 107px;
  top: 29px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.25s ease-in-out;
  width: 8px;
}
#masterDominoNav .sm-nav ul li a {
  color: #CCCCCC;
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#masterDominoNav .sm-nav ul li a img {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#masterDominoNav .sm-nav ul li a:hover {
  color: #fff;
  position: relative;
}
#masterDominoNav .sm-nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  margin-top: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#masterDominoNav .sm-nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
#masterDominoNav .sm-nav ul li .sub_nav {
  display: none;
}
#masterDominoNav .sm-nav ul li .sub_nav ul {
  background: #00b1d8;
  display: flex;
  padding: 17px 20px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 575px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    display: block;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul {
    padding: 20px;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li {
  list-style: none;
  padding: 0 10px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li {
    padding: 0 30px;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li:hover {
  background-color: #000;
}
#masterDominoNav .sm-nav ul li .sub_nav ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 991px) {
  #masterDominoNav .sm-nav ul li .sub_nav ul li a {
    padding: 0;
  }
}
#masterDominoNav .sm-nav ul li .sub_nav ul li a:after {
  display: none;
}
#masterDominoNav .modal-body .default-btn {
  width: 48.5%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  height: 50px;
  border-radius: 3px;
  line-height: 42px;
  font-weight: 500;
}
#masterDominoNav .modal-body .signup {
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  margin-right: 3%;
  background: #00b1d8;
}
#masterDominoNav .modal-body .login {
  background: #fdfdfd;
  color: #000;
}

#masterDominoAuth .btn-close {
  width: 8px;
}
#masterDominoAuth .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
#masterDominoAuth .modal-content .modal-header {
  height: 70px;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content label {
  font-weight: 400;
  color: #464646;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .form-control {
  background: antiquewhite;
  height: 40px;
  border: 1px solid #ced4da;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .form-control:focus {
  color: #212529;
  background: antiquewhite;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#masterDominoAuth .modal-content .form-group {
  margin-bottom: 18px;
}
#masterDominoAuth .modal-content .btn-primary.submit {
  width: 100%;
  background: #00b1d8;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 5vw;
  font-weight: 700;
  border: none;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
}
#masterDominoAuth .modal-content .modal-footer {
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .modal-footer span {
  font-size: 15px;
}
#masterDominoAuth .modal-content .modal-footer .btn.btn-primary {
  margin-left: 5px;
  padding: 10px 5px;
  border: 2px solid #000;
  color: #000;
  border-radius: 50rem;
  font-size: small;
  font-weight: 400;
  background: #fff;
}
#masterDominoAuth .modal-content .modal-footer .btn.btn-primary:hover {
  background: #00b1d8;
  border: unset;
  color: #fff;
}

.show {
  display: block !important;
}

.game-section {
  background-color: #010c11;
  background-image: url("../images/bg/allGameBG.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 1650px) {
  .game-section {
    background-position: 50% 100%;
  }
}
@media (max-width: 991px) {
  .game-section {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .game-section {
    padding-top: 25px;
  }
}
@media (max-width: 350px) {
  .game-section {
    padding-top: 15px;
  }
}
.game-section .section-bg {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .game-section .section-bg {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .game-section .section-bg {
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .game-section .section-bg {
    padding-bottom: 25px;
  }
}
.game-section .section-bg h2.section-title {
  padding: 0 0 30px;
  color: #80D7EB;
  text-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137), 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .game-section .section-bg h2.section-title {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .game-section .section-bg h2.section-title {
    padding: 0 0 22px;
  }
}
.game-section .section-bg .game-item img {
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .game-section .section-bg .game-item img {
    width: 100%;
    height: auto;
  }
}
.game-section .section-bg .game-item a {
  width: 255px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
  color: #00b1d8;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  margin: 20px auto 30px;
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 10px) {
  .game-section .section-bg .game-item a {
    width: 90%;
    font-size: 15px;
    height: 33px;
    line-height: 34px;
  }
}
@media (max-width: 380px) {
  .game-section .section-bg .game-item a {
    font-size: 13px;
  }
}
@media (max-width: 340px) {
  .game-section .section-bg .game-item a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .game-section .section-bg .game-item a {
    width: 230px;
    font-size: 17px;
    height: 37px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .game-section .section-bg .game-item a {
    font-size: 19px;
    height: 41px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .game-section .section-bg .game-item a {
    width: 255px;
    height: 50px;
    line-height: 52px;
    font-size: 24px;
  }
}

.liveChat-section {
  text-align: center;
  padding-bottom: 40px;
}
.liveChat-section h2.section-title {
  padding: 40px 0 20px;
  color: #80D7EB;
  text-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137), 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .liveChat-section h2.section-title {
    padding: 40px 0 15px;
  }
}
@media (max-width: 991px) {
  .liveChat-section h2.section-title {
    padding: 35px 0 15px;
  }
}
@media (max-width: 767px) {
  .liveChat-section h2.section-title {
    padding: 30px 0 10px;
  }
}
.liveChat-section p.section-subtitle {
  padding-bottom: 30px;
}
.liveChat-section .game-item img {
  animation: float 3s ease-in-out infinite;
}
@media only screen and (min-width: 992px) {
  .liveChat-section .game-item img {
    width: 100%;
  }
}
@media (max-width: 478px) {
  .liveChat-section .game-item img {
    width: 100%;
    height: auto;
  }
}
.liveChat-section .game-item a {
  width: 100%;
  height: 50px;
  line-height: 52px;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px auto 30px;
  font-size: 24px;
  font-weight: 600;
  color: #00b1d8;
  border: 2px solid #fff;
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 10px) {
  .liveChat-section .game-item a {
    width: 90%;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  .liveChat-section .game-item a {
    width: 85%;
    font-size: 16px;
    height: 38px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) {
  .liveChat-section .game-item a {
    width: 84%;
    height: 50px;
    line-height: 52px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .liveChat-section .game-item a {
    width: 100%;
    font-size: 17px;
    height: 41px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .game-item a {
    font-size: 18px;
    height: 44px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .liveChat-section .game-item a {
    font-size: 24px;
    height: 50px;
    line-height: 52px;
  }
}
.liveChat-section .liveChat {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1199px) {
  .liveChat-section .liveChat {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .liveChat-section .liveChat {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .liveChat-section .liveChat {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .liveChat-section .liveChat {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .liveChat-section .liveChat img {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .liveChat-section .liveChat img {
    height: 155px;
  }
}
@media (max-width: 767px) {
  .liveChat-section .liveChat img {
    height: 175px;
  }
}
@media (max-width: 575px) {
  .liveChat-section .liveChat img {
    height: 165px;
  }
}
@media (max-width: 438px) {
  .liveChat-section .liveChat img {
    height: 190px;
  }
}
@media (max-width: 335px) {
  .liveChat-section .liveChat img {
    height: 210px;
  }
}
.liveChat-section .liveChat .content p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .liveChat-section .liveChat .content p {
    font-size: 14px;
    padding: 25px 15px 40px;
  }
}
@media only screen and (min-width: 576px) {
  .liveChat-section .liveChat .content p {
    font-size: 16px;
    padding: 42px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content p {
    padding: 40px 50px 55px;
    font-size: 20px;
  }
}
.liveChat-section .liveChat .content .liveChat-btn {
  width: 260px;
  height: 50px;
  line-height: 52px;
  margin: 0 auto;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #A500E8;
  font-weight: 600;
  position: relative;
  top: -27px;
  font-size: 24px;
  font-weight: 600;
  color: #00b1d8;
  border: 2px solid #fff;
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.liveChat-section .liveChat .content .liveChat-btn:hover {
  box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}
@media only screen and (min-width: 10px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    height: 50px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 240px;
    height: 45px;
    line-height: 46px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 200px;
    height: 45px;
    line-height: 46px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    width: 260px;
    height: 50px;
    line-height: 52px;
  }
}

.bankSupport-section {
  background-color: #000000;
  background-image: url("../images/bg/bangSupportBG.png");
  background-position: center 78%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1500px) {
  .bankSupport-section {
    background-position: 50% 78%;
  }
}
@media (max-width: 991px) {
  .bankSupport-section {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .bankSupport-section {
    background-image: url("../images/bg/mdBangSupportBG.png");
    background-position: bottom;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .bankSupport-section {
    background-position: 100% 100%;
    background-size: cover;
  }
}
.bankSupport-section .section-title {
  margin-bottom: 30px;
  padding-top: 60px;
}
.bankSupport-section .section-subtitle {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .bankSupport-section .section-subtitle {
    margin-bottom: 55px;
  }
}
.bankSupport-section .progress-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap {
    flex-direction: row;
  }
}
@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 78%;
  }
}
@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap .left-progress-step {
    width: 49%;
  }
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap {
  position: relative;
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
  width: 100%;
}
@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 390px;
  }
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 380px;
  }
}
@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 350px;
  }
}
@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap img {
    height: 320px;
  }
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
  position: absolute;
  top: 3.5%;
  left: 17.5%;
  width: 70%;
}
@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 4%;
  }
}
@media (max-width: 579px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap {
    top: 5%;
    left: 18.5%;
  }
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
  display: flex;
  margin-bottom: 29.7px;
}
@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 24.7px;
  }
}
@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 33.7px;
  }
}
@media (max-width: 767px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 29.7px;
  }
}
@media (max-width: 600px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 29.7px;
  }
}
@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 34.7px;
  }
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 33px;
  }
}
@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item {
    margin-bottom: 26px;
  }
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item:last-child {
  margin-bottom: 0;
}
.bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
  color: #fff;
  width: 32%;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  margin-right: 1.5%;
}
@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    padding: 9px 0;
  }
}
@media (max-width: 991px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    padding: 8px 0;
  }
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 17px;
    padding: 9px 0 8px;
  }
}
@media (max-width: 450px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 14px;
    padding: 10px 0 8px;
  }
}
@media (max-width: 350px) {
  .bankSupport-section .progress-wrap .deposit-item .img-content-wrap .contant-wrap .content-item div {
    font-size: 13px;
  }
}
@media only screen and (min-width: 10px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 78%;
  }
}
@media only screen and (min-width: 992px) {
  .bankSupport-section .progress-wrap .right-progress-step {
    width: 49%;
    margin-top: 0;
    margin-left: 6%;
  }
}
.bankSupport-section .progress-wrap h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .bankSupport-section .progress-wrap h2 {
    font-size: 18px;
  }
}
.bankSupport-section .progress-wrap .content-wrap {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 575) {
  .bankSupport-section .progress-wrap .content-wrap {
    margin-top: 20px;
  }
}
.bankSupport-section .progress-wrap .content-wrap .lg-progress-img {
  display: block;
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .lg-progress-img {
    display: none;
  }
}
.bankSupport-section .progress-wrap .content-wrap .sm-progress-img {
  display: none;
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .sm-progress-img {
    display: block;
  }
}
.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap {
  position: relative;
}
.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap img {
  margin-top: 0;
  max-width: 100%;
}
.bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 62px 0 52px;
  color: #000;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 40px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 35px;
    font-size: 18px;
  }
}
@media (max-width: 365px) {
  .bankSupport-section .progress-wrap .content-wrap .content-table .deposit-item .img-content-wrap .deposit-item-content {
    padding: 0 30px;
    font-size: 16px;
  }
}

.partner-section {
  padding: 80px 0 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .partner-section img {
    width: 100%;
  }
}
.partner-section .section-title {
  margin-bottom: 30px;
}
.partner-section .section-subtitle {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .section-subtitle {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .partner-section .section-subtitle {
    margin-bottom: 50px;
  }
}
.partner-section .disini-btn {
  width: 548px;
  height: 52px;
  border-top: none;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .partner-section .disini-btn {
    width: 100%;
  }
}
.partner-section .disini-btn a {
  text-align: center;
  width: 266px;
  height: 56px;
  line-height: 58px;
  opacity: 1;
  margin: 0px auto;
  position: relative;
  top: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00b1d8;
  border: 2px solid #fff;
  box-shadow: 2px 2px 20px 2px #00b1d8;
  text-shadow: 2px 2px 8px #00b1d8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
@media (max-width: 379px) {
  .partner-section .disini-btn a {
    width: 171px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    top: 25px;
  }
}
.partner-section .disini-btn a:hover {
  box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}
.partner-section .other_page a {
  color: #00b1d8;
}

.footer_wrapper {
  background-image: url("../images/bg/footerBG.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #160021;
}
@media (max-width: 1450px) {
  .footer_wrapper {
    background-position: 50% 100%;
  }
}
@media (max-width: 767px) {
  .footer_wrapper {
    background-image: url("../images/bg/smFooterBG.png");
    background-position: bottom;
  }
}
.footer_wrapper .footer-title {
  font-size: 55px;
  font-weight: 600;
  color: #80D7EB;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .footer_wrapper .footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer-title {
    font-size: 18px;
  }
}
.footer_wrapper .bank-support h2.footer-title {
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .footer_wrapper .bank-support h2.footer-title {
    padding-top: 25px;
  }
}
.footer_wrapper .bank-support .support-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer_wrapper .bank-support .support-wrapper .support-item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  background: #fff;
}
@media (max-width: 480px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .footer_wrapper .bank-support .support-wrapper .support-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 32.3%;
  }
}
@media only screen and (min-width: 576px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .footer_wrapper .bank-support .support-wrapper .support-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer_wrapper .bank-support .support-wrapper .support-item {
    margin-bottom: 1.3%;
  }
}
@media (max-width: 1199px) {
  .footer_wrapper .bank-support .support-wrapper .support-item img {
    width: 100%;
  }
}
.footer_wrapper .licensed h2.footer-title {
  margin-top: 0;
  padding-top: 44px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer_wrapper .licensed h2.footer-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .footer_wrapper .licensed img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .licensed img {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .footer_wrapper .licensed img {
    width: 100%;
  }
}
.footer_wrapper .contact h2.footer-title {
  padding-top: 44px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer_wrapper .contact h2.footer-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.footer_wrapper .contact .social-item {
  text-decoration: none;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  opacity: 1;
  margin-right: 15px;
  text-align: center;
}
.footer_wrapper .contact .social-item:hover {
  background: #fdc04a;
  box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
}
.footer_wrapper .contact .social-item:last-child {
  margin-right: 0;
}
.footer_wrapper .contact .social-item:last-child img {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer_wrapper .contact .social-item:last-child img {
    margin-top: 22px;
  }
}
@media (max-width: 400px) {
  .footer_wrapper .contact .social-item:last-child img {
    margin-top: 18px;
  }
}
.footer_wrapper .contact .social-item img {
  margin-top: 20px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .footer_wrapper .contact .social-item img {
    width: 48px;
    margin: 13px 0;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .contact .social-item img {
    width: 42px;
    margin: 11px 0;
  }
}
@media (max-width: 400px) {
  .footer_wrapper .contact .social-item img {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .contact .social-item {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .contact .social-item {
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .footer_wrapper .contact .social-item {
    width: 98px;
    height: 108px;
    margin-right: 6px;
  }
}
@media (max-width: 350px) {
  .footer_wrapper .contact .social-item {
    width: 91px;
    height: 108px;
    margin-right: 6px;
  }
}
@media (max-width: 325px) {
  .footer_wrapper .contact .social-item {
    width: 84px;
    height: 108px;
    margin-right: 6px;
  }
}
.footer_wrapper .contact .social-item h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 16px;
    margin-bottom: -2px;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 14px;
    margin-bottom: -4px;
  }
}
@media (max-width: 350px) {
  .footer_wrapper .contact .social-item h2 {
    font-size: 13px;
  }
}
.footer_wrapper .contact .social-item span {
  font-size: 15px;
  color: #0F1114;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .footer_wrapper .contact .social-item span {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .contact .social-item span {
    font-size: 9px;
  }
}
.footer_wrapper .contact .social-item .whatsapp {
  color: #3FC94F;
}
.footer_wrapper .contact .social-item .telegram {
  color: #1D9FD5;
}
.footer_wrapper .contact .social-item .livechat {
  color: #FD501E;
}
.footer_wrapper .footer_copy {
  height: 56px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .footer_wrapper .footer_copy {
    padding: 0;
  }
}
.footer_wrapper .footer_copy p {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .footer_wrapper .footer_copy p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer_wrapper .footer_copy p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .footer_wrapper .footer_copy p {
    font-size: 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 375px) {
  .footer_wrapper .footer_copy {
    font-size: 1rem;
  }
}

.Other-page {
  background: url(../images/bg/Otherpage-footer.png) no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding-top: 40px;
}

.scroll-top {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: transparent linear-gradient(103deg, #00B0D8 0%, #017FC7 51%, #59BCCB 100%) 0% 0% no-repeat padding-box;
}

.scrollToTop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.25s ease;
}

.scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span {
  font-size: 20px;
}

.reactangle {
  display: block;
  margin: 10px auto;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .reactangle {
    width: 100%;
  }
}

.article-bg {
  background: url(../images/bg/PANDUAN_DAFTAR_BG.jpg);
  padding-bottom: 60px;
  background-size: contain;
}
.article-bg .banner {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .article-bg .banner img {
    width: 100%;
  }
}
.article-bg p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 575px) {
  .article-bg p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.article-bg p span {
  font-size: 18px;
  color: #03AEFF;
  font-weight: 700;
}
.article-bg h3 {
  color: #03AEFF;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0;
}
@media (max-width: 575px) {
  .article-bg h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
  }
}
.article-bg .form-img {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .article-bg .form-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-bg .form-img .instructionImage {
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.article-bg ul li {
  list-style: circle;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.article-bg .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .article-bg .download-btn {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .article-bg .download-btn img {
    width: 100%;
  }
}
.article-bg .red-span {
  color: red;
  font-weight: 300;
}
.article-bg .h3-center {
  text-align: center;
}/*# sourceMappingURL=style.css.map */