@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;600;800&display=swap");
:root {
  --primary: #4fd5f8;
  --secondary: #1c3150;
  --gray: #2b3747;
  --dark-blue: #1472c1;
  --reg: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(201, 201, 201, 1) 0%,
    rgba(233, 233, 233, 1) 48%,
    rgba(255, 255, 255, 1) 100%
  );
  --login: linear-gradient(
    0deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(24, 70, 120, 1) 0%,
    rgba(28, 52, 86, 1) 48%,
    rgba(28, 49, 78, 1) 100%
  );
}

@media (max-width: 1039px) {
  html {
    zoom: 0.8;
  }
}

body {
  background-image: url(./assets/images/BG.png);
}
.offcanvas-backdrop {
  width: 0;
}
.header {
  background-image: url(./assets/images/Top-Home-BG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header .logo img {
  height: 80px;
}

.header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .menu ul li {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 1rem 2rem;
}
.header .menu ul li.vr {
  padding: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background: var(--gray);
}
.header .menu ul li p {
  color: white;
  font-weight: 600;
  margin: 0;
}
.header .menu ul li:hover {
  cursor: pointer;
  background: var(--gray);
}
.header .menu ul li:hover p {
  color: var(--primary);
}
.header .menu ul li img {
  height: 30px;
}
.sidebar {
  display: none;
}
@media (max-width: 1200px) {
  .sidebar-menu-btn {
    background: var(--dark-blue);
  }
  .sidebar-menu-btn i {
    color: white;
  }
  .offcanvas {
    background: var(--secondary);
  }
  .menu {
    display: none;
  }
  .sidebar {
    display: block;
  }
  .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sidebar-menu li {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  .sidebar-menu li img {
    height: 30px;
  }
  .sidebar-menu li p {
    color: white;
    font-weight: 600;
    margin: 0;
  }
}

.banner-slider img {
  height: 700px;
  object-fit: cover;
  object-position: 0% 80%;
}
@media (max-width: 600px) {
  .banner-slider img {
    height: auto;
    object-fit: cover;
    object-position: 0% 0%;
  }
}
.slider-background .login {
  position: absolute;
  top: 10%;
  right: 15%;
  height: 400px;
}
@media (max-width: 600px) {
  .slider-background .login {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .slider-background .login {
    top: 5%;
  }
}
.slider-background .login .runner-text {
  color: white;
  font-size: 14px;
}
.slider-background .login .login-wrapper {
  padding: 1rem;
  height: 350px;
}
.slider-background .login .logo img {
  height: 100px;
  display: block;
  margin: auto;
}
@media (max-width: 1400px) {
  .slider-background .login .logo img {
    height: 70px;
    margin-bottom: 10px;
  }
}
.slider-background .login .login-wrapper {
  background: #1c31506e;
  border-radius: 1rem;
  box-shadow: inset 1px 1px 10px 5px #46689b9a;
  position: absolute;
  right: 15px;
}

.login-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-wrapper form input {
  padding: 10px;
  background: none;
  border: none;
  border-radius: 0.5rem;
  box-shadow: rgba(255, 255, 255, 0.342) 1px 1px 5px 2px;
  outline: none;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
}

.login-wrapper form input::placeholder {
  color: rgb(255, 255, 255);
}
.login-wrapper form .submit-button {
  display: flex;
  gap: 1rem;
}
.login-wrapper form .submit-button button {
  padding: 1rem;
  border-radius: 10px;
  background: none;
  border: none;
  width: 150px;
  box-shadow: inset rgba(255, 255, 255, 0.438) -1px -1px 1px 1px,
    rgba(255, 255, 255, 0.699) -1px -1px 5px 1px;
}

.login-wrapper form .submit-button .daftar{
  font-weight: bold;
  background: rgb(2, 0, 36);
  background: var(--reg);
  padding: 1rem;
  border-radius: 10px;
  background: #e5e5e5;
  text-align: center;
  border: none;
  width: 150px;
  box-shadow: inset rgba(255, 255, 255, 0.438) -1px -1px 1px 1px,
    rgba(255, 255, 255, 0.699) -1px -1px 5px 1px;
    cursor: pointer;
}
.login-wrapper form .submit-button button:last-of-type {
  font-weight: bold;
  color: white;
  background: rgb(2, 0, 36);
  background: var(--login);
}
.slider-background .login .forget{
  position: absolute;
  bottom: 0px;
  right: 100px;
}
.slider-background .login .forget a {
  color: white;
  text-decoration: none;
  text-align: center;
  margin: auto;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.jackpot-img {
  position: absolute;
  top: -130px;
  width: 100%;
}
@media (max-width: 600px) {
  .jackpot-img {
    position: relative;
    width: 100%;
  }
  .login-wrapper form .submit-button button {
    width: 100%;
  }
}

.jackpot-img img {
  height: 200px;
  display: block;
  margin: auto;
}

.jackpot-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -95px;
  width: 100%;
  gap: 2rem;
}

.jackpot-content .jackpot-text img {
  display: block;
  height: 130px;
}

@media (max-width: 1400px) {
  .jackpot-img {
    position: absolute;
    top: -100px;
    width: 100%;
  }
  .jackpot-img img {
    height: 180px;
    display: block;
    margin: auto;
  }
  .jackpot-content .jackpot-text img {
    height: 70px;
  }
}

@media (max-width: 1350px) {
  .jackpot-img {
    position: absolute;
    top: -130px;
  }
}

.jackpot-content .j-format {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jackpot-content .j-format h1 {
  font-weight: bold;
  background: -webkit-linear-gradient(#eeeeee60, var(--primary));
  text-shadow: 0 0 21px #ffffff25, 0 0 30px #4fd6f869, 0 0 20px #4fd6f849;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jackpot-content .j-format p {
  font-size: 1.5rem;
  color: white;
  width: 170px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1040px) {
  .jackpot-img img {
    height: 130px;
  }
  .jackpot-content .j-format h1 {
    font-size: 1.4rem;
  }
  .jackpot-content .jackpot-text img {
    height: 50px;
  }
}
@media (max-width: 740px) {
  .jackpot-img img {
    height: 110px;
    display: block;
    margin: auto;
  }
  .jackpot-content {
    top: -80px;
    width: 100%;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .jackpot-img {
    position: relative;
    top: 0;
    width: 100%;
  }
  .jackpot-content {
    position: relative;
    top: -55px;
    width: 100%;
    gap: 2rem;
  }
  .jackpot-img img {
    height: 65px;
    object-position: center;
  }
  .jackpot-content .j-format h1 {
    font-size: 1rem;
  }
  .jackpot-content .j-format p {
    font-size: 0.7rem;
    width: 70px;
  }
  .jackpot-content .jackpot-text img {
    height: 30px;
  }
}

.result-info::before {
  background-image: url(./assets/images/BG-Assets-\(Overlays\).png);
  background-size: cover;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
.result-info .rs-card {
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 690px) {
  .result-info .rs-card {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  .result-info .rs-card {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.result-info .rs-card .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: white;
}
.result-info .rs-card .title img {
  height: 50px;
}
.result-info .rs-card .title h2 {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .result-info .rs-card .title img {
    height: 40px;
  }
  .result-info .rs-card .title h2 {
    font-size: 1.5rem;
  }
}
.result-info .rs-card .title h2 span {
  color: var(--primary);
}
.result-info .rs-card .body {
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 1px var(--primary),
    inset 1px 1px 5px 5px var(--secondary);
  padding: 1rem;
  margin-top: 1rem;
}
.result-info .rs-card .body .game-grid {
  margin: 0;
  row-gap: 1rem;
}
.result-info .rs-card .game-grid-body {
  background: rgb(2, 0, 36);
  background: radial-gradient(
    circle,
    rgba(2, 0, 36, 1) 0%,
    rgba(24, 70, 120, 1) 0%,
    rgba(28, 52, 86, 1) 48%,
    rgba(28, 49, 78, 1) 100%
  );
}
.result-info .rs-card .body .game-item-format:hover {
  cursor: pointer;
}
.result-info .rs-card .body .game-item-format:hover img {
  transform: scale(1.3);
  filter: drop-shadow(0px 0px 5px white);
}
.result-info .rs-card .body .game-item-format img {
  height: 50px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
  filter: opacity(0.5);
}

@media (max-width: 1400px) {
  .result-info .rs-card .body .game-item-format img {
    height: 35px;
  }
}

.dw-body {
  background: rgb(2, 0, 36);
  background: radial-gradient(
    circle,
    rgba(2, 0, 36, 1) 0%,
    rgba(24, 70, 120, 1) 0%,
    rgba(28, 52, 86, 1) 48%,
    rgba(28, 49, 78, 1) 100%
  );
}
.w-result ul {
  margin: auto;
  padding: 0;
  height: 200px;
  width: 250px !important;
}
.w-result ul li {
  display: flex !important;
  justify-content: left;
  align-items: center;
  font-size: 0.8rem;

  gap: 1.5rem;
  color: white;
  position: relative;
  animation: slide 10s ease-in-out infinite;
  animation-delay: 2s;
  font-family: "geomanist-regular", sans-serif;
}

.w-result ul li p {
  width: 60px;
}
.w-result ul li p:nth-child(2n) {
  color: gray;
}
.w-result ul li p:first-of-type {
  font-size: 1.1rem;
}
.w-result ul li p:last-of-type {
  text-align: right;
  font-size: 1.1rem;
}

.download-platform {
  background-image: url(./assets/images/mobile-app-download/Box-Tablle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-platform .two-phone {
  position: absolute;
  top: -130px;
  left: 0;
}
@media (max-width: 1400px) {
  .download-platform .two-phone {
    top: -80px;
  }
  .download-platform .two-phone img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .download-platform .two-phone {
    display: none;
  }
}
.download-platform .dl-container {
  position: relative;
  right: 150px;
  z-index: 1;
}

@media (max-width: 1400px) {
  .download-platform .dl-container .dl-text img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .download-platform {
    margin-top: 4rem;
  }
}

.download-platform .dl-container .dl-button {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.download-platform .dl-container .dl-button span {
  border: 1px solid white;
  height: 20px;
}
.download-platform .dl-container .dl-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 190px;
  background: none;
  border: none;
  background-color: black;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid white;
  text-decoration: none;
}
.download-platform .dl-container .dl-button a p {
  margin: 0;
  color: white;
}
.download-platform .dl-container .dl-button a img {
  height: 30px;
}

.download-platform .coin-cloud {
  position: absolute;
  top: -150px;
  right: -100px;
}

@media (max-width: 1400px) {
  .download-platform .coin-cloud {
    position: absolute;
    top: -100px;
    right: -20px;
  }
  .download-platform .coin-cloud .coin-cloud-img img {
    height: 150px;
  }
}

@media (max-width: 1200px) {
  .download-platform .dl-container .dl-text img {
    height: 60px;
  }
  .download-platform .two-phone img {
    height: 300px;
  }

  .download-platform .dl-container .dl-button {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
  }
  .download-platform .dl-container .dl-button span {
    border: 1px solid white;
    height: 20px;
  }
  .download-platform .dl-container .dl-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 170px;
    background: none;
    border: none;
    background-color: black;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid white;
    text-decoration: none;
  }
  .download-platform .dl-container .dl-button a p {
    margin: 0;
    color: white;
  }
  .download-platform .dl-container .dl-button a img {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .download-platform .coin-cloud {
    position: absolute;
    top: -100px;
    right: 5px;
  }
}
.download-platform .dl-container .logo {
  margin-top: 1rem;
  position: relative;
  right: 0;
  background-color: black;
}
.download-platform .logo {
  display: flex;
  justify-content: end;
  margin-top: 1rem;
}
.download-platform .logo img {
  height: 50px;
}

.four-display img {
  height: 350px;
}
@media (max-width: 600px) {
  .download-platform .coin-cloud {
    display: none;
  }
  .download-platform .logo {
    display: none;
  }
  .download-platform .dl-container {
    position: relative;
    right: 0;
    z-index: 1;
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1400px) {
  .main-jackpot img {
    height: 190px;
  }

  .four-display img {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .main-jackpot img {
    height: 160px;
  }

  .four-display img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .main-jackpot img {
    height: 130px;
  }

  .four-display img {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .main-jackpot {
    display: none;
  }
  .four-display {
    display: none;
  }
}
.contact {
  margin-top: 4rem;
}
.contact .contact-box {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.contact .contact-box:first-of-type {
  border-radius: 8px 0 0 8px;
}
.contact .contact-box:nth-child(2n) {
  border-left: 3px solid var(--secondary);
  border-right: 3px solid var(--secondary);
}
.contact .contact-box:last-of-type {
  border-radius: 0 8px 8px 0;
}
.contact .contact-box .title {
  text-align: center;
  height: 60px;
}
.contact .contact-box .title h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 2rem;
}
.contact .contact-box .body .contact-info .contact-platform h3 {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.contact .contact-box .body .contact-info {
  display: flex;
  gap: 1rem;
}
.contact .contact-box .body .contact-info .contact-platform .contact-icon {
  position: relative;
}
.contact
  .contact-box
  .body
  .contact-info
  .contact-platform
  .contact-icon
  .contact-icon-wrapper
  img {
  height: 60px;
  object-fit: contain;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}

.contact
  .contact-box
  .body
  .contact-info
  .contact-platform
  .contact-icon
  .contact-icon-wrapper {
  border: 3px solid var(--secondary);
  border-radius: 1rem;
  padding: 1rem;
  margin: 0.7rem;
}

.contact
  .contact-box
  .body
  .contact-info
  .contact-platform
  .contact-icon
  .contact-text {
  position: absolute;
  background: var(--secondary);
  bottom: 0px;
  color: white;
  width: 100%;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.contact
  .contact-box
  .body
  .contact-info
  .contact-platform
  .contact-icon
  .contact-text
  p {
  margin: 0;
  text-align: center;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}

@media (max-width: 1400px) {
  .contact .contact-box .title h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
  }
  .contact .contact-box .body .contact-info .contact-platform h3 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .contact
    .contact-box
    .body
    .contact-info
    .contact-platform
    .contact-icon
    .contact-icon-wrapper
    img {
    height: 45px;
  }

  .contact
    .contact-box
    .body
    .contact-info
    .contact-platform
    .contact-icon
    .contact-text
    p {
    font-size: 0.7rem;
  }
}
@media (max-width: 1200px) {
  .contact .contact-box:first-of-type {
    border-radius: 8px 0 0 8px;
  }
  .contact .contact-box:nth-child(2n) {
    border-radius: 0 8px 8px 0;
  }
  .contact .contact-box:last-of-type {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 0;
  }
  .contact .contact-box:first-of-type {
    border-radius: 8px;
  }
  .contact .contact-box:nth-child(2n) {
    border-radius: 8px;
    border: none;
  }
  .contact .contact-box:last-of-type {
    border-radius: 8px;
  }
}

.dw-format {
  margin-bottom: 0.5rem;
}
.dw-format h3 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin: 0;
}

.dw-progress .progress .progress-bar {
  background: #185698;
}
.dw-format .progress-text p {
  color: gray;
  margin: 0;
}
.infor {
  margin-top: 0.35rem;
}
.infor p {
  color: black;
  font-size: 11px;
  margin-bottom: 5px;
}

.pembayaran-img img {
  margin-top: 10px;
  height: 250px;
  object-fit: contain;
}

.contact-box .bank-container .bank-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box .bank-container .bank-box::after {
  content: " ";
  position: absolute;
  left: 100%;
  border: 1px solid var(--secondary);
  width: 25px;
}
.contact-box .bank-container .bank-box:last-of-type::after {
  content: " ";
  border: none;
  position: static;
  width: 0;
}
.contact-box .bank-container .bank-box .bicon-box {
  border: 2px solid var(--secondary);
  padding: 8px;
  border-radius: 7px;
  width: 63px;
}
.contact-box .bank-container .bank-box .bicon-box img {
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.contact-box .bank-container .bank-box .btext {
  position: absolute;
  bottom: 0px;
  background: var(--secondary);
  color: white;
  min-width: 70px;
  border-radius: 0 0 4px 4px;
  margin: auto;
}

.contact-box .bank-container .bank-box .btext p {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}

.about {
  color: white;
}

.about .about-title h2 span {
  color: var(--primary);
}
.about .about-text p {
  font-size: 12px;
}

.footer img {
  object-fit: contain;
}
.footer .eighteen {
  height: 50px;
}
.footer .logo {
  height: 70px;
  object-fit: contain;
}

.footer p {
  color: white;
}
