        body {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, #ff416c, #ff4b2b);
            color: white;
            text-align: center;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        header {
            padding: 10px 20px; 
            font-size: 32px;
            font-weight: bold;
            background-color: mintcream; 
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            position: relative; /* Add position if necessary */
            height: 320px;
        }

        .exclusive {
            padding: 20px;
            margin: 20px;
            background: linear-gradient(90deg, #f0ed30,crimson, #f0ed30);
            border-radius: 10px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
            transition: transform 0.3s ease-in-out;
        }
        .exclusive:hover {
            transform: scale(1.05);
        }

        .exclusive-poets {
            margin: auto;
            width: 90%;
            padding: 20px;
            margin: 20px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
            transition: transform 0.3s ease-in-out;
        }
        .exclusive-poets:hover {
            
        }
        .gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .gallery .voice-box {
            width: 200px;
            height: 200px;
            margin: 10px;
            border-radius: 10px;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
        }
        .gallery .voice-box:hover {
            transform: scale(1.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
        }
        .audio-player {
            margin-top: 20px;
        }
        .social-icons {
            margin-top: 20px;
        }
        .social-icons a {
            color: white;
            font-size: 24px;
            margin: 0 15px;
            transition: color 0.3s ease-in-out;
        }
        .social-icons a:hover {
            color: yellow;
        }

        .button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    background: linear-gradient(45deg, #f7c83b, #f03e3e, #dfeb0c);
    border-radius: 8px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.button-box:hover {
    transform: translateY(-3px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    background: #f23545;
}

.image-button {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button-text {
    padding: 10px;
}

.button-box a{
    text-decoration: none;
}

.button-text {
    font-size: 20px;
    font-weight: bold;
    color: white;
    transition: color 0.3s;
}

.image-button:hover .button-text {
    color: #ff7e5f;
}


        footer {
            margin-top: 30px;
            padding: 10px;
            background: rgba(0, 0, 0, 0.7);
        }


@keyframes fall {
    0% {
        transform: translateY(-10vh) rotate(0deg); /* Start just above the screen */
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(360deg); /* Stop at the bottom of the viewport */
        opacity: 0;
    }
}

.heart {
    position: absolute;
    color: red;
    font-size: 20px;
    animation: fall 5s linear forwards; /* Set a fixed duration */
}


.voice-box-main{
    justify-content: center;
}

.Charu-box{
    display: flex;
    justify-content: center;
}
.c-box1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 200px;
    height: 200px;
    margin: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.c-box2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 640px;
    height: 200px;
    margin: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

button {
    padding: 10px 20px;
    background-color: #ff4b2b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #ff416c;
}

/* Global Styles */
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

li{
    color: black;
    font-size: 18px;
}
.song-list {
    display: flex;
    flex-direction: column; /* Stack the songs vertically */
    margin: auto;
    width: 90%;
    padding: 20px;
    background: floralwhite;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease-in-out;
}

.song-item {
    justify-content: flex-start; /* Align to the left */
    align-items: center; /* Align vertically in the center */
    margin-bottom: 15px; /* Space between songs */
    width: 100%; /* Take full width */
}

.song-name {
    width: 2100px;
    margin-right: -15px; /* Space between the song name and audio */
    font-weight: bold;
    text-align: left; /* Align the song name to the left */
}

.audio {
    flex-shrink: 0; /* Prevent audio player from shrinking */
    margin-right: 10px; /* Space between audio player and progress bar */
    width: 100px; /* Set audio player size */
    height: 30px;
}

.progress-container {
    height: 12px;
    background: #f2f2f2;
    border-radius: 5px;
    width: 200px; /* Adjust width of the progress bar */
}

.progress-bar {
    width: 350px;
    background: #4CAF50;
    border-radius: 6px;
}

/* Button Styling */
button {
    margin-top: 20px;
    padding: 10px;
    cursor: pointer;
    background-color: #5f6368;
    color: #fff;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #4c4f54;
}

.poet-item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 20px; /* Adds space between image and text box */
}

.poet-image {
    border: 2px solid #ddd; /* Adds a border around the image */
    padding: 10px;
    background-color: #f9f9f9;
}

.poet-description-container {
    border: 2px solid #ddd; /* Adds a border around the description */
    padding: 15px;
    background-color: #f9f9f9;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px; /* Adds spacing between the image and text */
    font-size: 18px; /* Increases the font size */
    line-height: 1.8; /* Increases line spacing */
    width: 1000px; /* Adjust as needed */
    min-height: 200px; /* Minimum height for the box */
    max-height: 500px; /* Maximum height before scrolling */
    overflow: hidden;
    position: relative;
    color: black;
}

.see-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, white, transparent);
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    display: none;
}

.poet-description-container.expanded {
    max-height: none;
}

.poet-description-container.expanded .see-more {
    display: none;
}

.poet-description-container:not(.expanded) .see-more {
    display: block;
}