.offer-image {
    width: 400px;
    height: 400px;
    object-fit: cover; 

}

@font-face {
    font-family: 'Vazir';
    src: url('/static/font/Vazirmatn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.number-font {
    font-family: 'Vazir', sans-serif;  /* نام فونت مورد نظر شما */
    font-weight: normal;  /* حالت فونت ممکن است نیاز به تنظیم داشته باشد */
}



.splide__pagination__page {
    background-color: #fe696a; /* رنگ danger */
    opacity: 1; /* شفافیت کامل */
}

/* Styled active pagination dot */
.splide__pagination__page.is-active {
    background-color: #343a40; /* رنگ خاکستری تیره برای نقطه فعال */
}
