{"id":35802,"date":"2025-11-20T10:31:28","date_gmt":"2025-11-20T07:01:28","guid":{"rendered":"https:\/\/alaraentertainment.com\/?page_id=35802"},"modified":"2025-11-29T10:06:21","modified_gmt":"2025-11-29T06:36:21","slug":"ads-video-cat","status":"publish","type":"page","link":"https:\/\/alaraentertainment.com\/fa\/ads-video-cat\/","title":{"rendered":"\u062a\u0628\u0644\u06cc\u063a\u0627\u062a \u062f\u0633\u062a\u0647 \u0628\u0646\u062f\u06cc \u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35802\" class=\"elementor elementor-35802\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42bae55 e-flex e-con-boxed e-con e-parent\" data-id=\"42bae55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-429ee21 e-con-full e-flex e-con e-child\" data-id=\"429ee21\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_blur_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_blur_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-2,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:67,&quot;end&quot;:100}},&quot;background_motion_fx_blur_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_blur_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d66f114 elementor-widget elementor-widget-heading\" data-id=\"d66f114\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7c149a e-grid e-con-boxed e-con e-parent\" data-id=\"b7c149a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-043f0c8 elementor-widget elementor-widget-html\" data-id=\"043f0c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.video-card {\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n    cursor: pointer;\n}\n\n.video-card .thumb {\n    width: 100%;\n    display: block;\n    transition: 0.3s ease;\n    border-radius: 10px;\n}\n\n\/* Overlay *\/\n.video-card::after {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background: rgba(0,0,0,0);\n    transition: 0.3s;\n    z-index: 2;\n}\n\n\/* Play button wrapper (circle background) *\/\n.video-card .play-btn {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 70px;\n    height: 70px;\n    background: rgba(255, 255, 255, 0.45);\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    opacity: 0;\n    z-index: 4;\n    transition: 0.3s ease;\n}\n\n.video-card .play-btn svg {\n    width: 26px;\n    height: 32px;\n    color: #000;\n}\n\n\/* Title inside image (desktop) *\/\n.video-card .title {\n    position: absolute;\n    bottom: 15px;\n    left: 0; right: 0;\n    text-align: center;\n    color: #fff;\n    font-size: 18px;\n    opacity: 0;\n    transition: 0.3s ease;\n    z-index: 4;\n}\n\n\/* Title under image (mobile) *\/\n.title-mobile {\n    display: none;\n    margin-top: 8px;\n    font-size: 16px;\n    text-align: center;\n}\n\n\/* ------------------------ *\/\n\/*        DESKTOP           *\/\n\/* ------------------------ *\/\n\n@media (min-width: 768px) {\n\n    .video-card:hover::after {\n        background: rgba(0,0,0,0.45);\n    }\n\n    .video-card:hover .play-btn {\n        opacity: 1;\n        transform: translate(-50%, -50%) scale(1.12);\n    }\n\n    .video-card:hover .title {\n        opacity: 1;\n        bottom: 25px;\n        font-size: 22px;\n    }\n}\n\n\/* ------------------------ *\/\n\/*         MOBILE           *\/\n\/* ------------------------ *\/\n\n@media (max-width: 767px) {\n\n    \/* \u0622\u06cc\u06a9\u0648\u0646 \u0647\u0645\u06cc\u0634\u0647 \u062f\u06cc\u062f\u0647 \u0634\u0648\u062f *\/\n    .video-card .play-btn {\n        opacity: 1;\n\n        \/* \u0633\u0627\u06cc\u0632 \u0646\u0635\u0641 \u0634\u062f\u0647 *\/\n        width: 35px !important;\n        height: 35px !important;\n    }\n\n    \/* \u0633\u0627\u06cc\u0632 \u0622\u06cc\u06a9\u0648\u0646 \u062f\u0627\u062e\u0644 \u062f\u0627\u06cc\u0631\u0647 \u0646\u0635\u0641 \u0634\u0648\u062f *\/\n    .video-card .play-btn svg {\n        width: 13px !important;\n        height: 16px !important;\n    }\n\n    \/* \u0639\u0646\u0648\u0627\u0646 \u062f\u0627\u062e\u0644 \u0639\u06a9\u0633 \u062d\u0630\u0641 *\/\n    .video-card .title {\n        display: none;\n    }\n\n    \/* \u0639\u0646\u0648\u0627\u0646 \u067e\u0627\u06cc\u06cc\u0646 \u0639\u06a9\u0633 *\/\n    .title-mobile {\n        display: block;\n    }\n\n    \/* \u062d\u0630\u0641 \u0627\u0641\u06a9\u062a \u062a\u06cc\u0631\u0647 \u0634\u062f\u0646 *\/\n    .video-card::after {\n        background: none !important;\n    }\n}\n<\/style>\n\n<!-- HTML -->\n<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/box-office-episode-9.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/box-office\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0628\u0627\u06a9\u0633 \u0622\u0641\u06cc\u0633 \u0628\u0627 \u062d\u0627\u0645\u062f<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0628\u0627\u06a9\u0633 \u0622\u0641\u06cc\u0633 \u0628\u0627 \u062d\u0627\u0645\u062f<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f42f8b elementor-widget elementor-widget-html\" data-id=\"7f42f8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/cheharfa.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/celeb-time\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0686\u0647 \u062d\u0631\u0641\u0627<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0686\u0647 \u062d\u0631\u0641\u0627<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-319453b elementor-widget elementor-widget-html\" data-id=\"319453b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/AI-AE.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/ai-ae\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">AI AE<\/div>\n<\/div>\n\n<div class=\"title-mobile\">AI AE<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c905da elementor-widget elementor-widget-html\" data-id=\"4c905da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/Untitled-1-2.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/ai-ae\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0645\u0633\u0627\u0628\u0642\u0647 \u062e\u06cc\u0627\u0628\u0648\u0646\u06cc<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0645\u0633\u0627\u0628\u0642\u0647 \u062e\u06cc\u0627\u0628\u0648\u0646\u06cc<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe49b7e elementor-widget elementor-widget-html\" data-id=\"fe49b7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/Taste-Without-Borders.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/ai-ae\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0645\u0632\u0647 \u0628\u062f\u0648\u0646 \u0645\u0631\u0632<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0645\u0632\u0647 \u0628\u062f\u0648\u0646 \u0645\u0631\u0632<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de466e0 elementor-widget elementor-widget-html\" data-id=\"de466e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/cults-of-terror-ep-6.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/cults-of-terror\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0641\u0631\u0642\u0647 \u0647\u0627\u06cc \u0645\u062e\u0648\u0641<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0641\u0631\u0642\u0647 \u0647\u0627\u06cc \u0645\u062e\u0648\u0641<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29dc2c4 elementor-widget elementor-widget-html\" data-id=\"29dc2c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/Persona-Episode-5-cover.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/persona\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u067e\u0631\u0633\u0648\u0646\u0627<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u067e\u0631\u0633\u0648\u0646\u0627<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50275ec elementor-widget elementor-widget-html\" data-id=\"50275ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/07\/Desert-Table-Episode-8.jpg\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/desert-table\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0633\u0641\u0631\u0647 \u0635\u062d\u0631\u0627\u06cc\u06cc<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0633\u0641\u0631\u0647 \u0635\u062d\u0631\u0627\u06cc\u06cc<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40fc911 elementor-widget elementor-widget-html\" data-id=\"40fc911\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/Untitled-1-3.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/whats-up-dubai\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0686\u0647 \u062e\u0628\u0631 \u062f\u0648\u0628\u06cc<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0686\u0647 \u062e\u0628\u0631 \u062f\u0648\u0628\u06cc<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cc94de elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"8cc94de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/DOLLAR-HEART-SHOW-EP05-2.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/dollar-heart-show\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0642\u0644\u0628 \u062f\u0644\u0627\u0631\u06cc<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0642\u0644\u0628 \u062f\u0644\u0627\u0631\u06cc<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6c91f1 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"c6c91f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/11\/viral-show-se-4-ep-7-1.webp\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/viralshow\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0648\u0627\u06cc\u0631\u0627\u0644 \u0634\u0648<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0648\u0627\u06cc\u0631\u0627\u0644 \u0634\u0648<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f124c2f elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"f124c2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"video-card\">\n    <img decoding=\"async\" src=\"https:\/\/alaraentertainment.com\/wp-content\/uploads\/2025\/07\/aGP89KBrwYA-HD-1.jpg\" alt=\"movie\" class=\"thumb\" title=\"\">\n\n    <a href=\"https:\/\/alaraentertainment.com\/fa\/movie-cat\/rendezvous\/\" class=\"play-btn\" target=\"_blank\" rel=\"nofollow\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 29\" fill=\"none\">\n            <path d=\"M22.2584 12.8002C23.5199 13.5823 23.5199 15.4177 22.2584 16.1998L3.05388 28.1066C1.72154 28.9326 6.40836e-07 27.9744 7.0936e-07 26.4068L1.75028e-06 2.59321C1.81881e-06 1.02557 1.72154 0.0673544 3.05388 0.893405L22.2584 12.8002Z\" fill=\"currentColor\"\/>\n        <\/svg>\n    <\/a>\n\n    <div class=\"title\">\u0631\u0627\u0646\u062f\u0648\u0645<\/div>\n<\/div>\n\n<div class=\"title-mobile\">\u0631\u0627\u0646\u062f\u0648\u0645<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0628\u0631\u0646\u0627\u0645\u0647 \u0647\u0627 \u0628\u0627\u06a9\u0633 \u0622\u0641\u06cc\u0633 \u0628\u0627 \u062d\u0627\u0645\u062f \u0628\u0627\u06a9\u0633 \u0622\u0641\u06cc\u0633 \u0628\u0627 \u062d\u0627\u0645\u062f \u0686\u0647 \u062d\u0631\u0641\u0627 \u0686\u0647 \u062d\u0631\u0641\u0627 AI AE AI AE \u0645\u0633\u0627\u0628\u0642\u0647 \u062e\u06cc\u0627\u0628\u0648\u0646\u06cc \u0645\u0633\u0627\u0628\u0642\u0647 \u062e\u06cc\u0627\u0628\u0648\u0646\u06cc \u0645\u0632\u0647 \u0628\u062f\u0648\u0646 \u0645\u0631\u0632 \u0645\u0632\u0647 \u0628\u062f\u0648\u0646 \u0645\u0631\u0632 \u0641\u0631\u0642\u0647 \u0647\u0627\u06cc \u0645\u062e\u0648\u0641 \u0641\u0631\u0642\u0647 \u0647\u0627\u06cc \u0645\u062e\u0648\u0641 \u067e\u0631\u0633\u0648\u0646\u0627 \u067e\u0631\u0633\u0648\u0646\u0627 \u0633\u0641\u0631\u0647 \u0635\u062d\u0631\u0627\u06cc\u06cc \u0633\u0641\u0631\u0647 \u0635\u062d\u0631\u0627\u06cc\u06cc \u0686\u0647 \u062e\u0628\u0631 \u062f\u0648\u0628\u06cc \u0686\u0647 \u062e\u0628\u0631 \u062f\u0648\u0628\u06cc \u0642\u0644\u0628 \u062f\u0644\u0627\u0631\u06cc \u0642\u0644\u0628 \u062f\u0644\u0627\u0631\u06cc \u0648\u0627\u06cc\u0631\u0627\u0644 \u0634\u0648 \u0648\u0627\u06cc\u0631\u0627\u0644 \u0634\u0648 \u0631\u0627\u0646\u062f\u0648\u0645 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"pmpro_default_level":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-35802","page","type-page","status-publish","hentry","pmpro-has-access"],"_links":{"self":[{"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/pages\/35802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/comments?post=35802"}],"version-history":[{"count":5,"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/pages\/35802\/revisions"}],"predecessor-version":[{"id":37044,"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/pages\/35802\/revisions\/37044"}],"wp:attachment":[{"href":"https:\/\/alaraentertainment.com\/fa\/wp-json\/wp\/v2\/media?parent=35802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}