body {
    font-family: Arial, Helvetica, sans-serif;  
    background: linear-gradient(to bottom, #683b11, #040404);
  }


/* nav bar*/
.navbar{
  background-color: #040404;
  margin-bottom: 0%;
}

.navbar-brand{
  padding-right: 2px;
}

.navbar-brand img{
  margin-left: 2%;
  width: 15%;
  height: 15%;
}


.user{
    display: flex;
    align-items: center;
    border-left: 3px solid #3c6783;
    padding-left: 10px;
      }

.navi-bar{
  justify-content: space-between;
}

#nav-tog{
  position: absolute;
  right: 0%;
}
  
.playlist-image {
  width: 80%;
  height: 80%;
  object-fit: cover;
  margin-left: 10%;
  position: relative;
}

.icon-span {
  display: flex;
  align-items: center;
  justify-items: center;
  color: rgb(253, 253, 253);
  margin-top: 5%;
  margin-bottom: 2%;
}

.border-btn{
  border-bottom: 1px solid black;
}

.fa-play{
  background-color: green;
  padding: 7%;
  border-radius: 50%;
}

.iconBtn{
  margin: auto;
}

.spotify-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #1DB954;
  background-color: #ffffff00;
  font-size: 24px;
  z-index: 1; /* Ensure the icon appears above the image */
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.playlist-description {
  margin-top: 16%;
  padding: 10px;
  margin-left: 2%;
}

.likes{
  color: #d1d1d1;
  font-weight: bold;
}

.p-text{
  color: azure;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
}

.description-gap {
  margin-top: 1%;
}

.playlist-description h2 {
  font-size: 18px;
  font-weight: bold;
}

.playlist-description p {
  font-size: 14px;
}

.playlist-details {
  margin-top: 20px;
  padding: 10px;
}

.playlist-details p {
  margin-bottom: 0;
}

.list-group-item {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none; 
  margin-left: 2em;
}

/*heading*/
.classics{
  font-size: 4rem;
  font-weight: 900;
  color: wheat;
}

@media (max-width: 1024px) {
.playlist-dets{
  justify-content: center;
}
}

.titleText{
  color: rgb(252, 249, 249);
  font-weight: bolder;
}

.artistText{
  color: rgb(180, 180, 176);
  font-weight: 500;
}


.sideText{
  color: white;
  margin-left: 5%;
  font-size: medium;
  font-weight: 500;
 font-family: 'Roboto', sans-serif;
}
.fa-solid{
  color: #768079;
  font-size: x-large;
}

.noDec{
  text-decoration: none;
  padding: 2%;
  padding-right: 10%;
}

.buttom-list{
  margin-top: 10%;
  border-top: 1px solid rgb(35, 61, 35);
}

.components{
  margin-top: 10%;
}

.list{
  margin-top: 5%;
}

.icon-container{
position: absolute;
left: 25%;
}

.buton{
  border-radius: 50px;
  padding-left: 5%;
  padding-right: 5%;
}
.upgrade{
  margin-right: 10%;
  color: rgb(255, 255, 255);
  background-color: black;
  font-weight: 500;
  padding: 5%;
  padding-left: 17%;
  padding-right: 17%;
  border: 1px solid white;
font-family: 'Roboto', sans-serif;
}

.anon{
  padding-left: 8%;
  padding-right: 8%;
  font-weight: 500;
font-family: 'Roboto', sans-serif;
}

.home{
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 5px;
}

.icon{
  font-size: xx-large;
}

.push-right {
  position: absolute;
  right: 7%;
}

.navibar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px;
}

.button-container {
  display: flex;
  align-items: center;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #107a06;
}

body::-webkit-scrollbar-track {
  background-color: #4d4c4c;
}

 