/* songs pages */
.songs-section {
    margin-top: 40px;
    position: relative;
    left: 30px;
    right: 30px;
}

.songs-section h1 {
    top: 20px;
    position: relative;
    bottom: 20px;
    font-family: "Rowdies";
    color: gold;
    left: 40%;
}

.songs {
    display: flex;
    flex-direction: column;
    background-color:rgba(255, 255, 255,60%);
    border-radius: 10px;
    justify-content: center;
    align-items: center; 
    width: 100%;
    top: 20px;
    max-width: 350px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    font-family: "Rowdies";
    font-size: 17px;
    color: black;
}

.songs:hover {
    background-color: goldenrod;
    transition: 0.7s ease;
}

.songs-cards {
    position: relative;
    top: 25px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

/* Qo'rqoqlar madhiyasi */

.all-songs-img {
  position: relative;
  left: 300px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.all-songs {
  position: relative;
  display: flex;
  top: 80px;
  left: 40px;
}

.all-songs-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 350px;
}

.all-songs-title {
  font-family: "Rowdies";
  font-size: 40px;
  color: red;
}

.all-songs-title-second {
  font-family: "Rowdies";
  font-size: 30px;
  color:darkgoldenrod;
  margin-top: -30px;
}
.all-songs-text {
  color: white;
  font-family: "Rowdies";
}

.all-songs-content audio {
  width: 390px;
  background-color: blue;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
