.nav-icons {
  margin-top: -105px;
  height: 105px;
  position: relative;
  z-index: 1000;
}

.icons {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -12px;
}

.icons i {
  overflow-y: hidden;
  margin-right: 17px;
  margin-left: 17px;
  color: black;
  transition: all 0.4s ease;
}

.icons i:hover {
  color: rgb(63, 62, 62);
}

.header {
  margin-top: 35px;
  margin-left: 23px;
}

#resultsDiscover {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: 40px 0;
}

#resultsDiscover > div {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#resultsDiscover img {
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

#resultsDiscover h3 {
  color: #333;
  font-size: 24px;
  margin: 0;
}

#resultsDiscover ul {
  margin: 0;
  padding: 0;
}

#resultsDiscover li {
  list-style: none;
  margin-bottom: 10px;
}

#resultsDiscover a {
  background-color: #ffb534;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}

#resultsDiscover a:hover {
  background-color: #fdbe50;
}

.line {
  height: 2px;
  width: 100%;
  background: black;
}

.header {
  width: 246px;
}

.loadingDiscover {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: 100%;
}

@media (max-width: 670px) {
  .nav-icons {
    display: none;
  }

  .nav-parent {
    display: flex;
    justify-content: center;
  }

  .bottomNav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fdbe50;
    height: 67px;
  }

  .iconsBottom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconsBottom i {
    overflow-y: hidden;
    margin-right: 27px;
    margin-left: 27px;
    color: black;
    transition: all 0.4s ease;
  }

  .iconsBottom i:hover {
    color: rgb(63, 62, 62);
  }
}
