body {
  font-family: Arial, Helvetica, sans-serif;  
  background: linear-gradient(to bottom, #464646, #040404);
}


.nav-dark{
  background-color: #2b2a2a;
  color: white;
}

.navbar-toggler-icon{
  color: white;
}

.navbar-brand img{
  margin-left: 2%;
  width: 15%;
  height: 12%;
}


.navi-bar{
  justify-content: space-between;
}

#nav-tog{
  position: absolute;
  right: 0%;
}
.navbar-brand{
  padding-right: 2px;
}

.icon-container {
  display: flex;
  align-items: center;
}

/* Style for the icons */
.icon {
  font-size: 24px; /* Increase the icon size */
  color: white;    /* Set icon color to white */
  margin: 0 10px;  /* Add margin for spacing */
}

/* Style for the buttons container */
.button-container {
  display: flex;
  align-items: center;
}


    /* Style for the buttons */

    
    /* Push buttons to the right */
    .push-right {
      position: absolute;
      right: 7%;
    }

    .navibar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
      padding: 10px;
    }



.playlist{
    padding-top: 5%;
    background: linear-gradient(to bottom, #464646, #040404);
}

/* Additional styles for the swiper container */


.heading{
  color: white;
  font-size: x-large;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.swiper-container {
    width: 100%;
    margin-left: 2%;
  }
  
  .swiper-slide{
    margin-right: 2%;
    background-color: rgb(29, 27, 27);
    padding: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    border-radius: 5px;
  }


  .lorem{
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: white;
  }
  /* Square images with a 2px gap */
  .swiper-slide img {
    width: 65%;
    height: 45%;
    
    border: 1px solid #ffffff00;
  }
  
  /* Center pagination bullets */
  .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .swiper-slide a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.swiper-slide:hover {
  transform: scale(0.97); /* Reduce size by 5% on hover */
  transition: transform 0.9s ease-in-out;
}

.swiper-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}

  /*playlist tile style*/
  
  .image-tile {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5); /* Background color with transparency */
  }
  .image-tile img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8; /* Adjust image opacity as needed */
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 8px;
  }
 
  .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 */
  }

  .text-center{
    color: rgb(255, 255, 255);
  }

.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{
  background-color: #181818a9;
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 5px;
}

.icon{
  font-size: xx-large;
}

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;
}

