body {
  background: #0f1020;
}


.floating-enamad {
    position: fixed;
    bottom: 20px;        /* پایین صفحه */
    left: 20px;          /* سمت چپ */
    z-index: 9999;
}

.floating-enamad img {
    width: 80px;         /* اندازه دلخواه */
    height: auto;
}

.floating-home-btn {
    all: unset;
    position: fixed;
    bottom: 20px;          /* بالاتر از دکمه موسیقی */
    left: 20px;
    font-size: 22px;
    background: #bf94e0;
    color: white;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.floating-home-btn:hover {
    transform: scale(1.08);
}


.ad-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.ad-card {
    border: 2px solid #ddd;
    padding: 10px;
    width: 300px;
    border-radius: 10px;
    text-align: center;
    background: white;
    cursor: pointer;
}
.ad-card .ad-img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
}
.ad-card .ad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#music-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #ff8c00;
        color: white;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 30px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        transition: 0.3s;
        z-index: 9999;
    }
#music-btn:hover {
        transform: scale(1.12);
        background: #ff7000;
    }
@media screen and (max-width: 768px) {
    .ad-card { width: 45%; }
}
@media screen and (max-width: 480px) {
    .ad-card { width: 90%; }
}  
@font-face {
    font-family: 'BYekanPlus';
    src: url('BYekan+ Bold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'BYekanPlus';
    src: url('BYekan+.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}


