@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Neucha&display=swap);@import url(https://fonts.googleapis.com/css2?family=Titan+One&display=swap);.header{width:100%;cursor:pointer;position:fixed;text-transform:uppercase;background-color:#39445a;font-family:"Montserrat",sans-serif;font-size:4vw;padding-top:15px;padding-bottom:15px;box-shadow:0 1px 5px #000;color:#fff;z-index:100}.header,.header p{display:flex;justify-content:center}.header p{align-self:center;margin-left:1rem;transition:.5s ease-in-out;padding:3px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.arrow{-webkit-animation-name:arrow;animation-name:arrow}.header p:hover{background-color:hsla(0,0%,78%,.062)}.header p svg{font-size:2rem}@-webkit-keyframes arrow{0%{opacity:1}to{opacity:0}}@keyframes arrow{0%{opacity:1}to{opacity:0}}@media (max-width:1000px){.header{font-size:4vw}}.body{overflow:hidden}.body::-webkit-scrollbar{display:none}.content{position:relative;background-color:#39445a;top:100px;height:auto;padding-top:120px;padding-bottom:150px}@media (max-width:71.8125em){.content{top:60px}}.content .text-center{font-size:2rem;color:bisque;letter-spacing:5px;text-align:center;margin-bottom:1rem}.content-card-sections{display:flex;flex-direction:column;padding-top:20px}.content-card-sections .cards{display:grid;grid-gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}@media (max-width:71.8125em){.content-card-sections .cards{grid-template-columns:1fr 1fr}}@media (max-width:39.9375em){.content-card-sections .cards{grid-template-columns:1fr}}.wrapper{width:100vw;text-align:center;position:absolute;top:30px}.wrapper span{-webkit-text-stroke-width:1.25px;-webkit-text-stroke-color:#000;font-size:25px;text-shadow:0 0 #f3c623,0 0 #f2aaaa;-webkit-transform:translateY(100%) rotate(1deg);transform:translateY(100%) rotate(1deg);-webkit-animation:jump 2s ease-in-out infinite;animation:jump 2s ease-in-out infinite;display:inline-block;font-family:"Titan One",cursive;color:#fff}.wrapper span:first-child{-webkit-animation-delay:.12s;animation-delay:.12s}.wrapper span:nth-child(2){-webkit-animation-delay:.24s;animation-delay:.24s}.wrapper span:nth-child(3){-webkit-animation-delay:.36s;animation-delay:.36s}.wrapper span:nth-child(4){-webkit-animation-delay:.48s;animation-delay:.48s}.wrapper span:nth-child(5){-webkit-animation-delay:.6s;animation-delay:.6s}.wrapper span:nth-child(6){-webkit-animation-delay:.72s;animation-delay:.72s}.wrapper span:nth-child(7){-webkit-animation-delay:.84s;animation-delay:.84s}@-webkit-keyframes jump{33%{text-shadow:0 6px #f37121,0 15px #f2aaaa}50%{-webkit-transform:translate(0) rotate(-4deg);transform:translate(0) rotate(-4deg);text-shadow:0 0 #8fc0a9,0 0 #84a9ac}66.67%{text-shadow:0 -6px #d54062,0 -1px #8fc0a9}}@keyframes jump{33%{text-shadow:0 6px #f37121,0 15px #f2aaaa}50%{-webkit-transform:translate(0) rotate(-4deg);transform:translate(0) rotate(-4deg);text-shadow:0 0 #8fc0a9,0 0 #84a9ac}66.67%{text-shadow:0 -6px #d54062,0 -1px #8fc0a9}}@media screen and (max-height:200px){.wrapper{-webkit-transform:scale(.3);transform:scale(.3)}}@media screen and (max-width:576px){.wrapper span{font-size:20px}}.modal{background-color:rgba(15,15,15,.4);position:absolute;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:.5s ease-out}.modal .fixed{position:fixed;width:850px;height:450px;background-color:#39445a;padding:1rem;border-radius:20px;top:60%;-webkit-transform:translateY(-60%);transform:translateY(-60%);display:flex}@media (max-width:71.8125em){.modal .fixed{display:flex;flex-direction:column;width:550px;min-height:600px;padding:0;overflow-y:auto}.modal .fixed::-webkit-scrollbar{display:none}}@media (max-width:39.9375em){.modal .fixed{width:350px;min-height:450px}}.modal .fixed .left{flex:1 1;display:flex;align-items:center;justify-content:center}.modal .fixed .left img{width:65%;height:65%;object-fit:cover}@media (max-width:71.8125em){.modal .fixed .left img{height:150px;object-fit:contain;border-bottom-right-radius:20px;border-bottom-left-radius:20px}}.modal .fixed .right{color:#fff;flex:1.5 1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%}@media (max-width:71.8125em){.modal .fixed .right{width:auto}}.modal .fixed .right .alice-carousel div .alice-carousel__stage-item{margin-right:.5rem;text-align:center}@media (max-width:71.8125em){.modal .fixed .right .alice-carousel div .alice-carousel__stage-item{margin-right:2.2rem}}.modal .fixed .right .closeBtn{display:none}.modal .fixed .right .closeBtn:hover{-webkit-transform:translateY(-65%);transform:translateY(-65%)}@media (max-width:71.8125em){.modal .fixed .right .closeBtn{position:absolute;right:50px;top:5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.2s linear;cursor:pointer;color:#fff}.modal .fixed .right .closeBtn:hover{-webkit-transform:translateY(-65%);transform:translateY(-65%)}}.modal .fixed .right-title{text-align:center;width:100%;margin-bottom:2rem;letter-spacing:5px;font-size:.8rem}@media (max-width:71.8125em){.modal .fixed .right-title{font-size:.5rem;letter-spacing:6px;margin-bottom:1rem}}.modal .fixed .right-desc{height:30%;width:400px;letter-spacing:3.5px;overflow:auto;-ms-scroll-snap-type:none;scroll-snap-type:none;padding:1.5rem;border-radius:20px;text-align:justify;font-weight:100;font-size:.8rem;box-shadow:inset 0 1px 3px grey;margin-bottom:1rem}.modal .fixed .right-desc::-webkit-scrollbar{display:none}@media (max-width:71.8125em){.modal .fixed .right-desc{width:300px;box-shadow:none;padding:0;border-radius:0}}.modal .fixed .right-carousel{min-height:35%;overflow:hidden;width:85%;display:flex;padding:1rem 0;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);border-bottom-right-radius:20px;border-bottom-left-radius:20px}@media (max-width:39.9375em){.modal .fixed .right-carousel{display:none}}.modal .fixed .right-carousel .carouselItem{display:flex;flex-direction:column;align-items:center}.modal .fixed .right-carousel .carouselItem img{box-shadow:0 0 0 2px rgba(6,24,44,.4),0 4px 6px -1px rgba(6,24,44,.65),inset 0 1px 0 hsla(0,0%,100%,.08);border-radius:20px;width:50px}.modal .fixed .right-carousel .carouselItem .carouselItem__txt{margin-top:1rem;font-weight:200;font-size:.6rem}.modal .fixed .right .btn{background-color:#f50057;display:block;font-size:.5rem;width:40%;display:flex;justify-content:center;cursor:pointer;align-items:center;padding:5px;color:#fff;margin-top:2rem;box-shadow:0 5px 15px rgba(0,0,0,.35);transition:.5s linear;text-decoration:none;border-radius:20px}.modal .fixed .right .btn svg{font-size:.8rem}@media (max-width:71.8125em){.modal .fixed .right .btn{width:50%;margin-bottom:1rem}}.modal .fixed .right .btn:hover{background-color:#b92d5e;-webkit-transform:scale(.99);transform:scale(.99);width:60%;border-radius:0;color:#ebe8e8}@media (max-width:71.8125em){.modal .fixed .right .btn:hover{width:60%}}.modal .fixed .right .btn h3{letter-spacing:5px;margin-left:1rem}.loading{text-transform:capitalize;margin-top:2rem;text-align:center;position:fixed;top:0;left:0;height:100vh;width:100%;background-color:rgba(0,0,0,.5)}.loading img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100px}.pagination{text-align:center;margin-top:3.5rem;background-color:#474f5e}@media (max-width:71.8125em){.pagination{padding-top:0}}.pagination ul{background-color:#39445a;border-top-left-radius:50%;border-top-right-radius:50%;display:inline-block;padding:15px;width:auto;align-items:center}.pagination ul li{cursor:pointer;padding:5px 15px;border-radius:20px;margin-right:.5rem;display:inline-block;transition:.5s ease-out}.pagination ul li:hover{background-color:#101218;color:#f0fff0;-webkit-transform:scale(.75);transform:scale(.75)}.pagination ul li.active{color:#fff;background-color:#2a36a5;cursor:pointer}.pagination ul li.active:hover{background-color:#2132c5}.card{justify-self:center;text-align:center;width:210px;height:300px;position:relative;padding:10px;background-color:#282c34;transition:.5s ease-in-out;margin-top:.65rem}@media (max-width:71.8125em){.card{width:180px;height:250px}}.card:hover{cursor:pointer;background-color:#0f0a06;-webkit-transform:scale(.95);transform:scale(.95)}.card img{border-radius:20px;height:70%;object-fit:cover;width:60%}@media (max-width:71.8125em){.card img{object-fit:scale-down;height:70%}}.card .card-body h3{padding:5px 0;color:#fff}@media (max-width:71.8125em){.card .card-body h3{font-size:1rem}}.card .card-body .score{position:absolute;color:#dbdbff;font-size:1.1rem;background-color:#3838ff!important;font-weight:700;border-radius:20px;padding:2px 5px;top:-15px;right:-15px}@media (max-width:71.8125em){.card .card-body .score{font-size:.8rem}}.card .card-body .desc{display:flex;justify-content:space-between;margin-top:1rem;color:wheat;font-weight:400}@media (max-width:71.8125em){.card .card-body .desc{font-size:.8rem}}.content .container .types-of-movies{display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;padding:10px 0}@media (max-width:71.8125em){.content .container .types-of-movies{border:none;grid-template-columns:repeat(4,1fr);padding:5px 0}}@media (max-width:39.9375em){.content .container .types-of-movies{grid-template-columns:repeat(3,1fr)}}.content .container .types-of-movies .btn-type{padding:8px 9px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:#727272;color:#fff;font-weight:700;letter-spacing:1px;transition:.5s ease;margin:5px 10px 5px 0}@media (max-width:71.8125em){.content .container .types-of-movies .btn-type{padding:5px 19px;font-size:.7rem}}@media (max-width:39.9375em){.content .container .types-of-movies .btn-type{padding:4px 10px}}.content .container .types-of-movies .btn-type:hover{color:#1d1d81;background-color:#fff;-webkit-transform:scale(.95);transform:scale(.95)}.content .container .types-of-movies .btn-type .icon{display:none}.content .container .types-of-movies .active{background-color:#fff;color:#727272}.content .container .types-of-movies .active .icon{display:block;font-size:1rem;margin-left:.5rem;background-color:#1a1b1b;color:hsla(0,0%,100%,.685);border-radius:50%;padding:6px;font-size:.7rem}.content .container .types-of-movies .active .icon:hover{background-color:#e00;color:hsla(0,0%,100%,.685);-webkit-transform:scale(1.1);transform:scale(1.1)}.content div nav{display:flex;justify-content:center;margin-top:3rem}.content div nav ul li{transition:ease-in-out}.content div nav ul li:hover{color:#f0fff0!important;-webkit-transform:scale(.9);transform:scale(.9);transition:.2s ease-in-out}.content div nav ul li:hover button{background-color:#101218;color:#fff}.container{max-width:1250px;margin:0 auto}.content .container .searching-items{text-align:center}.content .container .searching-items input{cursor:pointer;width:400px;padding:5px;background-color:transparent;transition:.5s ease-in-out;color:#fff;border:none;border-bottom:1px solid #000;border-left:2px solid #000}@media (max-width:39.9375em){.content .container .searching-items input{width:350px}}.content .container .searching-items input:focus{background-color:rgba(245,222,179,.062);outline:none}.content .container .searching-items span{margin-left:-20px;cursor:pointer;transition:.3s ease-in-out}.content .container .searching-items span:hover{color:#f5f5f5}.content .container .buttons{width:410px;margin:0 auto}.content .container .buttons ul{display:flex;list-style:none;justify-content:space-between;padding:0;margin-top:1.5rem}.content .container .buttons ul li.active{cursor:pointer;color:#0f0f0f;background-color:hsla(0,0%,100%,.158);border-radius:10px}.content .container .buttons ul li{cursor:pointer;color:#fff;transition:.5s ease-out;padding:5px}.content .container .buttons ul li:hover{color:rgba(245,222,179,.473)}
/*# sourceMappingURL=main.8011ecd3.chunk.css.map */