*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;overflow-x:hidden;font-family:Raleway,sans-serif;background-color:#fff;color:#000;padding-top:5vh}.header{width:100%;left:0;right:0;height:auto;min-height:7vh;padding:.3rem 2rem;background-color:#fff;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.nav-search-container{flex:1;max-width:500px;margin:0 2rem}.nav-search-bar{display:flex;background:#f1f1f1;border-radius:30px;padding:5px 15px;align-items:center;border:2px solid transparent;transition:border-color .3s ease}.nav-search-bar:focus-within{border-color:#ff3f33;background:#fff}.nav-search-bar input{flex:1;border:none;background:transparent;padding:8px;font-size:1rem;outline:none;color:#333}.nav-search-bar button{border:none;background:transparent;color:#ff3f33;padding:8px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.nav-search-bar button:hover{transform:scale(1.1)}.sidebar ul{margin-top:6px;display:flex;gap:2rem;list-style:none}.sidebar a{text-decoration:none;color:#ff3f33;font-size:1.8rem;transition:transform .3s ease-in-out}.sidebar a:hover{color:#0a0a0a;transform:scale(1.8)}.header .logo img{width:60px;height:60px}.logo{display:flex;align-items:center;gap:.3rem;margin-right:auto}.logo img{width:40px;height:40px}.logo-text{font-size:2.8rem;background:linear-gradient(to right,#7953cd 20%,#00affa 30%,#0190cd 70%,#ff3f33 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}.section1{background-color:#ff3f33;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center}.section1 h1{font-family:Bebas Neue,sans-serif;font-size:12vw;transition:transform .9s ease-in-out;cursor:pointer}.section1 h1:hover{transform:scale(1.1)}.sectionpara{font-size:1.5rem;color:#fff}.highlights{width:100vw;height:100vh;overflow:hidden;background:#000}.carousel-item img{width:100%;height:100vh;object-fit:cover}.carousel-caption{background:#0006;padding:1rem;border-radius:10px}.section2{background-color:#fff;width:100vw;padding:2rem 1rem}.section2 h1{font-family:Bebas Neue,sans-serif;font-size:5vw;text-align:center;color:#ff3f33}.section2 h2{font-family:Boldonse,system-ui;font-size:1rem;font-weight:100;text-align:center;margin:1rem 0}.featured{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1rem 0}.card,.bottom-panel .card{background-color:#fff;border-radius:12px;flex:0 0 auto;overflow:hidden;width:280px;cursor:pointer;box-shadow:0 6px 14px #0003;transition:transform .3s ease,box-shadow .3s ease;text-align:center;padding-bottom:1rem;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #ff3f334d}.card img,.bottom-panel .card img{width:100%;aspect-ratio:2/3;object-fit:cover;border-bottom:1px solid #eee}.card h3,.bottom-panel .card h3{font-family:Bebas Neue,sans-serif;font-size:1.4rem;color:#ff3f33;margin:.8rem 0 .4rem}.card p,.bottom-panel .card p{font-family:Raleway,sans-serif;font-size:.95rem;color:#333;margin:0 1rem .5rem}.card .ratings,.bottom-panel .card .ratings{font-size:.9rem;color:#444}.card .emoji,.bottom-panel .card .emoji{font-size:1.2rem}.video-background-section{position:relative;overflow:hidden;padding:2rem 1rem;color:#fff}.video-background-section .bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-background-section .movie-content{position:relative;z-index:1;text-align:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.video-background-section h1,.video-background-section h2{font-family:Bebas Neue,sans-serif;color:#ff3f33}#movies h1{font-size:5vw;text-align:center;margin-bottom:1rem}#movies h2{font-family:Raleway,sans-serif;font-size:1.2rem;font-weight:300;color:#fff;margin-bottom:2rem;text-align:center}.tv-section{background-color:#fff;color:#fff}.top-panel{background-color:#ff3f33;padding:30px 10px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;gap:1.5rem}.top-panel h1{font-size:4rem;font-family:Bebas Neue,sans-serif}.top-panel p{font-size:1.5rem;font-family:Raleway,sans-serif}.bottom-panel{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 1rem;background-color:#222}.back-to-top{position:fixed;bottom:25px;right:25px;width:55px;height:55px;border-radius:50%;display:none;align-items:center;justify-content:center;z-index:1001;cursor:pointer;color:#ff3f33;background-color:#fff!important;border:1px solid #eee!important;box-shadow:0 4px 15px #0003!important;font-size:1.5rem!important;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.back-to-top:hover{transform:translateY(-5px);background-color:#ff3f33!important;color:#fff!important;box-shadow:0 6px 15px #ff3f3366!important}.footer{display:flex;justify-content:space-between;width:100vw;height:60vh;background-color:#000;color:#fff}.footer-left{flex:1;background-color:#666;padding:20px;font-size:20px}.footer-left ul{list-style:none;padding:0}.footer-left ul li a{color:#fff;text-decoration:none;margin-bottom:8px;display:block}.footer-right{flex:1;background-color:#111;position:relative;overflow:hidden}.footer-right video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.nav-search{display:flex;align-items:center;justify-content:center;margin-right:2rem;padding-bottom:2rem}.nav-search input[type=text]{padding:.4rem .8rem;border:1px solid #FF3F33;border-radius:20px 0 0 20px;outline:none;font-size:1rem;background:#fff;color:#000;transition:border .2s}.nav-search input[type=text]:focus{border-color:#0a0a0a}.nav-search button{padding:.4rem .9rem;border:1px solid #FF3F33;border-left:none;border-radius:0 20px 20px 0;background:#ff3f33;color:#fff;font-size:1.1rem;cursor:pointer;transition:background .2s}.nav-search button:hover{background:#d32f2f}.stars{display:flex;gap:.5rem;font-size:2rem;cursor:pointer}@media screen and (max-width:900px){.header{padding:.8rem 1rem;height:auto;min-height:8vh}.logo-text{font-size:2rem}.logo img{width:35px;height:35px}.sidebar ul{gap:1.2rem}.sidebar a{font-size:1.4rem}.sidebar a:hover{transform:scale(1.3)}.section1 h1{font-size:15vw}.sectionpara{font-size:1.2rem;padding:0 2rem}.bottom-panel{gap:1rem;padding:1rem .5rem}.bottom-panel .card{width:45vw;min-width:180px;max-width:320px}.top-panel h1{font-size:2.5rem}.top-panel p{font-size:1.1rem}.footer{height:50vh}}@media screen and (max-width:768px){.section1 .bg-video,.video-background-section .bg-video{display:none}.section1{background:linear-gradient(135deg,#1a0505,#2b0808,#000);position:relative;padding:1rem;min-height:50vh}.section1:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,63,51,.1) 0%,transparent 70%);pointer-events:none}.header{padding:.5rem .8rem;flex-wrap:wrap;justify-content:center;gap:.5rem}.logo{margin-right:0;margin-bottom:.3rem}.logo-text{font-size:1.6rem}.logo img{width:30px;height:30px}.sidebar{width:100%;display:flex;justify-content:center}.sidebar ul{gap:.8rem;flex-wrap:wrap;justify-content:center}.sidebar a{font-size:1rem}.sidebar a:hover{transform:scale(1.2)}.section1{padding:1rem}.section1 h1{font-size:18vw}.sectionpara{font-size:1rem;padding:0 1rem}.section2{padding:1.5rem .8rem}.section2 h1{font-size:10vw}.section2 h2{font-size:.9rem}.featured,.bottom-panel{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:1.5rem 1rem;gap:1.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.featured::-webkit-scrollbar,.bottom-panel::-webkit-scrollbar{display:none}.card,.bottom-panel .card{width:180px;flex-shrink:0;scroll-snap-align:start;box-shadow:0 4px 10px #00000026;background:#fdfdfd}.card h3,.bottom-panel .card h3{font-size:1.05rem;margin:.6rem .4rem .2rem;line-height:1.2;height:2.4rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.card p,.bottom-panel .card p{font-size:.75rem;margin:0 .4rem .4rem}.nav-search{display:none}.nav-search-container{order:3;width:100%;margin:.5rem 0}#movies h1{font-size:8vw}#movies h2{font-size:1rem}.footer{flex-direction:column;height:auto}.footer-left,.footer-right{min-height:30vh}.footer-left{font-size:16px;padding:15px}.footer-left h2{font-size:1.5rem}}@media screen and (max-width:600px){.header{padding:.5rem}.logo-text{font-size:1.4rem}.logo img{width:25px;height:25px}.sidebar ul{gap:.5rem}.sidebar a{font-size:.85rem}.section1 h1{font-size:20vw}.sectionpara{font-size:.9rem}.section2 h1{font-size:12vw}.carousel-caption h3{font-size:1.2rem}.carousel-caption p{font-size:.8rem}.featured{gap:1rem}.card{width:90vw}.card img,.bottom-panel .card img{height:200px}.bottom-panel{flex-direction:row;align-items:flex-start;gap:1rem}.bottom-panel .card{width:90vw;min-width:140px;max-width:98vw}.top-panel{padding:20px 10px}.top-panel h1{font-size:2rem}.top-panel p{font-size:1rem}.nav-search{flex-direction:column;gap:.5rem;max-width:90vw}.nav-search input[type=text]{border-radius:20px;width:100%;font-size:.85rem}.nav-search button{border-radius:20px;width:100%;border:1px solid #FF3F33;font-size:.85rem}.back-to-top{bottom:15px;right:15px;font-size:1.5rem}}@media screen and (max-width:480px){.header{min-height:auto}.logo-text{font-size:1.2rem}.sidebar a{font-size:.75rem}.section1 h1{font-size:22vw}.sectionpara{font-size:.8rem;padding:0 .5rem}.section2{padding:1rem .5rem}.section2 h1{font-size:14vw}.card{width:155px}.card h3,.bottom-panel .card h3{font-size:.95rem}.card p,.bottom-panel .card p{font-size:.7rem;margin:0 .3rem .3rem}.top-panel h1{font-size:1.8rem}.top-panel p{font-size:.9rem}.footer-left h2{font-size:1.2rem}.footer-left{font-size:14px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px}.modal-content{background:#1a1a1a;color:#fff;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;border-radius:12px;position:relative;display:flex;flex-direction:column;box-shadow:0 0 20px #ff3f3333}.modal-header{padding:1rem;display:flex;justify-content:flex-end}.close-button{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0 10px}.modal-body{padding:20px;display:flex;gap:2rem;flex-wrap:wrap}.modal-poster{width:300px;aspect-ratio:2/3;object-fit:cover;border-radius:8px;box-shadow:0 4px 15px #00000080}.modal-info{flex:1;min-width:300px}.modal-info h2{font-family:Bebas Neue,sans-serif;font-size:3rem;color:#ff3f33;margin-bottom:.5rem}.modal-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:1.1rem;color:#ccc}.modal-overview{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.modal-actions{display:flex;gap:1rem;margin-bottom:2rem}.action-btn{padding:10px 20px;border:none;border-radius:25px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s}.btn-primary{background:#ff3f33;color:#fff}.btn-secondary{background:#333;color:#fff}.action-btn:hover{transform:scale(1.05)}.liked{color:#ff3f33}.trailer-container{margin-top:2rem;width:100%;aspect-ratio:16/9}.trailer-container iframe{width:100%;height:100%;border:none;border-radius:8px}.genre-container{padding:1rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;background:#fff}.genre-btn{padding:8px 16px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;transition:all .3s;font-family:Raleway,sans-serif}.genre-btn:hover,.genre-btn.active{background:#ff3f33;color:#fff;border-color:#ff3f33}.watchlist-badge{position:absolute;top:10px;right:10px;background:#000000b3;color:#ff3f33;padding:5px;border-radius:50%;z-index:2}@media screen and (max-width:768px){.modal-poster{width:100%;max-width:250px;margin:0 auto}.modal-body{flex-direction:column;text-align:center}.modal-stats,.modal-actions{justify-content:center}}.watchlist-page{min-height:80vh;padding:8rem 2rem 2rem;background-color:#f5f5f5}.watchlist-page h1{font-family:Bebas Neue,sans-serif;font-size:4rem;color:#ff3f33;text-align:center;margin-bottom:2rem}.watchlist-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.empty-state{text-align:center;padding:4rem;font-size:1.5rem;color:#666;font-family:Raleway,sans-serif}.movie-details-page{min-height:100vh;background-color:#fff;color:#000;font-family:Raleway,sans-serif;overflow-x:hidden}.details-back-btn{display:none}.details-top-banner{width:100%;margin:0 auto;border-top:30px solid #FF3F33;border-bottom:0px solid #FF3F33;border-left:10px solid #FF3F33;border-right:10px solid #FF3F33;background:#fdfdfd;overflow:hidden}.details-top-grid{display:flex;height:clamp(400px,60vh,700px);background:#fff}.details-poster-box{flex:0 0 clamp(250px,20%,400px);border-right:15px solid #FF3F33;background:#fff}.details-poster-img{width:100%;height:100%;object-fit:cover;display:block}.details-trailer-box{flex:1;background:#fff;display:flex;align-items:center;justify-content:center}.details-trailer-box iframe{width:100%;height:100%;border:none}.no-trailer{font-size:1.5rem;color:#ccc;font-weight:700}.movie-title-bar{background-color:#ff3f33;padding:30px 0;display:flex;justify-content:space-between;align-items:center;color:#fff}.movie-name-header{font-family:Bebas Neue,sans-serif;font-size:6.5rem;margin:0;line-height:1;text-transform:uppercase;letter-spacing:2px}.movie-meta-header{display:flex;gap:15px;font-size:1.2rem;margin-top:5px;opacity:.9;font-weight:500}.title-bar-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.wishlist-action-btn{background:#fff;color:#000;border:none;padding:10px 20px;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s,background .2s}.wishlist-action-btn:hover{transform:scale(1.05);background:#f0f0f0}.wishlist-action-btn.active{color:#ff3f33}.rating-display{font-size:1.1rem;font-weight:500;padding-right:100px}.details-container{max-width:1600px;margin:40px auto;padding:0 20px}.info-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}.details-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 10px 30px #00000014;border-left:6px solid #FF3F33;min-height:120px;transition:transform .3s}.details-card:hover{transform:translateY(-5px)}.card-label{color:#ff3f33;font-family:Bebas Neue,sans-serif;font-size:1.4rem;margin-bottom:15px;letter-spacing:1px}.card-text{line-height:1.6;color:#555;font-size:.95rem}.director-name-badge{display:inline-block;border:2px solid #FF3F33;padding:8px 15px;border-radius:5px;color:#000;font-weight:700;font-size:1.1rem}.genre-tags-container{display:flex;flex-wrap:wrap;gap:10px}.genre-pill{background:#ff3f33;color:#fff;padding:6px 15px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 8px #ff3f3333}.nested-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.info-item{font-size:.9rem}.info-item strong{display:block;color:#ff3f33;font-size:.75rem;text-transform:uppercase}.full-width-card{grid-column:1 / -1;margin-top:20px;min-height:300px}.cast-scroll-container{display:flex;gap:20px;overflow-x:auto;padding:10px 5px 20px;scrollbar-width:thin;scrollbar-color:#FF3F33 #f0f0f0}.cast-member-item{flex:0 0 140px;text-align:center}.actor-image-wrapper{width:140px;height:180px;border-radius:8px;overflow:hidden;margin-bottom:10px;background:#eee}.actor-image-wrapper img{width:100%;height:100%;object-fit:cover}.actor-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#bbb}.actor-name{font-size:.95rem;font-weight:700;margin:5px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actor-role{font-size:.8rem;color:#ff3f33;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-slider-wrapper{position:relative;display:flex;align-items:center;gap:15px}.gallery-slider-content{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.gallery-slider-content::-webkit-scrollbar{display:none}.gallery-slide-item{flex:0 0 350px;height:220px;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000001a;cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.gallery-slide-item:hover{transform:scale(1.04)}.gallery-slide-item img{width:100%;height:100%;object-fit:cover}.gallery-nav-btn{background:#f0f0f0d2;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;color:#ff3f33;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001a;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0;z-index:5}.gallery-nav-btn:hover{background:#ff3f33;color:#fff;transform:scale(1.15);box-shadow:0 4px 10px #ff3f334d}.gallery-nav-btn.prev{margin-right:-10px}.gallery-nav-btn.next{margin-left:-10px}.mockup-footer{background-color:#ff3f33;padding:40px 20px;margin-top:80px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.footer-brand{margin-bottom:60px}.footer-logo-text{font-family:Raleway,sans-serif;font-size:18rem;line-height:.5;margin:0;letter-spacing:-12px;font-weight:500}.footer-tagline{font-size:1.2rem;max-width:600px;margin:50px auto 0;font-weight:200;opacity:.95}.footer-nav-links{display:flex;gap:40px;margin-top:10px}.footer-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:200;transition:opacity .2s}.footer-link:hover{opacity:.7}.gallery-modal-overlay{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-content{position:relative;max-width:90%;max-height:90vh;display:flex;justify-content:center;align-items:center}.gallery-modal-image{max-width:100%;max-height:85vh;object-fit:contain;border:5px solid #FF3F33;border-radius:8px;box-shadow:0 0 50px #ff3f3366}.gallery-modal-close{position:absolute;top:-60px;right:0;background:#ff3f33;color:#fff;border:none;font-size:3rem;width:60px;height:60px;line-height:55px;border-radius:50%;cursor:pointer;transition:transform .2s;box-shadow:0 4px 15px #0000004d}.gallery-modal-close:hover{transform:rotate(90deg) scale(1.1)}.watchlist-page{padding:120px 5% 50px;min-height:80vh}.watchlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.watchlist-header h1{font-family:Boldonse,system-ui;font-size:2.5rem;margin:0;color:#ff3f33}.watchlist-controls{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.watchlist-filters{display:flex;background:#ffffff0d;border-radius:30px;padding:4px;border:1px solid rgba(255,63,51,.2)}.watchlist-filters button{background:none;border:none;color:#aaa;padding:8px 18px;border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.watchlist-filters button.active{background:#ff3f33;color:#fff;box-shadow:0 4px 15px #ff3f3366}.clear-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 20px;border-radius:30px;cursor:pointer;transition:all .3s ease;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.clear-btn:hover{background:#ffffff1a;border-color:#fff}.no-results{grid-column:1 / -1;text-align:center;padding:4rem;background:#ffffff08;border-radius:20px;color:#666;font-size:1.1rem;border:1px dashed rgba(255,255,255,.1)}@media(max-width:768px){.watchlist-header{flex-direction:column;align-items:flex-start}.watchlist-controls{width:100%;justify-content:space-between}}@media(max-width:1200px){.movie-name-header{font-size:4.5rem}}@media(max-width:1024px){.movie-name-header{font-size:3.5rem}.footer-logo-text{font-size:7rem;letter-spacing:-5px}.rating-display{padding-right:20px}}@media(max-width:768px){.details-top-banner{width:100%;margin:0;border-width:0}.details-top-grid{flex-direction:column;height:auto}.details-poster-box{flex:0 0 auto;height:450px;border-right:none;border-bottom:8px solid #FF3F33;width:100%}.details-trailer-box{height:300px;width:100%}.movie-title-bar{padding:30px 20px;flex-direction:column;text-align:center;gap:20px}.title-bar-left{width:100%;display:flex;flex-direction:column;align-items:center}.movie-name-header{font-size:2.8rem;margin-bottom:10px}.movie-meta-header{justify-content:center;font-size:1rem}.title-bar-right{width:100%;align-items:center;gap:15px}.wishlist-action-btn{width:auto;min-width:200px;justify-content:center}.rating-display{padding-right:0;font-size:1.2rem}.info-sections-grid{grid-template-columns:1fr;gap:20px}.nested-info-grid{grid-template-columns:1fr}.movie-details-page{padding-top:80px}.footer-logo-text{font-size:3.5rem;letter-spacing:-1px}.footer-tagline{font-size:1rem;margin-top:30px;padding:0 10px}.footer-nav-links{flex-direction:row;gap:20px;flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.movie-name-header{font-size:2.2rem}.movie-meta-header{font-size:.9rem;gap:10px}.details-poster-box{height:350px}.details-trailer-box{height:220px}.footer-logo-text{font-size:2.22rem;letter-spacing:0}.cast-member-item{flex:0 0 120px}.actor-image-wrapper{width:120px;height:160px}.gallery-slide-item{flex:0 0 280px;height:180px}}
