body {
  margin: -10px;
  background-color: #161616;
  font-family: Arial, sans-serif;
}

.musicBackground {
  height: 100vh;
  width: 100%;
  background: url("../images/music/musichero2.png") no-repeat center center;
  background-color: #161616;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.musicTitle {
  color: white;
}

.wrapper {
  margin: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 530px;
  background-color: #161616;
}

.wrapper2 {
  margin: 0 100px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 530px;
  background-color: #161616;
}

/*  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 530px;
    background-color: #161616;    */

.singletitle {
  margin-left: 20px;
}

.single {
  border: none;
  outline: none;
  background-color: #161616;
  height: 411px;
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: 0.8s;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.single:hover {
  color: #333333;
}

.single::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #d5d30f;
  z-index: -1;
  transition: 0.8s;
}

.single:hover::before {
  height: 100%;
}

.single:hover .underpour {
  color: #161616;
}

.single:hover .pour {
  color: #161616;
}

.single:hover .mcstroke {
  border: 0.5px solid #161616;
  width: 100%;
}

.single img {
  margin-bottom: 10px;
  /* Space between image and text */
}

.details {
  color: white;
  text-align: center;
}

.container1 {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.pour {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -10px;
  color: #d5d30f;
}

.container2 {
  gap: 140px;
  display: flex;
  flex-direction: row;
  text-align: center;
}

.underpour {
  font-size: 12px;
  color: #ebebeb;
}

.mcstroke {
  border: 0.5px solid #ebebeb;
  box-sizing: border-box;
  width: 250px;
}

.albumtitle {
  margin-left: 20px;
  justify-content: flex-start;
}

.album {
  border: none;
  outline: none;
  background-color: #161616;
  height: 411px;
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: 0.8s;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.album:hover {
  color: #333333;
}

.album::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #d5d30f;
  z-index: -1;
  transition: 0.8s;
}

.album:hover::before {
  height: 100%;
}

.album:hover .underaustin {
  color: #161616;
}

.album:hover .austin {
  color: #161616;
}

.album:hover .mcstroke {
  border: 0.5px solid #161616;
}

.albumbigfamily {
  display: flex;
  height: 403px;
  width: 100%;
  flex-direction: row;
  gap: 30px;
}

.austin {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -10px;
  color: #d5d30f;
}

.underaustin {
  font-size: 12px;
  color: #ebebeb;
  text-align: left;
  flex-direction: row;
}

.container3 {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.container4 {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: flex-start;
}

.container5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.gap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.underaustinspecial {
  font-size: 12px;
  color: #ebebeb;
  text-align: right;
  flex-direction: row;
}

.album:hover .underaustinspecial {
  color: #161616;
}

/*-----------------------------mobile------------------------------*/

@media screen and (max-width: 1010px) {
  .body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }

  .albumbigfamily {
    height: auto;
    width: auto;
    flex-direction: column;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
  }

  .wrapper2 {
    margin: 0 50;
    height: 1420px;
    justify-content: center;
    align-items: center;
  }

  .singletitle {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 56px;
    text-align: center;
    line-height: 60px;
  }

  .albumtitle {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .wrapper h1 {
    text-align: center;
  }

  .wrapper2 h1 {
    text-align: center;
  }

  .austin {
    font-weight: bold;
    margin-bottom: -10px;
    color: #d5d30f;
    display: flex;
    justify-content: flex-start;
  }

  .pour {
    font-weight: bold;
    margin-bottom: -10px;
    color: #d5d30f;
    display: flex;
    justify-content: flex-start;
  }

  .underpour {
    display: flex;
    justify-content: flex-start;
  }
}
/*-----------------------------mobile------------------------------*/

@media screen and (max-width: 480px) {
  .body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
  }

  .albumbigfamily {
    height: auto;
    width: auto;
    flex-direction: column;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
  }

  .wrapper2 {
    margin: 0 50;
    height: 1420px;
    justify-content: center;
    align-items: center;
  }

  .singletitle {
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0px;
  }

  .albumtitle {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .wrapper h1 {
    text-align: center;
  }

  .wrapper2 h1 {
    text-align: center;
  }

  .austin {
    font-weight: bold;
    margin-bottom: -10px;
    color: #d5d30f;
    display: flex;
    justify-content: flex-start;
  }

  .pour {
    font-weight: bold;
    margin-bottom: -10px;
    color: #d5d30f;
    display: flex;
    justify-content: flex-start;
  }

  .underpour {
    display: flex;
    justify-content: flex-start;
  }
}
