body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.nav__container{padding-top:0;padding-bottom:0}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.text-wrapper{max-width:550px;text-align:left;padding:0 10px}.text-wrapper h1{padding:10px 0;font-size:36px;line-height:40px}.movie__container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;padding:50px 0 120px}.movie__container div{margin-right:20px;line-height:1.6rem}.movie__container div h2{font-size:32px}.movie__detail{height:1200px}button:hover{color:#111}.hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/media/main.662f6803.jpg);background-position:50%;background-size:cover}form h3{font-weight:450;padding:15px 50px;font-size:20px}form .form__group input{padding:10px;border:none;width:80%;margin-bottom:10px}.form__group{display:-webkit-flex;display:flex;max-width:600px;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.form__group button{background-color:rgba(244,6,18,.8627450980392157);border:none;padding:6px;margin-left:1px;color:#fff;cursor:pointer}.form__group button:hover{background-color:#f40612}@media screen and (min-width:745px){form .form__group input{padding:15px 10px;border:none;width:35%;margin-bottom:10px;font-size:22px}.form__group button{background-color:rgba(244,6,18,.8627450980392157);border:none;padding:14px 40px;margin-left:1px;color:#fff;margin-top:-9px;font-size:1.625rem;font-weight:400}.form__group{-webkit-justify-content:center;justify-content:center;max-width:100%}}*{text-decoration:none;list-style:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}div{padding-bottom:0}.nav__container{position:-webkit-sticky;position:sticky;top:0;transition:all .4s ease-in;padding:0;z-index:100;background-image:linear-gradient(180deg,rgba(17,17,17,.871),rgba(37,37,37,.6),transparent)}.nav{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%;padding:30px 30px 20px}.darkbg{background-color:#111}.nav img{max-width:100px;max-height:50px}.sign__btn{background-color:#e50914;line-height:normal;padding:5px 17px 7px;font-size:1rem;border:none;border-radius:4px;color:#fff;margin-right:30px;font-weight:400;cursor:pointer}.netflix_logo__lg{max-height:100px;margin-left:20px;width:200px;max-width:250px}.textWrapper{display:inline-block;text-align:center;font-size:1.65rem;max-width:550px;height:auto;padding:5px 60px 10px}.textWrapper h1{font-weight:650;line-height:50px;padding-bottom:15px}.textWrapper h3{font-weight:400;font-size:1.65rem;padding-bottom:15px}.hero__contents{padding:140px 0}.formWrapper{display:inline-block;max-width:750px;text-align:center;background-color:rgba(0,0,0,.618);padding:100px 10px;margin-top:-40px}.formWrapper,.formWrapper form{height:auto;font-family:"roboto","arial"}.formWrapper form{max-width:500px}.formWrapper input{width:350px;height:40px;border:1px solid #ffe4a0;border-radius:4px;background-color:transparent;margin:10px 0;color:#fff;padding:0 10px}.formWrapper input:focus{border:1px solid #e90a0a;outline:none}.formWrapper .signbtn{width:372px;height:40px;color:#fff;background-color:#e90a0a;border:none;border-radius:6px;cursor:pointer;font-size:1.3rem;font-family:"roboto","arial"}.formWrapper p{text-align:center;margin-top:5px}.formWrapper a{cursor:pointer;transition:all .3s ease-in-out}.formWrapper a:hover{text-decoration:underline;color:red}@media screen and (max-width:540px){.textWrapper{display:block;text-align:center;width:100%;max-width:100%;font-size:1rem;padding:10px 20px}}.section{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-basis:201px;flex-basis:201px;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;grid-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;-webkit-flex-wrap:wrap;flex-wrap:wrap;border-top:3px solid grey;border-bottom:3px solid grey;background-color:#000;padding:60px 30px;color:#fff}.section h1{font-size:40px;padding-bottom:15px}.section h2{font-size:28px;font-weight:400}.section img{width:450px;height:350px}.section .textWrapper{max-width:50%;text-align:left;-webkit-flex-basis:500px;flex-basis:500px}.section .start{-webkit-transform:translateX(-40%);transform:translateX(-40%);text-align:left}@media screen and (max-width:650px){.section img{width:100%;height:auto}.textWrapper{max-width:90%}.textWrapper h2{font-size:14px}.section .textWrapper h1{font-size:20px;padding-bottom:5px;line-height:1.5rem}.section .start{-webkit-transform:translateX(0);transform:translateX(0);text-align:left}}.headline__text{font-size:52px;font-weight:500;padding-bottom:25px;padding-top:10px}.accordion{margin-bottom:10px;padding:6px 0;text-align:center;background:#303030!important;font-size:1.5rem!important}.acc__icon,.accordion{color:#fff!important}@media screen and (max-width:650px){.accordion{padding:0;font-size:1px}.makeStyles-secondaryHeading-3{font-size:12px!important}.jss7{font-size:13px!important}}.footer__container{background-color:#111;padding:20px 0;color:hsla(0,0%,100%,.939);font-weight:300;font-size:15px;line-height:8px;margin:0;width:98vw}.top__footer{-webkit-justify-content:center;justify-content:center;max-width:60vw}.footer__main,.top__footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.footer__main{-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;-webkit-justify-content:space-evenly;justify-content:space-evenly;max-width:70%}.footer__main ul{list-style:none;display:-webkit-flex;display:flex}.banner__contents{text-align:left;-webkit-align-items:center;align-items:center;color:#fff;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:800}.banner__buttons{display:-webkit-flex;display:flex;margin-top:0;padding-top:0}.banner__buttons button{padding:6px 11px;font-weight:600;margin-top:10px;width:87px;text-align:center;-webkit-justify-content:center;justify-content:center}.banner__contents button{margin-right:10px}.banner__contents h1{font-size:3rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;text-shadow:.7px .7px 30px rgba(109,108,108,.904)}.banner__contents p{font-size:.8rem;max-width:400px;padding:20px 0;text-shadow:2px 2px 10px #313131}.banner__wrapper{max-width:500px;padding:120px 25px 80px}.shadow__bottom{height:50px;width:100%;background-image:linear-gradient(180deg,transparent,rgba(37,37,37,.6),#111);margin:0}.close{color:red;position:relative;top:40px;left:600px;font-size:22px;border:1px solid hsla(0,0%,91%,.748);padding:2px;border-radius:4px}.close:hover{color:#fff}.ban__trailer__video{width:95%;height:230px;margin-left:8px}@media screen and (min-width:740px){.ban__trailer__video,.trailer__video{width:100%;height:555px;margin-left:0;margin-bottom:0}}body{background-color:#111;color:#fff}*{margin:0}h4,h5,h6{font-weight:200;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased}.nav__container{grid-column-gap:70px;-webkit-column-gap:70px;column-gap:70px;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.nav__container,.row__posters{display:-webkit-flex;display:flex}.row__posters{overflow-x:scroll;margin-bottom:0;overflow-y:hidden;padding-bottom:0;position:relative}.row__posters::-webkit-scrollbar{display:table-row-group;height:20px;cursor:progress;margin-bottom:0;padding-bottom:0}.row__poster{object-fit:contain;object-position:center;max-height:300px;margin-right:10px;transition:-webkit-transform .45s;transition:transform .45s;transition:transform .45s,-webkit-transform .45s;scroll-behavior:smooth;cursor:pointer;-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated}.row__poster__sm{object-fit:fill;width:240px;max-height:140px;transition:all .3s ease-in;margin-right:10px;border-radius:4px;-webkit-transform:rotate(0);transform:rotate(0);overflow:hidden}.row__poster:hover{image-rendering:smooth;-webkit-filter:opacity(.85);filter:opacity(.85)}.row__poster:hover,.row__poster__sm:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.row__poster__sm:hover{border-radius:4px}.btnlink1{top:300px;left:70px}.btnlink1,.btnlink1__sm{color:#fff;font-size:28px;position:relative;z-index:1;text-shadow:3px 3px 10px #000;cursor:pointer}.btnlink1__sm{top:130px;left:90px}.btnlink1:hover,.btnlink1__sm:hover,.btnlink2:hover,.btnlink2__sm:hover{color:red;transition:all .3s ease-out;text-shadow:12px 10px 10px #000}.btnlink2{top:300px;left:80px}.btnlink2,.btnlink2__sm{color:#fff;font-size:25px;position:relative;z-index:1;text-shadow:3px 3px 10px #000}.btnlink2__sm{top:130px;left:100px}.row h2{padding:20px 10px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;text-transform:uppercase}.row{padding:0 30px;margin:0;text-align:left}.btn,.row{color:#fff}.btn{background:rgba(51,51,51,.5);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border:.2px solid hsla(0,0%,100%,.31);border-radius:3px;margin-top:20px;padding:4px 12px 4px 5px;font-size:14px;font-weight:300;font-family:century gothic;cursor:pointer;transition:all .2s ease-in-out}.btn:hover{background:#fff;color:#040303;-webkit-transform:translateY(-5%);transform:translateY(-5%);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.play__icon{padding:0 2px;font-size:24px}button:hover>.play__icon{color:#040303}.profileContainer{height:100vh;color:#fff}.profile_body{-webkit-flex-direction:column;flex-direction:column;width:50%;margin-left:auto;margin-right:auto;max-width:800px}.profile_body,.profile_info{display:-webkit-flex;display:flex}.profile_info>img{height:100px}.profile_body>h1{font-size:50px;font-weight:200;border-bottom:1px solid #282c2d;margin-bottom:20px}.profile_details>h2{background-color:grey;font-size:15px;padding:15px 15px 15px 20px}.profile_details{color:#fff;margin-left:25px;-webkit-flex:1 1;flex:1 1}.profile_signout{padding:10px 20px;font-size:1rem;margin-top:5%;width:100%;color:#fff;background-color:red;font-weight:600;border:none;cursor:pointer}.profile_plans{margin-top:20px;text-align:left}.profile_plans>h3{border-bottom:1px solid #282c2d;padding-bottom:10px}
/*# sourceMappingURL=main.7828e2ca.chunk.css.map */