@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);@import url(https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@700&display=swap);*{box-sizing:border-box}body{background-color:#1c2c47;color:#fff;font-family:"Source Sans Pro",sans-serif;margin:0}.app,body{display:flex;flex-direction:column}.app{justify-content:center}header{padding:1rem 1rem 0;background-color:#22375a;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;box-shadow:3px 3px 5px rgba(0,0,0,.1);z-index:999;position:-webkit-sticky;position:sticky;top:0;object-fit:contain}.brand-name{align-items:center;display:flex;flex-direction:row;cursor:pointer}@media screen and (max-width:768px){.brand-name{margin:auto;padding-bottom:10px}}.brand-name .a{font-family:"Encode Sans SC",sans-serif;color:red;font-size:38px;padding-right:3px;transition:.2s ease-in-out}.brand-name .a:hover{font-size:42px;color:#fc0}.brand-name .b{font-family:"Encode Sans SC",sans-serif;color:red;font-size:34px;padding-top:2px;padding-right:3px;transition:.2s ease-in-out}.brand-name .b:hover{font-size:38px;color:#fc0}.brand-name .c{font-family:"Encode Sans SC",sans-serif;color:red;font-size:31px;padding-top:3px;padding-right:3px;transition:.2s ease-in-out}.brand-name .c:hover{font-size:35px;color:#fc0}.brand-name .d{font-family:"Encode Sans SC",sans-serif;color:red;font-size:30px;padding-top:4px;padding-right:3px;transition:.2s ease-in-out}.brand-name .d:hover{font-size:34px;color:#fc0}.brand-name .e{font-family:"Encode Sans SC",sans-serif;color:red;font-size:28px;padding-top:5px;padding-right:3px;transition:.2s ease-in-out}.brand-name .e:hover{font-size:32px;color:#fc0}.brand-name .f{font-family:"Encode Sans SC",sans-serif;color:red;font-size:28px;padding-top:5px;padding-right:3px;transition:.2s ease-in-out}.brand-name .f:hover{font-size:32px;color:#fc0}.brand-name .g{font-family:"Encode Sans SC",sans-serif;color:red;font-size:30px;padding-top:4px;padding-right:3px;transition:.2s ease-in-out}.brand-name .g:hover{font-size:34px;color:#fc0}.brand-name .h{font-family:"Encode Sans SC",sans-serif;color:red;font-size:32px;padding-top:3px;padding-right:3px;transition:.2s ease-in-out}.brand-name .h:hover{font-size:36px;color:#fc0}.brand-name .i{font-family:"Encode Sans SC",sans-serif;color:red;font-size:34px;padding-top:2px;padding-right:3px;transition:.2s ease-in-out}.brand-name .i:hover{font-size:38px;color:#fc0}.brand-name .j{font-family:"Encode Sans SC",sans-serif;color:red;font-size:38px;transition:.2s ease-in-out}.brand-name .j:hover{font-size:42px;color:#fc0}.brand-name .k,.brand-name .l{font-family:"Encode Sans SC",sans-serif;color:red;font-size:40px}.brand-name .l{transition:.3s ease-in-out}.brand-name .l:hover{color:#fc0}header>h2{font-family:"Encode Sans SC",sans-serif;color:red;letter-spacing:.2rem}.formContainer{display:flex;flex-direction:row;border:2px solid #1c2c47;border-radius:50px;margin-bottom:10px;object-fit:contain}@media screen and (max-width:768px){.formContainer{margin-left:auto;margin-right:auto;margin-bottom:10px}}.formContainer>.MuiSvgIcon-root{font-size:35px;padding-top:5px;color:#0d1541}.search{outline:none;background-color:transparent;color:#fc0;font-family:inherit;font-size:1.2rem;height:2.5rem;width:20rem;border:none}.movie-container{display:flex;flex-wrap:wrap;justify-content:center}.movie{width:270px;border-radius:8px;box-shadow:3px 3px 5px rgba(0,0,0,.1);margin:1rem;color:#fff;overflow:hidden;position:relative;background-color:#22375a;cursor:pointer;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.movie:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.movie>img{height:420px;object-fit:cover;width:100%}.movie-info{display:flex;align-items:center;padding-left:1rem;justify-content:space-between}.movie-info>h3{margin:0}.movie-info>h3:hover{color:#fc0}.movie-over{background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -3px 5px rgba(0,0,0,.1);padding:1rem;position:absolute;bottom:0;left:0;right:0;overflow:auto;max-height:100%;color:#1c2c47;-webkit-transform:translateY(102%);transform:translateY(102%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.movie-over>h2{color:#0d1541;letter-spacing:.1rem}.movie:hover .movie-over{-webkit-transform:translateY(0);transform:translateY(0)}.vote{margin:10px;padding:0 15px;border:2px solid #0d1541;border-radius:10px;box-shadow:3px 3px 5px rgba(0,0,0,.2);font-size:bold;font-weight:700;text-align:center}.footer,.footerContainer{display:flex;align-items:center}.footer{padding:1rem;text-align:center;flex-direction:column;background-color:#005075;height:auto;width:100%;font-weight:700;z-index:999;margin:auto;border-top-left-radius:10px;border-top-right-radius:10px}.footer>p{color:#e0d7c7;font-size:20px;font-weight:700}.footer-links{display:flex;flex-direction:row;justify-content:center;margin:auto}.instagram{padding:0 30px}.instagram>a>.MuiSvgIcon-root{font-size:40px;transition:.3s ease-in-out;color:#222}.instagram>a>.MuiSvgIcon-root:hover{color:red;cursor:pointer;font-size:45px}.facebook{padding:0 30px}.facebook>a>.MuiSvgIcon-root{font-size:40px;transition:.3s ease-in-out;color:#222}.facebook>a>.MuiSvgIcon-root:hover{color:#0a7fec;cursor:pointer;font-size:45px}.linkedin{padding:0 30px}.linkedin>a>.MuiSvgIcon-root{font-size:40px;transition:.3s ease-in-out;color:#222}.linkedin>a>.MuiSvgIcon-root:hover{color:#0a66c2;cursor:pointer;font-size:45px}
/*# sourceMappingURL=main.488f6202.chunk.css.map */