.hero {
  /* border: 1px solid white; */
  margin-top: 10px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  color: white;
}

.title {
  position: relative;
}

.hero-title {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 4rem;
  letter-spacing: 0.2rem;
  z-index: 999;
}

.hero-title-back {
  color: #71716f;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 4rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 4px;
  left: -4px;
  z-index: -1;
}

.quote {
  margin-top: 4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 0.14rem;
  font-size: 1.4rem;
}

.creator {
  /* margin-top: 4rem; */
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.hero-button1 {
  background-color: #727270;
  padding: 0.8rem 1.6rem;
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 2rem;
  color: white;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.hero-button1:hover {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  background-color: #666666;
}

.link-hero-button1 {
  text-decoration: none;
}

.hero-button2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #727270;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  transition: all 0.15s ease-in-out;
  /* margin-bottom: 2rem; */
}

.link-hero-button2 {
  color: white;
  text-decoration: none;
  height: 80px;
}

.hero-button2:hover {
  padding-top: 0.4rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  background-color: #666666;
}

.hero-button2 {
  animation-name: float;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  color: white;
  text-decoration: none;
}

@keyframes float {
  0% {
    padding-top: 0.4rem;
  }

  25% {
    padding-top: 0;
  }

  50% {
    padding-top: 0.4rem;
  }

  75% {
    padding-top: 0;
  }

  100% {
    padding-top: 0.4rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    padding: 0 16px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    z-index: 999;
  }

  .hero-title-back {
    padding: 0 16px;
    color: #71716f;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1;
  }

  .quote {
    padding: 0 16px;
    margin-top: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.14rem;
    font-size: 0.8rem;
  }

  .creator {
    /* margin-top: 4rem; */
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
  }
}
@media (min-width: 577px) {
  .hero-title {
    padding: 0 16px;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    z-index: 999;
  }

  .hero-title-back {
    padding: 0 16px;
    color: #71716f;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1;
  }

  .quote {
    padding: 0 16px;
    margin-top: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.14rem;
    font-size: 1rem;
  }

  .creator {
    /* margin-top: 4rem; */
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
  }
}

@media (min-width: 768px) {
  .hero-title {
    /* padding: 0 16px; */
    font-size: 3.4rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    z-index: 999;
  }

  .hero-title-back {
    /* padding: 0 20px; */
    color: #71716f;
    font-size: 3.4rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1;
  }

  .quote {
    margin-top: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.14rem;
    font-size: 1.4rem;
    padding: 0 20px;
  }

  .creator {
    /* margin-top: 4rem; */
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
  }

  .hero-button1 {
    background-color: #727270;
    padding: 0.8rem 1.6rem;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 2rem;
    color: white;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
  }
}

@media (min-width: 992px) {
  .hero-title {
    padding: 0 20px;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    z-index: 999;
  }

  .hero-title-back {
    padding: 0 20px;
    color: #71716f;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 4rem;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1;
  }

  .quote {
    margin-top: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    letter-spacing: 0.14rem;
    font-size: 1.4rem;
    padding: 0 20px;
  }

  .creator {
    /* margin-top: 4rem; */
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
  }

  .hero-button1 {
    background-color: #727270;
    padding: 0.8rem 1.6rem;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 2rem;
    color: white;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
  }
}

/* @media (min-width: 768px) { ... }


@media (min-width: 992px) { ... }


@media (min-width: 1200px) { ... }


@media (min-width: 1400px) { ... } */
