body {
    background-color: black; 
    color: white;
    padding-top: 120px; 
}
h1, h2, h3, h4, h5, h6, p {
    color: purple; 
}
/* navbar section */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; 
    background-color: #333; 
}



.navbar {
    background-color: black; 
}

.navbar .nav-link {
    color: purple; 
}

.navbar .nav-link.active {
    color: white; 
}



.navbar{
    background-color: black;
    
}
.navbar-nav .nav-link {
    color: purple !important; 
}

.navbar-nav .nav-link:hover {
    color: darkviolet !important; 
}
.nav-btn {
    color: rgb(167, 4, 167);
    opacity: 40%;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nav-btn:hover {
    background-color: rgb(37, 0, 37);
}

.search-bar {
    background-color: #1c1c1e;
    border: 2px solid #8e44ad;
    border-radius: 30px;
    color: #ffffff;
    padding: 10px 20px;
    width: 300px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(142, 68, 173, 0.6);
}

.search-bar:focus {
    outline: none;
    box-shadow: 0 0 20px rgba(142, 68, 173, 1), 0 0 30px rgba(142, 68, 173, 0.8);
}

.search-bar::placeholder {
    color: #d3c4e3;
    font-style: italic;
}


.search-btn {
    background-color: #8e44ad;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(142, 68, 173, 0.8);
}

.search-btn:hover {
    background-color: #a34dbb;
    box-shadow: 0 0 15px rgba(142, 68, 173, 1);
}

.login-btn, .signup-btn {
    background-color: transparent;
    color: #8e44ad;
    border: 2px solid #8e44ad;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    transition: 0.3s ease;
    box-shadow: 0 0 5px rgba(142, 68, 173, 0.5);
}

.login-btn:hover, .signup-btn:hover {
    background-color: #8e44ad;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(142, 68, 173, 1);
}

  /* main section */
 
  .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  }
  
 
  
 
.carousel-caption h2, .carousel-caption p, .navbar-nav .nav-link {
    color: white !important;
}


.btn-primary, .btn-success {
    background-color: #800080; 
    border-color: #800080; 
    color: white;
}

.btn-outline-light {
    color: #800080; 
    border-color: #800080;
}


.btn-primary:hover, .btn-success:hover, .btn-outline-light:hover {
    background-color: #4b004b; 
    border-color: #4b004b;
    color: white;
}

.carousel-indicators {
    bottom: 35%;
    left: 80%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}
.carousel-indicators [data-bs-target]{
width: 8px ;
height: 8px;
}
.carousel-caption{
bottom: 35%;
}
/* timeless-classics section */
.timeless-classics {
    background-color: #000; 
    color: #fff; 
    padding: 60px 0; 
}

.timeless-classics .title {
    font-size: 2.5rem; 

}

.timeless-classics p {
    font-size: 1.2rem; 
    color:white; 
}
.timeless-classics h2{
    font-size: 1.5rem; 
    color:white; 
}
.track-img {
    width: 100%;
    height: 200px;  
    object-fit: cover; 
} 



.track-item {
    flex: 0 0 300px; 
    margin: 0 15px;
    position: relative;
}

.track-info {
    text-align: center;
}


.parent {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.parent img {
    width: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease; 
}

.child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    opacity: 0; 
    transition: opacity 0.3s ease; 
}


.parent:hover .child {
    opacity: 1;

}

.music-icon {
    font-size: 24px;
  
    margin-bottom: 5px; 
}

.audio-icon {
    font-size: 40px; 

    cursor: pointer; 
    display: inline-block; 
    margin-top: 10px; 
}

.hidden {
    display: none; 
}

.title{
    position: relative;
}
 
.title::before {
        content: "";
        background-color: white;
        width: 70px;
        height: 2px;
        top: 55%;
        left: -75px;
        position: absolute;
    }
    .title span::before {
        content: "";
        background-color: white;
        width: 40px;
        height: 2px;
        top: 35%;
        left: -45px;
        position: absolute;
    }
    .title span::after {
        content: "";
        background-color: white;
        width: 40px;
        height: 2px;
        top: 35%;
        right: -45px;
        position: absolute;
    }
    .title::after {
        content: "";
        background-color:white;
        width: 70px;
        height: 2px;
        top: 55%;
        right: -75px; 
        position: absolute;
    }
    .icons{
        position: relative;


    }
   @media (min-width: 768px){
    .icons{
        top: 20px;
        left: -20px;
        position: absolute;
        
    }
   }
/* .Artists section */
  
   .parent2 h6 {
    color: #2c80fe;
}

.child2 {
    text-align: center;
    background-color: white;
    overflow: hidden;
    transition: all 0.5s;
    height: 80px;
    bottom: 0%;
}

.child2 p {
    transition: all 0.5s;
    transform: scaleX(0);
}

.child2 .smd {
    transition: all 0.5s;
    transform: scaleX(0);
}

.parent2:hover .child2 {
    height: 200px;
}

.parent2:hover .child2 p {
    transform: scaleX(1);
}

.parent2:hover .child2 div {
    transform: scaleX(1);
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

.text-center p {
    font-size: 1.1rem;
    color: #555;
}
.Artists img {
    width: 100%; 
    height: 250px; 
    object-fit: cover; 
    border-radius: 10px; 
}

.parent2 {
    position: relative;
    margin-bottom: 20px; 
}

.child2 {
    text-align: center;
    background-color: white;
    overflow: hidden;
    transition: all 0.5s;
    height: 80px;
    bottom: 0%;
}

.child2 p {
    transition: all 0.5s;
    transform: scaleX(0);
}

.parent2:hover .child2 {
    height: 200px;
}

.parent2:hover .child2 p {
    transform: scaleX(1);
}

.parent2:hover .child2 div {
    transform: scaleX(1);
}

.Artists h1, .Artists h4, .Artists h6 {
    color: white; 
}


.Artists .title span {
    color: purple; 
}
.child2 h6{
color: purple;
}
.child2 p{
    color: white;
}


.Artists .parent2 img {
    width: 100%; 
    height: 250px; 
    object-fit: cover;
     
}


.Artists .parent2:hover .child2 {
    height: 200px;
}

.Artists .parent2:hover .child2 p {
    transform: scaleX(1);
}

.Artists .parent2:hover .child2 div {
    transform: scaleX(1);
}


.Artists .child2 {
    text-align: center;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
    height: 80px;
    bottom: 0%;
}


.Artists .child2 p a {
    color:white; 
    text-decoration: none; 
}


.Artists .child2 p a:hover {
    color: purple;
    text-decoration: underline;
}
/* genres section  */
.genre-item {
    background-color: transparent;
    border-radius: 8px;
}

.genre-image {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
.genre-item .genre-image {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px; 
}
/* contact-us section */
.contact-us {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
}

.contact-us h1,
.contact-us p,
.contact-us .form-label,
.contact-us h5 {
    color: #fff;
}

.contact-us .form-control {
    background-color: #333;
    color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
}

.contact-us .form-control::placeholder {
    color: #aaa;
}

.contact-us .btn-primary {
    background-color: #6a1b9a;
    border: none;
    color: #fff;
}

.feedback-section h2 {
    color: #ffdd57;
}

.rating-icons i {
    font-size: 32px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.rating-icons i.active {
    color: #ffdd57;
}

.social-icons i {
    font-size: 24px;
    color: #6a1b9a;
}

.social-icons i:hover {
    color: #fff;
}
