Add a CSS class based on categroy id to archive pages

the link you gave has category class “category-26”, so therefore to add custom styling to this specific page you just have to define class .category-26 before any of your custom style, example of adding custom css to specific your category page :

.category-26 article {
    background: #9999;
}

You can find specific category key with inspect element in <body> tag , in your case it was : <body class="rtl archive category category-cinema category-26 theme-aryan woocommerce-js elementor-default expansion-alids-init">