body{margin:0;padding:0;overflow-x:hidden}.App{min-height:100vh;width:100%}@media (max-width: 767px){.App{min-height:100vh;width:100%;overflow-x:hidden}}:root{--bg: #f4f5f7;--surface: #ffffff;--ink: #1a1a1a;--ink-2: #555;--muted: #8a8f98;--brand: #b8242c;--gold:#e8a020;--brand-2: #ff8a00;--accent: #b8242c;--border: #e6e8eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 6px 18px rgba(0,0,0,.08);--radius: 12px;--radius-sm: 8px;--gutter: 14px;--container: 1200px;--header-h: 56px;font-family:Segoe UI,system-ui,-apple-system,Noto Sans Telugu,Roboto,Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.t1-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,var(--brand),#d8323a);color:#fff;box-shadow:var(--shadow-md)}.t1-header__bar{height:var(--header-h);display:flex;align-items:center;gap:12px;padding:0 14px;max-width:var(--container);margin:0 auto;width:100%}.t1-header__menu{background:transparent;border:0;padding:6px;cursor:pointer;display:inline-flex;flex-direction:column;gap:4px}.t1-header__menu span{width:22px;height:2px;background:#fff;border-radius:2px}.t1-header__logo{display:flex;align-items:center;gap:8px;flex:1}.t1-header__logo-mark{width:32px;height:32px;border-radius:8px;background:#fff;color:var(--brand);display:grid;place-items:center;font-weight:800;font-size:14px}.t1-header__logo-text{font-weight:700;font-size:18px;letter-spacing:.3px}.t1-header__cta{padding:6px 12px;border:1px solid rgba(255,255,255,.6);border-radius:999px;font-size:13px}.t1-header__nav{background:#fff;color:var(--ink);border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .25s ease}.t1-header__nav.is-open{max-height:520px}.t1-header__nav ul{list-style:none;margin:0;padding:8px 12px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.t1-header__nav a{display:block;padding:12px;border-radius:8px;font-size:14px;font-weight:600;color:var(--ink)}.t1-header__nav a:hover{background:var(--bg);color:var(--brand)}.touch-header{background:#fff;position:sticky;top:0;z-index:100}.touch-header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;height:60px}.touch-menu-btn{border:none;background:none;color:#d50000;font-size:28px;cursor:pointer}.touch-logo img{height:50px;min-width:80px}.touch-ad img{height:40px;width:auto;max-width:180px}.touch-ad{margin-left:auto}.t1-main{flex:1;padding:14px 0 10px}.t1-container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);display:flex;flex-direction:column;gap:10px}.t1-section{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm);border-top:3px solid var(--accent);min-height:300px}.t1-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.t1-section__title{margin:0;font-size:18px;font-weight:800;color:var(--ink);letter-spacing:.2px;position:relative;padding-left:12px}.t1-section__title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;background:var(--accent);border-radius:2px}.t1-section__more{font-size:14px;font-weight:700;color:var(--accent)}.t1-section__featured{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}.t1-section__featured-side{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.t1-section__grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.t1-section__grid--yt{grid-template-columns:repeat(2,1fr)}.t1-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-sm);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.t1-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.t1-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#eee}.t1-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.t1-card:hover .t1-card__media img{transform:scale(1.04)}.t1-card__body{padding:5px 4px}.t1-card__title{margin:1px 4px 0;font-size:14px;line-height:1.35;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:43px;min-height:fit-content;overflow:hidden}.t1-card__title.english{min-height:22px}.t1-card__title.small{max-height:38px;min-height:fit-content;font-size:16px!important;margin:7px 4px 0;line-height:1.35;padding-bottom:2px}.t1-card__title.small.english{min-height:fit-content}.t1-card__summary{margin:6px 4px 0;font-size:13px;color:var(--ink-2);line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.t1-card--hero .t1-card__media{aspect-ratio:16/9}.t1-card--hero .t1-card__title{font-size:17px;-webkit-line-clamp:3}.t1-card--side .t1-card__media{aspect-ratio:4/3}.t1-card--side .t1-card__title{font-size:17px}.t1-card--yt .t1-card__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;display:grid;place-items:center;font-size:20px;pointer-events:none}@media (min-width: 600px){:root{--gutter: 18px}.t1-section__featured{grid-template-columns:1.4fr 1fr}.t1-section__featured-side{grid-template-columns:1fr}.t1-section__grid,.t1-section__grid--yt{grid-template-columns:repeat(3,1fr)}.t1-section__title{font-size:20px}}@media (min-width: 700px){.t1-header__nav{max-height:none!important;overflow:visible;border:0;background:rgba(0,0,0,.12)}.t1-header__nav ul{grid-template-columns:none;display:flex;flex-wrap:wrap;max-width:var(--container);margin:0 auto;padding:6px 14px}.t1-header__nav a{color:#fff;padding:10px 14px}.t1-header__nav a:hover{background:rgba(255,255,255,.15);color:#fff}.t1-header__menu{display:none}.t1-section__grid,.t1-section__grid--yt{grid-template-columns:repeat(4,1fr)}.t1-section{padding:18px}.t1-section__featured{grid-template-columns:1.6fr 1fr;gap:16px;display:flex;flex-wrap:wrap}a.t1-card.t1-card--hero{width:100%}.t1-section__featured-side{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}.t1-card__media img{width:100%;height:100%;object-fit:fill;transition:transform .35s ease}.t1-card__title{min-height:fit-content}.t1-card--side .t1-card__title{font-size:16px;line-height:1.5;max-height:50px;overflow:hidden}.t1-section__grid{gap:16px}.t1-card__body{padding:10px 4px}.t1-section__more{font-size:19px;font-weight:700;color:var(--accent)}}@media (min-width:1100px){.t1-section{padding:18px}.t1-section__featured{grid-template-columns:1.6fr 1fr;gap:16px;display:flex;flex-wrap:wrap}a.t1-card.t1-card--hero{width:100%}.t1-section__featured-side{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}.t1-card__media img{width:100%;height:100%;object-fit:fill;transition:transform .35s ease}.t1-card--side .t1-card__title{font-size:18px;line-height:1.55;max-height:52px;overflow:hidden}.t1-section__grid{gap:16px}}.t1-footer{margin-top:24px;background:#1b1f24;color:#cfd3da;padding:28px 14px 50px}.t1-footer__grid{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}.t1-footer__col h4{color:#fff;font-size:14px;margin:0 0 10px}.t1-footer__col ul{list-style:none;padding:0;margin:0;display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.t1-footer__col a{color:#cfd3da;font-size:13px;font-weight:600;white-space:nowrap}.t1-footer__disclaimer{font-size:13px;color:#cfd3dacc;font-weight:500;line-height:20px}.t1-footer__col a:hover{color:#fff}.t1-footer__copy{max-width:var(--container);margin:18px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#96999f;text-align:center;font-weight:600}.t1-header__ad{display:inline-flex;align-items:center;height:40px}.t1-header__ad img{height:40px;width:auto;border-radius:6px;display:block}@media (max-width: 480px){.t1-header__ad img{height:34px}}.t1-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:90}.t1-sidebar__backdrop.is-open{opacity:1;pointer-events:auto}.t1-sidebar{position:fixed;top:0;left:0;bottom:0;width:84%;max-width:320px;background:#fff;color:var(--ink);transform:translate(-100%);transition:transform .28s ease;z-index:100;box-shadow:4px 0 24px #0000002e;display:flex;flex-direction:column}.t1-sidebar.is-open{transform:translate(0)}.t1-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(90deg,var(--brand),#d8323a);color:#fff}.t1-sidebar__brand{font-weight:800;font-size:18px;letter-spacing:.3px}.t1-sidebar__close{background:transparent;border:0;color:#fff;font-size:28px;line-height:1;cursor:pointer;padding:0 6px}.t1-sidebar__nav{flex:1;overflow-y:auto;padding:8px 0}.t1-sidebar__nav ul{list-style:none;margin:0;padding:0}.t1-sidebar__nav a{display:block;padding:14px 18px;font-size:15px;font-weight:600;border-bottom:1px solid var(--border);color:var(--ink)}.t1-sidebar__nav a:hover{background:var(--bg);color:var(--brand)}.touch-sidebar{position:fixed;top:0;left:0;width:0%;max-width:420px;height:100vh;background:#002737;transform:translate(-100%);transition:.3s;display:none;z-index:999;overflow-y:auto}.touch-sidebar.open{transform:translate(0);width:82%;display:block}.touch-sidebar-header{background:#fff;height:70px;display:flex;justify-content:space-between;align-items:center;padding:15px}.touch-sidebar-header img{height:45px;width:75px}.close-btn{border:none;background:none;font-size:35px}.menu-title{width:100%;border:none;background:#002737;color:#fff;text-align:left;padding:14px 20px;display:flex;justify-content:space-between;font-size:18px;border-bottom:1px solid rgba(255,255,255,.1)}.touch-menu-list{list-style-type:none;margin:0;width:100%;padding:5px}.touch-menu-list li{margin:5px 0;border-bottom:solid 1px #14303a}.touch-menu-list li button{border:none;background:none;display:flex;width:100%;justify-content:space-between}.touch-menu-list li button span,.touch-menu-list li a{line-height:40px;padding:0 20px;width:100%;color:#fff;font-weight:400;position:relative;font-size:18px;white-space:nowrap}.touch-menu-list li button span{text-align:left}.touch-menu-list li button span:nth-child(2){text-align:end;font-size:15px}.submenu{background:#123847;max-height:0;overflow:hidden;transition:max-height .3s ease}.submenu.open{max-height:500px}.submenu a{display:block;padding:14px 40px;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:998}.t1-slider{position:relative;overflow:hidden;border-radius:var(--radius);background:#000;box-shadow:var(--shadow-md);font-family:Ramabhadra,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.telugu{font-family:Ramabhadra,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.t1-slider__track{display:flex;transition:transform .55s ease;will-change:transform}.t1-slider__slide{flex:0 0 100%;position:relative;display:block;aspect-ratio:16 / 7;background:#111}.t1-slider__slide img{width:100%;height:100%;object-fit:cover;display:block;object-position:top center}.t1-slider__caption{position:absolute;left:0;right:0;bottom:0;padding:14px 56px;color:#fff;background:linear-gradient(180deg,rgb(0 0 0 / 26%),rgb(0 0 0 / 88%));font-weight:500;font-size:17px;text-align:center;line-height:22px;max-height:63px;overflow:hidden}.t1-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;border:0;font-size:24px;line-height:1;cursor:pointer;display:grid;place-items:center}.t1-slider__nav:hover{background:rgba(0,0,0,.7)}.t1-slider__nav--prev{left:10px}.t1-slider__nav--next{right:10px}.t1-slider__dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px;display:none}.t1-slider__dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.5);cursor:pointer;padding:0}.t1-slider__dot.is-active{background:#fff;width:20px;border-radius:4px}@media (min-width: 900px){.t1-slider__slide img{width:100%;height:100%;object-fit:fill;display:block;object-position:top center;min-height:230px}.t1-slider__caption{font-size:20px;padding:18px 64px}.t1-slider__nav{width:44px;height:44px;font-size:28px}}@media (max-width:500px){.t1-slider__slide img{width:100%;height:100%;object-fit:cover;display:block;object-position:top center;min-height:230px}.touch-menu-list{margin-bottom:100px}.t1-card__media img{width:100%;height:100%;object-fit:fill;transition:transform .35s ease;object-position:top center}}.trend-news-include{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:5px 0}.trend-label{font-size:14px;background:red;padding:5px 8px;font-weight:500;color:#fff;border-radius:6px;position:relative;overflow:hidden;letter-spacing:1px;font-family:Impact,sans-serif;margin:0;flex-shrink:0}.trend-label span{position:absolute;display:block}.trend-label span:nth-child(1){top:0;left:-80%;width:100%;height:3px;background:#2804f3;animation:slideTop 2s linear infinite}.trend-label span:nth-child(2){top:-80%;right:0;width:3px;height:100%;background:#00eeff;animation:slideRight 2s linear infinite;animation-delay:.5s}.trend-label span:nth-child(3){bottom:0;right:-80%;width:100%;height:3px;background:#35ff00;animation:slideBottom 2s linear infinite;animation-delay:1s}.trend-label span:nth-child(4){bottom:-80%;left:0;width:3px;height:100%;background:#ffd900;animation:slideLeft 2s linear infinite;animation-delay:1.5s}@keyframes slideTop{0%{left:-80%}to{left:100%}}@keyframes slideRight{0%{top:-80%}to{top:100%}}@keyframes slideBottom{0%{right:-80%}to{right:100%}}@keyframes slideLeft{0%{bottom:-80%}to{bottom:100%}}.trend-link{display:block;text-decoration:none}.trend-link img{width:85px;height:50px;object-fit:cover;border:1px solid #9f9f9f;border-radius:7px;padding:1px;transition:transform .3s ease}.trend-link img:hover{transform:scale(1.03);border-color:#0400ff}@media (max-width: 768px){.trend-news-include{gap:5px;justify-content:flex-start;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.trend-news-include::-webkit-scrollbar{display:none}.trend-label{font-size:12px;padding:5px 7px;white-space:nowrap}.trend-link img{width:68px;height:37px;flex-shrink:0;border:1px solid #9f9f9f33}}@media (min-width: 769px) and (max-width: 1200px){.trend-link img{width:80px;height:48px}}.it-is-exclusive{display:flex;align-items:center;gap:20px;position:relative}.it-is-exclusive a{text-decoration:none;font-family:sans-serif}.news-dropdown{position:relative}.news{position:relative;padding:7px 10px;border:none;border-radius:4px;cursor:pointer;color:#fff;background:linear-gradient(135deg,#0b57d0 0%,#34a853 55%,#fbbc05 100%);overflow:hidden;white-space:nowrap;font-size:12px;font-weight:600;outline:none}.exclusive-list{position:absolute;top:72%;left:0;min-width:120px;background:black;display:none;flex-direction:column;z-index:1000;box-shadow:0 4px 10px #00000026;border:1px solid rgba(0,0,0,.2);border-radius:5px}.exclusive-list.show{display:flex}.exclusive-list a{display:block;padding:10px;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);font-size:13px}.exclusive-list a:last-child{border-bottom:none}.exclusive-list a:hover{background:#f2f2f2;color:#000}.tmdb{position:relative;padding:7px 10px;color:#fff;border:none;border-radius:4px;background:linear-gradient(135deg,#b3261e 0%,#ea4335 40%,#fbbc05 100%);overflow:hidden;font-size:12px;font-weight:600;outline:none}.news:after,.tmdb:after{content:"";position:absolute;top:0;left:-100%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 2s infinite}@keyframes shimmer{to{left:150%}}@media (max-width: 768px){.it-is-exclusive{gap:8px;margin:2px 0}.news,.tmdb{font-size:10px;padding:6px 8px}.exclusive-list{min-width:130px}.exclusive-list a{font-size:12px;padding:8px}.logo-wrap a img{max-width:90px;min-height:30px}}.t1-section{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm);border-top:3px solid var(--accent);min-height:200px}.logo-section-image{width:32%;height:auto;margin:auto;display:block;text-decoration:none}.logo-section-image img{height:100%;width:100%}@media (max-width:400px){.t1-section{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm);border-top:3px solid var(--accent);min-height:200px}.logo-section-image{width:32%;height:auto;margin:auto;display:block;text-decoration:none}}.zeeker-wrapper.is-floating{z-index:1500!important}.scroll-up{display:flex;justify-content:center;align-items:center}.scroll-up-btn{position:fixed;bottom:24px;right:24px;background:#209fe8;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;z-index:3000;transition:all .3s ease;cursor:pointer}.scroll-up-btn:hover{transform:translateY(-10px);background-color:#f5c355}.scroll-up-btn-icon{animation:gototop 1.2s linear infinite alternate-reverse;font-size:30px}@keyframes gototop{0%{transform:translateY(-.5rem)}to{transform:translateY(1rem)}}.skeleton{background:#ddd;box-shadow:0 1px 1px #0000001e}.slider{position:absolute;height:80%;width:100%;margin:auto 0;text-align:center}.skeleton-slider-text{position:absolute;text-align:center;z-index:10;max-width:fit-content;overflow:hidden;white-space:nowrap;animation:textLoading 3s ease-in-out forwards infinite;font-size:2em;color:#00000083;text-shadow:0px 1px 1px rgba(0,0,0,.268);font-family:sans-serif}@keyframes textLoading{0%{width:0%}25%{width:25%}50%{width:50%}75%{width:75%}to{width:100%}}.square{height:17vh;width:90%;margin:5px 0}.big-square{height:300px;width:90%;margin:20px auto}.movie-news-box{height:350px;margin:6px auto;width:100%}.title{height:15px;width:50%;border-radius:6px;margin:10px 0}.paragraph{height:5px;width:90%;border-radius:6px;margin:10px 0}.d-none{display:none}@media (max-width:1400px){.movie-news-box{height:200px}}@media (max-width:600px){.scroll-up-btn{font-size:2.1rem;width:2.7rem;height:2.7rem;bottom:6rem;right:3rem}.scroll-up-btn-icon{font-size:22px}@keyframes gototop{0%{transform:translateY(-.5rem)}to{transform:translateY(.5rem)}}.banner-section{width:90%;flex-wrap:wrap}.banner-image-container{width:100%;height:80px;margin:10px 0}.banner-image{border:1px solid black;padding:0}}@media (max-width:554px){.big-square{height:180px;width:80%}}@media (max-width:554px){.skeleton-slider-text{font-size:15px}.square{height:10vh}.big-square{height:170px;width:80%}.title{height:8px;margin:10px 0}.paragraph{height:4px;margin:8px 0}}.pnf-container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:white}.pnf-img{height:85vh;width:80vw;object-fit:none}@media (max-width:768px){.pnf-container{height:50vh;width:100vw}.pnf-img{height:40vh;width:100%;object-fit:cover}}
