@font-face {
  font-family: 'Somar';
  src: url("../fonts/Somar-SemiBold.otf");
}

#countdown-01 {
  background: url("../images/ramadan/ramadan-1446-countdown-01.jpg") center center no-repeat;
}

#countdown-02 {
  background-position: center center;
  background-repeat: no-repeat;
}

.fajr-bg {
  background-image: url("../images/ramadan/ramadan-1446-countdown-03.jpg");
}

.maghrib-bg {
  background-image: url("../images/ramadan/ramadan-1446-countdown-02.jpg");
}

.countdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.countdown {
  direction: ltr;
  height: 210px;
  line-height: 250px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: 'Somar';
  font-size: 44px;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 20px #e7bd58;
}

.countdown>div {
  display: inline-block;
  min-width: 48px;
  text-align: center;
}

.countdown>span {
  position: relative;
  top: -5px;
  font-size: 24px;
}

.full-width {
  width: 100%;
}
