@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);.searchConsole h1{margin-bottom:20px}.searchConsole h1,.searchConsole p{text-align:center;transition:.2s ease-in-out}.searchConsole p{margin-bottom:50px}.searchConsole{position:relative;top:0;transition:.5s ease-in-out}.clearButton{bottom:20px;position:fixed;right:10px;width:-webkit-max-content;width:max-content}.clearButton button{align-items:center;background-color:#ff2d49;border:none;border-radius:50%;box-shadow:0 7px 29px 0 #64646f33;display:flex;height:50px;justify-content:center;transition:.1s ease-in-out;width:50px}.clearButton button:hover{background-color:red}.clearButton button i{color:#fff;font-size:24px}.movieBlock{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.movieBlock .imgWrapper{height:auto;position:relative;width:240px}.movieBlock .imgWrapper img{border-radius:10px;height:100%;object-fit:cover;width:100%}.movieBlock .imgWrapper .favouriteBtn{aspect-ratio:1/1;background-color:initial;border:none;border-radius:50%;color:#fff;padding:5px;position:absolute;right:5px;top:5px;transition:.2s ease-in-out}.movieBlock .imgWrapper .favouriteBtn:hover{background-color:#00000086}.movieBlock .imgWrapper .favouriteBtn i{font-size:24px;font-weight:300}.movieBlock .imgWrapper .favouriteBtn.active i{color:red;font-weight:900}.movieBlock .content{flex:1 0}.movieBlock .content h3{color:#fff;font-size:24px}.movieBlock .content h3 span{font-size:16px;font-weight:300}.movieBlock .content p{color:#8f8f8f}.movieBlock .content ul{line-height:24px;list-style:none;padding:0}.movieBlock .content ul li{color:#8f8f8f;font-size:14px}.movieBlock .content ul li.rating span{align-items:center;background-color:#f3ce13;border-radius:50px;color:#000;display:flex;font-size:12px;font-weight:700;margin-right:10px;padding:0 5px;width:-webkit-max-content;width:max-content}.movieBlock .content ul li.rating img{margin-right:5px;width:24px}.movieBlock .content ul li.rating{align-items:center;display:flex;margin-top:5px}.watchNow{display:flex;flex-wrap:wrap;gap:10px}.watchNow a{background-color:#9a00ff7a;border-radius:5px;color:#fff;font-size:14px;font-weight:600;padding:10px;text-decoration:none;transition:.2s ease-in-out}.watchNow a:hover{background-color:#9a00ff}.input-container{background:#fff;background:linear-gradient(173deg,#23272f,#14161a);border-radius:1rem;box-shadow:10px 10px 20px #0e1013,-10px -10px 40px #383e4b;display:flex;gap:.3rem;padding:.3rem;position:relative}.input-container input{background:#23272f;border:1px solid #0000;border-radius:.8rem;box-shadow:inset 5px 5px 10px #0e1013,inset -5px -5px 10px #383e4b,0 0 100px #ffd43b00,0 0 100px #f600;color:#fff;flex-basis:100%;padding:1rem 55px 1rem 1rem;transition:all .2s ease-in-out;width:100%}.input-container input:focus{border:1px solid #ff3bfb;box-shadow:inset 0 0 10px #ff009580,inset 0 0 10px #ff3bce80,0 0 100px #ff3bce80,0 0 100px #ff009580;outline:none}@media (max-width:500px){.input-container{flex-direction:column}.input-container input{border-radius:.8rem}}.input-container button{background-color:#9a00ff;border:1px solid #0000;border-radius:10px;box-shadow:0 3px 8px #0000003d;color:#fff;font-size:20px;height:40px;position:absolute;right:13px;top:50%;transform:translateY(-50%);transition:.1s;width:40px}.input-container button:hover{background-color:#292929;border:1px solid #9a00ff}.formBlock{background-color:#1f1f1f;border-radius:20px;display:flex;flex-direction:column;gap:10px;margin:auto;padding:30px;width:450px}.formBlock,.formBlock .input::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.formBlock .input::placeholder{color:#aaa}.formBlock button{align-self:flex-end}.flex-column>label{color:#f1f1f1;font-weight:600}.inputForm{align-items:center;border:1.5px solid #333;display:flex;height:50px;padding-left:10px;transition:.2s ease-in-out}.input,.inputForm{background-color:#2b2b2b;border-radius:10px}.input{border:none;color:#f1f1f1;height:100%;margin-left:10px;width:100%}.input:focus{outline:none}.inputForm:focus-within{border:1.5px solid #9a00ff}.flex-row{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}.flex-row>div>label{color:#f1f1f1;font-size:14px;font-weight:400}.formBlock .span{color:#9a00ff;cursor:pointer;font-size:14px;font-weight:500;margin-left:5px}.button-submit{background-color:#9a00ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;height:50px;margin:20px 0 10px;width:100%}.formBlock .p{color:#f1f1f1;font-size:14px;margin:5px 0;text-align:center}.customToast{background:#07182e;border-radius:20px;display:flex;height:190px;overflow:hidden;padding:20px;place-content:center;place-items:center;position:relative;width:330px}.customToast h5{color:#fff;font-size:22px;font-weight:700;position:relative;z-index:1}.customToast p{color:#ddd;font-size:14px;font-weight:500;margin-bottom:10px;position:relative;z-index:1}.customToast a{color:#0084ff;text-decoration:none}.customToast:before{animation:rotBGimg 3s linear infinite;background-image:linear-gradient(180deg,#00b7ff,#ff30ff);content:"";height:100px;position:absolute;transition:all .2s linear;width:130%}@keyframes rotBGimg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.customToast:after{background:#07182e;border-radius:15px;content:"";inset:5px;position:absolute}.customToast button{align-items:center;background:#ce00ff;border:none;border-radius:10px;box-shadow:inset 0 0 1.6em -.6em #8f00b3;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:.05em;overflow:hidden;padding:7px 10px;position:relative}.customToast button:hover{box-shadow:.15em .15em #8f00b3;transform:translate(-.05em,-.05em)}.customToast button:active{box-shadow:.05em .05em #8f00b3;transform:translate(.05em,.05em)}.somePeskyShit{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;height:100vh;left:0;position:absolute;top:0;width:100%;z-index:1}.commonWhiteBtn,.somePeskyShit{align-items:center;display:flex}.commonWhiteBtn{background-color:#eeeeee4b;background:#fff;border:none;border-radius:3px;cursor:pointer;height:40px;justify-content:center;letter-spacing:1px;transition:all .2s linear;width:100px}.commonWhiteBtn>i{font-size:14px;font-weight:300;margin-left:5px;margin-right:10px;transition:all .4s ease-in}.commonWhiteBtn:hover>svg{font-size:1.2em;transform:translateX(-5px)}.commonWhiteBtn:hover{box-shadow:9px 9px 33px #d1d1d1,-9px -9px 33px #fff;transform:translateY(-2px)}.pl:root{--hue:223;--bg:hsl(var(--hue),10%,90%);--fg:hsl(var(--hue),10%,10%);font-size:calc(13.33333px + .83333vw)}.pl{display:block;height:6.25em;margin:50px auto auto;width:6.25em}.pl__ball,.pl__ring{animation:ring 2s ease-out infinite}.pl__ball{animation-name:ball}@media (prefers-color-scheme:dark){:root{--bg:hsl(var(--hue),10%,10%);--fg:hsl(var(--hue),10%,90%)}}@keyframes ring{0%{stroke-dasharray:0 257 0 0 1 0 0 258}25%{stroke-dasharray:0 0 0 0 257 0 258 0}50%,to{stroke-dasharray:0 0 0 0 0 515 0 0}}@keyframes ball{0%,50%{stroke-dashoffset:1;animation-timing-function:ease-in}64%{stroke-dashoffset:-109;animation-timing-function:ease-in}78%{stroke-dashoffset:-145;animation-timing-function:ease-in}92%{stroke-dashoffset:-157;animation-timing-function:ease-in}57%,71%,85%,99%,to{stroke-dashoffset:-163;animation-timing-function:ease-out}}.footer{background-color:initial;padding:10px 0;width:100%}.footer p{color:#8f8f8f;font-size:12px;margin-bottom:0;text-align:center}body{background-color:#0d0a12;color:#756790;font-family:Open Sans}h1{font-weight:700}h1,h5{color:#fff}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.055ae8bd.css.map*/