@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  padding-bottom: 1rem;
  background: #121212;
  font-family: 'Rubik', sans-serif;
  color: #fff;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
.material-icons {
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
a {
  color: #fdae00;
}
a:hover {
  color: #bc840b;
  text-decoration: none;
}
hr {
  border-color: #41454d;
}
button:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
}
.text-primary {
  color: #fdae00 !important;
}
.btn {
  position: relative;
  border: solid 1px rgb(252 190 0 / 14%);
  border-radius: 0px;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.8px;
  transition: all 0.25s ease;
  outline: none;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 60px;
  height: 1px;
  transform: translateY(-1px);
  background: #fdae00;
  transition: all 0.25s ease;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 60px;
  height: 1px;
  transform: translateY(1px);
  background: #fdae00;
  transition: all 0.25s ease;
}
.btn:hover {
  background: #282828;
  box-shadow: 1px 1px 8px rgba(252 190 0 / 14%);
  color: #fdae00 !important;
  text-shadow: 0 0 8px rgba(252 190 0 / 40%);
}
.btn:hover.btn:before {
  left: 0;
  width: 20px;
}
.btn:hover.btn:after {
  right: 0;
  width: 20px;
}
.btn:hover .btn-line:before {
  bottom: 0;
}
.btn:hover .btn-line:after {
  top: 0;
}
.btn-line:before {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 1px;
  height: 20px;
  transform: translateX(1px);
  background: #fdae00;
  transition: all 0.25s ease;
}
.btn-line:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 1px;
  height: 20px;
  transform: translateX(-1px);
  background: #fdae00;
  transition: all 0.25s ease;
}
.btn_register {
  border-radius: 0px;
  padding: .7rem 1.5rem;
  font-weight: 600;
  margin: 0 .5rem;
}
.btn-primary {
  color: #fff;
  background-color: #593d00;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  border-color: rgb(253 174 0 / 50%);
  background: #282828;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,.btn-secondary.focus, .btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: #303030;
  border-color: #3a3939;
}
.btn-secondary:hover {
  border-color: rgb(253 174 0 / 50%);
}
.logo-container {
  margin: .5rem 0;
}
.logo-container .button_container {
  text-align: right;
  margin-top: 8px;
}
.logo img {
  width: 100%;
  max-width: 260px;
  max-height: 150px;
}
.menu {
  padding: 0;
}
.navbar {
  background: radial-gradient(circle, rgb(31 28 23) 0%, #121212 100%);
  font-weight: 500;
  border-left: 0;
  border-right: 0;
  z-index: 2;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav .nav-item:first-child {
  padding-left: 0px;
}
.navbar-nav .nav-item:last-child {
  padding-right: 0px;
}
.navbar .nav-link {
  color: #fff;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  white-space: nowrap;
}
.navbar .nav-link .material-icons {
  color: #fdae00;
  text-shadow: 0 0 3px #bc840b;
}
.navbar .nav-link:hover {
  color:  #fdae00;
  border-bottom: 2px solid #bc840b;
  box-shadow: 0 5px 6px -6px #bc840b;
  text-shadow: 0 0 3px #bc840b;
}
.navbar .nav-item.active .nav-link {
  color:  #fdae00;
  border-bottom: 2px solid #bc840b;
  box-shadow: 0 5px 6px -6px #bc840b;
  text-shadow: 0 0 3px #bc840b;
}
.navbar-toggler {
  color: #fff;
  vertical-align: middle;
  padding: 0px;
  margin-right: 1rem;
  display: none;
}
.navbar-toggler span {
  font-size: 35px;
}
.dropdown-toggle::after {
  margin-left: 10px;
}
.dropdown-menu {
  background-color: rgba(7,6,5,1);
  color: #fff;
  right: 0;
  left: auto;
}
.dropdown-item {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.nav-item.active .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: #bc840b;
  border-bottom: 2px solid #bc840b;
  box-shadow: 0 5px 6px -6px #bc840b;
  text-shadow: 0 0 3px #bc840b;
}
.carousel {
  margin-bottom: 2rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  width: 100%;
  height: 25rem;
  background-color: rgb(0 0 0 / 39%);
}
.carousel-item .items {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.carousel-item img {
  position: absolute;
  width: auto;
  height: 100%;
}
.carousel-indicators .active {
  background-color: #fdae00;
}
.carousel-indicators li {
  background-color: #b2b2b2;
}
.carousel-indicators li {
  cursor: pointer;
}

.carousel-control-prev, .carousel-control-next {
  color: #b2b2b2;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  color: #818181;
}
.carousel-control-prev span, .carousel-control-next span {
  font-size: 50px;
}
.card {
  border-radius: 0px;
  --rlist: rgb(1 14 5 / 0.25) 0 3px,transparent 0 7px;
  overflow: hidden;
  position: relative;
  height: var(--h);
  --c: #000;
  --nlist: rgb(13 13 13),rgb(63 47 7 / 50%),rgb(13 13 13);
  --ang-0: -60deg;
  --ang-1: 60deg;
  --dim: 50% no-repeat;
  --ang: 0deg;
  --pos-1: 100%;
  background: repeating-linear-gradient(var(--ang-0,-45deg),var(--rlist)) var(--pos-0,0 0)/var(--dim),repeating-linear-gradient(var(--ang-1,45deg),var(--rlist)) var(--pos-1,0 100%)/var(--dim),linear-gradient(var(--ang),var(--nlist));
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(0deg, #7e6835 0%, #353535 20%, #353535 80%, #7e6835 100%);
  margin-bottom: 2rem;
  padding: 6px;
}
.card-title {
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: .5rem;
}
.card-title .material-icons{
  color: #fdae00;
}
.running-text .info  {
  text-align: center;
}
.running-text .info span.material-icons {
  color: #fdae00;
}
.running-text .marquee-container marquee {
  background: rgb(0 0 0 / 39%);
  vertical-align: middle;
  width: 100%;
}
.games {
  background: #fdae00;
  padding: 0;
  margin-bottom: 1rem;
  transition: all .5s;
  cursor: pointer;
}
.games_image {
  height: 108px;
  width: 100%;
  background-color: #282b30;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.games:hover,
.games:focus {
  transform: scale(1.2);
}
.games h5 {
  background: linear-gradient(0deg, rgb(72 61 8) 0%, rgb(255 175 0) 100%);
  text-align: center;
  margin: 0;
  padding: .5rem 0;
}
.win_con {
  background-color: rgb(0 0 0 / 39%);
  padding: 0 10px;
  max-height: 282px;
}
.win_con .carousel {
  margin: 0px;
}
.win_con .carousel-item {
  height: auto;
  background-color: transparent;
}
.game_con {
  padding: 7px 0;
}
.game_con img, .game_con .game_title {
  display: inline-block;
  vertical-align: middle;
}
.game_con img {
  width: 80px;
  height: auto;
  margin-right: 10px;
}
.jackpot_container {
  width: 100%;
  height: 163px;
  background: url('../img/jackpot.gif')center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
  margin-bottom: 2rem;
}
.jackpot_total {
  width: 320px;
  font-family: 'Russo One', sans-serif;
  letter-spacing: 3px;
  font-size: 50px;
  position: relative;
  margin-right: 4vw;
  color: #fdae00;
}
.mega-jackpot {
  display: none;
  text-align: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .2rem;
}
.mega-jackpot img {
  width: 100%;
  max-width: 299px;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .item {
  left: 0;
}
.result_togel {
  font-family: 'Russo One', sans-serif;
  text-align: center;
}
.result_togel .title {
  margin: auto;
}
.pasaran-container {
  background: rgb(0 0 0 / 39%);
  min-height: 142px;
  max-height: 430px;
}
.pasaran {
  margin: 10px 0;
  background: #282b30;
  border: 1px solid #fdae00;
  cursor: pointer;
  transition: all .5s;
}
.pasaran:hover {
  transform: scale(1.1);
}
.pasaran h6 {
  padding: 10px;
  background: linear-gradient(0deg, rgb(255 110 0) 0%, rgb(255 175 0) 100%);
  color: #282828;
  font-weight: bolder;
  letter-spacing: 1px;
  margin: 0px;
}
.result_togel .date {
  font-weight: 400;
  letter-spacing: 2px;
  background: linear-gradient(90deg, rgb(255,163,0,.2) 0%, rgb(40 43 48) 50%, rgb(255,163,0,.2) 100%);
}
.result {
  font-size: 25px;
  padding: 10px;
  letter-spacing: 8px;
}
a .sm_post_con {
  color: #fff;
}
a .sm_post_con:hover {
  color: #bc840b;
}
.sm_post_con {
  padding: 0;
  border: 1px solid #282b30;
}
.sm_post_con .post_img {
  width: 100%;
  max-width: 100%;
  height: 11vw;
  max-height: 150px;
  overflow: hidden;
}
.lg_post_con .post_img {
  height: 24vw;
  max-height: 300px;
}
.sm_post_con .post_img div {
  width: 100%;
  height: 100%;
  background: #42464d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;
}
.sm_post_con:hover .post_img div,
.sm_post_con:focus .post_img div {
  transform: scale(1.2);
}
.post_text {
  width: 100%;
  padding: 10px;
  min-height: 75px;
}
.post_text h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.post_auth span {
  vertical-align: middle;
}
.post_auth {
  width: 100%;
  border-top: 1px solid #41454d;
  padding-top: 10px;
  color: #fdae00;
  font-weight: 500;
}
.single_post h1 {
  color: #fdae00;
}
.btn-more {
  display: block;
  font-weight: 600;
  width: 100%;
  color: #fff;
  background: rgb(253 174 0 / 25%);
  border: 1px solid #fdae00;
  padding: 5px;
  text-align: center;
  margin-bottom: 2rem;
  transition: all .5s;
}
.btn-more:hover {
  background: #fdae00;
  color: #111;
}
.blog-pagination {
  margin-bottom: 2rem;
}
.blog-pagination ul {
  margin: 0;
  padding-inline-start: 0px;
}
.blog-pagination ul li {
  display: inline-flex;
  background: #282b30;
  padding: 5px 10px;
  list-style: none;
  margin-right: .5rem;
}
.blog-pagination ul li .rights {
  margin-left: -15px;
}
.sidebar {
  padding: 15px;
}
.sidebar-item {
  border-bottom: 1px solid #41454d;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebar-item:last-child {
  border: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-item .search input {
  background: rgb(0 0 0 / 39%);
  border-color : #41454d;
  border-radius: 0px;
  color: #81858e;
}
.sidebar-item .search button {
  background: #fdae00;
  border: 1px solid #fdae00;
  color: #fff;
  cursor: pointer;
}
.sidebar-item .categories a {
  color: #fff;
}
.sidebar-item .categories ul {
  padding-inline-start: 0px;
}
.sidebar-item .categories ul li {
  list-style: none;
}
.sidebar-item .recent-posts img {
  width: 80px;
  height: auto;
  max-height: 60px;
  float: left;
  margin-right: 5px;
}
.sidebar-item .post-item {
  margin-bottom: 1rem;
}
.sidebar-item .recent-posts a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-item .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.bottom-desc {  
  padding-top: 1rem;
  border-top: 1px dotted #41454d;
  color: #81858e;
}
.bottom-desc h1, .bottom-desc h2, .bottom-desc h3, .bottom-desc h4, .bottom-desc h5, .bottom-desc h6, .bottom-desc h7 {
  color: #fdae00;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #fdae00 0%, rgba(0,0,0,0) 40%);
}
.copyright {
  padding-top: 1rem;
  border-top: 1px dotted #41454d;
}
.copyright p {
  color: #81858e;
}
.promotion .btn-promotion {
  padding: 0px;
  background: none;
  border: 3px solid #636a76;
  cursor: pointer;
  transition: all .5s;
  margin-bottom: 1rem;
}
.promotion .btn-promotion .btn-detail {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-top: -34px;
  background: #636a76;
  font-weight: bold;
  text-shadow: 0px 1px 2px #000;
  color: #fff;
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: all .5s;
}
.promotion .detail {
  background: #101012;
  border: 3px solid #636a76;
  margin-bottom: 1rem;
  transition: all .5s;
}
.promotion .btn-promotion:hover, .promotion [aria-expanded=true] {
  border-color: #fdae00;
}
.promotion .btn-promotion:hover .btn-detail, .promotion [aria-expanded=true] .btn-detail {
  background: #fdae00;
}
.promotion .btn-promotion img {
  width: 100%;
  height: auto;
}
.livescore {
  border: 2px solid #282b30;
  background: #282b30;
  font-size: 14px;
}
.livescore .live-league {
  display: flex;
  flex-wrap: wrap;
  color: #fdae00;
  background: linear-gradient(90deg, #121212 0%, #282b30 100%);
  border : none;
  padding: 2px 5px;
}
.livescore .live-league div:nth-child(1) {
  font-weight: 500;
  width: 80%;
}
.livescore .live-league div:nth-child(2) {
  width: 20%;
  text-align: right;
}
.livescore .live-match {
  display: flex;
  flex-wrap: wrap;
  background: #0e0e0e;
  border : none;
  padding: 3px 5px;
  border-bottom: 2px solid #282b30;
  cursor: pointer;
}
.livescore .live-match:hover {
  background: #1f1809;
}
.livescore .live-match .times {
  text-align: left;
  width: 50px;
  padding-right: 5px; 
}
.livescore .live-match:last-child {
  border-bottom: none;
}
.livescore .live-team {
  font-size: 13px;
  width: 100%;
  display: flex;
  text-align: center;
}
.livescore .live-home {
  text-align: right;
  width: 45%;
}
.livescore .live-away {
  text-align: left;
  width: 45%;
}
.livescore .live-team .live-score {
  max-width: 50px;
  width: 10%;
  font-weight: bold;
  padding: 0px 3px;
  white-space: nowrap;
}
.livescore .powered {
  font-size: 13px;
  width: 100%;
  text-align: right;
  padding: 2px 5px;
}
.livescore .lainnya {
  font-size: 15px;
  margin : 0px;
}
.livescore .con-lainnya {
  background: #02101e;
  padding: 10px !important;
}
.powered  {
  font-size: 12px;
  text-align: right;
  padding:5px;
}
.modal-content {
  background: #121212;
  color: #81858e;
  border-radius: 0;
}
.modal-header, .modal-footer {
  border-color: #282b30;
}
#register .modal-header {
  padding: 1rem 1rem 0 1rem ;
  border: none;
}
.alert-warning {
  color: #ff0000;
  background-color: #ffafaf;
  border-color: #ff5555;
}
.form-control {
  color: #81858e;
  border-radius: 0;
  background: #1f1f1f;
  border-color: #282b30;
}
.form-control:active, .form-control:focus {
  color: #81858e;
  border-color: #fdae00;
  background: #1f1f1f;
  box-shadow: none;
}
.close {
  color: #81858e;
}
.ads {
  width: 100%;
  margin-bottom: 2rem;
}
.ads img {
  width: 100%;
  height: auto;
}
.ads.ads-mobile {
  display: none;
}
.contact {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #fdae00;
  padding: .8rem;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px #000;
  cursor: pointer;
}
.contact a {
  color: #282b30;
  display: flex;
}
#games_slide {
  min-height: 200px;
  padding: 0;
}
#games_slide .row {
  padding: 0 10px;
}
.games_con {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  cursor: pointer;
}
.games_con img {
  width: 100%;
  transition: all .5s;
}
.games_con:hover img {
  transform: rotateZ(5deg) rotateX(19deg) scale(1.05) skewX(2deg);
  filter: grayscale(100%);
}
.games_con .btn_con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  transition: all .5s;
}
.games_con .btn_con button {
  box-shadow: 0px 0px 11px 3px #000;
}
.games_con:hover .btn_con {
  opacity: 1;
}
.modal#promotion .close {
  position: absolute;
  top: .3rem;
  right: .8rem;
}
.side_banner {
  width: 200px;
  position: fixed;
  top: 180px;
  left: 8px;
  z-index: 10;
}
.side_banner .items {
  margin-bottom: 1rem;
}
.side_banner .items img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .jackpot_total {
    margin-right: 5vw;
  }
}
@media (max-width: 1060px) {
  .navbar .nav-link span {
    display: block;
  }
  .navbar .navbar-link {
    text-align: center;
  }
}
@media(max-width: 992px) {
  .jackpot_total {
    margin-right: 7vw;
  }  
  .carousel-item {
    height: 20rem;
  }
}
@media(max-width: 767px) {
  .promotion .btn-promotion .btn-detail {
    font-size: 12px;
    margin-left: -2px;
    margin-top: -20px;
    padding: 1px 10px;
  }
  .btn {
    padding: .375rem .75rem;
  }
  .side_banner {
    display: none;
  }
  .ads.ads-mobile {
    display: block;
  }
  .carousel-item {
    height: 10rem;
  }
  .jackpot_container {
    height: 25vw;
    background: url('../img/jackpot-mobile.gif')center no-repeat;
    background-size: contain;
  }
  .jackpot_total {
    width: 49vw;
    margin: auto;
    font-size: 8vw;
    text-align: center;
  } 
  .mega-jackpot {
    display: block;
  } 
  .result_togel .title {
    margin: 10px 0;
  }
  .result_togel .card-title {
    display: inline-flex;
  }
  .result_togel .pasaran-container .row {
    width: 100%;
  }
  .result_togel .pasaran {
    margin: 10px 0;
  }
  .pasaran:hover {
    transform: scale(1);
  }
  .navbar-toggler {
    display: inline-block;
  }
  .logo-container {
    text-align: center;
    margin-bottom: 1rem;
  }
  .logo-container .button_container {
    margin-top: 1rem;
  }
  .navbar .nav-link span {
    display: inline-block;
  }
  .logo-container .button_container {
    text-align: center;
  }
  .navbar-nav .dropdown-menu {
    margin-bottom: 1rem;
  }
  .sm_post_con .post_img, .lg_post_con .post_img {
    height: 44vw;
  }
}

