body {
  min-width: 100vw;
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-size: 0;
  background: rgba(128, 143, 173, 0.26);
}

.qurybox {
  height: 30px;
  width: 40vw;
  /* border-radius: 40px; */
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: #756F9D;
  font-size: 20px;
}

.header-contener {
width: 100vw;
height: 70px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: space-evenly;
margin: 0 auto;
background-color: #050218;
}

.logo {
  left: 10px;
  color: #756F9D;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', sans-serif;
}

.search-contener {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40vw;
  background-color: #1F1B3A;
  padding: 10px 20px;
  border-radius: 50px;
}

.search, .clean {
  margin-right: 5px;
  transition: ease-in-out .5s;
}

.search:hover, .clean:hover {
  cursor: pointer;
  background-color: #756F9D;
  border-radius: 20%;

} 

.btn-contener {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -3px;
  top: 3px;
}

.search.load, .clean.load {
  display: none;
}

.spinner-fast.load {
  display: block;
}

.info {
  top: 80px;
  left: calc(50% - 110px);
  position: absolute;
  font-size: 20px;
  background: none;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1B3A;
}

.contener {
  position: relative;
  width: 100%;
  margin: 0;
  height: calc(100vh - 130px);
  font-size: 14px;
}

.card, swiper-slide-active {
  display: block;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.8), 0 10px 10px rgba(0,0,0,0.4);
}

.poster {
  width: 100%;
  height: 1.48;
}

.title, .year {
  color: #050218;
  margin: 5px;
}

.year {
  color: #756F9D;
}

.footer-contener {
  position: fixed;
  background-color: #050218;
  bottom: 0;
  color: #756F9D;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
  height: 40px;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', sans-serif;
  z-index: 2;
}

.github-link {
  color: #756F9D;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.github-img {
  margin-right: 5px;
}
