body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}*{font-family:Arial,Helvetica,sans-serif}.App{background-color:#002043;height:140vh}.main-page-cont{background:linear-gradient(55deg,#002043 10%,#203c5b 20%,#002043 35%,#002043 40%,#203c5b 55%,#002043 75%,#203c5b 95%);flex-direction:column;height:100%;justify-content:space-evenly;width:99.9%}.main-page-cont,.search-input{align-items:center;display:flex}.search-input{height:10%;justify-content:center;width:100%}.input-search{border:0;border-radius:30px 30px 30px 30px;color:#000;font-size:25px;font-weight:900;height:25px;padding:0 10px;text-align:center;width:500px}.movie-list{align-items:center;background:linear-gradient(185deg,#112020 25%,#2d3838 50%,#112020 75%);border:5px solid #bf5709;border-radius:5px;display:grid;grid-auto-columns:15%;grid-auto-flow:column;height:35%;overflow-x:auto;overscroll-behavior-inline:contain;padding:1.5%;width:95%;p{text-decoration:none}}.movie{align-items:center;display:flex;flex-direction:column;height:80%;justify-content:center;width:70%;img{border-radius:5px;cursor:pointer;height:auto;object-fit:contain;width:100%}p{text-wrap:pretty;color:#fff;font-size:15px;margin:10px 0 0;text-align:center}}.movie img:hover{transform:scale(1.1)}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-thumb{background-color:#0163cb;border-radius:5px}::-webkit-scrollbar-track{background-color:#01143a}@media screen and (max-width:576px){.main-page-cont{background-color:#0163cb}.movie{img{height:100px;width:100px}p{font-size:12px}}.search-input{width:75%}.input-search{font-size:15px}.movie-list{padding:1%}}.navbar{background:linear-gradient(120deg,#023396 15%,#022978 35%,#023396 70%,#022978 90%);display:flex;flex-direction:row;gap:20px;padding:20px;position:relative;img{border-radius:50%;cursor:pointer;position:absolute;width:90px}h1,img{animation-duration:4s;animation-name:logoPic}h1{color:#fff;font-size:30px;font-weight:700;padding-left:90px}}.navbar img:hover{transform:scale(1.1)}@keyframes logoPic{0%{transform:translate(0)}25%{transform:translate(200px)}50%{transform:translate(0)}75%{transform:translate(0)}to{transform:translate(0)}}@media screen and (max-width:576px){.navbar{img{width:50px}h1{font-size:15px;padding-left:40px}}}.footer{background:linear-gradient(120deg,#023396 15%,#022978 35%,#023396 70%,#022978 90%);display:flex;justify-content:space-around;margin:0 auto;padding:25px}.footer-info{ul{display:flex;gap:20px;list-style:none}li{color:#fff;cursor:pointer}}.footer-icon img{border-radius:50%;width:90px}@media screen and (max-width:576px){.footer{img{width:50px}ul{gap:10px}li{font-size:12px}}}.trailer-cont{height:100vh}.trailer{background:linear-gradient(185deg,#112020 25%,#2d3838 50%,#112020 75%);gap:10px;grid-auto-columns:15%;grid-auto-flow:column;height:97%;overflow-x:auto;overscroll-behavior-inline:contain;padding:1%;width:98%}.movie-video,.trailer{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.movie-video{flex-direction:row;height:80%;width:75%;width:150px;iframe{cursor:pointer;height:auto;object-fit:contain;width:100%}h3{font-size:15px}}@media screen and (max-width:576px){.main-page-cont{background-color:#0163cb}}.error-message{align-items:center;background-color:#fff;border:5px solid red;display:flex;flex-wrap:wrap;height:50px;justify-content:center;margin:0;padding:10px;width:320px}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.currentIndex-hidden{display:none!important}.outer-container{background:linear-gradient(180deg,#000 60%,#0000 97%);border-radius:10px;display:flex;flex-direction:column;gap:1%;height:40%;justify-content:center;width:99%;.movie-index-dots{display:flex;gap:1%;justify-content:center;margin-top:.5%};.index-dot{background-color:#fd6e00;border:0;border-radius:50%;color:#040200;cursor:pointer};.index-dot-inactive{background-color:#fd6e00;color:#fff};.not-visible{opacity:0}}.container{display:flex;gap:1%;height:99%;justify-content:center;-webkit-mask-image:linear-gradient(270deg,#0000 10%,#000 20%,#000 80%,#0000 90%);overflow-y:hidden;position:relative;width:99%}.random-movie-img{animation:to-left-slide 5s linear,fade-in 1s linear,fade-out 1s linear 4s;aspect-ratio:16/9;cursor:pointer;height:190%;object-position:center -100px}.random-movie-title{align-items:center;animation:to-right-slide 5s linear,fade-in 1.5s linear,fade-out 1.5s linear 3.5s;background:linear-gradient(90deg,#0000 5%,#000000bf 15%,#000000bf 85%,#0000);bottom:3%;color:#fd6e00;display:flex;font-size:200%;font-weight:1000;height:8%;justify-content:center;left:15%;margin:0;position:absolute;width:50%}@keyframes to-left-slide{0%{transform:translatex(2%)}to{transform:translatex(-2%)}}@keyframes to-right-slide{0%{transform:translatex(-5%)}to{transform:translatex(5%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.movie-container{align-items:center;background-position:50%;background-size:cover;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center;img{margin-left:0;margin-top:0;max-width:400px;position:relative;width:80vh}}.movie-wrap{display:flex;flex-direction:row;height:95vh;justify-content:space-evenly;width:95vw}.movies{align-items:center;display:flex;width:35vw;img{object-fit:contain;width:25vw}}.movie-details{background:linear-gradient(180deg,#0000 5%,#000000bf 20%,#000000bf 80%,#0000);display:flex;flex-direction:column;justify-content:center;width:65vw;h2{margin-left:.6em}h2,p{color:#fff}p{text-wrap:balance;margin-bottom:1em;margin-left:1em}button{background-color:#a74c08;border:0;border-radius:5px;color:#fff;cursor:pointer;height:5%;margin:2em auto 0;width:30%}button:hover{background-color:#bf5709;transform:skew(-20deg)}}.tag{border:1px solid #000}@media screen and (max-width:576px){.movie-wrap{flex-direction:column;height:auto;width:100%}.movie-details,.movies{max-width:100%;width:100%}.movie-details{margin-bottom:180px;padding:.5em;h2{margin:30px 5px 5px}p{margin:5px}}.movie-container{background-color:#0163cb;background-repeat:no-repeat;background-size:contain;img{max-width:106px;width:60vh}}}.no-page-container{background-color:#002043}.no-page{height:100vh;padding:50px;text-align:center;h1{font-size:150px;margin:0}h1,p{color:#fff}p{font-size:50px}}.arrow{animation:bounce 1s infinite;border-bottom:40px solid #000;border-left:20px solid #0000;border-right:20px solid #0000;height:0;left:45px;position:relative;top:10px;width:0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
/*# sourceMappingURL=main.0093492d.css.map*/