{"id":11330,"date":"2026-07-28T11:47:53","date_gmt":"2026-07-28T10:47:53","guid":{"rendered":"https:\/\/nigma.tv\/nigma-iptv\/?page_id=11330"},"modified":"2026-09-06T02:26:12","modified_gmt":"2026-09-06T01:26:12","slug":"nigmatv","status":"publish","type":"page","link":"https:\/\/nigma.tv\/official\/nigmatv\/","title":{"rendered":"NIGMATV"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11330\" class=\"elementor elementor-11330\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5ec01 e-flex e-con-boxed e-con e-parent\" data-id=\"2c5ec01\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d36e49c ob-has-background-overlay elementor-widget elementor-widget-spacer\" data-id=\"d36e49c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_spacerat_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\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-ae4cc53 e-con-full e-flex e-con e-child\" data-id=\"ae4cc53\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75e1b6e ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"75e1b6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* ================================\n   NIGMA TV LANDING BOX\n================================ *\/\n\n.nigma-landing,\n.nigma-landing * {\n    box-sizing: border-box;\n}\n\n.nigma-landing {\n    --nigma-green: #2dd87d;\n    --nigma-green-light: #45eb96;\n    --nigma-dark: #061524;\n    --nigma-blue: #0b2447;\n\n    position: relative;\n    width: 100%;\n    max-width: 600px;\n    min-height: 560px;\n    margin: 0 auto;\n    padding: 65px 30px 40px;\n    overflow: hidden;\n    text-align: center;\n    border: 1px solid rgba(45, 216, 125, 0.35);\n    border-radius: 24px;\n\n    background:\n        radial-gradient(\n            circle at 50% 25%,\n            rgba(45, 216, 125, 0.20) 0%,\n            rgba(45, 216, 125, 0.06) 32%,\n            transparent 62%\n        ),\n        linear-gradient(\n            155deg,\n            #0b2447 0%,\n            #071b2d 48%,\n            #06111e 100%\n        );\n\n    box-shadow:\n        0 20px 55px rgba(0, 0, 0, 0.35),\n        inset 0 0 50px rgba(45, 216, 125, 0.03);\n\n    font-family: Arial, Helvetica, sans-serif;\n    isolation: isolate;\n}\n\n\/* Animated background glow *\/\n.nigma-landing::before {\n    content: \"\";\n    position: absolute;\n    z-index: -1;\n    top: 40px;\n    left: 50%;\n    width: 360px;\n    height: 360px;\n    border-radius: 50%;\n    background: rgba(45, 216, 125, 0.18);\n    filter: blur(100px);\n    transform: translateX(-50%);\n    animation: nigmaGlow 4.5s ease-in-out infinite;\n}\n\n\/* Small moving light *\/\n.nigma-landing::after {\n    content: \"\";\n    position: absolute;\n    z-index: -1;\n    width: 180px;\n    height: 180px;\n    right: -80px;\n    bottom: -70px;\n    border-radius: 50%;\n    background: rgba(45, 216, 125, 0.13);\n    filter: blur(55px);\n    animation: nigmaFloatingLight 7s ease-in-out infinite;\n}\n\n.nigma-content {\n    position: relative;\n    z-index: 2;\n}\n\n\/* Logo *\/\n.nigma-logo {\n    display: block;\n    width: 100%;\n    max-width: 360px;\n    height: auto;\n    margin: 0 auto 38px;\n    object-fit: contain;\n\n    filter:\n        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25))\n        drop-shadow(0 0 20px rgba(45, 216, 125, 0.18));\n\n    animation:\n        nigmaLogoEntrance 0.9s ease both,\n        nigmaLogoFloat 4s ease-in-out 1s infinite;\n}\n\n\/* Title *\/\n.nigma-title {\n    margin: 0 0 16px;\n    color: #ffffff;\n    font-size: clamp(32px, 6vw, 48px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -1px;\n    animation: nigmaFadeUp 0.8s ease 0.2s both;\n}\n\n\/* Description *\/\n.nigma-description {\n    max-width: 430px;\n    margin: 0 auto 35px;\n    color: #c5d1dd;\n    font-size: 17px;\n    line-height: 1.7;\n    animation: nigmaFadeUp 0.8s ease 0.4s both;\n}\n\n\/* Home button *\/\n.nigma-button {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 100%;\n    max-width: 320px;\n    min-height: 60px;\n    padding: 16px 28px;\n    overflow: hidden;\n\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 50px;\n\n    background: linear-gradient(\n        135deg,\n        var(--nigma-green),\n        #20c96d\n    );\n\n    color: #05180e !important;\n    text-decoration: none !important;\n    font-size: 19px;\n    font-weight: 800;\n    letter-spacing: 0.2px;\n\n    box-shadow:\n        0 12px 35px rgba(45, 216, 125, 0.38),\n        inset 0 1px 0 rgba(255, 255, 255, 0.28);\n\n    transition:\n        transform 0.3s ease,\n        box-shadow 0.3s ease,\n        background 0.3s ease;\n\n    animation:\n        nigmaFadeUp 0.8s ease 0.6s both,\n        nigmaButtonMove 2.8s ease-in-out 1.5s infinite;\n}\n\n\/* Moving shine inside button *\/\n.nigma-button::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -110%;\n    width: 70%;\n    height: 100%;\n\n    background: linear-gradient(\n        90deg,\n        transparent,\n        rgba(255, 255, 255, 0.38),\n        transparent\n    );\n\n    transform: skewX(-20deg);\n    animation: nigmaButtonShine 3.5s ease-in-out infinite;\n}\n\n.nigma-button span {\n    position: relative;\n    z-index: 2;\n}\n\n.nigma-button:hover {\n    color: #05180e !important;\n    background: linear-gradient(\n        135deg,\n        var(--nigma-green-light),\n        var(--nigma-green)\n    );\n\n    transform: translateY(-4px) scale(1.02);\n\n    box-shadow:\n        0 17px 45px rgba(45, 216, 125, 0.55),\n        inset 0 1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.nigma-button:active {\n    transform: translateY(-1px) scale(0.99);\n}\n\n\/* Footer *\/\n.nigma-footer {\n    margin-top: 38px;\n    color: #8295a8;\n    font-size: 13px;\n    line-height: 1.5;\n    animation: nigmaFadeUp 0.8s ease 0.8s both;\n}\n\n\/* ================================\n   ANIMATIONS\n================================ *\/\n\n@keyframes nigmaGlow {\n    0%,\n    100% {\n        opacity: 0.35;\n        transform: translateX(-50%) scale(0.95);\n    }\n\n    50% {\n        opacity: 0.75;\n        transform: translateX(-50%) scale(1.15);\n    }\n}\n\n@keyframes nigmaFloatingLight {\n    0%,\n    100% {\n        transform: translate(0, 0) scale(1);\n    }\n\n    50% {\n        transform: translate(-35px, -35px) scale(1.2);\n    }\n}\n\n@keyframes nigmaLogoEntrance {\n    from {\n        opacity: 0;\n        transform: translateY(-25px) scale(0.94);\n    }\n\n    to {\n        opacity: 1;\n        transform: translateY(0) scale(1);\n    }\n}\n\n@keyframes nigmaLogoFloat {\n    0%,\n    100% {\n        transform: translateY(0);\n    }\n\n    50% {\n        transform: translateY(-7px);\n    }\n}\n\n@keyframes nigmaFadeUp {\n    from {\n        opacity: 0;\n        transform: translateY(22px);\n    }\n\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes nigmaButtonMove {\n    0%,\n    100% {\n        transform: translateY(0);\n    }\n\n    50% {\n        transform: translateY(-5px);\n    }\n}\n\n@keyframes nigmaButtonShine {\n    0% {\n        left: -110%;\n    }\n\n    45%,\n    100% {\n        left: 140%;\n    }\n}\n\n\/* ================================\n   MOBILE\n================================ *\/\n\n@media (max-width: 480px) {\n    .nigma-landing {\n        width: 100%;\n        max-width: 100%;\n        min-height: auto;\n        padding: 45px 18px 32px;\n        border-radius: 18px;\n    }\n\n    .nigma-landing::before {\n        width: 260px;\n        height: 260px;\n        top: 50px;\n        filter: blur(80px);\n    }\n\n    .nigma-logo {\n        max-width: 270px;\n        margin-bottom: 30px;\n    }\n\n    .nigma-title {\n        font-size: 34px;\n        letter-spacing: -0.5px;\n    }\n\n    .nigma-description {\n        max-width: 320px;\n        margin-bottom: 30px;\n        font-size: 15px;\n        line-height: 1.65;\n    }\n\n    .nigma-button {\n        max-width: 100%;\n        min-height: 56px;\n        padding: 15px 20px;\n        font-size: 17px;\n    }\n\n    .nigma-footer {\n        margin-top: 32px;\n        font-size: 12px;\n    }\n}\n\n\/* Very small phones *\/\n@media (max-width: 360px) {\n    .nigma-landing {\n        padding-right: 14px;\n        padding-left: 14px;\n    }\n\n    .nigma-logo {\n        max-width: 235px;\n    }\n\n    .nigma-title {\n        font-size: 30px;\n    }\n}\n\n\/* Accessibility *\/\n@media (prefers-reduced-motion: reduce) {\n    .nigma-landing::before,\n    .nigma-landing::after,\n    .nigma-logo,\n    .nigma-title,\n    .nigma-description,\n    .nigma-button,\n    .nigma-button::before,\n    .nigma-footer {\n        animation: none !important;\n    }\n}\n<\/style>\n\n<div class=\"nigma-landing\">\n    <div class=\"nigma-content\">\n\n        <img decoding=\"async\"\n            class=\"nigma-logo\"\n            src=\"https:\/\/nigma.tv\/wp-content\/uploads\/2025\/02\/NIGMA-TV-e1740746448908.png\"\n            alt=\"NIGMA TV Official Logo\"\n        >\n\n        <h1 class=\"nigma-title\">\n            Welcome to NIGMA TV\n        <\/h1>\n\n        <p class=\"nigma-description\">\n            Visit the official NIGMA TV homepage to discover our services\n            and contact our customer support team.\n        <\/p>\n\n        <a\n            class=\"nigma-button\"\n            href=\"https:\/\/nigma.tv\/\"\n            aria-label=\"Visit the NIGMA TV homepage\"\n        >\n            <span>Home Page \u2192<\/span>\n        <\/a>\n\n        <div class=\"nigma-footer\">\n            \u00a9 2026 NIGMA TV. All Rights Reserved.\n        <\/div>\n\n    <\/div>\n<\/div>\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-6f92409 e-flex e-con-boxed e-con e-parent\" data-id=\"6f92409\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b5c0c0 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading\" data-id=\"1b5c0c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">NIGMATV \u2013 Official Nigma TV Website<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd77d05 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"cd77d05\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>NIGMATV<\/strong> is the official destination for Nigma TV services, subscription plans, device setup guides, free trial information, and dedicated customer support.<\/p>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Welcome to NIGMA TV Visit the official NIGMA TV homepage to discover our services and contact our customer support team. Home Page \u2192 \u00a9 2026 NIGMA TV. All Rights Reserved. NIGMATV \u2013 Official Nigma TV Website NIGMATV is the official destination for Nigma TV services, subscription plans, device setup guides, free trial information, and dedicated [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11330","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/pages\/11330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/comments?post=11330"}],"version-history":[{"count":8,"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/pages\/11330\/revisions"}],"predecessor-version":[{"id":12275,"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/pages\/11330\/revisions\/12275"}],"wp:attachment":[{"href":"https:\/\/nigma.tv\/official\/wp-json\/wp\/v2\/media?parent=11330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}