*{padding:0;margin:0;box-sizing:border-box}body{background:#111010;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#444}::-webkit-scrollbar-thumb{background:red;border-radius:10px}.uppercase{text-transform:capitalize}.flex{display:flex;align-items:center}.flex-center{justify-content:center}.h-15vh{height:15vh}.animationContainer{position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh}.video{object-fit:cover;z-index:-1}.overlay,.video{position:absolute;top:0;left:0;width:100%;height:100%}.overlay{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);z-index:1}.welcomeText{font-size:40px;font-weight:600;color:#fff;text-align:center;border-bottom:2px solid #fff}.welcomeText span{color:red}.max-width{max-width:1700px}.m-auto{margin:0 auto}a{text-decoration:none}li{list-style:none}.topLoadingLine{position:fixed;top:52px;left:0;height:3px;background-color:red;transition:width .3s ease-in-out;z-index:9999}.topLoadingLine.loading,nav{width:100%}nav{display:flex;align-items:center;justify-content:space-between;background-color:transparent;font-size:18px;font-weight:600;height:auto;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:9999;transition:.4s ease-in-out;border-bottom:1.3px solid #ebdede59}nav,nav.sticky{padding:3px 30px}nav.sticky{background-color:#111010;border:none}.logo{position:relative;font-size:3em;color:#0a0101;box-sizing:border-box;text-align:left;font-size:35px}.logo,.logo a{cursor:pointer;letter-spacing:5px}.logo a{text-decoration:none;color:#fffdfd;text-shadow:0 5px 10px red;white-space:nowrap}.logo:before{cursor:pointer;content:attr(data-text);position:absolute;color:#fff;width:100px;overflow:hidden;white-space:nowrap;animation:animate 8s linear infinite}@keyframes animate{0%,10%,to{width:5%}70%,90%{width:94%}}#navbar,.navbar{display:flex;align-items:center;justify-content:center}.navlogomovie{display:none}#navbar li{list-style:none;padding:0 15px;position:relative}#navbar li a,#navbaractive li a{text-decoration:none;color:#fff;transition:.3s ease-in-out}#navbar li a.active,#navbaractive #navbar li a:hover,#navbaractive li a.active,#navbaractive li a:hover{color:red;text-shadow:0 3px 8px hsla(0,0%,99%,.58)}#navbar li a.active:after,#navbar li a:hover:after,#navbaractive li a.active:after,#navbaractive li a:hover:after{content:"";width:30%;height:2px;background:red;position:absolute;bottom:-4px;left:20px}nav.sticky .logo a{color:#000}nav.sticky #navbar li a{color:#fff}nav.sticky #navbar li a.active,nav.sticky #navbar li a:hover{color:red}.mobile{display:none}.header svg{color:#fff;cursor:pointer;width:50px;font-size:25px}.opensearchsvg{display:none}nav.sticky .mobile svg{color:#fff}.search_bar{position:absolute;display:flex;top:8px;left:48%;transform:translateX(-48%);align-items:center;flex-direction:column}.searchclose{display:none}.search_bar input{padding:6px;border-radius:5px;outline:none;border:.5px solid red;background:rgba(0,0,0,.427);box-shadow:0 0 10px red;color:#fff;transition:1s linear;font-size:16px;font-weight:600;-webkit-transition:1s linear;width:450px;height:40px}.search_bar input::placeholder{color:hsla(0,0%,100%,.728);font-weight:200}.search_results{background-color:#161515;position:relative;width:450px;top:10px;max-height:480px;overflow-y:scroll;border-radius:10px}.search_results::-webkit-scrollbar{background:transparent;width:7px}.search_results::-webkit-scrollbar-track{background:hsla(0,0%,72%,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:20px}.search_results::-webkit-scrollbar-thumb{background:red;border-radius:20px}.search_results h2{font-size:18px;text-align:center;padding:6px;color:#f92727;border-bottom:1px solid #88a3ca}.search_results p{text-align:center;color:red;padding:20px;text-shadow:0 0 5px hsla(0,0%,100%,.315)}.moviesearchlist{display:flex;gap:10px;padding:8px;border-bottom:1px solid #777}.moviesearchlist img{border:none;border-radius:5px}.moviesearchlist h5{color:#fff;text-overflow:ellipsis;word-wrap:break-word;transition:.2s linear}.moviesearchlist:hover h5{color:hsla(0,55%,65%,.572)}.moviesearchlist:hover img{box-shadow:0 0 8px red}.searchbarinfo h4{margin:8px 0;color:#999}.searchbarinfo h4 span{color:rgba(255,230,0,.747)}.searchbarinfo svg{color:#ffe600;font-size:13px}.swiper_top_main{margin-top:-58px}.slideimagebx:before{height:40%}.slideimagebx:after{width:100%}.activeImage{opacity:1;transition:1s linear}.inactiveImage{opacity:0;position:absolute;top:0;left:0;transition:1s linear}.content{position:absolute;top:60%;left:3%;height:auto;z-index:2}.contentflex{display:flex;align-items:center;gap:20px}.smalimg{width:120px;height:170px;object-fit:cover;overflow:hidden;border-radius:8px}.smalimg img{width:100%;height:100%;object-fit:cover}.content h1{font-size:40px;margin-top:-12px;margin-bottom:10px;color:#fff;transition:1s linear}@media screen and (max-width:768px){.content h1{font-size:30px;width:100%;text-overflow:clip;display:flex}.smalimg{display:none}}.content h6{color:#fff;font-size:13px;margin-bottom:10px;transition:1s linear}.content h3,.content h6 span{color:hsla(0,0%,100%,.8)}.content h3{font-size:15px;margin-bottom:10px;transition:1s linear}.content h3 .star{color:#ff0;font-size:15px;margin-right:5px}.content h3 span{font-size:12px;margin-left:5px;transition:1s linear}.btns{display:flex;align-items:center}.btns button{padding:8px 12px;border-radius:8px;background:red;border:2px solid red;color:#fff;margin-right:10px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;box-shadow:0 3px 10px red;transition:.3s linear;cursor:pointer;z-index:999}.btns button:hover{color:#fff;box-shadow:0 1px 8px #aca9a9}.btn_download{border:2px solid #000;color:#fff;background:#111010;box-shadow:0 3px 10px #000}.btn_download:hover{background:rgba(0,0,0,.79);border:2px solid rgba(0,0,0,.8);color:#111010;font-weight:600;box-shadow:0 3px 10px #7fff00}.faDownload{margin-right:5px;width:18px}.btn_download span{background-color:#fff;border-radius:5px;font-size:15px;padding:5px;font-weight:600;color:#000;transition:.3s linear}.btn_download:hover span{color:#fff;background-color:rgba(255,0,0,.919)}.slider_btns{position:absolute;width:155px;height:50px;bottom:0;left:45%;display:flex;align-items:center;justify-content:center;z-index:2}.slider_btns h6{width:30px;height:3px;margin-right:5px;transition:1s linear;background:hsla(0,0%,72%,.1)}.slider_btns h6:first-child{background:#fff}.swiper-pagination .swiper-pagination-bullet{background:#fff!important;width:50px!important;border-radius:3px;height:5px!important}.tranding_bx{width:90%;height:auto;border-bottom:2px solid hsla(0,0%,72%,.1);margin:auto;padding:20px 0;display:flex;align-items:center;justify-content:space-between}.tranding_bx li{list-style:none;transition:.3s linear}.tranding_bx li a{position:relative;text-decoration:none;color:hsla(0,0%,100%,.7);font-size:15px;transition:.3 linear;letter-spacing:1px}.tranding_bx li a:hover{color:#fff}.tranding_bx li a span{position:absolute;width:5px;height:5px;background:transparent;border-radius:50%;bottom:-10px;left:45%}.tranding_bx li .active{font-size:15px;color:#fff}.tranding_bx li .active span{background:red}.scrollcardssec{margin:20px 25px 0;max-width:100%}.scrollcards{gap:10px}.card{max-width:200px;min-width:200px;height:360px}.cardfas{width:10px}.cardbuttons{position:relative}.cardbuttons button{margin-right:10px}.cardbuttons button:hover{background-color:#555}.cardleft{left:2%}.cardRight{right:1%}.moviestegs{width:90%;height:auto;margin:auto;padding:30px 0;overflow:auto;scroll-behavior:smooth;z-index:999;width:80%;position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.moviestegs button{background-color:#000;color:#fff;padding:10px 20px;border-radius:10px;border:2px solid #717171;font-weight:600;cursor:pointer;text-transform:capitalize}.moviestegs button.active,.moviestegs button:hover{background-color:red;border:2px solid #fffefe}.moviescontainer{margin:50px 30px 0;flex-wrap:wrap;gap:20px}.moviescontainer,.nextpagelink{display:flex;align-items:center;justify-content:center}.nextpagelink{width:100%;margin:20px 0}.nextpagelink .cssbuttons_io_button{background:#111010;color:#fff;font-family:inherit;font-size:17px;font-weight:500;border-radius:.9em;border:none;letter-spacing:.05em;display:flex;align-items:center;overflow:hidden;position:relative;height:2.8em;padding:.35em 3.3em .35em 1.2em;cursor:pointer}.cssbuttons_io_button .icon{background:#dc1818;margin-left:1em;position:absolute;display:flex;align-items:center;justify-content:center;height:2.2em;width:2.2em;border-radius:.7em;box-shadow:.1em .1em .6em .2em #de080874;right:.3em;transition:all .3s}.cssbuttons_io_button:hover .icon{width:calc(100% - .6em)}.cssbuttons_io_button .icon svg{width:1.1em;transition:transform .3s;color:#fff}.cssbuttons_io_button:hover .icon svg{transform:translateX(.1em)}.cssbuttons_io_button:active .icon{transform:scale(.95)}.genrenamesec{margin:60px 45px;color:#fff}.genrename{display:flex;flex-direction:column;gap:20px}.genrename h1{font-size:48px;text-transform:capitalize}.genrename p{font-size:18px;color:#999;width:60%}.genremoviesec{border-top:1px solid #444;margin:20px 45px;padding:60px 0}.genremovie{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}.mcard{max-width:280px;min-width:280px;height:520px}.mcard a{text-decoration:none;color:#fff}.mcard a img:hover{border:2px solid red;box-shadow:0 0 8px #fff}.mcard a .contents{width:100%;height:15%;margin-top:5px}.contents h5{font-size:15px;color:#fff}.cardfas{margin-top:5px;width:13px}.cardfas:nth-last-child(2){margin:5px 2px 0}.cardgenre{position:relative;width:300px;height:200px;background-color:#f2f2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;perspective:1000px;box-shadow:0 3px 10px red;transition:all .6s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.cardgenre img{width:100%;height:100%;object-fit:cover}.cardgenre:hover{transform:scale(1.05);box-shadow:0 8px 16px hsla(0,0%,100%,.2)}.card__content{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;box-sizing:border-box;background-color:#8b292986;transform:rotateX(-90deg);transform-origin:bottom;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.cardgenre:hover .card__content{transform:rotateX(0deg)}.card__title{margin:0;font-size:24px;color:#fff;text-shadow:0 0 5px #df2121;font-weight:700}.card__description{margin:10px 0 0;font-size:14px;color:hsla(0,0%,100%,.686);line-height:1.4}.cato_bx{position:relative;width:98%;height:auto;margin:auto;display:flex;align-items:center;padding:20px 40px 20px 0;overflow:auto;scroll-behavior:smooth;z-index:999}.cato_bx::-webkit-scrollbar{display:none}.cato_bx button{padding:4px 30px;background:hsla(0,0%,72%,.2);border:none;outline:none;color:#fff;border-radius:20px;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;margin-right:10px;cursor:pointer;transition:.3s linear}.cato_bx button:hover{background:hsla(0,0%,72%,.1)}.cato_bx .cato_left_right{position:-webkit-sticky;position:sticky;right:1.5%;color:#fff;cursor:pointer}.cato_bx .cato_left_right:last-child{right:0}.cato_bx .cato_left_right i{transform:rotate(90deg);transition:.3s linear}.cato_bx .cato_left_right:last-child i{transform:rotate(-90deg)}.cato_bx .active{background:red}.cato_bx .redactive{color:red;background-color:#222}.cato_bx2{position:relative;overflow:visible;margin-top:20px;display:flex;align-items:center;justify-content:space-between;padding:0}.left_cato button:first-child{background:none}.left_cato button i{margin-left:10px;transition:.3s linear}.cato_bx2 .left_cato button:nth-child(5),.left_cato button:nth-child(4){padding:4px 15px;position:relative;background:hsla(0,0%,72%,.1)}.year_bx{position:absolute;width:200px;height:250px;background:#060d17;border-radius:10px 3px 3px 10px;top:30px;left:-60px;z-index:999;overflow:auto;transition:1s linear;display:none}.year_bx::-webkit-scrollbar{background:transparent;width:7px}.year_bx::-webkit-scrollbar-track{background:hsla(0,0%,72%,.846);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:20px}.year_bx::-webkit-scrollbar-thumb{background:red;border-radius:20px}.year_bx li{list-style-type:none;font-size:15px;font-weight:600;padding:12px;color:#fff;transition:.3s linear}.year_bx li:hover{color:red}.letter_bx{width:40px}.letter_bx li{font-size:16px;font-weight:600}.fas{width:14px}.fasd{width:10px}.pagination{color:#fff}.nodatafound{font-size:35px;color:red}.loader{position:relative;width:-moz-fit-content;width:fit-content;font-weight:700;font-family:monospace;font-size:30px;background:radial-gradient(circle closest-side,red 94%,#0000) 100%/calc(200% - 1em) 100%;animation:l24 1s linear infinite alternate}.loader:before{content:"Loading...";line-height:1em;color:#ebebeb9f;background:inherit;background-image:radial-gradient(circle closest-side,#ffee05 100%,#000);-webkit-background-clip:text;background-clip:text}@keyframes l24{to{background-position:0}}.loadernotwo{width:48px;height:48px;margin:auto;position:relative}.loadernotwo:before{content:"";width:48px;height:5px;background:#f0808050;position:absolute;top:60px;left:0;border-radius:50%;animation:shadow324 .5s linear infinite}.loadernotwo:after{content:"";width:100%;height:100%;background:red;position:absolute;top:0;left:0;border-radius:4px;animation:jump7456 .5s linear infinite}@keyframes jump7456{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes shadow324{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}.slideimagebx{position:relative;width:100%;height:600px;margin-top:-58px;z-index:2}.slideimagebx:before{width:100%;height:20%;background:linear-gradient(0deg,#111010,transparent);bottom:0}.slideimagebx:after,.slideimagebx:before{content:"";position:absolute;left:0;z-index:1}.slideimagebx:after{max-width:100%;height:40%;background:linear-gradient(180deg,hsla(0,3%,6%,.863),transparent);top:0}.slideimagebx img{width:100%;height:100%;object-fit:cover}.mainmoviebx,.mainmoviebx1{position:relative;max-width:1200px;height:auto;background-color:#111010;border-radius:20px;outline:none;margin:-100px auto 0;display:flex;flex-wrap:wrap;z-index:3}.mainmoviebx1{align-items:center}.leftdata{width:35%;height:100%;border-top-left-radius:20px;border-bottom-left-radius:20px;padding:30px}.leftimgbx{border-radius:8px;width:100%;max-height:none;overflow:hidden}.leftimgbx img{width:100%;height:100%;object-fit:cover}.seenonly{width:100%;margin-top:-4px}.seenwatch{justify-content:space-between;width:100%;background-color:#1c252f;padding:25px 16px 16px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.seenwatch,.seenwatch button{display:flex;align-items:center}.seenwatch button{flex-direction:column;gap:5px;background:transparent;border:none;color:#fff;cursor:pointer;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.sebtn{width:15px}.seenonly .watchmoviebtn{width:100%;background:#1c252f;margin-top:5px;color:#fff;border:none;padding:12px 0;border-radius:15px;cursor:pointer}.epwatch .watchmoviebtn:hover,.seenonly .watchmoviebtn:hover{background-color:#6a7c8f}.latest{border-top:1px solid #333;margin-top:30px;margin-left:20px;max-width:100%}.latest h3{color:#6a7c8f;font-weight:600;padding-top:15px}.rating{border-top:1px solid #333;margin:10px 0}.rating h3{color:#6a7c8f;font-weight:500;padding-top:15px}.rate{padding-top:10px;gap:15px}.rate .faImdb{color:#ff0;width:25px;font-size:22px;margin-right:10px}.rating h4{color:hsla(0,0%,100%,.604);font-weight:400;padding-top:8px}.rate h4{color:#78a6b8;padding-top:0}.rate h4 span{color:rgba(255,255,0,.587);font-weight:600}.rightdata{position:relative;width:65%;height:auto;border-top-left-radius:20px;border-bottom-left-radius:20px;padding:30px}.movietitle{width:100%;display:flex;align-items:center;justify-content:space-between}.movietitle h1{width:90%;color:#fff;font-weight:500;font-size:25px;text-transform:capitalize}.faShareFromSquare{position:absolute;top:30px;right:20px;font-size:25px;width:32px;border:none;background:transparent;color:#78a6b8;cursor:pointer}.faShareFromSquare:hover{color:#6a7c8f}.dpera{font-size:20px;font-weight:700;margin-top:20px;color:#6a7c8fca}.moviedescription{color:hsla(0,0%,100%,.677);margin-top:40px;width:100%}.movieinfo h3{color:green;letter-spacing:1px;font-weight:400;font-size:25px}.movieinfo table tbody tr{display:block;margin:15px 0}.movieinfo table tbody tr td{display:inline-block;margin-right:10px}.movieinfo table tbody tr td:first-child{font-weight:700}.storyline{margin-top:30px}.storyline h3{color:green;letter-spacing:1px;font-weight:400;font-size:25px}.storyline p{color:#ffffffa5;padding:10px 0}.downloadsec{margin-top:30px}.downloadsec h2{background-color:rgba(106,191,96,.35)}.downloadsec h2,.downloadsec h3{display:block;color:hsla(0,0%,100%,.822);text-align:center;border-radius:10px;padding:10px}.downloadsec h3{background-color:rgba(105,86,207,.35)}.downloadlinks{display:flex;flex-direction:column;gap:30px;margin-top:30px}.downloadlinks a{background-color:#6a7c8f29;color:#ffffffbd;padding:10px;text-align:center;border-radius:10px;width:80%;margin:auto;transition:.2s linear}.downloadlinks a:hover{background-color:#6a7c8f;box-shadow:0 2px 3px red;color:#fff;font-weight:600}.downloadlinks1{display:flex;flex-direction:column;gap:20px;margin-top:10px}.downloadlinks1 a{background-color:#72b3f8ce;color:#ffffffbd;padding:10px;text-align:center;border-radius:10px;width:80%;margin:auto;transition:.2s linear}.downloadlinks1 a:hover{background-color:#ec6e6a;box-shadow:0 2px 3px red;color:#fff;font-weight:600}.youtubeiframe{width:100%;height:auto;margin-top:40px}.youtubeiframe h3{font-size:25px;font-weight:700;margin:20px 0;color:#6a7c8fca}.youtubeiframe iframe{border-radius:20px}.raletedmovies{position:relative;max-width:1200px;margin:0 auto}.raletedmovies h3{color:#6a7c8f}.scrollcards{margin-top:20px;display:flex;overflow-x:scroll;scroll-behavior:smooth;gap:20px;transition:.5s linear}.scrollcards::-webkit-scrollbar{display:none}.card{max-width:195px;min-width:195px;height:340px}.card a{text-decoration:none;color:#fff}.cardimg{height:80%}.cardimg,.cardimg img{width:100%;border-radius:8px}.cardimg img{height:100%;object-fit:cover}.card a img:hover{border:2px solid red;box-shadow:0 0 8px #fff}.card a .contents{width:100%;height:15%;margin-top:5px}.contents h5{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:500;font-size:14px}.contents h6{display:flex;align-items:center;justify-content:space-between;font-size:13px;padding:2px 0}.contents h6 span{color:hsla(0,0%,100%,.6);font-weight:lighter}.rate{display:flex;align-items:center;gap:2px}.cardfas{margin-right:7px;font-size:9px;color:hsla(0,0%,100%,.5)}.cardfas:nth-last-child(2){color:#ff0;margin-right:0}.rate h6{color:#ff0;margin-top:3px;font-size:13px;height:5px}.cardbuttons{display:flex}.cardbuttons button{position:absolute;padding:4px 30px;border:2px solid rgba(255,0,0,.706);background-color:transparent;outline:none;color:#fff;width:120px;border-radius:20px;font-family:Poppins,sans-serif;font-weight:400;font-size:13px;cursor:pointer;transition:.3s linear}.cardbuttons button:hover{background-color:#6a7c8f;border:2px solid rgba(255,0,0,.33)}.cardleft{right:8%;top:0}.cardRight{right:0;top:0}.sharelinks{width:300px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fffcfc;z-index:9;display:flex;align-items:center;justify-content:center;border-radius:30px}.svg{padding:30px}.svg svg{font-size:40px;cursor:pointer}.svg svg:hover{transform:scale(1.1)}.contactpage{position:relative;width:100%;height:100vh;background:url(/img/contactbg.jpg) no-repeat 50%/cover;overflow:hidden}.contactpage:before{content:"";position:absolute;width:100%;height:100%;background-color:#000;opacity:.6}.contactcard{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:430px;height:600px;background-color:#fff;border-radius:30px;overflow:hidden;box-shadow:0 0 50px #b7a5a597}.contactdesign{width:100%;height:100%;position:relative}.topccard{width:100%;height:100%;background-color:rgba(255,0,0,.678);padding:2rem}.tcardsvg{display:flex;align-items:center;justify-content:space-between}.tcardsvg svg:first-child{font-size:2.5rem;color:#fff}.tcardsvg svg:last-child{font-size:2rem;color:#fff}.usercoderimg{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;margin-bottom:20px}.usercoderimg img{width:150px;height:150px;object-fit:cover;border-radius:50%;border:7px solid #fff}.usercoderinfo{width:100%;display:flex;align-items:center;flex-direction:column;color:#fff}.usercoderinfo h1{font-size:1.65rem;font-weight:600}.usercoderinfo h3{font-size:1.2rem;margin-bottom:35px;font-weight:400}.usercoderinfo h4{font-size:1rem;font-weight:300}.usercodersvg{display:flex;align-items:center;gap:1rem}.usercodersvg a{color:#fff}.usercodersvg svg{font-size:1.5rem}.bottomcard{position:absolute;width:100%;height:180px;bottom:0;background-color:#fff;border-radius:30px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.bcardtext p{font-size:1.2rem;color:#777;font-weight:500}.bcardtext svg{font-size:1.2rem;margin-top:1rem;color:#e74444;animation:updownsvg 1.5s infinite}@keyframes updownsvg{0%{transform:translateY(0);opacity:1}to{transform:translateY(30px);opacity:0}}.followbtn{position:absolute;top:-30px;left:50%;transform:translateX(-50%);background-color:#fff;box-shadow:0 0 10px #d16767;color:#ff6262;padding:1rem 3.5rem;border-radius:30px;font-size:1.3rem;font-weight:500}.followbtn:hover{background-color:#b43b3b;color:#fff}.btngroup a{height:20px}.btngroup a,.btngroup button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.btngroup button.active,.btngroup button:hover,.btngroup-1 button.active,.btngroup-1 button:hover,.btngroup-2 button.active,.btngroup-2 button:hover{background-color:red;border:2px solid #fffefe}.watchonlinemovie h2{font-size:40px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:15px;color:#f6f9fc;text-align:center;margin-top:10px}.pagenotfound{width:100%;height:100%;margin:5px;align-content:center}.pagenotfound img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1700px){.search_bar{left:40%}.btngroup a{height:20px}.btngroup a,.btngroup button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:120px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.watchonlinemovie h2{font-size:40px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:15px;color:#f6f9fc;text-align:center;margin-top:10px}}@media screen and (max-width:1588px){.search_bar{left:35%}.btngroup a{height:20px}.btngroup a,.btngroup button{width:110px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:110px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:110px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.watchonlinemovie h2{font-size:35px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:15px;color:#f6f9fc;text-align:center;margin-top:10px}}@media screen and (max-width:1512px){.search_bar{left:33%}.search_bar input{width:350px}.btngroup a{height:20px}.btngroup a,.btngroup button{width:100px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:100px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:100px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.watchonlinemovie h2{font-size:30px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:13px;color:#f6f9fc;text-align:center;margin-top:10px}}@media screen and (max-width:1350px){.search_bar{left:38%}.search_bar input{width:300px}.btngroup a{height:20px}.btngroup a,.btngroup button{width:90px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:90px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:90px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.watchonlinemovie h2{font-size:20px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:12px;color:#f6f9fc;text-align:center;margin-top:10px}.welcomeText{font-size:30px;font-weight:600;color:#fff;text-align:center;border-bottom:2px solid #fff}}@media screen and (max-width:1300px){#flex{display:flex;flex-direction:column}#movietitle{order:1}#leftdata{order:2}#rightdata{order:3}#movietrailer{order:1}#epstreaming{order:2}#epwatch{order:3}.rating{margin-top:10px}.watchonlinemovie h2{font-size:15px;color:#f6f9fc;text-align:center}.watchonlinemovie p{font-size:11px;color:#f6f9fc;text-align:center;margin-top:5px}.epwatch h3{color:#6a7c8f;font-size:15px;padding-top:15px;margin-top:20px}.btngroup a{height:20px}.btngroup a,.btngroup button{width:80px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup button{height:auto;padding:12px 0}.btngroup-1 a{height:40px;margin-top:10px}.btngroup-1 a,.btngroup-1 button{width:80px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-1 button{height:auto;padding:12px 0}.btngroup-2 a{height:20px}.btngroup-2 a,.btngroup-2 button{width:80px;background:#1c252f;color:#fff;border:none;border-radius:8px;cursor:pointer;gap:10px}.btngroup-2 button{height:auto;margin-top:-10px;padding:12px 0}.screenshots{width:100%;height:-moz-fit-content;height:fit-content}.welcomeText{font-size:30px;font-weight:600;color:#fff;text-align:center;border-bottom:2px solid #fff}#navbar{right:-320px}#navbar,#navbaractive{position:fixed;top:0;flex-direction:column;display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem;width:320px;background-color:#000;height:100vh;padding:1rem;transition:.3s ease-in-out}#navbaractive{right:0}.mobile{display:block}.navbar{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:2rem}#navbar li{padding-left:10px}.navlogomovie{width:100%;justify-content:space-between;border-bottom:1px solid rgba(255,94,94,.601);padding-bottom:2rem;padding-top:1rem}.navclosesvg,.navlogomovie{display:flex;align-items:center}.navclosesvg{width:30px;height:30px;background-color:red;justify-content:center;border-radius:5px;cursor:pointer}.navlogomovie h1{font-size:22px}.search_bar{left:55%}.search_bar input{width:450px}}@media screen and (max-width:1280px){.mainmoviebx{max-width:1100px}.leftdata{width:100%;height:auto}.leftdata .leftimgbx{width:250px;height:auto;margin:auto}.rightdata{width:100%;height:auto}.scrollcards{width:80%;margin:20px 20px 0;gap:20px}}@media screen and (max-width:1236px){.raletedmovies h3{margin-left:30px}.scrollcards{width:90%;margin:20px auto 0}.card{max-width:150px;min-width:150px;height:300px}.cardleft{right:10%}.cardRight{right:2%}}@media screen and (max-width:1025px){.mainmoviebx{max-width:980px}.leftdata{width:100%;height:auto}.leftdata .leftimgbx{width:35%;height:auto;margin:auto}.rightdata{width:100%;height:auto}.cardleft{right:15%}.raletedmovies h3{margin-left:30px}.scrollcards{max-width:70%;margin:20px 20px 0}.card{max-width:150px;min-width:150px;height:300px}.cardRight{right:2.5%}.search_bar{left:55%}.search_bar .search_results,.search_bar input{width:350px}.downloadsec h3{display:block;background-color:rgba(105,86,207,.35);color:hsla(0,0%,100%,.822);text-align:center;border-radius:10px;padding:10px}.downloadlinks1{width:70%;margin:15px auto auto}}@media screen and (max-width:820px){.mainmoviebx{flex-direction:column-reverse}.hidedataformobile{display:none}.leftdata,.rightdata{width:100%}.leftimgbx{width:30%;margin:auto}.watchonlinemovie iframe,.youtubeiframe iframe{height:390px}.mainmoviebx{max-width:720px}.search_bar{left:65%}.search_bar input{width:300px}.search_bar{position:fixed;top:0;left:50%;transform:translateX(-50%);background-color:#00000093;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100vh;padding-top:3rem;display:none}.searchclose{position:absolute;right:5%;width:30px;height:30px;background-color:red;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer}.navclosesvg,.search_bar.active{display:flex}.search_bar .search_results{width:300px}.searchbarinfo h4{font-size:15px}.opensearchsvg{display:inline-block}.screenshots img{margin-top:15px;width:500px;height:-moz-fit-content;height:fit-content}.downloadlinks1{width:55%;margin:20px auto auto;gap:25px}}@media screen and (max-width:720px){.mainmoviebx{max-width:620px}}@media screen and (max-width:680px){.cardleft{right:20%}.cardRight{right:3%}.watchonlinemovie iframe,.youtubeiframe iframe{height:320px}.seenwatch button{color:hsla(0,0%,100%,.661)}.epwatch .watchmoviebtn,.seenonly .watchmoviebtn{color:hsla(0,0%,100%,.714)}}@media screen and (max-width:620px){.mainmoviebx{max-width:500px}}@media screen and (max-width:600px){.leftimgbx{width:250px}.seenwatch{display:none}.watchonlinemovie iframe,.youtubeiframe iframe{height:280px}.slideimagebx{height:350px}.slideimagebx img{width:100%;height:100%;object-fit:fill}}@media screen and (max-width:493px){.leftdata .leftimgbx{width:50%;height:auto;margin:auto}.cardleft{right:25%}.cardRight{right:3%}.raletedmovies h3{margin-left:25px}.scrollcards{width:90%}.youtubeiframe iframe{height:250px;margin:0 auto}.watchonlinemovie iframe{height:250px;margin:0 auto}.movietitle h1{font-size:19px}.downloadlinks1{width:70%;margin:15px auto auto}}@media screen and (max-width:383px){.scrollcards{width:80%}.card{width:120px;height:300px}.leftdata .leftimgbx{width:50%;height:auto;margin:auto}.cardleft{right:27%}.raletedmovies h3{margin-left:20px;font-size:16px}}@media screen and (max-width:1280px){.genremovie{justify-content:space-evenly}.mcard{max-width:218px;min-width:218px;height:390px}}@media screen and (max-width:1038px){.genrename,.genrename p{text-align:center}.genrename p{width:100%}.cato_bx2{justify-content:center}}@media screen and (max-width:560px){.mcard{max-width:185px;min-width:185px;height:340px}.genrename h1{font-size:38px}.genrename p{font-size:14px}.contents h5{font-size:13px}.rate h6{font-size:12px}.cardfas{width:10px}.cato_bx2 .left_cato button:nth-child(5),.left_cato button:nth-child(4){margin-top:20px;margin-left:25px}}@media screen and (max-width:495px){.mcard{max-width:165px;min-width:165px;height:300px}.searchclose{top:1%}}@media screen and (max-width:465px){.mcard{max-width:143px;min-width:143px;height:262px}.genremovie{justify-content:space-between;gap:10px;margin-top:15px}.contactcard{width:364px}.topccard{padding:1rem}.contactcard{height:560px}.bottomcard{height:150px}.logo{font-size:25px}nav,nav.sticky{padding:12px 10px}}@media screen and (max-width:406px){.mcard{max-width:120px;min-width:120px;height:220px;gap:10px;margin-top:15px}.genremovie{justify-content:space-between;gap:15px;margin-top:5px}}@media screen and (max-width:380px){.mcard{max-width:125px;min-width:125px;height:220px;gap:5px;margin-top:15px}.genremovie{justify-content:space-between;gap:15px;margin-top:5px}}footer{width:100%;background-color:hsla(0,7%,5%,.822);height:auto;margin-top:50px}.footersec{max-width:1300px;height:100%;color:#fff;background-color:hsla(0,7%,5%,.822)}.fcontent,.footersec{display:flex;flex-direction:column;align-items:center;justify-content:center}.fcontent{padding:20px}.flogo h1{font-size:36px;padding:25px;text-shadow:0 3px 5px hsla(0,0%,100%,.186)}.flogo h1 a{color:red}.flogo h1 a:hover{color:rgba(255,0,0,.704)}.quicklink{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;margin-top:20px}.quicklink li{font-size:18px;cursor:pointer}.quicklink li a{color:#fff}.quicklink li a:hover{color:rgba(255,0,0,.852);border-bottom:1px solid red;transition:all .3s}.copyright{padding:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.copyright p{text-align:center;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.363)}.copyright p a{color:red}.copyright p a:hover{border-bottom:1px solid red}.fperasec{margin-top:20px;background-color:hsla(0,7%,5%,.822);padding:20px;text-align:center}.fperasec p{color:#555}@media screen and (max-width:900px){.slideimagebx{height:500px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.slider_btns{left:50%;transform:translate(-50%,-20%)}}@media screen and (max-width:800px){.slideimagebx{height:400px}.slideimagebx img{width:100%;height:100%;object-fit:fill}}@media screen and (max-width:700px){.slideimagebx{height:350px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.content{display:none}.moviestegs{width:95%}}@media screen and (max-width:600px){.slideimagebx{height:320px}.slideimagebx img{width:100%;height:100%;object-fit:fill}}@media screen and (max-width:500px){.slideimagebx{height:280px}.slideimagebx img{width:100%;height:100%;object-fit:fill}}@media screen and (max-width:450px){.slideimagebx{height:370px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.moviestegs button{padding:8px 7px;font-size:12px}}@media screen and (max-width:400px){.slideimagebx{height:320px}.slideimagebx img{width:100%;height:100%;object-fit:fill}}@media screen and (max-width:435px){.slideimagebx{height:320px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.card{max-width:142px;min-width:142px;height:259px}.cato_bx2 .left_cato button:nth-child(5),.left_cato button:nth-child(4){margin-left:25px;margin-top:15px}.contents h5{font-size:13px}.contents h6 span{font-size:11px}.contents h6{font-size:12px}.cardfas{width:9px}.slider_btns{left:50%;transform:translate(-50%,-20%)}.tranding_bx li a{font-size:12px}.fas{width:10px}.cardleft{left:4%}}@media screen and (max-width:380px){.slideimagebx{height:320px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.card{max-width:142px;min-width:142px;height:259px}.cato_bx2 .left_cato button:nth-child(5),.left_cato button:nth-child(4){margin-left:25px;margin-top:15px}.contents h5{font-size:13px}.contents h6 span{font-size:11px}.contents h6{font-size:12px}.cardfas{width:9px}.slider_btns{left:50%;transform:translate(-50%,-20%)}.tranding_bx li a{font-size:12px}.fas{width:10px}.cardleft{left:4%}}@media screen and (max-width:360px){.slideimagebx{height:320px}.slideimagebx img{width:100%;height:100%;object-fit:fill}.card{max-width:130px;min-width:130px;height:250px}.cato_bx2 .left_cato button:nth-child(5),.left_cato button:nth-child(4){margin-left:25px;margin-top:15px}.contents h5{font-size:13px}.contents h6 span{font-size:11px}.contents h6{font-size:12px}.cardfas{width:9px}.slider_btns{left:50%;transform:translate(-50%,-20%)}.tranding_bx li a{font-size:12px}.fas{width:10px}.cardleft{left:4%}}.screenshots{width:100%;height:-moz-fit-content;height:fit-content;border-top:1px solid #333;margin:10px 0}.screenshots img{margin-top:10px;width:70%;height:auto;border-radius:20px}.screenshots h3{color:#6a7c8f;font-weight:500;padding-top:15px}.pbutton{width:100%;height:-moz-fit-content;height:fit-content;border-top:1px solid #333;margin:10px 0 -10px}.pbutton img{margin-top:10px;width:75%;height:auto;border-radius:20px}.watchonlinemovie{width:100%;height:auto;margin-top:40px}.watchonlinemovie iframe{width:80%;border-radius:20px;margin-top:40px;background:#7c7b7b}.watchonlinemovie h1{color:#f8ffff;font-size:40px;text-transform:capitalize;text-align:center}.epwatch{width:100%;margin-top:-5px}.epwatch h3{color:#6a7c8f;font-weight:500;padding-top:15px;margin-top:20px}.epwatch .watchmoviebtn{width:120px;background:#1c252f;margin-top:5px;color:#fff;border:none;padding:12px 0;border-radius:8px;cursor:pointer;gap:10px}.btngroup{width:100%;height:auto}.btngroup,.btngroup-1,.btngroup-2{display:flex;justify-content:center;flex-direction:row;gap:10px;padding-top:20px}.dmcapage{width:100%;height:auto;padding:20px;align-items:center}.dmcapage h1{color:#fff;font-size:50px;margin-left:5px;margin-top:20px;padding:10px}.dmcapage p{color:#fff;margin-left:10px;padding:10px;margin-top:-15px}.para1,.para1 h3{width:100%;height:auto;padding:10px;margin-top:20px}.para1 h3{color:#fff;size:20px}.para2{margin-top:-20px}.para2,.para2 h3{width:100%;height:auto;padding:10px}.para2 h3{margin-top:20px;color:#fff;size:20px}