* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'Inter', sans-serif;
}

.coming-soon {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #010101 30.288%,
    #032b92 63.942%,
    #769dff 100%
  );
}

.background-image {
  position: absolute;
  left: 0;
  top: -771px;
  width: 100%;
  height: 2274px;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.19;
  pointer-events: none;
}

.logo {
  position: absolute;
  left: 45px;
  top: 30px;
  font-weight: 700;
  font-size: 14px;
  color: white;
  white-space: nowrap;
}

.coming-soon-title {
  position: absolute;
  left: 50%;
  top: 210px;
  transform: translateX(-50%);
  font-weight: 200;
  font-size: 114px;
  color: white;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

.description {
  position: absolute;
  left: 50%;
  top: 348px;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 19px;
  color: white;
  text-align: center;
  width: 728px;
  line-height: normal;
  margin: 0;
}

.countdown {
  position: absolute;
  left: 50%;
  top: 543px;
  transform: translateX(-50%);
  display: flex;
  gap: 0;
  align-items: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}

.countdown-value {
  font-weight: 900;
  font-size: 47px;
  color: white;
  line-height: normal;
}

.countdown-label {
  font-weight: 400;
  font-size: 14px;
  color: white;
  margin-top: 8px;
}

.countdown-item:nth-child(2),
.countdown-item:nth-child(4),
.countdown-item:nth-child(6) {
  margin: 0 10px;
}

.countdown-item:nth-child(2) .countdown-value,
.countdown-item:nth-child(4) .countdown-value,
.countdown-item:nth-child(6) .countdown-value {
  margin-top: -30px;
}

.join-waitlist-btn {
  position: absolute;
  left: 50%;
  top: 438px;
  transform: translateX(-50%);
  width: 215px;
  height: 42px;
  background: white;
  border-radius: 21px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.btn-text {
  font-weight: 400;
  font-size: 14px;
  color: #484848;
}

.btn-icon {
  width: 34px;
  height: 34px;
  background: #022785;
  border-radius: 50%;
}

.call-us-btn {
  position: absolute;
  right: 29px;
  top: 30px;
  width: 96px;
  height: 28px;
  background: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #010101;
  text-decoration: none;
}
