.Footer_footer__Gowxd{background-color:#020617;color:#94a3b8;padding:60px 20px 20px;border-top:1px solid rgba(255,255,255,.05);font-family:system-ui,-apple-system,sans-serif;margin-top:auto}.Footer_container__qxg1S{max-width:1200px;margin:0 auto}.Footer_content__Y0dFA{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:60px}.Footer_column__Jc0uO{display:flex;flex-direction:column;gap:20px}.Footer_logo__9BXnd{font-size:24px;font-weight:800;color:white;text-decoration:none;display:inline-block;margin-bottom:10px;background:linear-gradient(45deg,#ef4444,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Footer_description__fbFok{line-height:1.6;font-size:14px;max-width:300px}.Footer_heading__RvynC{color:white;font-size:16px;font-weight:600;margin-bottom:10px}.Footer_linkList__DgDxL{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.Footer_link__aZMHt{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s}.Footer_link__aZMHt:hover{color:#ef4444}.Footer_socials__G3K8H{display:flex;gap:15px}.Footer_socialIcon__nKPTs{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:white;transition:all .3s;cursor:pointer}.Footer_socialIcon__nKPTs:hover{background:#ef4444;transform:translateY(-3px)}.Footer_bottom__O1mac{border-top:1px solid rgba(255,255,255,.05);padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:15px;font-size:13px;text-align:center}@media (min-width:640px){.Footer_content__Y0dFA{grid-template-columns:repeat(2,1fr)}.Footer_bottom__O1mac{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.Footer_content__Y0dFA{grid-template-columns:2fr 1fr 1fr 1fr}}:root{--black:#04152d;--black2:#041226;--black3:#020c1b;--black-lighter:#1c4b91;--orange:#da2f68;--pink:#da2f68;--gradient:linear-gradient(98.37deg,#f89e00 0.99%,#da2f68)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);color:white;font-family:sans-serif}.contentWrapper{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;height:60px;z-index:2;background-color:rgba(0,0,0,.25);backdrop-filter:blur(3.5px)}.header,.header .contentWrapper{width:100%;display:flex;align-items:center}.header .contentWrapper{justify-content:space-between}.logo img{height:50px}.menuItems{list-style-type:none}.menuItem,.menuItems{display:flex;align-items:center}.menuItem{height:60px;margin:0 15px;color:white;font-weight:500;cursor:pointer}.menuItem:hover{color:var(--pink)}.heroBanner{width:100%;height:450px;background-color:var(--black);display:flex;align-items:center;position:relative}@media (min-width:768px){.heroBanner{height:700px}}.heroBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.heroBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0),#04152d 79.17%);position:absolute;bottom:0;left:0}.heroBannerContent{display:flex;flex-direction:column;align-items:center;color:white;text-align:center;position:relative;max-width:800px;margin:0 auto}.heroBannerContent .title{font-size:30px;font-weight:700;margin-bottom:10px}.heroBannerContent .subTitle{font-size:14px;font-weight:500;margin-bottom:20px}@media (min-width:768px){.heroBannerContent .title{font-size:50px}.heroBannerContent .subTitle{font-size:18px;margin-bottom:40px}}.searchInput{display:flex;align-items:center;width:100%}.searchInput input{width:calc(100% - 100px);height:50px;background-color:white;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media (min-width:768px){.searchInput input{height:60px;font-size:20px;padding:0 30px}}.searchInput button{width:100px;height:50px;background:var(--gradient);color:white;outline:0;border:0;border-radius:0 30px 30px 0;font-size:16px;cursor:pointer}@media (min-width:768px){.searchInput button{height:60px;width:150px;font-size:18px}}.carouselSection{margin-bottom:50px}.carouselTitle{font-size:24px;color:white;margin-bottom:20px;font-weight:400}.carouselItems{display:flex;gap:10px;flex-wrap:wrap}@media (min-width:768px){.carouselItems{gap:20px;margin:0;padding:0}}.carouselItem{width:calc((100% - 20px) / 3);cursor:pointer;flex-shrink:0}@media (min-width:768px){.carouselItem{width:calc((100% - 60px) / 4)}}@media (min-width:1024px){.carouselItem{width:calc((100% - 80px) / 5)}}.posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;margin-bottom:30px}.posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.posterBlock img{width:100%;height:100%;object-fit:cover;display:block}.circleRating{width:40px;height:40px;position:absolute;bottom:-20px;left:10px;background-color:white;border-radius:50%;padding:2px;z-index:1}.CircularProgressbar-text{font-size:34px;font-weight:700;fill:var(--black);dominant-baseline:middle;text-anchor:middle}.genres{display:none;position:absolute;bottom:10px;right:10px;z-index:1}@media (min-width:768px){.genres{display:flex;gap:5px;justify-content:flex-end;flex-wrap:wrap}}.genre{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:white;white-space:nowrap}.textBlock{color:white;display:flex;flex-direction:column}.textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.textBlock .date{font-size:14px;opacity:.5}.footer{background-color:var(--black3);padding:50px 0;color:white;position:relative}.footer .contentWrapper{display:flex;align-items:center;flex-direction:column}.footer .menuItems{list-style-type:none;display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.footer .menuItem{transition:all .3s ease;cursor:pointer;font-size:12px}.footer .menuItem:hover{color:var(--pink)}.infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px}.movieGrid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:50px}.movieGrid .carouselItem{width:calc((100% - 20px) / 3)}@media (min-width:768px){.movieGrid{gap:20px}.movieGrid .carouselItem{width:calc((100% - 60px) / 4)}}@media (min-width:1024px){.movieGrid .carouselItem{width:calc((100% - 80px) / 5)}}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}.detailsBanner .contentWrapper{display:flex;flex-direction:column;gap:25px}@media (min-width:768px){.detailsBanner .contentWrapper{flex-direction:row;gap:50px}}.detailsBanner .left{flex-shrink:0}.detailsBanner .left .posterImg{width:100%;display:block;border-radius:12px}@media (min-width:768px){.detailsBanner .left{max-width:350px}}.detailsBanner .right{color:white}.detailsBanner .title{font-size:28px;line-height:40px;margin-bottom:10px}.detailsBanner .subtitle{font-size:16px;font-style:italic;opacity:.5;margin-bottom:20px}.detailsBanner .row{display:flex;align-items:center;gap:25px;margin-bottom:25px}.layout_header__2zrGa{position:sticky;top:0;z-index:1000;background:rgba(15,23,42,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);height:70px}.layout_navContainer__lk3xF{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.layout_logo__RqH9D{font-size:26px;font-weight:800;color:#ef4444;text-decoration:none;letter-spacing:-.5px;text-transform:uppercase}.layout_navLinks__mf70r{display:flex;gap:30px}.layout_navLink__nNGYX{color:#cbd5e1;text-decoration:none;font-weight:600;font-size:15px;transition:color .2s}.layout_navLink__nNGYX:hover{color:#ffffff}.layout_mobileMenuBtn__fMkCt{display:none;background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:5px}.layout_mobileMenu__uPgv_{position:fixed;top:70px;left:0;right:0;background:#0f172a;padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:20px;transform:translateY(-150%);transition:transform .3s ease-in-out;z-index:999;box-shadow:0 10px 20px rgba(0,0,0,.5)}.layout_mobileMenu__uPgv_.layout_open__PQ9pu{transform:translateY(0)}.layout_footer__lSNf_{background:#020617;padding:60px 20px 30px;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.layout_footerContent__ZHIk1{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin:0 auto 40px}.layout_footerCol__I5QLX h3{color:white;margin-bottom:20px;font-size:16px;font-weight:700}.layout_footerCol__I5QLX a{display:block;color:#94a3b8;text-decoration:none;margin-bottom:12px;font-size:14px;transition:color .2s}.layout_footerCol__I5QLX a:hover{color:#ef4444}.layout_copyright__T4kfJ{text-align:center;color:#64748b;font-size:14px;padding-top:30px;border-top:1px solid rgba(255,255,255,.05)}@media (max-width:768px){.layout_navLinks__mf70r{display:none}.layout_mobileMenuBtn__fMkCt{display:block}}