:root {
  --prime: #ffb800;
  --sec: #3581fb;
  --bg: linear-gradient(to right bottom, #833ab4, #fd1d1d);
  --button: linear-gradient(to right bottom, #833ab4, #fd1d1d);
  --primary: #081c22;

  /* --text: linear-gradient(to right bottom, #eb3fc0, #aa2222); */
}

body {
  height: 150vh;
  background-color: #081c22;
  overflow-y: scroll;
}
/* html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
} */
.search button {
  position: absolute;
  margin-left: 26rem;
}
.search button i {
  height: 1rem;
  width: 0;
}
@media only screen and (max-width: 1040px) {
  .show {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .show {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 800px) {
  .search {
    margin: 0rem !important;
    /* padding: 1rem !important; */
    width: 90%;
    margin: 1rem !important;
  }
  .search-bar {
    height: 3.2rem;
    width: 100%;
  }
  .search-button {
    right: 6%;
  }
  .logo {
    text-align: center;
  }
  .result-head {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .show {
    margin: 0rem;
    padding: 0rem;
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    margin-top: 3rem;
    margin-right: 1.5rem;
  }
  .no-result {
    font-size: 25px;
  }
  .no-result-container {
    margin: 2rem;
  }
  .show-box {
    display: table;
    margin: 0px auto 0px auto;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .show {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    /* position: absolute; */
    /* width: 100%; */
  }
  .show-box {
    margin: 0;

    padding: 2rem 0rem;
    width: 65%;
    margin: auto;
  }

  .search {
    /* width: 90%; */

    padding: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }
  .result-img {
    margin: 0;
  }
  .result-title img {
    margin: 0;
    /* margin-right: 10rem; */
    width: 15rem;
    height: 23rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .result-title p {
    margin: 0;
    margin: 0.7rem 0rem;
    font-size: 25px;
  }
  .box {
    margin-left: 3rem;
    margin-top: 1rem;
  }
  .show li:hover {
    transform: none;
  }
}

/*# sourceMappingURL=result.2eeb7bac.css.map */
