.hero-font {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, i, label, span, input, textarea, button, a {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.intel-one-mono-fg {
  font-family: "Intel One Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.hashtag {
  font-style: italic;
}

.player-wrapper {
  border-radius: 10px;
}

.songible-button {
  background-color: #ff0000;
  color: white;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  padding: 10px 100px;
}

.btn-hero {
  background: linear-gradient(90deg, #5359f1 30%, #2023a1 100%);
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-hero:hover {
  background-color: #45a049;
  transform: scale(1.05);
}
.btn-hero:active {
  background-color: #389e43;
  transform: scale(0.98);
}
.btn-hero:focus {
  outline: 2px solid #8cdb88;
  outline-offset: 2px;
}

.homepage-hero {
  background-color: #4E4FFD;
  background-image: url("../images/homepage-hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 60px 0;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 768px) {
  .homepage-hero {
    background-image: url("../images/homepage-hero--tablet.svg");
    text-align: center;
  }
}
@media (min-width: 992px) {
  .homepage-hero {
    background-image: url("../images/homepage-hero--desktop.svg");
  }
}
.homepage-hero h1 {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .homepage-hero h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
.homepage-hero p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .homepage-hero p {
    font-size: 20px;
    line-height: 30px;
  }
}
.homepage-hero a {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 0;
  width: 100%;
  color: #5744A3;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .homepage-hero a {
    display: inline-block;
    padding: 15px 30px;
    width: auto;
    margin: 0 15px 0 0;
  }
}
.homepage-hero a:nth-of-type(2) {
  border: 2px solid #DEE4F5;
  color: #fff;
  backdrop-filter: blur(10px);
  background-color: rgba(83, 83, 83, 0.2);
}

.homepage-benefits {
  padding: 60px 0;
  color: #37385E;
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-benefits {
    padding: 90px 0 180px;
  }
}
.homepage-benefits svg {
  margin-bottom: 20px;
}
.homepage-benefits h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 800;
}
.homepage-benefits p {
  color: #7D7E96;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto !important;
  max-width: 450px;
}
.homepage-benefits hr {
  margin: 50px auto;
  width: 80%;
  background-color: #E1E1E7;
}
@media (min-width: 992px) {
  .homepage-benefits hr {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
