@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");body{font-family:Roboto,sans-serif;background-color:#040303}#c{position:absolute;display:block;width:100vw;height:100%;z-index:-1}.movies{overflow:hidden;user-select:none}.movies__wrapper{padding-bottom:3em}.movies__inner-wrapper{max-height:100vh;overflow-y:auto}.movies__header{color:#efefef;max-width:1024px;margin:0 auto;padding:1em}.movies__title{line-height:1;margin-bottom:0}.movies__list{display:flex;flex-wrap:wrap;max-width:1024px;margin:0 auto 5em;padding:0;justify-content:center}.movies__figure{overflow:hidden;margin:0;height:100%}.movies__link{color:#efefef}.movies__item{width:100%;list-style:none;color:#efefef;text-align:center;margin:1em;position:relative;max-height:200vw;transition:all .5s ease;overflow:hidden}@media screen and (min-width:479px){.movies__item{width:calc(50% - 2em);max-height:30em}}@media screen and (min-width:767px){.movies__item{width:calc(33% - 2em)}}@media screen and (min-width:1023px){.movies__item:hover{cursor:pointer;box-shadow:1px 14px 81px -2px rgba(0,0,0,.75);transform:scale(1.25);z-index:1}.movies__item:hover .movies__img{transform:scale(1.05)}.movies__item:hover .movies__caption,.movies__item:hover .movies__infos,.movies__item:hover:before{opacity:1}}@media screen and (min-width:1023px){.movies__item .movies__caption,.movies__item .movies__infos,.movies__item:before{opacity:0}}.movies__item:before{content:"";bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.75),transparent 50%,rgba(0,0,0,.75));pointer-events:none;transform:scale(1.05)}.movies__infos,.movies__item:before{position:absolute;left:0;right:0;top:0;z-index:1;transition:all .33s ease}.movies__infos{display:flex;flex-wrap:wrap;padding:1em;text-align:left}.movies__popularity,.movies__votes{flex:1;font-weight:300}.movies__release_date{width:100%;margin-bottom:.5em;font-size:1.25em}.movies__votes{text-align:right}.movies__img{height:100%;width:100%;object-fit:cover;transition:all .33s ease}.movies__caption{z-index:1;position:absolute;transition:all .33s ease;max-width:100%;text-transform:uppercase;font-size:1.5em;font-weight:700}.movies__caption,.movies__navigation{bottom:0;text-align:center;width:100%;padding:1em}.movies__navigation{position:fixed;backdrop-filter:blur(.25em);z-index:999}.movies__next,.movies__prev{padding:.5em 1em;border:none;border-radius:.25em;transition:all .15s ease}.movies__next:hover:disabled,.movies__prev:hover:disabled{cursor:not-allowed}.movies__next:hover:enabled,.movies__prev:hover:enabled{background-color:#f19953;cursor:pointer;color:#efefef}.movies__page{color:#efefef;padding:1em;text-shadow:0 0 10px #000}.movies__nav-github{width:100%;color:#2660a4;display:inline-block;text-decoration:none;margin:1em 1em 0}@media screen and (min-width:767px){.movies__nav-github{width:auto;float:right;transition:all .2s ease}.movies__nav-github:hover{color:#efefef}}
/*# sourceMappingURL=/custom.f37675cc.css.map */