.time-count-section {
  background-color: #111111;
  border-radius: 16px;
  padding: 96px 0;
}

.time-count-section .button-black-outline {
  background-color: black;
  border-color: white;
  color: white;
}

.time-count-section .button-black-outline:hover {
  background-color: white !important;
  border: 1px solid black !important;
  color: black !important;
}

.time-count-block-text {
  padding: 0 40px;
}

.time-count-block-text h3 {
  margin: 0 0 24px 0;
  color: #fff;
  font-size: 40px;
  line-height: normal;
}

.time-count-block-text p {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.time-count-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 32px 0 0 0;
}

.timer-count {
  display: flex;
  gap: 24px;
}

.timer-block {
  width: 100%;
  min-height: 202px;
  background-color: #70707040;
  border-radius: 8px;
  text-align: center;
  padding: 41px 0 30px 0;
}

.timer-block span {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 2%;
  font-family: jostmedium, Arial, sans-serif, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  display: block;
  color: #fff;
}

.timer-block h5 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  font-family: 'jost';
  font-weight: normal;
  margin: 0 0 0 0;
}

.countdouwn-timer-text {
  font-family: 'jost-pt-400';
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: 45px;
}

.mobile-time-count-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.mobile-time-count-buttons .button {
  width: 100%;
}

@media screen and (max-width: 1499px) {
  .timer-block span {
    font-size: 50px;
  }
  .timer-block {
    min-height: 185px;
  }
  .time-count-section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1299px) {
  .time-count-block-text {
    padding: 0;
  }
  .time-count-block-text h3 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .timer-block {
    min-height: 160px;
    padding: 35px 0 30px 0;
  }
  .timer-block span {
    font-size: 40px;
  }
  .timer-block h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .time-count-block-text {
    padding: 24px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .mobile-time-count-buttons {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .time-count-section .container-fluid {
    padding: 0 15px;
  }
  .time-count-section {
    padding: 40px 0;
  }
  .timer-block {
    min-height: 104px;
    padding: 16px 0;
  }
  .timer-count {
    gap: 8px;
  }
  .countdouwn-timer-text {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
  .timer-block span {
    margin: 0 0 16px 0;
  }
  .timer-block h5 {
    font-size: 16px;
  }
  .time-count-block {
    margin-top: 32px;
  }
  .time-count-block-text h3 {
    margin: 0 0 16px 0;
    font-size: 32px;
  }
  .time-count-block-text p {
    font-size: 16px;
    line-height: 125%;
  }
  .time-count-buttons {
    padding-top: 16px;
    display: none;
  }
  .time-count-buttons .custom-button {
    width: 100%;
    font-size: 16px !important;
    height: 48px !important;
  }
  .time-count-block-text-col {
    order: -1;
  }
}

/*# sourceMappingURL=countdown_timer.css.map */
