@font-face {
  font-family: "Planet Gamers DEMO";
  src: url(../fonts/PlanetGamersDemo-qZJv2.otf);
  font-weight: 100;
}
body {
  font-family: "Planet Gamers DEMO", sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  outline: 0;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  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;
  -ms-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;
}

:-ms-input-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: #F7BB1F;
}

@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-25 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 86%;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 88%;
  }
}
@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@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 {
  background-color: rgba(15, 17, 20, 0.8);
  background-image: url("../images/bg/heroBG.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  /* Main Navigation Start */
}
@media (max-width: 991px) {
  .hero-section {
    background-image: url("../images/bg/heroBG_Tab.jpg");
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    background-image: url("../images/bg/heroBG_Mobile.jpg");
  }
}
.hero-section.main_page {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) {
  .hero-section header .header-logo img {
    width: 295px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section header .header-logo img {
    width: 392px;
  }
}
.hero-section .main_nav {
  width: 100%;
  height: 245px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
}
.hero-section .main_nav .left_menu {
  text-align: left;
}
.hero-section .main_nav .left_menu ul li {
  width: 133px;
  list-style-type: none;
  text-align: center;
  height: 40px;
  line-height: 46px;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .left_menu ul li {
    width: 111px;
  }
}
.hero-section .main_nav .left_menu ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .left_menu ul li a {
    font-size: 17px;
  }
}
.hero-section .main_nav .left_menu ul li a:hover {
  color: #f7a403;
}
.hero-section .main_nav .left_menu ul li.active {
  background-color: #f7a403;
  border-radius: 30px;
}
.hero-section .main_nav .left_menu ul li.active a {
  color: #000;
}
.hero-section .main_nav .brand_logo {
  width: 100%;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .main_nav .brand_logo img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.hero-section .main_nav .brand_logo .bg {
  position: absolute;
  bottom: -15px;
  margin-bottom: 1px;
}
@media (max-width: 991px) {
  .hero-section .main_nav .brand_logo .bg {
    display: none;
  }
}
.hero-section .main_nav .right_menu {
  text-align: left;
}
.hero-section .main_nav .right_menu ul > li {
  width: 133px;
  list-style-type: none;
  text-align: center;
  height: 40px;
  line-height: 46px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .right_menu ul > li {
    width: 111px;
  }
}
.hero-section .main_nav .right_menu ul > li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .right_menu ul > li a {
    font-size: 17px;
  }
}
.hero-section .main_nav .right_menu ul > li a:hover {
  color: #f7a403;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .right_menu ul > li:first-child {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-section .main_nav .right_menu ul > li:last-child {
    width: 120px;
  }
}
.hero-section .main_nav .right_menu ul > li:last-child > a {
  position: relative;
}
.hero-section .main_nav .right_menu ul > li:last-child > a:hover:after {
  transform: rotate(-135deg);
  border-color: #f7a403;
}
.hero-section .main_nav .right_menu ul > li:last-child > a:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: -15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199px) {
  .hero-section .main_nav .right_menu ul > li:last-child > a:after {
    right: -13px;
  }
}
.hero-section .main_nav .right_menu ul > li.active {
  background-color: #f7a403;
  border-radius: 30px;
}
.hero-section .main_nav .right_menu ul > li.active a {
  color: #000;
}
.hero-section .main_nav .right_menu ul > li.active a:hover:after {
  border-color: #000;
}
.hero-section .main_nav .right_menu ul > li.active a:after {
  border-color: #000;
}
.hero-section .main_nav .right_menu ul > li.active .sub-menu {
  left: 0;
}
.hero-section .main_nav .right_menu ul > li:last-child: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 .main_nav .right_menu ul > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 8s ease-in;
  transform: translateY(15px);
  position: absolute;
  top: 100%;
  left: 10px;
  right: 0;
  z-index: 999;
  width: 180px;
  background: #f7a403;
}
@media (max-width: 1300px) {
  .hero-section .main_nav .right_menu ul > li .sub-menu {
    right: -10px;
    left: inherit;
  }
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5019607843);
  padding: 0 15px;
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul li {
  list-style: none;
  padding: 0;
  margin-right: 0;
  width: 100%;
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul li:last-child a {
  border-bottom: 0;
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul li:last-child a:after {
  display: none;
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul li a {
  text-shadow: none;
  font-size: 15px;
  padding: 5px 0;
  padding-top: 11px;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #373737;
  border-bottom: 1px solid #BB8700;
}
.hero-section .main_nav .right_menu ul > li .sub-menu ul li a:hover {
  color: #fff;
}
.hero-section .md-device-auth {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .md-device-auth {
    display: block;
  }
}
@media (max-width: 991px) {
  .hero-section .marquee {
    margin-top: -6%;
  }
}
@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 .wrap:after {
  width: 100%;
  display: block;
  background: #fff;
  content: "";
  height: 1px;
  position: relative;
}
.hero-section .marquee .wrap .marqueeHome {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media (max-width: 575px) {
  .hero-section .marquee .wrap .marqueeHome {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hero-section .marquee .wrap .marqueeHome {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  .hero-section .marquee .wrap .marqueeHome {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .marquee .wrap .marqueeHome {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section .marquee .wrap .marqueeHome {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero-section .pt-none {
    padding-top: 0 !important;
    margin-top: -5px;
  }
}
@media (max-width: 1199px) {
  .hero-section .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.hero-section .jackpot-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap {
    margin-top: 0;
  }
}
@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: center;
    flex-direction: row;
  }
}
.hero-section .jackpot-wrap .left-content p {
  width: 300px;
  height: 50px;
  line-height: 54px;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F7BB1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 25px;
  font-size: 29px;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content p {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content p {
    font-size: 20px;
    width: 250px;
  }
}
.hero-section .jackpot-wrap .left-content .title-b {
  background: none;
  border: 2px solid #FAD428;
  color: #FAD428;
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .title-b {
    border: none;
    text-decoration: underline;
  }
}
.hero-section .jackpot-wrap .left-content .content-wrap {
  position: relative;
  text-align: center;
}
.hero-section .jackpot-wrap .left-content .content-wrap > img {
  width: 100%;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .content-wrap > img {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .left-content .content-wrap > img {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .left-content .content-wrap > img {
    height: 202px;
  }
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth {
  position: absolute;
  top: 8%;
  left: 13%;
  right: 20%;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .content-wrap .login_auth {
    right: 17%;
    left: 17%;
  }
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .left-content .content-wrap .login_auth {
    right: 15%;
    left: 15%;
  }
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth input.form-input {
  font-family: "Poppins", sans-serif;
  background: transparent;
  border: none;
  color: #000;
  width: 100%;
  font-size: 16px;
  height: 40px;
  padding: 0;
  outline: 0;
  font-weight: 400;
  -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;
  border-bottom: 1px solid #000;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .content-wrap .login_auth input.form-input {
    height: 35px;
  }
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .form-group.content-flex input {
  width: 55%;
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .form-group.content-flex > span {
  width: 45%;
  margin-left: 8px;
  margin-top: 7px;
  display: block;
  background: #fff;
  font-weight: 600;
  height: 33px;
  line-height: 38px;
  color: #000;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .form-group.content-flex > span {
    line-height: 35px;
    height: 29px;
  }
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .default-btn {
  width: 48%;
  height: 40px;
  line-height: 2.8;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F29C14 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .default-btn:hover {
  color: black;
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .default-btn.login:hover {
  box-shadow: 0 0 12px #a39010, 0 0 20px #F9DE31, 0 0 12px #F9DE31 inset;
  cursor: pointer;
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .daftar {
  width: 48%;
  height: 40px;
  background: #000;
  color: #fff;
  line-height: 2.8;
  margin-left: 4%;
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}
.hero-section .jackpot-wrap .left-content .content-wrap .login_auth form .daftar:hover {
  box-shadow: 0 0 5px #ffffff, 0 0 5px #2d2809, 0 0 15px #ffffff inset;
  cursor: pointer;
}
.hero-section .jackpot-wrap .right-content {
  position: relative;
  border-radius: 4px;
}
.hero-section .jackpot-wrap .right-content p.title {
  width: 300px;
  height: 50px;
  line-height: 54px;
  border: 2px solid #FAD428;
  color: #FAD428;
  border-radius: 25px;
  font-size: 29px;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-section .jackpot-wrap .right-content p.title {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-section .jackpot-wrap .right-content p.title {
    font-size: 20px;
    width: 250px;
    border: none;
    text-decoration: underline;
  }
}
@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;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .jackpot-wrap .right-content {
    margin-top: 0;
  }
}
.hero-section .jackpot-wrap .right-content > img {
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-section .jackpot-wrap .right-content > img {
    height: 300px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content > img {
    height: 255px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap {
  position: relative;
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > img {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap > img {
    height: 208px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap {
  position: absolute;
  left: 0;
  top: 1%;
  right: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap {
    margin-top: 2%;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link {
  background: #000;
  margin: 14px auto 0;
  width: 78%;
  padding: 8px 5px;
  border-radius: 25px;
  display: flex;
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link {
    width: 75%;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link {
    width: 78%;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link:hover {
  box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
  color: #fff;
  font-size: 15px;
  margin: auto;
  padding-top: 1px;
}
@media (max-width: 500px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
    font-size: 9px;
  }
}
@media (max-width: 322px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .app_link a {
    font-size: 8px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item {
  text-decoration: none;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F29C14 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px;
  margin-left: 10px;
  flex-direction: column;
}
@media (max-width: 450px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item {
    margin-left: 5px;
    padding: 10px 5px;
  }
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item {
    padding: 10px 8px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item:first-child {
  margin-left: 0;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item img {
    width: 30px;
    margin-bottom: 8px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content {
    margin-left: 7px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content h4 {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content h4 {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content h4 {
    font-size: 11px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000021;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 350px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content span {
    font-size: 8px;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content .whatsapp {
  color: #3FC94F;
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content .telegram {
  color: #1D9FD5;
  margin-top: 5px;
}
@media (max-width: 400px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content .telegram {
    margin-top: 0;
  }
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item .content .livechat {
  color: #FE5100;
  margin-top: 0;
}
.hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .social-item:hover {
  cursor: pointer;
  box-shadow: 0 0 12px #a39010, 0 0 20px #F9DE31, 0 0 12px #F9DE31 inset;
}
@media only screen and (min-width: 10px) {
  .hero-section .jackpot-wrap .right-content .content-wrap .social-link-wrap .social-item-wrap .first-child .content {
    margin-left: 6px;
  }
}
.hero-section .jackpot-wrap .mt-reduce {
  margin-top: 15px;
}
.hero-section .pad-t {
  padding-top: 1rem;
}

.login-area {
  background: none;
  background-image: url(../images/bg/login-dekstop.jpg);
  padding-bottom: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1800px) {
  .login-area {
    padding-bottom: 390px;
  }
}
@media (max-width: 991px) {
  .login-area {
    background-image: url(../images/bg/login-tab.jpg);
    padding-bottom: 260px;
  }
}
@media (max-width: 480px) {
  .login-area {
    background-image: url(../images/bg/login-mobile.jpg);
    padding-bottom: 230px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .login-area .main_nav {
    height: 80px;
  }
  .login-area .main_nav .brand_logo {
    height: 80px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .login-area .main_nav .brand_logo img {
    width: 60%;
    height: 80px;
  }
}

.sm-device-header {
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 10px;
  transition: all 0.6s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  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;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .sm-device-header .menu-toggler img {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .sm-device-header .menu-toggler img {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .sm-device-header .menu-toggler img {
    width: 230px;
  }
}
@media (max-width: 500px) {
  .sm-device-header .menu-toggler img {
    width: 200px;
  }
}
@media (max-width: 450px) {
  .sm-device-header .menu-toggler img {
    width: 190px;
  }
}
@media (max-width: 400px) {
  .sm-device-header .menu-toggler img {
    width: 180px;
  }
}
@media (max-width: 350px) {
  .sm-device-header .menu-toggler img {
    width: 50%;
  }
}
.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;
}

#ahleCasinoNav .menu_close_icon .btn-close {
  width: 20px;
  padding: 0;
}
#ahleCasinoNav .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#ahleCasinoNav .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
#ahleCasinoNav .modal-content {
  background: #000;
  height: 100%;
}
#ahleCasinoNav .modal-body {
  padding-top: 0;
}
#ahleCasinoNav .navbar-head {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 5px;
}
#ahleCasinoNav .navbar-head h3 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  #ahleCasinoNav .navbar-head h3 {
    font-size: 20px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  #ahleCasinoNav .navbar-head h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #ahleCasinoNav .navbar-head h3 {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  #ahleCasinoNav .navbar-head h3 {
    font-size: 15px;
  }
}
#ahleCasinoNav .navbar-head .menu_nav_logo {
  text-align: center;
}
@media (max-width: 991px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 270px;
  }
}
@media (max-width: 767px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 250px;
  }
}
@media (max-width: 575px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 230px;
  }
}
@media (max-width: 500px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 200px;
  }
}
@media (max-width: 450px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 190px;
  }
}
@media (max-width: 400px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 180px;
  }
}
@media (max-width: 350px) {
  #ahleCasinoNav .navbar-head .menu_nav_logo img {
    width: 50%;
  }
}
#ahleCasinoNav .sm-nav ul li {
  position: relative;
}
#ahleCasinoNav .sm-nav ul li:nth-child(5):hover:after {
  border-color: #fff;
}
#ahleCasinoNav .sm-nav ul li:nth-child(5).active::after {
  transform: rotate(-135deg);
}
#ahleCasinoNav .sm-nav ul li:nth-child(5):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;
}
#ahleCasinoNav .sm-nav ul li a {
  color: #CCCCCC;
  font-size: 16px;
  padding: 7px 0;
  margin: 10px 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#ahleCasinoNav .sm-nav ul li a img {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  padding-bottom: 2px;
}
#ahleCasinoNav .sm-nav ul li a:hover {
  color: #fff;
  position: relative;
}
#ahleCasinoNav .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;
}
#ahleCasinoNav .sm-nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
#ahleCasinoNav .sm-nav ul li .sub_nav {
  display: none;
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul {
  background: #f7a403;
  display: flex;
  padding: 17px 20px;
  border-radius: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  #ahleCasinoNav .sm-nav ul li .sub_nav ul {
    display: block;
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 768px) {
  #ahleCasinoNav .sm-nav ul li .sub_nav ul {
    padding: 20px;
  }
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul li {
  list-style: none;
  padding: 0 10px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #ahleCasinoNav .sm-nav ul li .sub_nav ul li {
    padding: 0 30px;
  }
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul li:hover {
  background-color: #fff;
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul li:nth-child(5)::after {
  display: none;
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul li a {
  color: #000;
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 991px) {
  #ahleCasinoNav .sm-nav ul li .sub_nav ul li a {
    padding: 0;
  }
}
#ahleCasinoNav .sm-nav ul li .sub_nav ul li a:after {
  display: none;
}
#ahleCasinoNav .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;
}
#ahleCasinoNav .modal-body .signup {
  box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  background: #f7a403;
  margin-right: 3%;
}
#ahleCasinoNav .modal-body .login {
  background: #7e2ea8;
}

#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: #fec72e;
  border-radius: 30px;
  padding: 10px 0;
  font-size: 6vw;
  font-weight: 700;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #000;
}
#masterDominoAuth .modal-content .modal-footer {
  justify-content: center;
  font-family: "Poppins", sans-serif;
}
#masterDominoAuth .modal-content .modal-footer span {
  font-size: 13px;
}
#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: grey;
}

.show {
  display: block !important;
}

.go-to-home {
  justify-content: center;
  margin-top: -80px;
}
@media (max-width: 991px) {
  .go-to-home {
    margin-top: -65px;
  }
}
@media (max-width: 480px) {
  .go-to-home {
    margin-top: -90px;
  }
}

.go-to-home a {
  width: 320px;
  height: 60px;
  line-height: 54px;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F7BB1F 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  font-family: "Planet Gamers DEMO", sans-serif;
  line-height: 2.8;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .go-to-home a {
    width: 250px;
    height: 50px;
    font-size: 20px;
  }
}

.dekstop-show {
  display: block !important;
}
@media (max-width: 991px) {
  .dekstop-show {
    display: none !important;
  }
}

.mt-9 {
  margin-top: 90px;
}
@media (max-width: 480px) {
  .mt-9 {
    margin-top: 100px;
  }
}

.liveChat-section {
  text-align: center;
  background-image: url("../images/bg/liveChat.png");
  padding-bottom: 300px;
  z-index: 9;
  position: relative;
  background-position: center;
  margin-top: -86px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .liveChat-section {
    padding-bottom: 200px;
    background-position: 50% 125%;
  }
}
@media (max-width: 991px) {
  .liveChat-section {
    padding-bottom: 130px;
    background-position: 50% 100%;
    background-image: url("../images/bg/liveChat_Tab.png");
  }
}
@media (max-width: 767px) {
  .liveChat-section {
    background-image: url("../images/bg/liveChat_Tab_sm.png");
  }
}
@media (max-width: 575px) {
  .liveChat-section {
    background-image: url("../images/bg/liveChat_mobile.png");
  }
}
.liveChat-section h2.section-title {
  padding: 0 0 20px;
}
@media (max-width: 1199px) {
  .liveChat-section h2.section-title {
    padding: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .liveChat-section h2.section-title {
    padding: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .liveChat-section h2.section-title {
    padding: 0 0 10px;
  }
}
.liveChat-section p.section-subtitle {
  padding-bottom: 50px;
}
.liveChat-section .game-item img {
  -webkit-animation: float 3s ease-in-out infinite;
          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: 180px;
  height: 50px;
  line-height: 56px;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F29C14 100%) 0% 0% no-repeat padding-box;
  display: block;
  color: #000;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin: 20px auto 30px;
}
@media only screen and (min-width: 10px) {
  .liveChat-section .game-item a {
    width: 90%;
    height: 30px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 375px) {
  .liveChat-section .game-item a {
    width: 80%;
    font-size: 16px;
    height: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) {
  .liveChat-section .game-item a {
    width: 180px;
    height: 50px;
    line-height: 54px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .liveChat-section .game-item a {
    font-size: 17px;
    height: 41px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .game-item a {
    width: 150px;
    font-size: 18px;
    height: 44px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .liveChat-section .game-item a {
    width: 180px;
    font-size: 22px;
    height: 50px;
    line-height: 56px;
  }
}
.liveChat-section .liveChat {
  position: relative;
  margin-top: 50px;
  text-align: center;
  border-radius: 85px;
  border: 1px solid #fff;
}
@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;
  }
}
.liveChat-section .liveChat .content p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .liveChat-section .liveChat .content p {
    font-size: 14px;
    padding: 0px 50px;
  }
}
@media (max-width: 484px) {
  .liveChat-section .liveChat .content p {
    font-size: 14px;
    padding: 0px 35px;
  }
}
@media (max-width: 350px) {
  .liveChat-section .liveChat .content p {
    font-size: 14px;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 576px) {
  .liveChat-section .liveChat .content p {
    font-size: 16px;
    padding: 0 53px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content p {
    padding: 0px 50px;
    font-size: 20px;
  }
}
.liveChat-section .liveChat .content .liveChat-btn {
  display: block;
  background: #fff;
  width: 260px;
  height: 60px;
  line-height: 64px;
  margin: -30px auto;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
}
.liveChat-section .liveChat .content .liveChat-btn:hover {
  box-shadow: 0 0 12px #fff, 0 0 20px #2d2809, 0 0 12px #fff9e5 inset;
}
@media (max-width: 991px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    height: 50px;
    line-height: 54px;
    margin: -30px auto;
    position: relative;
    top: -6px;
  }
}
@media (max-width: 767px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 240px;
    height: 45px;
    line-height: 49px;
    margin: -30px auto;
    font-size: 22px;
    position: relative;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 200px;
    height: 45px;
    line-height: 49px;
    margin: -31px auto;
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .liveChat-section .liveChat .content .liveChat-btn {
    font-size: 24px;
    width: 260px;
    height: 50px;
    line-height: 56px;
    margin: -35px auto;
    position: relative;
    top: -10px;
  }
}

.partner-section {
  background-color: #000;
  background-image: url("../images/bg/ourPatner.png");
  background-repeat: no-repeat;
  padding: 80px 0 0;
  margin-top: -400px;
  z-index: 1;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .partner-section {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .partner-section {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .partner-section {
    padding: 60px 0 80px;
  }
}
.partner-section img {
  width: 90%;
}
@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: 25px;
  padding-top: 320px;
}
@media (max-width: 991px) {
  .partner-section .section-title {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .partner-section .section-title {
    padding-top: 200px;
  }
}
.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 {
  display: block;
  text-align: center;
  width: 266px;
  height: 60px;
  line-height: 58px;
  background: #fff;
  opacity: 1;
  margin: 0px auto;
  position: relative;
  top: 20px;
  font-size: 24px;
  color: #000;
  border-radius: 8px;
  text-transform: uppercase;
  border: 5px solid #F7BB1F;
}
@media (max-width: 379px) {
  .partner-section .disini-btn a {
    width: 171px;
    height: 45px;
    line-height: 42px;
    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;
}

.footer_wrapper {
  background-color: #000;
  background-image: url(../images/bg/footer_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer_wrapper .footer-title {
  font-size: 30px;
  font-weight: 400;
  color: #F7BB1F;
  margin-bottom: 0;
}
@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 {
  border-top: 2px solid #F7BB1F;
  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 {
  background: #fff;
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  border-radius: 8px;
}
@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 {
  border-top: 2px solid #F7BB1F;
  margin-top: 30px;
  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 {
  border-top: 2px solid #F7BB1F;
  margin-top: 40px;
  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: transparent linear-gradient(180deg, #FAD428 0%, #F29C14 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  margin-right: 15px;
  text-align: center;
}
.footer_wrapper .contact .social-item:hover {
  box-shadow: 0 0 21px #ffffff, 0 0 20px #ffffff, 0 0 21px #ffffff 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: 400;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@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: 80px;
  text-align: center;
  color: #fff;
  border-top: 2px solid #F7BB1F;
  padding: 35px 0 60px;
  margin-top: 35px;
}
@media (max-width: 575px) {
  .footer_wrapper .footer_copy {
    padding: 25px 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;
  }
}
@media only screen and (min-width: 375px) {
  .footer_wrapper .footer_copy {
    font-size: 1rem;
  }
}

.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: linear-gradient(180deg, #F7BB1F 0%, rgba(232, 206, 38, 0.3411764706) 100%);
}

.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;
}

.body_img {
  background-image: url(../images/pages_img/o_bg.png);
  background-position: center;
  background-size: auto;
  background-color: #000;
  background-attachment: unset;
  background-repeat: no-repeat;
}
.body_img .hero_o_none {
  background-color: unset;
  background-image: none;
  padding-bottom: 0;
}
.body_img .hero_o_none .banner_image {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .body_img .hero_o_none .banner_image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .body_img .hero_o_none .banner_image img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .body_img .hero_o_none .banner_image .img_res {
    width: 100%;
  }
}

.article_body {
  padding: 40px 0 80px 0;
  /* Promo page start */
}
@media (max-width: 575px) {
  .article_body {
    padding-top: 20px;
  }
}
.article_body .heading {
  color: #f7a403;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .article_body .heading {
    font-size: 20px;
  }
}
.article_body p {
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}
.article_body ul li {
  color: #fff;
  padding-left: 15px;
  list-style-type: none;
  font-family: poppins;
  font-weight: 400;
}
.article_body img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.article_body .form_body {
  width: 50%;
  display: block;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .article_body .form_body {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .article_body .form_body {
    font-size: 15px;
  }
}
.article_body .form_body .form-group {
  margin-bottom: 10px;
}
.article_body .form_body .form-group .col-form-label {
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (max-width: 1199px) {
  .article_body .form_body .form-group .col-form-label {
    font-size: 13px;
  }
}
.article_body .form_body .form-group .col-form-label span {
  color: red;
}
.article_body .form_body .form-group .left_input {
  width: calc(100% - 85px);
  display: inline;
}
.article_body .form_body .form-group .right_data {
  width: 80px;
  text-align: center;
  display: inline;
}
.article_body .form_body .form-group .submit {
  width: 150px;
  height: 50px;
  background: transparent linear-gradient(180deg, #FAD428 0%, #F29C14 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  line-height: 2.9;
  font-family: "Planet Gamers DEMO", sans-serif;
}
.article_body .promo-banner-wrapper .banner-item {
  border: 1px solid #f7a403;
  margin-bottom: 20px;
}
.article_body .promo-banner-wrapper .banner-item .banner-img {
  position: relative;
}
.article_body .promo-banner-wrapper .banner-item .banner-img button {
  position: absolute;
  bottom: 40px;
  left: 75px;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 20px;
  z-index: 99999;
  width: 243px;
  height: 48px;
  border: unset;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button {
    left: 65px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button {
    left: 35px;
    bottom: 10px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button {
    left: 10px;
    bottom: 0;
    width: 160px;
  }
}
@media (max-width: 575px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button {
    height: 25px;
    left: 0;
  }
}
.article_body .promo-banner-wrapper .banner-item .banner-img button::before {
  content: " Klik untuk info lebih lanjut ";
  position: absolute;
  width: 232px;
  left: 5px;
  top: 4px;
  height: 40px;
  background: #fff;
  z-index: -1;
  border: 1px solid rgb(196, 0, 0);
  border-radius: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 2.5;
  color: rgb(196, 0, 0);
}
@media (max-width: 991px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button::before {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button::before {
    width: 150px;
    font-size: 11px;
    line-height: 3.5;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img button::before {
    height: 18px;
    line-height: 1.5;
  }
}
.article_body .promo-banner-wrapper .banner-item .banner-img button:hover::before {
  background-color: #FAD428;
  color: #000;
  border: 1px solid #F29C14;
}
.article_body .promo-banner-wrapper .banner-item .banner-img #triggerBtn2 {
  right: 75px;
  left: unset;
}
@media (max-width: 1199px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img #triggerBtn2 {
    right: 65px;
  }
}
@media (max-width: 991px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img #triggerBtn2 {
    right: 35px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img #triggerBtn2 {
    right: 10px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .article_body .promo-banner-wrapper .banner-item .banner-img #triggerBtn2 {
    right: 0;
    bottom: 0;
  }
}
.article_body .promo-banner-wrapper .banner-item .content-area {
  display: none;
  transition: all 0.3s ease;
}
.article_body .promo-banner-wrapper .banner-item .content,
.article_body .promo-banner-wrapper .banner-item .content2 {
  display: block;
  padding: 40px 15px;
}
.article_body .promo-banner-wrapper .banner-item .content h2,
.article_body .promo-banner-wrapper .banner-item .content2 h2 {
  font-size: 35px;
  color: #fff;
}
@media (max-width: 575px) {
  .article_body .promo-banner-wrapper .banner-item .content h2,
.article_body .promo-banner-wrapper .banner-item .content2 h2 {
    font-size: 20px;
  }
}
.article_body .promo-banner-wrapper .banner-item .content p,
.article_body .promo-banner-wrapper .banner-item .content2 p {
  padding: 15px 0;
  font-size: 16px;
  line-height: 25px;
}

.pad-b {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */