@font-face {
  font-family: default-font;
  src: url("../fonts/Changa-Regular.ttf");
}

@font-face {
  font-family: lottery-font;
  src: url("../fonts/LotteryBlack.otf");
}

body {
  font-family: "default-font";
}
a,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

.balls {
  width: 41px;
  height: 41px;
  float: left;
  background: url("../images/balls.png") center no-repeat;
  text-align: center;
  padding-top: 3px;
  font-size: 22px;
  margin: 0 1px;
  padding: 0px 14px;
  position: relative;
  left: 25px;
  color: #bb0808;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) -1px 1px 5px,
    rgb(255, 255, 255) 0.540302px 0.841471px 0px,
    rgb(255, 255, 255) -0.416147px 0.909297px 0px,
    rgb(255, 255, 255) -0.989992px 0.14112px 0px,
    rgb(255, 255, 255) -0.653644px -0.756802px 0px,
    rgb(255, 255, 255) 0.283662px -0.958924px 0px,
    rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

section {
  padding: 16px;
}

.topnav {
  background: #4b636e;
}

.icon-social {
  color: #fff !important;
  font-size: 20px !important;
}

.btn-livedraw {
  background-color: #ecb800;
  color: #000;
  box-shadow: 0 3px 0 #674500;
  font-weight: 600;
}

.btn-play {
  background-color: #ececec;
  color: #000;
  box-shadow: 0 3px 0 #bfbfbf;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 7px 80px;
}

.btn-livedraw:hover {
  color: #674500 !important;
}

.btn-livedraw {
  background-color: #ecb800;
  color: #000;
  box-shadow: 0 3px 0 #674500;
  font-weight: 600;
}

.logo {
  width: 70%;
}

.navbar-nav {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: end;
}

.nav-link {
  font-size: 1.43rem;
  margin-left: 20px;
}

.theme {
  background: url("../images/home/home-1.jpg") top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 75px 20px;
  width: 100%;
  height: 26rem;
  position: relative;
}

.theme > h3,
.prize-money {
  color: #000;
  font-weight: 400 !important;
}

.sub-text {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #000;
  font-weight: bold;
  font-size: 0.8rem !important;
}

.prize-money {
  font-family: "lottery-font";
  font-size: 3rem;
  text-shadow: 0px 3px 2px #fff;
}

.counter-result {
  background: url("../images/counter-bg.png");
  width: 350px;
  height: 83px;
  margin-top: 60px;
  font-family: lottery-font;
  position: relative;
}

.ruler {
  border-top: 2px solid #ffa600;
}

.counter,
.hours,
.minutes,
.seconds {
  position: absolute;
  color: #060606 !important;
  font-size: 2.3rem;
  letter-spacing: 27px;
  top: 4px;
}

.hours {
  left: 18px;
}

.minutes {
  left: 140px;
}

.seconds {
  left: 263px;
}

@media only screen and (max-width: 360px) {
  .btn-play {
    font-size: 1.2rem;
  }

  .hours,
  .minutes,
  .seconds {
    font-size: 1.5rem;
    letter-spacing: 21px;
    top: 4px;
  }

  .hours {
    left: 13px !important;
  }

  .minutes {
    left: 106px !important;
  }

  .seconds {
    left: 198px !important;
  }

  .counter-result {
    background-size: 100% !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
    margin-top: 30px;
  }

  .btn-livedraw {
    width: 100%;
  }

  .prize-money {
    font-size: 2rem !important;
  }

  .theme {
    height: 100%;
    padding-bottom: 30px;
  }
}

.daily-title {
  color: #fff !important;
}

@media only screen and (max-width: 320px) {
  .btn-play {
    font-size: 0.9rem !important;
    padding: 10px 40px !important;
  }
  .prize-money {
    font-size: 1.6rem !important;
  }
  .daily-title {
    font-size: 1rem;
  }

  .hours,
  .minutes,
  .seconds {
    font-size: 1.3rem !important;
    letter-spacing: 17px;
    top: 4px;
  }

  .hours {
    left: 12px !important;
  }

  .minutes {
    left: 90px !important;
  }

  .seconds {
    left: 170px !important;
  }
}

@media only screen and (max-width: 414px) {
  .btn-play {
    font-size: 1rem;
  }

  .balls {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }

  .hours,
  .minutes,
  .seconds {
    font-size: 1.8rem;
    letter-spacing: 24px;
    top: 4px;
  }

  .hours {
    left: 17px;
  }

  .minutes {
    left: 128px;
  }

  .seconds {
    left: 240px;
  }

  .counter-result {
    background-size: 100% !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    margin-top: 30px;
  }

  .btn-livedraw {
    width: 100%;
  }

  .prize-money {
    font-size: 2.4rem;
  }

  .theme {
    height: 100%;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-play {
    font-size: 1rem;
  }

  .hours,
  .minutes,
  .seconds {
    font-size: 1.8rem;
    letter-spacing: 20px;
    top: 4px;
  }

  .hours {
    left: 15px;
  }

  .minutes {
    left: 113px;
  }

  .seconds {
    left: 211px;
  }

  .counter-result {
    background-size: 100% !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    margin-top: 45px;
  }

  .btn-livedraw {
    width: 100%;
  }

  .prize-money {
    font-size: 2.2rem;
  }

  .theme {
    height: 100%;
    padding-bottom: 30px;
  }
}
