@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Athiti:wght@500&display=swap");

html {
  font-size: 1rem;
}

body {
  font-family: "Athiti", sans-serif;
  background-color: #4a0a0a;
  color: #f0f0f0;
}

td,
th {
  color: #f0f0f0;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
  }
}

h1,
h2 {
  color: #d9b05e;
  background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
  background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
  background: linear-gradient(#fff2b5, #eec71f, #e7a819);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  color: #fafafa;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

.bg-nav {
  color: #e0e0e0;
  /* background-image: url(../images2/bg-nav-menu.webp);
  background-repeat: repeat-x;
  min-height: 57px; */
  background: #a90329;
  background: -moz-linear-gradient(
    bottom,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  );
  background: linear-gradient(to top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}

.bg-nav-light {
  height: 5px;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(238, 199, 31, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(238, 199, 31, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(238, 199, 31, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec71f', endColorstr='#00ffffff',GradientType=1 );
}

.bg-mainnav {
  text-align: center;
  background-image: url(../images2/bg-header-nav.webp);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 57px;
  background-size: 100% 100%;
}
.main-banner {
  background-image: url(../images2/bg-header.webp);
  min-height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
}
.plain-banner {
  background-image: url(/images2/bg-banner2.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.banner1-img {
  min-height: 500px;
  width: 100%;
  background-image: url(../images2/slotclub99-banner1.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.banner2-img {
  min-height: 500px;
  width: 100%;
  background-image: url(../images2/slotclub99-banner2.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.banner-s-img {
  min-height: 500px;
  width: 100%;
  background-image: url(../images2/joker-live22-banners1.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.banner-s-img2 {
  min-height: 500px;
  width: 100%;
  background-image: url(../images2/slotxo-live22-banners2.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
.each-nav {
  float: left;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .each-nav {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.main-footer {
  padding-bottom: 25px;
}
.real-footer {
  background-image: url(../images2/bg-footer-slotclub99.gif);
  background-repeat: repeat-x;
  min-height: 53px;
}
.myborder {
  color: #b03d3f;
  border: thin dotted #08ff00;
}
.social-box {
  padding-bottom: 7px;
  font-size: 1.25rem;
  vertical-align: bottom;
  float: left;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.social-box a:link,
.social-box a:visited,
.social-box a:hover {
  color: #ffffff;
}
.slotproduct {
  text-align: center;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}

.btn-login {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 5px;
  background: linear-gradient(180deg, #ee8b00 5%, #ff5700 100%);
  text-shadow: 0px 1px 2px rgba(8, 107, 39, 0.97);
}

.btn-login:hover {
  background: linear-gradient(180deg, #ff5700 5%, #bb4b00 100%);
}

.btn-login:active {
  position: relative;

  background: linear-gradient(180deg, #ff5700 5%, #bb4b00 100%);
}

.btn-submit {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  background: rgb(70, 30, 154);
  background: linear-gradient(
    0deg,
    rgba(70, 30, 154, 1) 0%,
    rgba(136, 30, 154, 1) 100%
  );
}

.footer-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #00072c;
  color: white;
  border-top: medium outset #ad8700;
}
.pussybox {
  background-color: #4e009a;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  height: 100px;
  background-image: linear-gradient(
    180deg,
    rgba(255, 0, 73, 1) 22.7%,
    rgba(137, 13, 33, 1) 100%
  );
}
.linebox {
  background-color: #079a00;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.linebox a:link,
.linebox a:visited {
  color: #ffffff;
}
.line-text {
  display: inline-flex;
  padding-left: 10px;
}
.facebookbox {
  background-color: #690098;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.facebookbox a:link,
.facebookbox a:visited {
  color: #ffffff;
}
.contact-box {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(129, 18, 18) 0%,
    rgb(200, 25, 25) 52%,
    rgb(123, 13, 13) 100%
  );
}

.slotgame {
  padding: 0px;
}
.game-box {
  margin: 20px;
  text-align: center;
}
.playnow {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(232, 171, 25) 0%,
    rgb(253, 229, 111) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(232, 171, 25) 0%,
    rgb(253, 229, 111) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(232, 171, 25) 0%,
    rgb(253, 229, 111) 100%
  );
  padding: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.mx400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.maincontent {
  padding: 10px;
}
.myalertbox {
  width: 300px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #53009a;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(96, 15, 208, 1) 0%,
    rgba(27, 7, 52, 1) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(96, 15, 208, 1) 0%,
    rgba(27, 7, 52, 1) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(96, 15, 208, 1) 0%,
    rgba(27, 7, 52, 1) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(96, 15, 208, 1) 0%,
    rgba(27, 7, 52, 1) 100%
  );
}
.box {
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.box-header {
  color: #444;
  font-size: 15px;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.box-title {
  color: #202020;
  font-size: 16px;
}
.box-body {
  color: #999999;
  font-size: 14px;
}
.bgbody {
  background-color: #4a0a0a;
  background-image: url(../images2/slotclub99-bg.webp);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.downloadbox {
  position: fixed;
  top: 150px;
  right: 50px;
}

.dropdown-menu {
  padding: 0px;
  border: none;
}

.dropdown-menu li {
  display: block;
  border-bottom: 1px solid #d3aa5b;
  padding: 5px;
  background-color: #ac1121;
  text-align: center;
}

.dropdown-menu li a {
  color: #ffffff;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active {
  color: #d9b05e;
  margin-left: 0px;
  background: -webkit-linear-gradient(#fff2b5, #eec71f, #e7a819);
  background: -o-linear-gradient(#fff2b5, #eec71f, #e7a819);
  background: linear-gradient(#fff2b5, #eec71f, #e7a819);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.rounded {
  border-radius: 1rem !important;
}

.wh-lg-square {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: contain;
}

.wh-md-square {
  aspect-ratio: 1 / 1;
  width: 60%;
  object-fit: contain;
}

.wh-banner {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: contain;
}

.wh-banner-sm {
  aspect-ratio: 16 / 9;
  width: 90%;
  object-fit: contain;
}

.wh-half-banner {
  aspect-ratio: 2 / 1;
  width: 100%;
  object-fit: contain;
}

.wh-md-half-banner {
  aspect-ratio: 2 / 1;
  width: 60%;
  object-fit: contain;
}

.wh-long-banner {
  aspect-ratio: 6 / 1;
  width: 100%;
  object-fit: contain;
}

.wh-md-banner {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: contain;
}

.wh-sm-banner {
  aspect-ratio: 5 / 1;
  width: 28%;
  object-fit: contain;
}

.wh-sm-thumbnail {
  aspect-ratio: 7 / 3;
  width: 55%;
  object-fit: contain;
}

.wh-md-thumbnail {
  aspect-ratio: 7 / 3;
  width: 80%;
  object-fit: contain;
}

.wh-md-social {
  aspect-ratio: 1 / 1;
  width: 20%;
  object-fit: contain;
}

.wh-sm-social {
  aspect-ratio: 1 / 1;
  width: 12%;
  object-fit: contain;
}

.wh-xs-social {
  aspect-ratio: 1 / 1;
  width: 8%;
  object-fit: contain;
}

.wh-poster {
  aspect-ratio: 1 / 2;
  width: 100%;
  object-fit: contain;
}

.wh-md-poster {
  aspect-ratio: 2 / 3;
  width: 100%;
  object-fit: contain;
}

.h-50px {
  height: 50px;
}

.bg-black {
  background-color: #000 !important;
}

.bg-dark-green {
  background-color: #17632B !important;
}

.bg-dark-blue {
  background-color: #0053AD !important;
}
