html,body{
  background-color: #000 !important;
}

a:hover {
  text-decoration: none !important;
  color: #fff;
}

.homepage-header {
  background: linear-gradient(90deg, #10121f 0%, #142220 100%);
  width: 100%;
  display: flex;
  height: 86px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
  align-items: center;
  z-index: 10;
}

.homepage-header-app {
  color: #00bd8f;
  display: inline;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  text-align: center;
}

.homepage-header img {
  width: 50px;
  height: 50px;
}

.homepage-header p {
  color: #fff;
  font-weight: 500;
  margin-left: 12px;
  font-size: 22px;
}

.homepage-hero {
  background: linear-gradient(90deg, #0e1129 0%, #142220 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 90px;
}

.homepage-hero-inner {
  display: flex;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.homepage-hero-title {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 45px;
}

.homepage-hero-p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
  max-width: 1120px;
}

.donna-store-badges {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.donna-store-badges img {
  width: 213px;
  height: 63px;
}

.homepage-images {
  background: linear-gradient(90deg, #0b0f34 0%, #052b24 100%);
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 160px;
}

.homepage-images-inner {
  max-width: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-images-inner img {
  height: auto;
  width: calc(33% + 53px);
}

.homepage-images-inner img:first-child {
  transform: translateX(80px);
}

.homepage-images-inner img:nth-child(2) {
  z-index: 10;
  transform: translateY(80px);
}

.homepage-images-inner img:last-child {
  transform: translateX(-80px);
}

.homepage-cards {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background-color: #000;
  z-index: 20;
}

.homepage-cards-inner {
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.homepage-card {
  background: linear-gradient(135deg, #4232ff, #00bd8f 60%);
  width: 370px;
  min-height: 289px;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  color: #fff;
  text-align: center;
  max-width: 350px;
}

.homepage-card h2 {
  margin: 30px 0;
  z-index: 10;
  font-size: 1.25rem;
}

.homepage-card p {
  max-width: 285px;
  z-index: 10;
  font-size: 1rem;
}

.homepage-card:after {
  content: '';
  background: #11111f;
  position: absolute;
  inset: 2px;
  border-radius: 30px;
}

.homepage-songs {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -160px;
  padding-bottom: 160px;
  z-index: 20;
  background-color: #000;
}

.gradient-overlay {
  height: 320px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -480px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 14%,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.35) 40.75%,
      #000000f5 75%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 69%);
}

.gradient-overlay-inverted {
  height: 320px;
  width: 100%;
  position: relative;
  z-index: 10;
  background: #000;
}

.fix-for-bg {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.green_absolute2 {
  position: absolute;
  inset: 0;
  opacity: 0.65;
  width: 895.76px;
  height: 610.809px;
  flex-shrink: 0;
  border-radius: 895.76px;
  background: #00bd8f;
  filter: blur(401.9795837402344px);
  z-index: 1;
}

.green_absolute {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  transform: translate3d(33%, -20%, 0);
}

.homepage-songs-inner {
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
}

.homepage-songs-title {
  font-size: 50px;
  margin-bottom: 2rem;
  z-index: 20;
  position: relative;
  text-align: center;
}

.homepage-songs-p,
.homepage-songs-title {
  color: #fff;
  text-align: center;
  line-height: 136.702%;
}

.homepage-songs-p {
  font-size: 21px;
  font-weight: 400;
}

.homepage-songs-p {
  line-height: 1.6;
  margin-bottom: 64px;
  text-align: center;
}

.homepage-songs-list {
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.list-song {
  display: flex;
  padding: 6px;
  gap: 12px;
  height: 68px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.list-song-poster {
  height: 100%;
  width: 8%;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.list-song-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  gap: 3px;
  overflow: hidden; 
  max-width: 100%; 
  flex: 1;
}

.list-song-detail p {
  margin: 0;
  text-align: left;
}

.list-song-name {
  color: var(--White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 136.7%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.list-song-view-tag {
  display: flex;
  align-items: center;
  gap: 5.6px;
  max-width: 141px;
}

.list-song-view-tag p {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.702%;
  color: #00d19f;
  max-width: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.list-song-detail p {
  margin: 0;
  text-align: left;
}

.list-song-play-button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  margin-right: 5px;
  flex-shrink: 0;
}

.list-song-play-button,
.list-song-view-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-sections {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 160px;
  background-color: #000;
}

.homepage-sections-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homepage-sections-title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 136.702%;
  background: linear-gradient(117deg, #4232ff, #00bd8f 86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 110px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.homepage-section {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.homepage-section-bordered {
  background: linear-gradient(135deg, transparent 50%, #00bd8f);
  width: 50%;
  position: relative;
  border-radius: 0 36px 36px 0;
  padding: 2px 2px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-section-bordered img {
  width: 100%;
  height: auto;
  z-index: 10;
  border-radius: 0 36px 36px 0;
}

.homepage-section-borderless {
  padding-left: 40px;
  background: transparent;
  width: 50%;
  margin-bottom: auto;
  padding: 15px 25px 25px 60px;
}

.homepage-section-borderless h1,
.homepage-section-borderless2 h1 {
  color: #fff;
  font-weight: 700;
  line-height: 136.702%;
}

.homepage-section-borderless p,
.homepage-section-borderless2 p {
  color: #fff;
  font-weight: 400;
}

.homepage-section-title {
  font-size: 44px;
  margin-bottom: 44px;
}

.homepage-section-p {
  font-size: 22px;
  line-height: 1.37;
  margin-bottom: 26px;
}

.homepage-section-note {
  font-size: 14px;
}

/* Nút CTA */
.homepage-section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  min-height: 56px;
  background: linear-gradient(180deg, #00d19f 0%, #009b75 100%);
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.367;
  border-radius: 14px;
  margin-top: 36px;
  text-decoration: none;
}

.homepage-section-borderless2 {
  background: transparent;
  width: 50%;
  margin-top: auto;
  text-align: right;
  padding: 15px 60px 25px 25px;
}

.homepage-section-bordered2 {
  background: linear-gradient(135deg, #00bd8f, transparent 50%);
  width: 50%;
  padding: 2px 0 2px 2px;
  position: relative;
  border-radius: 36px 0 0 36px;
}

.homepage-section-bordered2 img {
  width: 100%;
  height: auto;
  z-index: 10;
  border-radius: 36px 0 0 36px;
  object-fit: none;
}

.homepage-section-borderless2 {
  padding-left: 40px;
}

.homepage-section-bordered2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*homepage-create*/
.homepage-create {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px 160px 25px;
  background-color: #000;
}

.homepage-create-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  z-index: 20;
}

.homepage-create-title,
.homepage-create-title span {
  font-weight: 500;
  letter-spacing: -0.149px;
}

.homepage-create-title {
  color: #fff;
  text-align: center;
  font-size: 52px;
  margin-bottom: 44px;
}

.homepage-create-title span {
  font-size: inherit;
  font-weight: inherit;
  background: linear-gradient(117deg, #4232ff 65.24%, #00bd8f 95.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepage-create-subtitle {
  color: #5d80ff;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.06px;
  margin-bottom: 17px;
  margin-right: auto;
}

.homepage-create-form {
  width: 100%;
  margin-bottom: 24px;
}

.homepage-create-input {
  color: #fff;
  width: 100%;
  border-radius: 16px;
  border: 2px solid var(--Blue-Gradient, #5d80ff);
  background: var(--Main-Dark, #00040c);
  height: 80px;
  flex-shrink: 0;
  padding: 18px 31px;
  margin-bottom: 11px;
  font-size: 16px;
}

.homepage-create-button {
  cursor: pointer;
  color: #fff;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 11px 9px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #5d80ff 0, #4232ff 100%);
}

.homepage-create-option {
  border-radius: 16px;
  border: 1px solid #5d80ff;
  background: #000;
  width: 100%;
  min-height: 70px;
  padding: 14px 18px;
  flex-shrink: 0;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-create-option-p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.homepage-create-option-button {
  cursor: pointer;
  margin-left: 15px;
  padding: 12px 8px;
  display: flex;
  min-width: 40.96px;
  height: 40.96px;
  justify-content: center;
  align-items: center;
  border-radius: 20.48px;
  background: linear-gradient(180deg, #5d80ff 0, #4232ff 100%);
}

.blue_absolute2 {
  position: absolute;
  inset: 0;
  opacity: 0.65;
  width: 895.76px;
  height: 610.809px;
  flex-shrink: 0;
  border-radius: 895.76px;
  background: #4285f4;
  filter: blur(401.9795837402344px);
  z-index: 1;
}

.blue_absolute {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  transform: translate3d(33%, -30%, 0);
}

/* homepage-last-word */
.homepage-last-word {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px 160px 25px;
  background-color: #000;
}

.homepage-last-word-inner {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homepage-last-word-title {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 136.702%;
}

.homepage-last-word-paragraph {
  line-height: 1.6;
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.donna-store-badges a:first-of-type {
  margin-bottom: 13px;
}

.footer {
  gap: 32px;
  background: #0f1016;
  padding: 72px 120px;
  align-items: flex-start;
}

.footer-section h3 {
  color: #00bd8f;
  display: inline;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin-right: 32px;
}

.footer-section-paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.7;
  line-height: 1.7;
}

.footer-email {
  color: #ffffff;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.footer-socials a svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

@media (max-width: 480px) {
  .homepage-create-title {
    font-size: 35px;
  }

  .homepage-images-inner img:first-child {
    width: calc(50% + 40px);
    transform: translateX(40px);
  }

  .homepage-images-inner img:nth-child(2) {
    display: none;
  }

  .homepage-images-inner img:last-child {
    width: calc(50% + 40px);
    transform: translateX(-40px) translateY(80px);
  }

  .homepage-songs-title {
    font-size: 35px;
  }

  .homepage-sections-inner {
    width: 100%;
  }

  .homepage-sections-title {
    font-size: 35px;
  }

  .homepage-section-title {
    margin-bottom: 20px;
  }

  .homepage-last-word-title {
    font-size: 35px;
  }
}

@media (max-width: 830px) {
  .homepage-cards-inner {
    gap: 15px;
  }

  .homepage-card {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .HomePage {
    background-color: #000;
  }

  .footer-section h3 {
    font-size: 20px;
  }

  .homepage-images {
    background: linear-gradient(211deg, #142121 0%, #020303 100%);
  }

  .homepage-section-bordered2 {
    width: calc(100% - 50px);
  }

  .homepage-sections {
    width: 100%;
  }

  .homepage-hero-title,
  .homepage-header-app {
    font-size: 45px
  }

  .homepage-hero-p {
    font-size: 20px;
  }

  .homepage-create-option-p {
    font-size: 16px;
  }

  .homepage-header .img {
    width: 91px;
    height: 25px;
  }

  .homepage-header {
    height: 66px;
  }

  .homepage-create-subtitle {
    font-size: 16px;
  }

  .homepage-create-title {
    font-size: 40px;
  }

  .footer {
    flex-direction: column;
    gap: 64px !important;
    padding: 0 25px !important;
  }

  .footer-logo {
    margin-top: 12px;
    width: 108px !important;
    height: 77px !important;
  }

  .footer-section {
    padding-bottom: 12px;
  }

  .homepage-cards-inner {
    padding: 24px 0px;
    gap: 40px;
  }

  .homepage-card {
    width: 100%;
  }

  .gradient-overlay {
    display: none;
  }

  .gradient-overlay-inverted {
    display: none;
  }

  .homepage-songs {
    margin-top: 160px;
  }

  .homepage-songs-title {
    font-size: 40px;
  }

  .homepage-sections-title {
    font-size: 40px;
    margin-bottom: 55px;
  }

  .homepage-section {
    flex-direction: column;
    margin-bottom: 55px;
  }

  .homepage-section-bordered {
    width: calc(100% - 50px);
  }

  .homepage-section-borderless {
    width: 100%;
    padding: 25px;
  }

  .homepage-section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .homepage-section-p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .homepage-section-button {
    margin-top: 20px;
  }

  .reverse-on-mobile {
    flex-direction: column-reverse;
  }

  .homepage-section-borderless2 {
    width: 100%;
    padding: 25px;
  }

  .homepage-last-word-title {
    font-size: 40px;
  }

  .homepage-last-word-paragraph {
    font-size: 16px !important;
  }
  .list-song-poster {
    width: 20%;
  }
  .list-song-name{
    max-width: 180px;
  }
}

@media (max-width: 920px) {
  .homepage-create-option-p {
    font-size: 17px;
  }

  .homepage-create-subtitle {
    font-size: 17px;
  }

  .homepage-section-title {
    font-size: 30px;
  }

  .homepage-section-p {
    font-size: 17px;
  }

  .homepage-last-word-paragraph {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .homepage-create-option-p {
    font-size: 18px;
    line-height: 170%;
  }

  .homepage-header {
    height: 76px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .homepage-header .img {
    width: 108px;
    height: 30px;
  }

  .homepage-create-subtitle {
    font-size: 18px;
  }

  .homepage-create-title {
    font-size: 45px;
  }

  .footer {
    padding: 0 60px;
  }

  .footer-logo {
    width: 108px;
    height: 30px;
  }

  .homepage-songs-title {
    font-size: 45px;
  }

  .homepage-songs-p {
    font-size: 18px;
    line-height: 1.7;
  }

  .homepage-section-title {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .homepage-section-p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .homepage-section-button {
    margin-top: 28px;
  }

  .homepage-last-word-title {
    font-size: 45px;
  }

  .homepage-last-word-paragraph {
    font-size: 18px;
    line-height: 1.7;
  }
}