body {
  margin: 0;
  padding: 0;
}

.countdown {
  position: relative;
  background-image: url(Background.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 202px;
  overflow: hidden;
}

.countdown .countdown-head {
  padding-top: 12px;
  /*padding-inline: 50px;*/
  display: flex;
  gap: 24px;
  justify-content: center;
}

.countdown .countdown-head img.bfm50logo {
  width: 65px;
}

.countdown .countdown-head #remainingDays {
  font-size: 56px;
  color: #cea735;
}

.tick-credits {
  display: none !important;
}

.tick {
  min-width: 250px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tick-label {
  font-size: 0.375em;
  text-align: center;
}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}

.tick-group:first-child {
  display: none;
}

.tick-label.tick-text {
  display: none !important;
}

.tick-group:nth-child(2)::after {
  content: 'HRS';
}

.tick-group:nth-child(3)::after {
  content: 'MINS';
}

.tick-group:nth-child(4)::after {
  content: 'SECS';
}

.tick-group:nth-child(2)::after, .tick-group:nth-child(3)::after, .tick-group:nth-child(4)::after {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* ---------------------------------------------------------------------------------------------- */

.tick-group div {
  border: 2px solid #c9c9c9;
}

.tick-flip {
  margin: 0px;
  border: 2px solid #050505;
  position: relative;
}

.tick-flip::after {
  z-index: 100;
  content: '';
  width: 4.5px;
  height: 6.25px;
  background-image: url(./chain.jpeg);
  background-size: cover;
  position: absolute;
  top: 17px;
  right: -0.5px;
}

.tick-flip::before {
  z-index: 100;
  content: '';
  width: 4.5px;
  height: 6.25px;
  background-image: url(./chain.jpeg);
  background-size: cover;
  position: absolute;
  top: 17px;
  left: -0.5px;
}

.tick-flip:first-child {
  margin: 0px;
  border-right: 1px solid #050505;
}

.tick-flip:last-child {
  margin: 0px;
  border-left: 1px solid #050505;
}

.tick-flip-card {
  border-radius: 0px;
}
