{"id":440,"date":"2025-11-27T05:36:57","date_gmt":"2025-11-27T05:36:57","guid":{"rendered":"http:\/\/localhost\/numfilms\/?page_id=440"},"modified":"2026-07-27T11:53:48","modified_gmt":"2026-07-27T11:53:48","slug":"homepage2","status":"publish","type":"page","link":"https:\/\/2hothosting.com\/numfilms\/","title":{"rendered":"homepage2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"440\" class=\"elementor elementor-440\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03c3df5 e-con-full e-flex e-con e-parent\" data-id=\"03c3df5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-621c5c2 elementor-widget elementor-widget-html\" data-id=\"621c5c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Movie Slider<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            background: #0c0c0c;\r\n            color: #fff;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .slider-video {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            z-index: -1;\r\n        }\r\n\r\n        .slider-container {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 92vh;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .slides-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 100%;\r\n        }\r\n\r\n        .slide {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease-in-out;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .slide.active {\r\n            opacity: 1;\r\n            pointer-events: auto;\r\n        }\r\n\r\n        .hero-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.2) 100%);\r\n        }\r\n\r\n        .content {\r\n            position: absolute;\r\n            bottom: 140px;\r\n            left: 60px;\r\n            max-width: 600px;\r\n            z-index: 5;\r\n        }\r\n\r\n        .content > .badge {\r\n            padding: 0;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            letter-spacing: 2px;\r\n            margin-bottom: 20px;\r\n            color: rgba(255,255,255,0.9);\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .title {\r\n            font-size: 50px;\r\n            font-family: \"Outfit\", sans-serif;\r\n            font-weight: 700;\r\n            line-height: 1.05;\r\n            letter-spacing: normal;\r\n            color: #fff;\r\n            margin-bottom: 20px;\r\n            text-transform: uppercase;\r\n            text-shadow: 2px 2px 20px rgba(0,0,0,0.5);\r\n        }\r\n\r\n        .buttons {\r\n            display: flex;\r\n            gap: 20px;\r\n        }\r\n\r\n        .btn {\r\n            padding: 16px 40px;\r\n            border: none;\r\n            border-radius: 50px;\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            letter-spacing: 1px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .btn-primary {\r\n            background: #96C13E;\r\n            color: #fff;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background: #96C13E;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .btn-secondary {\r\n            background: transparent;\r\n            color: #fff;\r\n            border: 2px solid rgba(255,255,255,0.5);\r\n        }\r\n\r\n        .btn-secondary:hover {\r\n            background: rgba(255,255,255,0.15);\r\n            border-color: rgba(255,255,255,0.9);\r\n        }\r\n\r\n        \/* \u2500\u2500 Timeline \u2500\u2500 *\/\r\n        .timeline {\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            background: rgba(0,0,0,0.473);\r\n            backdrop-filter: blur(20px);\r\n            padding: 30px 60px;\r\n            z-index: 10;\r\n        }\r\n\r\n        .timeline-content {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n        }\r\n\r\n        .nav-arrow {\r\n            width: 50px;\r\n            height: 50px;\r\n            min-width: 50px;\r\n            border-radius: 50%;\r\n            border: 1px solid rgba(255,255,255,0.3);\r\n            background: transparent;\r\n            color: #fff;\r\n            font-size: 20px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .nav-arrow:hover:not(:disabled) {\r\n            background: rgba(255,255,255,0.1);\r\n            border-color: rgba(255,255,255,0.6);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .nav-arrow:disabled {\r\n            opacity: 0.3;\r\n            cursor: not-allowed;\r\n        }\r\n\r\n        .movies-list {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 30px;\r\n            flex: 1;\r\n            overflow-x: auto;\r\n            scrollbar-width: none;\r\n            scroll-behavior: smooth;\r\n            padding: 10px 0;\r\n        }\r\n\r\n        .movies-list::-webkit-scrollbar {\r\n            display: none;\r\n        }\r\n\r\n        .movie-item {\r\n            text-align: center;\r\n            min-width: 150px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        .movie-item.active::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 3px;\r\n            background: #96C13E;\r\n            animation: slideIn 0.3s ease-out;\r\n        }\r\n\r\n        @keyframes slideIn {\r\n            from { transform: scaleX(0); }\r\n            to   { transform: scaleX(1); }\r\n        }\r\n\r\n        .movie-item:hover:not(.active) {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .movie-title {\r\n            font-size: 18px;\r\n            font-weight: 500;\r\n            margin-bottom: 5px;\r\n            color: rgba(255,255,255,0.8);\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .movie-item.active .movie-title,\r\n        .movie-item:hover .movie-title {\r\n            color: #fff;\r\n        }\r\n\r\n        .pause-btn {\r\n            width: 50px;\r\n            height: 50px;\r\n            min-width: 50px;\r\n            border-radius: 50%;\r\n            border: 1px solid rgba(255,255,255,0.3);\r\n            background: transparent;\r\n            color: #fff;\r\n            font-size: 18px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .pause-btn:hover {\r\n            background: rgba(255,255,255,0.1);\r\n            border-color: rgba(255,255,255,0.6);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .progress-bar {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            height: 2px;\r\n            background: #96C13E;\r\n            width: 0%;\r\n            transition: width 0.1s linear;\r\n        }\r\n\r\n        \/* Desktop Large (1920px+) *\/\r\n        @media (min-width: 1920px) {\r\n            .slider-container { height: 100vh; }\r\n            .content { left: 8%; }\r\n            .title { font-size: 72px; }\r\n            .timeline { padding: 35px 80px; }\r\n            .movie-item { min-width: 180px; }\r\n        }\r\n\r\n        \/* Laptop \/ Desktop normal (1024px \u2013 1919px) *\/\r\n        @media (min-width: 1024px) and (max-width: 1919px) {\r\n            \/*  desktop normal *\/\r\n            .slider-container { height: 97vh; } \r\n            .content {\r\n                left: 5%;\r\n                max-width: 550px;\r\n            }\r\n            .timeline { padding: 25px 40px; }\r\n            .movie-item { min-width: 130px; }\r\n            .movies-list { gap: 25px; }\r\n        }\r\n\r\n        \/* Short-height screens (laptops ~768px tall or less) *\/\r\n        @media (min-width: 1024px) and (max-height: 768px) {\r\n            .content { bottom: 130px; }\r\n            .title {\r\n                font-size: 44px;\r\n                margin-bottom: 14px;\r\n            }\r\n            .content > .badge { margin-bottom: 12px; }\r\n            .btn { padding: 12px 28px; font-size: 13px; }\r\n            .timeline { padding: 18px 40px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 42px;\r\n                height: 42px;\r\n                min-width: 42px;\r\n            }\r\n        }\r\n\r\n        \/* Very short screens (e.g. 13\" laptop at 650px height) *\/\r\n        @media (min-width: 1024px) and (max-height: 620px) {\r\n            .content { bottom: 110px; }\r\n            .title { font-size: 36px; }\r\n            .timeline { padding: 14px 40px; }\r\n        }\r\n\r\n        \/* Tablet Landscape (768px \u2013 1023px) *\/\r\n        @media (min-width: 768px) and (max-width: 1023px) {\r\n            .slider-container {\r\n                height: 100vh;\r\n                min-height: 600px;\r\n            }\r\n            .content {\r\n                left: 4%;\r\n                max-width: 500px;\r\n                bottom: 130px;\r\n            }\r\n            .content > .badge {\r\n                font-size: 14px;\r\n                margin-bottom: 15px;\r\n            }\r\n            .title { margin-bottom: 25px; }\r\n            .btn { padding: 14px 32px; font-size: 13px; }\r\n            .timeline { padding: 20px 30px; }\r\n            .timeline-content { gap: 12px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 45px;\r\n                height: 45px;\r\n                min-width: 45px;\r\n                font-size: 18px;\r\n            }\r\n            .movie-item { min-width: 120px; }\r\n            .movie-title { font-size: 14px; }\r\n            .movies-list { gap: 20px; }\r\n        }\r\n\r\n        \/* Mobile (\u2264 767px) *\/\r\n        @media (max-width: 767px) {\r\n            .slider-container {\r\n                height: 90vh;\r\n                min-height: 500px;\r\n            }\r\n            .content {\r\n                bottom: 120px;\r\n                left: 20px;\r\n                right: 20px;\r\n            }\r\n            .content > .badge {\r\n                font-size: 12px;\r\n                margin-bottom: 10px;\r\n            }\r\n            .title {\r\n                font-size: 45px;\r\n                margin-bottom: 20px;\r\n            }\r\n            .buttons {\r\n                flex-direction: column;\r\n                gap: 10px;\r\n            }\r\n            .btn {\r\n                padding: 12px 24px;\r\n                font-size: 12px;\r\n                width: 100%;\r\n                max-width: 280px;\r\n            }\r\n            .timeline { padding: 20px 15px; }\r\n            .timeline-content {\r\n                gap: 12px;\r\n                justify-content: center;\r\n            }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 45px;\r\n                height: 45px;\r\n                min-width: 45px;\r\n                font-size: 18px;\r\n            }\r\n\r\n            \/* Show only the active title on mobile *\/\r\n            .movies-list {\r\n                gap: 0;\r\n                justify-content: center;\r\n                overflow: visible;\r\n            }\r\n            .movie-item {\r\n                display: none;\r\n                min-width: auto;\r\n                max-width: none;\r\n                flex: 1;\r\n            }\r\n            .movie-item.active { display: block; }\r\n            .movie-title {\r\n                font-size: 18px;\r\n                font-weight: 600;\r\n                white-space: normal;\r\n                line-height: 1.3;\r\n            }\r\n        }\r\n\r\n        \/* Small mobile *\/\r\n        @media (max-width: 479px) {\r\n            .timeline { padding: 15px 12px; }\r\n            .timeline-content { gap: 10px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 42px;\r\n                height: 42px;\r\n                min-width: 42px;\r\n                font-size: 16px;\r\n            }\r\n            .movie-title { font-size: 16px; }\r\n        }\r\n\r\n        @media (max-width: 359px) {\r\n            .timeline { padding: 12px 10px; }\r\n            .timeline-content { gap: 8px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 40px;\r\n                height: 40px;\r\n                min-width: 40px;\r\n                font-size: 14px;\r\n            }\r\n            .movie-title { font-size: 14px; }\r\n        }\r\n\r\n        \/* Landscape orientation on very short phones *\/\r\n        @media (max-height: 500px) and (orientation: landscape) {\r\n            .slider-container {\r\n                height: 100vh;\r\n                min-height: auto;\r\n            }\r\n            .content { bottom: 100px; }\r\n            .title { margin-bottom: 15px; }\r\n            .buttons {\r\n                flex-direction: row;\r\n                gap: 10px;\r\n            }\r\n            .btn { padding: 10px 20px; font-size: 11px; }\r\n            .timeline { padding: 12px 20px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"slider-container\">\r\n        <div class=\"slides-wrapper\" id=\"slidesWrapper\"><\/div>\r\n\r\n        <div class=\"timeline\">\r\n            <div class=\"progress-bar\" id=\"progressBar\"><\/div>\r\n            <div class=\"timeline-content\">\r\n                <button class=\"nav-arrow\" id=\"prevBtn\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m12 19-7-7 7-7\"\/><path d=\"M19 12H5\"\/><\/svg>\r\n                <\/button>\r\n\r\n                <div class=\"movies-list\" id=\"moviesList\"><\/div>\r\n\r\n                <button class=\"nav-arrow\" id=\"nextBtn\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\r\n                <\/button>\r\n                <button class=\"pause-btn\" id=\"pauseBtn\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"14\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><rect x=\"5\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><\/svg>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        const DEFAULT_DURATION = 10000; \/\/ 10s for all slides by default\r\n\r\n   const moviesData = [\r\n            {\r\n                id: 1,\r\n                title: 'FEATURE FILM \u201cNAYAB\u201d',\r\n                badge: 'A FILM BY UMAIR NASIR ALI',\r\n                shortTitle: 'NAYAB MOVIE',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-1.mp4',\r\n                youtubeLink: 'https:\/\/www.youtube.com\/watch?v=nPUkNtdgFrY',\r\n                learnMore: 'https:\/\/2hothosting.com\/numfilms\/nayab\/',\r\n                btnPrimary: 'WATCH TRAILER',\r\n                btnSecondary: 'ABOUT MOVIE',\r\n            },\r\n            {\r\n                id: 2,\r\n                title: 'THE NATIONAL ANTHEM OF PAKISTAN',\r\n                badge: 'FIRST-EVER OFFICIAL VIDEO',\r\n                shortTitle: 'THE NATIONAL ANTHEM OF PAKISTAN',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/04\/national-anthem.mp4',\r\n                youtubeLink: 'https:\/\/vimeo.com\/741061641?fl=pl&fe=vl',\r\n                learnMore: 'https:\/\/2hothosting.com\/numfilms\/national-anthem-of-pakistan\/',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'ABOUT ANTHEM',\r\n                duration: 60000,\r\n            },\r\n        ];\r\n\r\n        let currentIndex = 0;\r\n        let isPlaying = true;\r\n        let autoPlayTimeout;\r\n        let progressInterval;\r\n        let progressValue = 0;\r\n\r\n        function currentDuration() {\r\n            return moviesData[currentIndex].duration || DEFAULT_DURATION;\r\n        }\r\n\r\n        const slidesWrapper = document.getElementById('slidesWrapper');\r\n        const moviesList    = document.getElementById('moviesList');\r\n        const prevBtn       = document.getElementById('prevBtn');\r\n        const nextBtn       = document.getElementById('nextBtn');\r\n        const pauseBtn      = document.getElementById('pauseBtn');\r\n        const progressBar   = document.getElementById('progressBar');\r\n\r\n        \/\/ Build slides\r\n        moviesData.forEach((movie, index) => {\r\n            const slide = document.createElement('div');\r\n            slide.className = `slide ${index === 0 ? 'active' : ''}`;\r\n\r\n            const bgContent = movie.bgVideo\r\n                ? `<video autoplay loop muted playsinline class=\"slider-video\">\r\n                       <source src=\"${movie.bgVideo}\" type=\"video\/mp4\">\r\n                   <\/video>`\r\n                : `<div style=\"background-image:url('${movie.bgImage}');width:100%;height:100%;background-size:cover;background-position:center;\"><\/div>`;\r\n\r\n            slide.innerHTML = `\r\n                ${bgContent}\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"content\">\r\n                    <div class=\"badge\">${movie.badge}<\/div>\r\n                    <h1 class=\"title\">${movie.title}<\/h1>\r\n                    <div class=\"buttons\">\r\n                        <a href=\"${movie.youtubeLink || '#'}\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                            <button class=\"btn btn-primary\">${movie.btnPrimary}<\/button>\r\n                        <\/a>\r\n                        ${movie.learnMore ? `\r\n                        <a href=\"${movie.learnMore}\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                            <button class=\"btn btn-secondary\">${movie.btnSecondary}<\/button>\r\n                        <\/a>` : ''}\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n            slidesWrapper.appendChild(slide);\r\n        });\r\n\r\n        \/\/ Build movie list items\r\n        moviesData.forEach((movie, index) => {\r\n            const item = document.createElement('div');\r\n            item.className = `movie-item ${index === 0 ? 'active' : ''}`;\r\n            item.innerHTML = `<div class=\"movie-title\">${movie.shortTitle}<\/div>`;\r\n            item.addEventListener('click', () => goToSlide(index));\r\n            moviesList.appendChild(item);\r\n        });\r\n\r\n        function getCurrentVideo() {\r\n            const activeSlide = document.querySelector('.slide.active');\r\n            return activeSlide ? activeSlide.querySelector('.slider-video') : null;\r\n        }\r\n\r\n        function pauseAllVideos() {\r\n            document.querySelectorAll('.slider-video').forEach(v => v && v.pause());\r\n        }\r\n\r\n        function playCurrentVideo() {\r\n            const v = getCurrentVideo();\r\n            if (v) v.play().catch(() => {});\r\n        }\r\n\r\n        function goToSlide(index) {\r\n            if (index === currentIndex) return;\r\n\r\n            const slides = document.querySelectorAll('.slide');\r\n            const items  = document.querySelectorAll('.movie-item');\r\n\r\n            slides[currentIndex].classList.remove('active');\r\n            items[currentIndex].classList.remove('active');\r\n\r\n            currentIndex = index;\r\n            progressValue = 0; \/\/ fresh progress for the new slide\r\n\r\n            slides[currentIndex].classList.add('active');\r\n            items[currentIndex].classList.add('active');\r\n\r\n            isPlaying ? playCurrentVideo() : pauseAllVideos();\r\n\r\n            \/\/ Scroll active item into view (desktop)\r\n            if (window.innerWidth > 767) {\r\n                const activeItem   = items[currentIndex];\r\n                const containerW   = moviesList.offsetWidth;\r\n                const scrollPos    = activeItem.offsetLeft - (containerW \/ 2) + (activeItem.offsetWidth \/ 2);\r\n                moviesList.scrollTo({ left: scrollPos, behavior: 'smooth' });\r\n            }\r\n\r\n            isPlaying ? startAutoPlay() : resetProgress();\r\n            updateNavigationButtons();\r\n        }\r\n\r\n        function nextSlide() { goToSlide((currentIndex + 1) % moviesData.length); }\r\n        function prevSlide() { goToSlide((currentIndex - 1 + moviesData.length) % moviesData.length); }\r\n\r\n        function togglePlayPause() {\r\n            isPlaying = !isPlaying;\r\n\r\n            pauseBtn.innerHTML = isPlaying\r\n                ? `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"14\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><rect x=\"5\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><\/svg>`\r\n                : `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\"\/><\/svg>`;\r\n\r\n            if (isPlaying) { startAutoPlay(); playCurrentVideo(); }\r\n            else           { stopAutoPlay();  pauseAllVideos();   }\r\n        }\r\n\r\n        function startAutoPlay() {\r\n            stopAutoPlay();\r\n\r\n            const duration = currentDuration();\r\n            const remaining = duration * (1 - progressValue \/ 100);\r\n\r\n            progressInterval = setInterval(() => {\r\n                progressValue += 100 \/ (duration \/ 100);\r\n                progressBar.style.width = `${Math.min(progressValue, 100)}%`;\r\n                if (progressValue >= 100) clearInterval(progressInterval);\r\n            }, 100);\r\n\r\n            autoPlayTimeout = setTimeout(nextSlide, remaining);\r\n        }\r\n\r\n        function stopAutoPlay() {\r\n            clearTimeout(autoPlayTimeout);\r\n            clearInterval(progressInterval);\r\n        }\r\n\r\n        function resetProgress() {\r\n            progressValue = 0;\r\n            progressBar.style.width = '0%';\r\n            stopAutoPlay();\r\n        }\r\n\r\n        function updateNavigationButtons() {\r\n            prevBtn.disabled = false;\r\n            nextBtn.disabled = false;\r\n        }\r\n\r\n        \/\/ Event listeners\r\n        prevBtn.addEventListener('click', prevSlide);\r\n        nextBtn.addEventListener('click', nextSlide);\r\n        pauseBtn.addEventListener('click', togglePlayPause);\r\n\r\n        document.addEventListener('keydown', (e) => {\r\n            if      (e.key === 'ArrowLeft')  prevSlide();\r\n            else if (e.key === 'ArrowRight') nextSlide();\r\n            else if (e.key === ' ')          { e.preventDefault(); togglePlayPause(); }\r\n        });\r\n\r\n        \/\/ Swipe support\r\n        let touchStartX = 0;\r\n        slidesWrapper.addEventListener('touchstart', (e) => { touchStartX = e.changedTouches[0].screenX; });\r\n        slidesWrapper.addEventListener('touchend',   (e) => {\r\n            const diff = e.changedTouches[0].screenX - touchStartX;\r\n            if (diff < -50) nextSlide();\r\n            if (diff >  50) prevSlide();\r\n        });\r\n\r\n        window.addEventListener('load', () => {\r\n            startAutoPlay();\r\n            updateNavigationButtons();\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebb0c3d e-flex e-con-boxed e-con e-parent\" data-id=\"ebb0c3d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11e201a e-con-full e-flex e-con e-child\" data-id=\"11e201a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0de36 elementor-widget elementor-widget-heading\" data-id=\"4c0de36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our <span style=\"color: #96c13e\"><br>Story<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1926fc7 elementor-widget elementor-widget-heading\" data-id=\"1926fc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">We are a dynamic husband-wife duo deeply committed to the art of storytelling in its purest form. Our brainchild, Num Films, draws its name and inspiration from the Urdu word \"Num,\" signifying moisture, the very essence that gives birth to life.\n\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f21ab14 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"f21ab14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/our-story\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">more detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2836eae e-con-full e-flex e-con e-child\" data-id=\"2836eae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a458a42 elementor-widget elementor-widget-image\" data-id=\"a458a42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"922\" height=\"472\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina.png\" class=\"attachment-full size-full wp-image-4872\" alt=\"umair-and-rumina\" srcset=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina.png 922w, https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina-768x393.png 768w, https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina-640x328.png 640w, https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina-400x205.png 400w, https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina-450x231.png 450w, https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/umair-and-rumina-367x188.png 367w\" sizes=\"(max-width: 922px) 100vw, 922px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-2925871 e-grid e-con-boxed e-con e-parent\" data-id=\"2925871\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4f71f84 e-con-full e-flex e-con e-child\" data-id=\"4f71f84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5383f6 elementor-widget elementor-widget-heading\" data-id=\"d5383f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">our Latest <span style=\"color: #96c13e\">work<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52fe619 e-con-full e-flex e-con e-child\" data-id=\"52fe619\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d43099 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"4d43099\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/our-work\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">VIEW ALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc548ba e-con-full e-flex e-con e-child\" data-id=\"cc548ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4662498 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4662498\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84fe87a e-con-full e-flex e-con e-child\" data-id=\"84fe87a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a93d986 elementor-widget elementor-widget-video\" data-id=\"a93d986\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=nPUkNtdgFrY&amp;t=2s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/nayab.jpg&quot;,&quot;id&quot;:678,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/nayab.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53364c6 e-con-full e-flex e-con e-child\" data-id=\"53364c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f064e05 elementor-widget elementor-widget-heading\" data-id=\"f064e05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">a film by umair nasir ali<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48538e2 elementor-widget elementor-widget-heading\" data-id=\"48538e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">nayab Trailer<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b6c1f9 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"1b6c1f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/film\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5d6cf1 e-con-full e-flex e-con e-child\" data-id=\"c5d6cf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb3a471 elementor-widget elementor-widget-video\" data-id=\"eb3a471\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=qNKJs_KlO94&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/oppo.jpg&quot;,&quot;id&quot;:1247,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/01\/oppo.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3f80ec elementor-widget elementor-widget-heading\" data-id=\"c3f80ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d539db3 elementor-widget elementor-widget-heading\" data-id=\"d539db3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Oppo a5 pro<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-274524c e-con-full e-flex e-con e-child\" data-id=\"274524c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab22309 elementor-widget elementor-widget-video\" data-id=\"ab22309\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=4niyMGFmxbw&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cadbuary.jpg&quot;,&quot;id&quot;:1246,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/01\/cadbuary.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7baa010 elementor-widget elementor-widget-heading\" data-id=\"7baa010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9bee88 elementor-widget elementor-widget-heading\" data-id=\"c9bee88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cadbuary dairymilk wafer bar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d2104f e-con-full e-flex e-con e-child\" data-id=\"2d2104f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e15bdfa elementor-widget elementor-widget-video\" data-id=\"e15bdfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;http:\\\/\\\/youtube.com\\\/watch?v=bTRFPmLjo88&amp;t=3s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/moltyfoam.jpg&quot;,&quot;id&quot;:699,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/moltyfoam.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e39585c elementor-widget elementor-widget-heading\" data-id=\"e39585c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cfc02f elementor-widget elementor-widget-heading\" data-id=\"6cfc02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master Moltyfoam<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7fc916 e-con-full e-flex e-con e-child\" data-id=\"a7fc916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec24dec elementor-widget elementor-widget-video\" data-id=\"ec24dec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=c1G5s-bAIHU&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/lifebouy-kalongi.png&quot;,&quot;id&quot;:710,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/lifebouy-kalongi.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4afa475 elementor-widget elementor-widget-heading\" data-id=\"4afa475\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9554738 elementor-widget elementor-widget-heading\" data-id=\"9554738\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">lifebouy shampoo<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-979c8ff e-con-full e-flex e-con e-child\" data-id=\"979c8ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e19edc elementor-widget elementor-widget-video\" data-id=\"2e19edc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=FqvkM6R4-Fw&amp;list=RDFqvkM6R4-Fw&amp;start_radio=1&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cola-next.jpg&quot;,&quot;id&quot;:714,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/cola-next.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-830b865 elementor-widget elementor-widget-heading\" data-id=\"830b865\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-763d1db elementor-widget elementor-widget-heading\" data-id=\"763d1db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">cola next anthem<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80bc6b1 e-con-full e-flex e-con e-child\" data-id=\"80bc6b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a78f03a elementor-widget elementor-widget-video\" data-id=\"a78f03a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=_6-cpiDcNU0&amp;embeds_referring_euri=https%3A%2F%2Fwww.tcf.org.pk%2F&amp;source_ve_path=Mjg2NjY&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/citizen-foundation.jpg&quot;,&quot;id&quot;:725,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/citizen-foundation.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b21094 elementor-widget elementor-widget-heading\" data-id=\"7b21094\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9087af5 elementor-widget elementor-widget-heading\" data-id=\"9087af5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Citizen Foundation<\/h2>\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-1d3fccc e-grid e-con-boxed e-con e-parent\" data-id=\"1d3fccc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f48de04 e-con-full e-flex e-con e-child\" data-id=\"f48de04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f9e4b elementor-widget elementor-widget-heading\" data-id=\"c1f9e4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">News &amp; <span style=\"color: #96c13e\">Blogs<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88e702c e-con-full e-flex e-con e-child\" data-id=\"88e702c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55d5f08 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"55d5f08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/news-blogs\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">VIEW ALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bf05b5b e-con-full e-flex e-con e-child\" data-id=\"bf05b5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e58eed elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3e58eed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cae477e e-con-full e-flex e-con e-child\" data-id=\"cae477e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2abe85 elementor-widget elementor-widget-image\" data-id=\"d2abe85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/pakistani-films-struggle.jpg\" class=\"attachment-full size-full wp-image-4298\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0cd00f8 e-con-full e-flex e-con e-child\" data-id=\"0cd00f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-06e0077 e-con-full e-flex e-con e-child\" data-id=\"06e0077\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-48f1fde e-con-full e-flex e-con e-child\" data-id=\"48f1fde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01a85c9 elementor-widget elementor-widget-heading\" data-id=\"01a85c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Umair Nasir Ali<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3e6c81 e-con-full e-flex e-con e-child\" data-id=\"c3e6c81\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92a8847 elementor-widget elementor-widget-heading\" data-id=\"92a8847\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">July 16, 2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bd6c193 e-con-full e-flex e-con e-child\" data-id=\"bd6c193\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6759dde elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6759dde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45f53b6 elementor-widget elementor-widget-heading\" data-id=\"45f53b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why do Pakistani films struggle to reach global...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f33ab16 elementor-widget elementor-widget-heading\" data-id=\"f33ab16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Since the release of Nayab in 2024 and following its international recognition along with Lux Style Awards...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d40303 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"1d40303\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/why-do-pakistani-films-struggle-to-reach-global-platforms-and-what-can-we-do-about-it\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-054f7b0 e-con-full e-flex e-con e-child\" data-id=\"054f7b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9ed38d elementor-widget elementor-widget-image\" data-id=\"f9ed38d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/why-pakistani-cinema-fears-its-own-stories-1.jpg\" class=\"attachment-full size-full wp-image-4306\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d113d8 e-con-full e-flex e-con e-child\" data-id=\"6d113d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-488909e e-con-full e-flex e-con e-child\" data-id=\"488909e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a48e0b5 e-con-full e-flex e-con e-child\" data-id=\"a48e0b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6056984 elementor-widget elementor-widget-heading\" data-id=\"6056984\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Eefa Khalid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9023636 e-con-full e-flex e-con e-child\" data-id=\"9023636\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec91e6a elementor-widget elementor-widget-heading\" data-id=\"ec91e6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Feb 13, 2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ec3dae e-con-full e-flex e-con e-child\" data-id=\"8ec3dae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1051833 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1051833\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09f5a93 elementor-widget elementor-widget-heading\" data-id=\"09f5a93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Director Umair Nasir Ali on Nayab and why Pakistani...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-517fd20 elementor-widget elementor-widget-heading\" data-id=\"517fd20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">he recent news circulating online that 46 cinemas have closed in Pakistan in the past few years is unfortunate...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1d1827 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"b1d1827\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/director-umair-nasir-ali-on-nayab-and-why-pakistani-cinema-fears-its-own-stories-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1753eb4 e-con-full e-flex e-con e-child\" data-id=\"1753eb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-960903e elementor-widget elementor-widget-image\" data-id=\"960903e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/many-cinemas-are-closing-down.jpg\" class=\"attachment-full size-full wp-image-4304\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1219f6a e-con-full e-flex e-con e-child\" data-id=\"1219f6a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6c2ca1f e-con-full e-flex e-con e-child\" data-id=\"6c2ca1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ee6e0ca e-con-full e-flex e-con e-child\" data-id=\"ee6e0ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66cba7e elementor-widget elementor-widget-heading\" data-id=\"66cba7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Umair Nasir Ali<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-08ddfad e-con-full e-flex e-con e-child\" data-id=\"08ddfad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bd9f32 elementor-widget elementor-widget-heading\" data-id=\"9bd9f32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">March 17, 2025<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cdd82b e-con-full e-flex e-con e-child\" data-id=\"5cdd82b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30f37d5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"30f37d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7295a9e elementor-widget elementor-widget-heading\" data-id=\"7295a9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">It\u2019s not surprising that many cinemas are closing down...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b28b2c elementor-widget elementor-widget-heading\" data-id=\"6b28b2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">he recent news circulating online that 46 cinemas have closed in Pakistan in the past few years is unfortunate...<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb44266 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"fb44266\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/2hothosting.com\/numfilms\/its-not-surprising-that-many-cinemas-are-closing-down-in-pakistan-weve-turned-cinema-into-a-luxury\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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-a8fa03a e-grid e-con-boxed e-con e-parent\" data-id=\"a8fa03a\" 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-3d3714e e-con-full e-flex e-con e-child\" data-id=\"3d3714e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92a0f9d elementor-widget elementor-widget-heading\" data-id=\"92a0f9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Places We've <span style=\"color: #96c13e\">Delivered<\/span><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-429fa7e e-con-full e-flex e-con e-child\" data-id=\"429fa7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff3cb24 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ff3cb24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11db224 e-con-full e-flex e-con e-child\" data-id=\"11db224\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b18d19 elementor-widget elementor-widget-image-carousel\" data-id=\"8b18d19\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"clients\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:2500,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/1.webp\" alt=\"1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/5.webp\" alt=\"5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/6.webp\" alt=\"6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/4.webp\" alt=\"4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/8.webp\" alt=\"8\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/7.webp\" alt=\"7\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/3.webp\" alt=\"3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/24.webp\" alt=\"24\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/23.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/22.webp\" alt=\"22\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/21.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/20.webp\" alt=\"20\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/19.webp\" alt=\"19\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/18.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/17.webp\" alt=\"17\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/16.webp\" alt=\"16\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/15.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/14.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"19 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/13.webp\" alt=\"13\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/12.webp\" alt=\"12\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"21 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/11.webp\" alt=\"11\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"22 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/10.webp\" alt=\"10\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"23 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/9.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"24 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/42.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"25 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/41.webp\" alt=\"41\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"26 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/40.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"27 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/39.webp\" alt=\"39\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"28 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/38.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"29 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/37.webp\" alt=\"37\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"30 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/36.webp\" alt=\"36\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"31 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/35.webp\" alt=\"35\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"32 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/34.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"33 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/33.webp\" alt=\"33\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"34 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/32.webp\" alt=\"32\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"35 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/31.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"36 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/30.webp\" alt=\"\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"37 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/29.webp\" alt=\"29\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"38 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/28.webp\" alt=\"28\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"39 of 39\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/07\/27.webp\" alt=\"27\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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>Movie Slider Our Story We are a dynamic husband-wife duo deeply committed to the art of storytelling in its purest form. Our brainchild, Num Films, draws its name and inspiration from the Urdu word &#8220;Num,&#8221; signifying moisture, the very essence that gives birth to life. more detail our Latest work VIEW ALL https:\/\/www.youtube.com\/watch?v=nPUkNtdgFrY&#038;t=2s a film [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-440","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/comments?post=440"}],"version-history":[{"count":739,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions"}],"predecessor-version":[{"id":4959,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions\/4959"}],"wp:attachment":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/media?parent=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}