@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap";.search-item{display:flex;list-style:none;cursor:pointer;gap:10px;width:100%;min-height:90px;padding:6px;border-bottom:1px solid white}.search-item:last-child{border-bottom:none}.search-item:hover{background:rgba(255,255,255,.2)}.search-item img{width:50px}.movie-overview{display:flex;flex-direction:column;justify-content:center;width:70%;gap:10px}.movie-overview h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-overview span{margin-right:10px;font-size:14px}.search-list{position:absolute;background:rgb(52,50,50);width:100%;max-width:720px;top:100%}.search-results-btn{display:grid;place-items:center;background:rgb(53,173,53);min-height:50px;cursor:pointer;-webkit-tap-highlight-color:transparent}.search-bar{position:relative;display:flex;justify-content:center;width:70%}.search-bar input{background-color:#232324;padding:14px;width:100%;max-width:700px;border:none;outline:none;border-radius:4px}.search-bar button{background:rgb(53,173,53);padding:6px 10px;border:none;border-radius:4px;cursor:pointer}@media screen and (max-width: 720px){.search-bar{width:90%}}.nav-bar{position:fixed;top:0;background:rgb(52,50,50);display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 20px;z-index:2}.nav-options{display:flex;justify-content:space-between;width:30%;margin:6px 10px 6px 0}.nav-options a{cursor:pointer;text-decoration:none}.nav-options a:hover,.active-link{color:#35ad35}@media screen and (max-width: 720px){.nav-bar{flex-direction:column}.nav-options{width:80%}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;color:#fff}body{background:rgb(35,35,36);-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{width:8px;background-color:#4f5052}body::-webkit-scrollbar-thumb{background-color:#35ad35}#trailer-div{position:relative}
