@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

.hidden {
  display: none;
}

.pagination-container {
  margin-top: -60px;
  margin-bottom: 20px;
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number {
  font-size: 1.1rem;
  background-color: transparent;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s linear !important;
  border: 1px solid rgba(0, 4, 11, 0.5);
  color: #022133;
  font-size: 16px;
  font-weight: 400;
}

.pagination-number:hover {
  background-color: #0085b6;
  color: #fff;
  border: #0085b6;
}

.pagination-button {
  margin: 0 8px;
  color: rgba(2, 33, 51, 0.5);
  font-weight: 900;
  font-size: 16px;
  background: white;
}

.pagination-number.active {
  color: #fff;
  background: #0085b6;
  border: none;
}

.galereya_in__list__item.hidden {
  display: none !important;
}
