@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #fff;
  overflow-x: hidden;
}
section {
  overflow-x: hidden;
}
/* ================= HERO ================= */
.soundara-hero {
  background: url("../img/hero-bg.png") center/cover no-repeat;
  position: relative;
}

.hero-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 12px;
}

.hero-text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 6px;
  margin-bottom: 0;
}
.hero-form {
  display: flex;
  gap: 12px;
  max-width: 420px;
  margin-top: 30px;
  flex-direction: column;
}
.hero-contet {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}

.hero-text-box {
  padding-top: 60px;
  flex: 1;
}

.hero-img-box {
  flex: 0 0 auto;
}
.hero-form input {
  border-radius: 12px;
  background: #fff;
  height: 60px;
}
.hero-btn {
  padding: 16px 20px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border-radius: 12px;
  background: #a9c0fb;
}

.hero-img {
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
}

/* ================= SECTION ================= */
.soundara-footer .hero-form {
  margin: 0 auto !important;
}
.soundara-section {
  padding: 80px 0;
}

.bg-purple {
  background: url("../img/sections-bg-img.png") center/cover no-repeat;
}

.section-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}
.feature-title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
}

.feature-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0px;
}

/* ================= CTA ================= */
.soundara-cta {
  background: url("../img/early-access-bg-img.png");
  padding: 200px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.cta-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 50px;
}
.soundara-cta p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.cta-form {
  margin-top: 25px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* ================= FOOTER ================= */
.soundara-footer {
  background: url(../img/footer-img.png);
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.follow-journey p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.copy-write {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0px;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.hero-btn:hover {
  border: 1px solid #a9c0fb;
  background: transparent;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 1400px) {
  .soundara-hero {
    height: auto;
  }
  .hero-img {
    position: relative;
  }
  .feature-text {
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.4;
  }
  .hero-text {
    font-size: 18px;
    line-height: 1.4;
  }
  .hero-form {
    padding-bottom: 40px;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1024px) {
  .hero-img-box {
    flex: 0 0 100%;
  }
  .hero-title,
  .hero-text,
  .feature-title,
  .feature-text,
  .logo-web {
    text-align: center;
  }
  .hero-form {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .hero-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .hero-form,
  .cta-form {
    flex-direction: column;
  }
  .feature-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .feature-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .soundara-section .row.mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .section-title.mb-5 {
    margin-bottom: 1rem !important;
  }
  .section-title {
    font-size: 34px;
    line-height: 1.4;
  }
  .soundara-hero {
    height: auto;
  }
  .hero-img {
    position: relative;
    width: 100%;
  }
  .cta-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .soundara-cta p {
    font-size: 16px;
    line-height: 1.4;
  }
  .soundara-cta {
    padding: 50px 0;
    background-size: cover;
  }
  .social-icons img {
    width: 32px;
  }
  .follow-journey p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .copy-write {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
  .hero-btn {
    font-size: 16px;
  }
}
