@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}html{font-size:62.5%}a{color:#000;text-decoration:none}img{border-radius:1rem;margin:1rem 0;min-width:10rem;transition:all .3s linear}.movie-section{margin:auto;max-width:140rem;padding:3rem}.cards{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}.card{align-items:center;border:1px solid #000;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;max-width:30rem;min-height:30rem;width:25rem}.card img{height:23rem}.card h2{margin-top:1rem}a:hover .card{background-color:#e6e6e6}a:hover{color:#fff}a:hover h2{color:#fff;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.movies-page-loading{display:flex;justify-content:center}.movies-page-loading .loading{color:#000;font-size:2.5rem;margin-top:1rem}@media screen and (max-width:1150px){.cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:680px){.cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:450px){.cards{grid-template-columns:repeat(1,1fr)}}.search{display:flex;flex-direction:column;height:8rem}.search h2{color:#787878;margin-top:1rem;text-align:center}form{display:flex;justify-content:center}.error-text{color:#dd2c2c;font-weight:600}.error-text,input{font-size:1.3rem;text-align:center}input{border-radius:1rem;height:2.2rem;margin:6px auto;width:190px}.single-movie-page{background-color:#13a8a8;min-height:100vh}.single-movie-card,.single-movie-page{align-items:center;display:flex;justify-content:center}.single-movie-card{background-color:#eaeaea;border:1px solid #000;border-radius:1rem;min-height:40rem;width:70rem}.loading{color:#fff;font-size:2.5rem}.single-movie-card img{height:35rem;margin:1.3rem;width:40rem}.single-movie-card .card-info{display:flex;flex-direction:column}.single-movie-card button{border-radius:1rem;cursor:pointer;height:4rem;margin-bottom:2rem;width:8rem}.single-movie-card button:hover{background-color:#c3c3c3}.single-movie-card .card-title{font-size:3rem;font-weight:700;margin:.4rem}.single-movie-card .card-text{font-size:1.4rem;font-weight:600;margin:.4rem}@media screen and (max-width:780px){.single-movie-card{flex-direction:column;width:30rem}.single-movie-card img{height:35rem;margin:1.3rem;width:25rem}.single-movie-card button{margin-left:1rem}}.error{align-items:center;display:flex;justify-content:center;min-height:100vh}
/*# sourceMappingURL=main.d6a2104b.css.map*/