@font-face {
    font-family: VazirMatn;
    src: url(./vazirmatn-v33.003/fonts/ttf/Vazirmatn-ExtraLight.ttf);
}

@font-face {
    font-family: VazirMatn1;
    src: url(./vazirmatn-v33.003/fonts/ttf/Vazirmatn-Extrab.ttf);
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160vh;
    direction: rtl;
   font-family: VazirMatn;
}
h2 {

background: linear-gradient(#4caf50 , #f1f1f1);
border-radius: 20px;
padding: 5px 5px 5px;
}
h3 {
    border-bottom: 2px solid #555;
 font-weight: bold;
}
.music-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: 120vh;
    
}

.cover img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.info {
    padding: 20px;
}

.info h2 {
    margin: 2 0 15px 0;
    font-size: 1.5em;
    color: #333;
}

.info p {
    margin: 0 0 20px 0;
    color: #555;
    font-size: 1em;
}

.controls {
    display: flex;
    justify-content: center;
    gap: 15px;
margin-top: 1vw;
}

.controls button {
    background: forestgreen;
    border: none;
    color: white;
    padding: 10px 15px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    
    transition: background 0.3s;
}

.controls button:hover {
    background: #45a049;
}

audio {
    width: 100%;
    outline: none;
}

.playlist {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 350px;
}

.playlist li {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background: #fff;
    text-align: center;
    transition: background 0.3s;
    font-weight: bold;
}

.playlist li:hover {
    background: #f1f1f1;
}

.playlist li.active {
    background: #e0e0e0;
    font-weight: bold;
}

footer {
    width: 100%;
    max-height: 15vh ;
    display: flex;
    gap: 5vw;
    justify-content: center;
}
footer img {
    mix-blend-mode: multiply;
    width: 15vh;

}
