* {
  margin: 0; 
}




h1{
  font-size: 40px;
  font-family: Arial;
  color: rgb(230, 218, 218);
}

h2{
  font-size: 32px;
  font-family: Arial;
  color: rgb(230, 218, 218);
}

h3{
  font-size: 19px;
  font-family: Arial;
  color: white;
}

h4{
  font-family: Arial;
}

h5{
  font-size: 14px;
  font-family: Arial;
  color: white;
}

h6{
  font-size: 12px;
  font-family: Arial;
  color: rgb(0, 0, 0);
  font-weight: 300;
}

p{
  font-size: 13px;
  font-family: Arial;
  color: white;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/images/banners/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  filter: brightness(0.6);
}

#mainpage {
  min-height: 100vh;
}


#header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100vw;
  background-image: url(/images/banners/banner3.webp);
  background-position: center;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 15px 50px;
  flex-wrap: wrap;
  
}

#header .logo{
  margin-left: 15px;
}

#tabs{
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin-left: 114px;
  }

  #tabs li{
    list-style: none;
    }

  #tabs li a{
   font-size: 18px;
   font-family: Arial;
   color: white;
   text-decoration: none;
   font-weight: 550;
   transition: 0.3s;
   position: relative;
  }

#header .sign-in,
#header .search-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 25px;
  width: 75px;
  border: none;
  border-radius: 4px;
  background-color: #F7c600;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 35px;
}

#header .sign-in:hover{
  background-color: green;
  color: white;
  font-size: 16px;
}

#header .sign-in.logged-in {
  background-color: green;
  color: white;
}

#header .sign-in.logged-in:hover {
  font-size: 16px;
}

#search{
  position: relative;
}

#search .search-button{
background: none;
width: 30px;
border-radius: 25px;
border: none;
cursor: pointer;
position: absolute;
top: 2px;
right: 245px;
/* inset: 24px 0px 0px 915px; */
}

#search img{
  height: 20px;
  width: 20px;
}

#search input{
  height: 25px;
  width: 270px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: none;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 60%;
  margin-left: 100px;
  padding-left: 40px;
  position: relative;
}

#search input:focus{
  outline: none;
}


#tabs li a:hover{
  color: #F7c600;
}

#tabs li a:hover::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #F7c600;
  position: absolute;
  bottom: -7px;
  left: 20px;
}




#movie-content h1{
  margin: -520px 0px 0px 40px;
}

#movie-content h1::after{
  content: "";
  width: 1200px;
  height: 1px;
  background: white;
  position: absolute;
  margin: 50px 0px 0px -215px;
}

#movie-content h1.no-line::after {
  content: none;
}

#movie-content .top-line::after{
  content: "";
  width: 1200px;
  height: 1px;
  background: white;
  position: absolute;
  margin: 50px 0px 0px -234px;
}
#movie-content .TV-line::after{
  content: "";
  width: 1200px;
  height: 1px;
  background: white;
  position: absolute;
  margin: 50px 0px 0px -208px;
}

#movie-content .movie{
  display: flex;
  height: 200px;
  width: 135px;
  position: absolute;
  flex-wrap: nowrap;

}

#movie-content .movies{
  display: grid;
  grid-template-columns: repeat(8,1fr);
  margin: 30px 35px;
  gap: 30px;

}

.movies a{
  text-decoration: none;
}

#movie-content .poster{
  height: 200px;
  width: 135px;
  border-radius: 4px;
  cursor: pointer;
}

#movie-content h5{
  margin-top: 6px;
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

#movie-content span img{
  height: 10px;
}

#pagination{
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination button{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: white;
  text-decoration: none;
  padding: 5px 15px ;
  margin: 10px 0px 60px 0px;
  font-weight: 600;
  border-radius: 20px;
  position: relative; 
  display: inline-block;
  transition: 0.2s;
  background: none;
  border: none;
  cursor: pointer;

}

#pagination button:hover{
  background-color: #F7c600;
  color: black;
}

#pagination button.line:hover::after{
  content: "";
  height: 2px;
  width: 15px;
  background: black;
  position: absolute;
  top: 26px;
  right: 13px;
}

#tabs li a.active::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #F7c600;
  position: absolute;
  bottom: -7px;
  left: 20px;
}

#tabs a.active{
  color: #F7c600;
}

#pagination button.line.active{
  background-color: #F7c600;
  color: black;
  font-size: 22px;
}

#pagination button.line.active::after{
  content: "";
  height: 2px;
  width: 15px;
  background: black;
  position: absolute;
  top: 28px;
  right: 13px;
}



.autocomplete-results {
  position: absolute;
  right: 141px;
  top: 49px;
  background-color: #dddddd;
  z-index: -1;
  max-height: 390px;
  overflow-y: auto;
  opacity: 95%;
  width: 312px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: none;
}



.autocomplete-item {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.autocomplete-item img {
  width: 40px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 6px;
}

.autocomplete-item:hover {
  background-color: #f0f0f0;
}

.autocomplete-results .viewButton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: none;
  background-color: #F7c600;
  width: 312px;
  padding: 10px 0px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}

.autocomplete-results .viewButton:hover{
  color: white;
  background-color: green;
}




#movie-info{
 display: flex;
 flex-direction: column;
 line-height: 30px;
}

#movie-info .movie-name{
 bottom: 20px;
}

#movie-info .bottom-info{
  font-size: 14px;
}


#movie-info span img{
  height: 10px;
  width: 10px;
  margin: 0px 5px;
}












::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-track{
  background: rgb(8, 8, 8);
}

::-webkit-scrollbar-thumb{
  background: linear-gradient;
  background-color: rgb(90, 89, 89);
  border-radius: 20px;
}








  



