.nias-yalda-button:before{
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('https://preview.proelement.ir/wp-content/uploads/2024/12/delicious-pomegranate-white-1.webp');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
        transition: all 1s;
        z-index: 9;
        top: 50%;
        transform:translateY(-50%);
}

.nias-yalda-button:hover:before{
    right: calc(100% - 35px);
transform:translateY(-50%)rotate(360deg);
}
.nias-yalda-button:hover:after{
    width: 100%;
}

.nias-yalda-button:after{
    content: "یلدات مبارک 😍🍉";
    color: #f1193a;
    width: 0;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    text-wrap: nowrap;
    overflow: hidden;
    justify-content: center;
    align-items: center;
        transition: all 1s;
        background-color: white;
        z-index: 1;
        border-radius: 30px;
        font-size: 12px
}
