* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #222;
}
.plus{
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}
header.hero {
  /* border: #FFA500 2px solid; */
  /* border: rgb(0, 0, 0) 3px solid; */
  /* background: linear-gradient(to right, #0f0c29, #302b63, #24243e); */
  background: rgba(0, 0, 0, 0.908);
  color: white;
  padding: 3rem 1rem 3rem 1rem;
  text-align: center;
}
.navbar {
    /* border: red 2px solid; */
  display: flex;
  align-items: center;
}
img{
    /* border: solid 2px red; */
    width: 33%;
    height: 33%;
    margin-right: 20%;
    margin-top: 10px;
}
/* .logo {
  font-weight: 800;
  font-size: 1.6rem;
} */

.cta {
    margin-left: 35%;
    background:white;
    border: 3px solid;
    border-color:#1DB954;
    /* color: #24243e; */
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
}

.hero-content h2 {
  /* border: red solid  3px; */
  font-size: 30px;
  margin-top: 3rem;
  margin-right:20px ;
}
.hero-buttons {
  margin-top: 1.5rem;
}
.btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin: 0.5rem;
  border-radius: 25px;
  font-weight: 600;
}
.primary {
  background: transparent;
  border: 2px solid #1DB954;
  /* background:#1DB954 ; */
  color: white;
}
.secondary {
  background: transparent;
  border: 2px solid #1DB954;
  color: white;
}
.features {
  padding: 4rem 2rem;
  text-align: center;
}
.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 2rem;
}
.feature-box {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  font-weight: 500;
}
.preview {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.phone-mockup img {
  width: 220px;
  margin-top: 1.5rem;
}
.testimonials {
  background: #1DB954;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}
.testimonials blockquote {
  font-style: italic;
  margin-bottom: 1rem;
}
.creator {
  padding: 3rem 2rem;
  background: #fff;
  text-align: center;
}
.creator ul {
  list-style: none;
  margin-top: 1rem;
}
.creator li {
  margin: 0.5rem 0;
}
.cta-section {
  background: white;
  color: black;
  padding: 3rem 2rem;
  text-align: center;
}
.cta-section form {
  margin-top: 1rem;
}
.cta-section input {
  /* border-color: #1DB954 2px solid; */
  padding: 0.7rem;
  width: 220px;
  border-radius: 5px;
  border: 3px solid #1DB954;
  margin-right: 0.5rem;
}
.cta-section button {
  padding: 0.7rem 1.2rem;
  background: black;
  color: white;
  font-weight: 600;
  border: 3px solid #FFA500;
  border-radius: 5px;
}
footer {
  padding: 2rem;
  background: #000;
  color: #aaa;
  text-align: center;
}
.footer-links a {
  margin: 0 0.7rem;
  font-size: 0.9rem;
  color: #ddd;
}


@media screen and (max-width: 768px) {

  .cta{
    display: none;
  }

  .plus{
    /* border: #f9f9f9 solid 2px ; */
    background-color: #2c2929;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: auto;
    width: 100%; 
    /* margin-right: 80px; */
  }
  .plusdiv{
    /* border: #1DB954 solid 2px; */
    padding: 10px;
    border-radius: 20px;
  }
  .plustop{
    /* border: 2px solid blue; */
    border-radius: 10px;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 20px;
  }
  .plustop img {
    /* border: red solid 2px; */
    width: 40px;
    margin: 20px  0 20px 0;
    display: block;
 }

.plush{
  /* border: red solid 2px; */
    width: 140px;
    margin: 20px  0 20px 0;
    display: block;
    color: #1DB954;
    font-weight: 500;
    font-size: large;
  
}

 .plus h3{
  font-weight: 600;
  font-size: large;
  /* border: red 2px solid; */
  text-align:start;
 }
 .plusdown{
  margin-top: 10px;
 }
 .plusnote{
  /* border: 3px solid green; */
  width: 100%;
  font-size: 0.9rem;
  margin-right: 65px;
  text-align:start;
  margin-top: 35px;
  color: #bbb;
 }
 .plusbtn {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  background: #1DB954;
  color: #010101;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

  .hero-content{
    /* border: #1DB954 1px solid; */
    margin-top: 10px;
    height: auto;
  }

  img{
    /* border: solid 2px red; */
    width: 40%;
    height: 40%;
    margin-right: 60%;
    margin-top: -40px;
 }
  .hero h2 {
    margin-left: 15px;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .herop {
    font-size: 1rem;
     }
  .download-buttons img {
    height: 40px;
    margin: 10px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .cta-section input {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cta-section button {
    width: 100%;
  }
}