body{
    font-family: Prompt;
    background-color: #131313!important;
    color: #a1a1a1;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
}

.bg-dark {
    background-color: #111111 !important;
}

.step-box {
    padding: 13px 30px;
    min-height: 134px;
}

.step-head{
    font-size: 20px;
    color: #fcc52d;
    font-weight: 400;
}

.steps-landing{
    background: #272727;
    padding: 25px 0;
}
.step-box p {
    color: #fff;
}

.landing-box-games h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.text-warning {
    color: #fcc52e!important;
}

.landing-box-games {
    padding: 2rem 15px;
}

.landing-box-games h2::after {
    position: relative;
    content: '';
    height: 3px;
    bottom: 10px;
    margin: 0 auto;
    left: 40px;
    right: 0;
    width: 30%;
    background: #fff;
    transition: .5s;
    display: inline-block;
    max-width: 263px;
}
.menu-footer {
    background-color: #1d1b1c;
}

.menu-footer  .nav  > li  > a  {
    color: #a1a1a1;
    padding: 15px 20px;
    text-transform: uppercase;
}
.center-pills{
    display: flex;
    justify-content: center;
    display: flex;
}

.box-content {
    min-height: 170px;
}

h3 {

    font-size: 20px;
}
.icon-footer{
    height: 40px;
}

.landing-box-games  .nav-justified  li  {
    background-color: #1d1d1d;
    text-align: center;
    padding: 13px ;
}
.landing-box-games  .nav-justified  li  a  {
    
    cursor: pointer;
}
.nav-pills  > li.active  > a , .nav-pills  > li.active  > a :focus, .nav-pills  > li.active  > a :hover {
    background-color: #212121;
    color: #fcc52e!important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #212121;
    color: #fcc52e;
}
.list-box-games-landing {
    padding: 15px 0;
    list-style: none;
}
.nav-justified {
    width: 100%;
}

.list-box-games-landing li {
    display: inline-block;
    width: 33.33%;
    padding: 0 18px;
}
.list-box-games-landing .txt-game {
    margin-top: 8px;
}
.list-box-games-landing li a {
    color: #fff;
    text-align: center;
}
a.active {
    background-color: #212121;
    color: #fcc52e!important;
}
a {
    color:#fff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #fcc52e;
}
.list-box-games-landing .box-img {
    position: relative;
    max-width: 100%;
}
@media (max-width: 540px){
    .list-box-games-landing li {
        width: 50%;
    }
}


ul.gamelist{
    width: 100%;
    padding: 0;
    margin: 20px 0;
}
.gamelist  li  {
    display: inline-table;
    text-align: center;
    padding: 10px;
    width: 16.66%;
}
.gamelist  li  a  {
    max-width: 170px;
    max-height: 140px;
}

.bg-header{
    background-image: url("https://slot168.io/wp-content/uploads/2019/08/h2.png");
    background-repeat: no-repeat;
    height: 250px;
    background-position: center;
    background-size: auto;
    background-color: #2b3036;
}

.title-head {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    margin: 3em auto;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
}
.btn-default {
    background-color: #484848!important;
    color: #fff!important;
    border: none!important;
}

.pulse-button {
  
    cursor: pointer;
    box-shadow: 0 0 0 0 #ffc107;
    -webkit-animation: pulse 1.5s infinite;
  }
  
  .pulse-button:hover {
    -webkit-animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
  }