header{display:flex;flex-direction:column;background-color:#000;color:#da951f;padding:32px 16px}.navbar{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:16px}@media (min-width: 992px){.navbar{flex-direction:row;margin-left:32px;align-items:flex-end}}@media (min-width: 1200px){.navbar{margin-bottom:20px}}@media (min-width: 992px){header .header-text-box{display:flex;flex-direction:column;align-items:flex-start}}@media (min-width:577px) and (max-width: 992px){header .header-text{display:flex;flex-direction:row;margin-right:32px;gap:40px}}header .movie-icon{font-size:4rem;margin:0 auto}@media (min-width: 992px){header .movie-icon{font-size:3rem}}@media (min-width: 1200px){header .movie-icon{font-size:4rem}}header h1{font-family:Limelight;font-size:2rem;background-image:linear-gradient(to left,#f1e3cb,#eec784,#da951f);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;text-align:center}@media (min-width: 768px){header h1{font-size:3rem}}@media (min-width: 1200px){header h1{font-size:4rem}}header h2{font-family:Poppins,serif;font-weight:400;font-size:1rem;color:#f1e3cb;margin-top:5px;text-align:center}@media (min-width: 768px){header h2{font-size:1.5rem}}@media (min-width: 992px){header h2{font-size:1rem}}@media (min-width: 1200px){header h2{font-size:1.5rem}}.mobile-menu-link.active{text-decoration:2px solid underline}.menu-link.active{border:2px solid goldenrod;border-radius:32px;padding:12px}.dropdown-menu{display:inline-block;position:relative}@media (min-width: 992px){.dropdown-menu{display:none}}.dropdown-menu button{border:none;background-image:linear-gradient(to right,#f1e3cb,#eec784);font-weight:700;cursor:pointer;margin-top:30px;padding:10px;border-radius:16px;width:250px;text-transform:uppercase;font-size:18px}.dropdown-menu-content{background-color:#000;display:none;font-family:Poppins,serif;min-width:250px;position:absolute;z-index:1;left:50%;transform:translate(-50%,-50%);top:180px;border-radius:16px;opacity:0;visibility:hidden;transition:all .3s ease}.dropdown-menu-content.show{display:block;opacity:1;visibility:visible}.dropdown-menu-content a{color:#ead4ae;display:block;padding:12px 16px;text-decoration:none;font-size:1.2rem;font-family:Poppins,serif}.dropdown-menu-content a:hover{background-color:#f1e3cb;color:#000}.desktop-menu{display:none}@media (min-width: 992px){.desktop-menu{display:flex}}@media (min-width: 992px){.desktop-menu a{text-decoration:none;color:#f1e3cb;font-family:Poppins,serif;margin-right:16px;font-size:1.1rem}}@media (min-width: 1200px){.desktop-menu a{font-size:1.25rem;margin-right:20px}}footer .footer-text-box{display:flex;flex-direction:column;background-color:#000;color:#f1e3cb;padding:32px 16px;width:100%}@media (min-width: 567px){footer .footer-text-box{flex-direction:row-reverse;justify-content:space-between;padding:32px 24px}}@media (min-width: 768px){footer .footer-text-box{padding:32px}}@media (min-width: 1200px){footer .footer-text-box{padding:32px 64px}}footer .MDTB-icon{font-size:2.85rem}@media (min-width: 768px){footer .MDTB-icon{margin-left:16px}}footer .footer-text-content p{font-family:Poppins,serif,monospace;font-size:.75rem}@media (min-width: 992px){footer .footer-text-content p{font-size:.9rem}}.movie-list{display:grid;grid-template-columns:100%;flex-wrap:wrap;background-color:#000}@media (min-width: 576px){.movie-list{grid-template-columns:repeat(2,50%)}}@media (min-width: 767px){.movie-list{grid-template-columns:repeat(3,33.35%)}}@media (min-width: 992px){.movie-list{grid-template-columns:repeat(4,25%)}}.movie-list-card{display:flex;flex-direction:column;position:relative}.movie-list-card:hover .movie-list-card-text-box{display:flex}.movie-list-card-text-box{display:none;flex-direction:column;justify-content:flex-end;color:#fff;position:absolute;background:rgba(0,0,0,.75);top:0;right:0;bottom:0;left:0;padding:36px 24px}.rating-box{display:flex;align-items:center;gap:8px}.rating-box p,.star-icon{font-size:1.5rem;color:#da951f}.movie-list-title{background-image:linear-gradient(to right,#eec784,#e2e2df,#eec784);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;text-align:left;padding:16px 0;text-transform:uppercase;font-size:2rem}@media (min-width: 767px){.movie-list-title{font-size:1.8rem}}@media (min-width: 992px){.movie-list-title{font-size:1.5rem}}.movie-card{min-height:100vh;min-width:100vw;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background-size:cover;background-repeat:no-repeat}.arrow-box{display:flex;gap:10px;align-self:flex-start;align-items:center;margin:20px}.arrow-box:hover{gap:15px;cursor:pointer}.arrow-box p{font-size:1.35rem;font-weight:700;text-shadow:2px 2px 15px rgba(26,30,35,1)}.arrow-icon{font-size:2.5rem;background-color:#1a1e234d;box-shadow:2px 2px 15px #1a1e23;border-radius:100%}.movie-content-box{display:flex;flex-direction:column;padding:24px 16px;background:linear-gradient(to top,rgba(26,30,35,.7),rgba(235,235,234,0));gap:20px}@media (min-width: 576px){.movie-content-box{background:linear-gradient(to top,rgba(26,30,35,.7),rgba(26,30,35,.7),rgba(26,30,35,.7),rgba(26,30,35,.7),rgba(235,235,234,0));padding:10}}@media (min-width: 768px){.movie-content-box{flex-direction:row;background:linear-gradient(to top,rgba(26,30,35,.7),rgba(235,235,234,0))}}.movie-content-box img{border:5px solid #da951f;border-radius:0 16px;width:220px}@media (min-width: 576px){.movie-content-box img{width:300px}}@media (min-width: 767px){.movie-content-box img{width:400px}}.movie-info-box{display:flex;flex-direction:column;gap:12px;text-align:left}@media (min-width: 768px){.movie-info-box{justify-content:flex-end}}@media (min-width: 992px){.movie-info-box{width:600px}}.movie-info-box h1{font-size:1.6rem;line-height:2rem}.movie-info-box p{font-size:1rem;line-height:1.8rem;font-family:Poppins,serif,monospace}.rating-time-box{display:flex;justify-content:space-between;align-items:center;width:230px}.rating{display:flex;gap:12px;align-items:center;background-color:#fff;padding:5px 12px;border-radius:0 16px}.rating p{color:#000;font-family:Poppins,serif,monospace;font-weight:600}.runtime{color:#000;font-family:Poppins,serif,monospace;font-weight:600;background-color:#fff;padding:5px 12px;border-radius:0 16px}.star-icon{color:#e9ba20}.page-not-found{display:flex;justify-content:center;align-items:center;background-color:#000;width:100vw;height:100vh;padding:20px}.text-box{display:flex;flex-direction:column}.page-not-found h1{font-family:Limelight;font-weight:700;font-size:6rem;background-image:linear-gradient(to left,#f1e3cb,#eec784,#da951f);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;margin-bottom:15px}.page-not-found p{font-family:Poppins,serif;font-weight:400;font-size:1.25rem;background-image:linear-gradient(to left,#da951f,#eec784,#f1e3cb,#eec784,#da951f);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}@media (min-width: 576px){.page-not-found h1{font-size:10rem}}*{box-sizing:border-box;margin:0;padding:0;font-family:Muli,sans-serif}body{max-width:100%;overflow-x:hidden}
