/*
 HTLM5 RADIO PLAYER V5.21.01.28
 https://www.firatfm.com
*/
html, body {
    background: url('../../img/bg.webp') no-repeat center center fixed;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh; 
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

a {
    color: #ff7f00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Player Stili */
#stream {
    width: 100%; 
    height: 428px;
}

/* Footer Stili */
footer {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background-color: transparent;
    color: #FFD700;
    border-radius: 0; 
    border-top: 5px solid #FFD700; 
    width: 100%; 
    max-width: 100%; 
    margin: 0 auto; 
}

/* Sosyal Medya İkonları */
.social-media {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

.social-media a {
    font-size: 30px;
    color: #FFD700;
    transition: color 0.3s;
}

.social-media a:hover {
    color: #DAA520;
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    #firatfm {
        width: 90%;
        max-width: 100%;
    }

    footer {
        width: 90%;
        max-width: 100%;
    }

    .social-media {
        flex-direction: column;
    }
}
