#show{
  border-top: 0px solid rgba(53, 53, 53, 0.1);
}

.show-head h6{
  margin: 0px ;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 100px;
  border: 1px solid black
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.show-head{
  display: flex;
  margin: 0px 2%;
}
.show-box{
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: 3px 2px;
  overflow: hidden;
  width: 250px;
}
.show-img{
  width: 100%;
  height: 100%;
}

.show-img img{
  width: 70%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.show-txt strong{
    color: black;
    margin: 0;
}
.show-txt p{
  color: gray;
  margin: 0;
}
.show-txt{
  width: 100%;
  display: flex;
  display: -webkit-box
  -webkit-line-clamp: vertical;
  text-align: center;
  text-overflow: ellipsis;
  flex-direction: column;
  margin: 5px;
  font-size: 10px;
  font-family: monospace;

}
.show-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.2s;
}
#shows-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.search{
  width: 250px;
  height: 40px;
  background-color: white;
  font-family: 'monospace' sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 80%;
  position: absolute;
}

.search input{
  width: 100%
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
}
.search i{
  color: #3a3a3a;
}
