
.countdown {
  background: #eee;
  height: 287px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  flex-wrap: wrap;
}

.timer,
.signup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-around;
}

.timer h3 {
  font-weight: 300;
  font-size: 12px;
}

.signup h1 {
  max-width: 350px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}



.counter {
  display: flex;
  /* max-width: fit-content; */
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.counter__box {
  text-align: center;
  background: rgb(0, 0, 0);
  width: 7vw;
  height: 7vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
}

.counter__box2 {
  text-align: center;
  background: rgb(0, 0, 0);
  width: 25vw;
  height: 25vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.4rem;
}

.counter__time {
  font-size: 2.5vw;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.counter__time2 {
  font-size: 8vw;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.counter__duration {
  font-size: 1vw;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  color: #eee;
}

.counter__duration2 {
  font-size: 3vw;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  color: #eee;
}

/* HELPERS */

.dots {
  font-size: 5vw;
  color: #d0dadf;
  margin: -0.75rem;
  padding: 0;
}

.dots2 {
  font-size: 8vw;
  color: #d0dadf;
  margin: -0.75rem;
  padding: 0;
}

.exp {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.black-white {
    display: block;
  background: linear-gradient(
    to top,
    #0f1214 0%,
    #111416 50%,
    rgb(8, 10, 10) 50%,
    #16181a 100%
  );
}

.sky-blue {
  background: linear-gradient(
    to top,
    #009edb 0%,
    #009edb 50%,
    rgba(127, 206, 236, 0.95) 50%,
    rgba(127, 206, 236, 0.95) 100%
  );
}

.purple-soft {
    /* display: block; */
  background: linear-gradient(
    to top,
    #702963 0%,
    #702963 50%,
    #702963 50%,
    #702963 100%
  );
}
