* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #000000;
}

.section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97vh;
  width: 100%;
}

.section-1 {
  width: 30%;
  color: #9b9b9b;
  padding-left: 11%;
}
.tuned-text {
  color: #8f8f8f;
  font-size: 80px;
  letter-spacing: 10px;
  font-weight: bold;
  text-align: left;
  font-family: "Marvel";
}
.launching-text {
  font-size: 38px;
  font-weight: bold;
  font-family: "Megrim";
  color: #e2ddde;
}

.section-2 {
  width: 70%;
  color: #9b9b9b;
}

.counter-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}

.digits {
  color: #dedcac;
  font-size: 80px;
  font-family: "Londrina Sketch";
}
.subscript {
  color: #dedcac;
  font-size: 30px;
  margin-bottom: 1.5rem;
  font-family: "Londrina Solid";
}

footer {
  color: #ffffff;
  text-align: center;
  font-family: "Londrina Solid";
}

@media only screen and (max-width: 1697px) {
  .section-1 {
    width: 40%;
  }
  .section-2 {
    width: 60%;
  }
}
@media only screen and (max-width: 1500px) {
  .section-1 {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1300px) {
  .section-1 {
    width: 60%;
    padding-left: 4%;
  }
  .section-2 {
    width: 40%;
  }
  .counter-section {
    flex-wrap: wrap;
  }
  .days-count {
    flex-basis: 12%;
  }
  .days-text {
    flex-basis: 25%;
  }
  .hours-count {
    flex-basis: 12%;
  }
  .hours-text {
    flex-basis: 28%;
  }
  .minutes-count {
    flex-basis: 12%;
  }
  .minutes-text {
    flex-basis: 25%;
  }
  .seconds-count {
    flex-basis: 12%;
  }
  .seconds-text {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 1160px) {
  .section-1 {
    width: 55%;
  }
  .section-2 {
    width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  .section-1 {
    width: 70%;
  }
  .section-2 {
    width: 30%;
  }
  .flex-basis {
    flex-basis: 58%;
  }
}
@media only screen and (max-width: 675px) {
  .section-container {
    flex-direction: column;
  }
  .section-1 {
    width: 100%;
    padding-left: 20%;
  }
  .section-2 {
    padding-top: 15%;
  }
  .counter-section {
    flex-wrap: nowrap;
  }
  .digits {
    font-size: 60px;
  }
  .subscript {
    font-size: 30px;
  }
}
@media only screen and (max-width: 660px) {
  .digits {
    font-size: 55px;
  }
  .subscript {
    font-size: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .section-1 {
    padding-top: 10%;
  }
  .tuned-text {
    font-size: 50px;
  }
  .launching-text {
    font-size: 25px;
  }
  .counter-section {
    flex-wrap: wrap;
  }
  .arrows {
    position: absolute;
    transform: rotate(90deg);
    margin-left: 8px;
  }
}
@media only screen and (max-width: 365px) {
  .tuned-text {
    font-size: 45px;
  }
  .launching-text {
    font-size: 20px;
  }
}
