body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2b3238;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.movies-card{box-shadow:0 0 5px #1a1e22,0 0 10px #1a1e22,0 0 15px #1a1e22,0 0 20px #1a1e22;font-size:.95em;font-style:kubik;height:100%;width:100%}.movies-card:hover{box-shadow:0 0 5px #e9ecee,0 0 10px #e9ecee,0 0 15px #e9ecee,0 0 20px #e9ecee;cursor:pointer;-webkit-transform:scale(1.025);transform:scale(1.025);transition-duration:.2s}.movies-card:active{box-shadow:0 0 5px #1a1e22,0 0 10px #1a1e22,0 0 15px #1a1e22,0 0 20px #1a1e22;-webkit-transform:scale(1.055);transform:scale(1.055);transition-duration:.2s}.movies-poster-img{box-shadow:none;width:100%}.card-bars{align-items:center;background-color:#56636f;display:flex;height:50px;justify-content:center;margin-top:-5px;padding:0;width:100%}button{background-color:#2b3238;border:none;border-radius:15px;box-shadow:none;box-shadow:0 0 2px #1a1e22,0 0 5px #1a1e22,0 0 7px #1a1e22,0 0 10px #1a1e22;color:#e9ecee;font-family:rubik;font-size:.9em;height:30px;margin-top:30px}button:hover{box-shadow:0 0 2px #e9ecee,0 0 5px #e9ecee,0 0 7px #e9ecee,0 0 10px #e9ecee;cursor:pointer;-webkit-transform:scale(1.025);transform:scale(1.025);transition-duration:.2s}.movie-grid{grid-gap:40px;display:grid;grid-template-columns:repeat(4,1fr);margin:20px;padding:20px}a,a:active,a:hover,a:visited{color:inherit;text-decoration:none}@media screen and (max-width:751px){.movie-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:420px){.movie-grid{grid-template-columns:repeat(1,1fr)}}.header-cont{align-items:center;background-color:#1a1e22;display:flex;height:15vh;justify-content:space-evenly}h1{color:#e9ecee;font-family:Monoton,sans-serif;font-size:64px;margin:0;text-align:center}.sel-movie-backdrop-img{width:100vw}.sel-movie-poster-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:40px}.sel-movie-poster-img{height:400px}.sel-movie-detail-section,.sel-movie-details{display:flex;justify-content:center}.sel-movie-details{flex-direction:column;font-size:1.2em}.sel-movie-card{align-items:center;background-color:#2b3238;color:#e9ecee;display:flex;flex-direction:column;margin:auto;padding:50px}.img-section{background-position:50%;background-size:cover;height:800px}.img-overlay,.img-section{position:relative;width:100%}.img-overlay{align-items:center;background:rgba(0,0,0,.75);box-shadow:0 0 5px #1a1e22,0 0 10px #1a1e22,0 0 15px #1a1e22,0 0 20px #1a1e22;display:flex;height:100%;justify-content:center}.sel-movie-tagline{color:#e9ecee;font-size:2em;font-style:italic;margin-top:30px}.sel-movie-title{font-size:4em;margin-top:0}.sel-movie-overview{font-size:1.3em;padding-bottom:40px;padding-top:40px}.sel-movie-title-section{align-items:center;border-left:2px solid #e9ecee;border-right:2px solid #e9ecee;display:flex;flex-direction:column;margin-left:20px;margin-right:20px;padding:25px;width:40vw}.sel-movie-trailer{height:250px;width:400px}.movie-det-title-line{font-weight:bolder;margin-bottom:10px;margin-top:20px}.movie-det-line{margin-bottom:20px;padding-right:20px}@media screen and (max-width:925px){.sel-movie-poster-img{height:260px}.sel-movie-trailer{height:188px;width:300px}.sel-movie-title-section{height:50vh}.sel-movie-overview{font-size:1.3em;padding-bottom:20px;padding-top:20px}.sel-movie-title{font-size:3em;margin-top:20px}}@media screen and (max-width:825px){.header-cont{flex-direction:column}h1{font-size:48px}.sel-movie-title-section{padding-top:0}.sel-movie-title{font-size:32px;margin-top:0}.sel-movie-overview{font-size:18px}}@media screen and (max-width:700px){h1{font-size:42px}.sel-movie-detail-section{align-items:center;flex-direction:column;height:60vh;justify-content:start;overflow:auto;width:80vw}.sel-movie-details{margin-top:20px}.sel-movie-title-section{border:none}.sel-movie-poster-img{height:400px;width:250px}}@media screen and (max-width:550px){h1{font-size:36px}.sel-movie-detail-section{height:90vh}.sel-movie-tagline{font-size:24px}.sel-movie-title{font-size:32px;margin-top:20px}.sel-movie-overview{width:60vw}.sel-movie-details{margin-top:200px}}@media screen and (max-width:393px){h1{font-size:30px}.sel-movie-card{padding:20px}.sel-movie-poster-img{height:300px;width:188px}.sel-movie-tagline{font-size:24px}.sel-movie-title{font-size:32px;margin-top:10px}.sel-movie-title-section{padding:0}.sel-movie-overview{width:75vw}.sel-movie-details{margin-top:300px}}.error-cont{align-items:center;background-color:#2b3238;color:#e9ecee;display:flex;flex-direction:column;height:85vh;justify-content:center}.error-h2{font-size:48px;margin:30px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.error-h2:hover{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;cursor:pointer}.error-h3{margin:30px;width:50vw}*{margin:0}.App{font-family:rubik;margin:0;padding:0;text-align:center}.App,.app-error-cont{background-color:#2b3238;color:#e9ecee}.app-error-cont{align-items:center;display:flex;height:85vh;justify-content:center}
/*# sourceMappingURL=main.66896c69.css.map*/