@font-face {
    font-family: "maryland-lottery";
    src: url("../fonts/Alata-Regular.ttf");
}

body {
    font-family: "maryland-lottery";
}

.bg-nav, .bg-homepage {
    background: #001833;
}

.bg-live {
    background: rgb(0, 83, 72);
}

.bg-live {
    padding: 25px;
    color: #fff;
}

.bg-homepage {
    padding: 20px;
    color: #fff;
}
.nav-item {
    margin-right: 30px;
}

.balls, .balls-draw{
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 0.1505rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
  vertical-align: bottom;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 883px;
}

}

@media only screen and (max-width: 600px) {
    .counter-box {
      width: 3.8em !important;
      padding: 1em !important;
      height: 3.8em !important;
    }

    .time {
        font-size: 1rem !important;
      }

      .subtime {
        font-size: 0.6rem !important;
        margin-top: -13px !important;
      }

    .seperate-time {
        bottom: -3px !important;
    }

    .balls{ 
      width: 1rem;
      height: 1rem;
      line-height: 0.9rem;
      font-size: 0.7rem;
    }

  }

.time {
    font-weight: 700;
    font-size: 1.6rem;
  }
  
  .subtime {
    font-size: 0.7rem;
    margin-top: -8px;
  }

.counter-box {
    color: rgb(0, 83, 72);
    text-align: center;
    width: 5.1em;
    height: 5.1em;
    border-radius: 100%;
    background: #fff;
    padding: 1.56em;
    padding-top: 1.8em;
    font-size: 100%;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 1.75em;
    position: relative;
  }

.seperate-time {
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    bottom: 40%;
    left: -20px;
  }
  

.btn-slider {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-transform: uppercase;
}

.btn-slider > a {
    font-weight: bold;
    font-size: 0.9rem;
}