@media only screen and (min-width: 1024px) {
  .preloader {
    top: 52%;
    right: 7%;
    transform: translate(-50%, -50%);
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 102.5%;
  }
  i {
    font-size: 2rem;
  }
  .container {
    border: none;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .flex-rev {
    flex-direction: column;
  }
  .form-box,
  .info-box {
    width: 100%;
  }
  .form-box {
    height: 100%;
  }
  .pad {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 0 3rem;
    transition: all 0.5s;
    background-color: var(--col-black);
  }
  .info-box {
    height: 91.3%;
  }
  .search {
    width: 90%;
  }
  .search input {
    width: 80%;
  }
  .search-match {
    width: 90%;
  }
  .list-item {
    padding: 1.3rem;
  }
  .word-details {
    height: 92%;
  }
  .bt-pane {
    width: 77%;
  }
  .preloader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 65%;
  }
  .container {
    padding: 2rem;
  }
  .search {
    width: 90%;
  }
  .search-match {
    height: 80%;
    width: 100%;
  }
  .bt-pane {
    margin: 4rem 5rem;
  }
  .search input {
    width: 75%;
  }
  .pad {
    padding: 0.5rem;
  }
  .info-box {
    height: 95%;
  }
  .word h1 {
    font-size: 3.3rem;
  }
  .definition li {
    font-size: 1.5.9rem;
    letter-spacing: 1px;
  }
  .synonyms h2,
  .antonyms h2 {
    font-size: 1.8rem;
  }
  .synonyms li,
  .antonyms li {
    font-size: 1.4rem;
  }
  .bt-pane {
    width: 50%;
    bottom: 2%;
    right: 17%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 400px) {
  .search input {
    width: 73%;
  }
}
@media only screen and (max-width: 380px) {
  .search input {
    width: 70%;
  }
}
