:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Ubuntu, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft Yahei UI', 'Microsoft Yahei',
    'Source Han Sans CN', sans-serif;
}

body {
  margin: 0;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: #000000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: min(min(20vw, 12.5vh), 150px);
  padding-top: 200px;
}

@media (max-width: 500px) {
  .main-container {
    justify-content: unset;
  }
}

.bloco {
  position: absolute;
  top: 25%;
  width: 100%;
  height: min(25vh, 50vw);
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.motion {
  position: absolute;
  box-shadow: 0px 0px 200.88px 0px #0060ff, 0px 0px 100px 0px #05f inset;
  border-radius: 50%;
  max-width: 600px;
  max-height: 600px;
  width: min(60vw, 60vh);
  height: min(60vw, 60vh);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .motion {
    width: min(70vw, 40vh);
    height: min(70vw, 40vh);
  }
}
.textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
  max-width: 500px;
  width: min(45vw, 45vh);
}
.group-1 {
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  width: 100%;
  align-self: center;
  align-items: center;
}
.layer {
  font-family: Space Grotesk, var(--default-font-family);
  font-weight: 700;
  text-align: left;
  background: linear-gradient(145.13deg, #0055ff, #00ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(min(4.8vw, 4.8vh), 48px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  top: 70%;
  max-width: 700px;
  width: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 500px) {
  .layer {
    justify-content: space-between;
    width: 65%;
    margin-top: -30px;
  }
}
.layer-2 {
  position: relative;
  font-family: Space Grotesk, var(--default-font-family);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(145.13deg, #343434, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(min(4.8vw, 4.8vh), 48px);
}
.layer-3 {
  position: relative;
  font-family: Space Grotesk, var(--default-font-family);
  font-weight: 700;
  text-align: left;
  background: linear-gradient(145.13deg, #0055ff, #00ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(min(4.8vw, 4.8vh), 28px);
}
.dias,
.horas,
.minutos,
.segundos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number {
  font-size: min(min(4.8vw, 4.8vh), 48px);
  font-weight: bold;
}

.text {
  font-size: min(min(2.4vw, 2.4vh), 28px);
}
.separador {
  font-size: min(min(6vw, 6vh), 64px);
  font-weight: 100;
}

@media (max-width: 500px) {
  .number {
    font-size: min(min(7vw, 7vh), 48px);
  }

  .text {
    font-size: min(min(3.5vw, 3.5vh), 28px);
  }
}
