.container11 {
  max-width: 1200px;
  margin: auto;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
}

.image-item {
  flex: 1 0 28%;
  min-width: 200px;
  cursor: zoom-in;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms cubic-bezier(0.79, 0.25, 0, 1.07);
}

.image-item:is(:hover, :focus) img {
  transform: scale(1.03);
}
.modal-container.active {
    z-index: 11;
}
button#left {
    color: red;
    background-color: aliceblue;
}
button#right {
    color: red;
    background-color: aliceblue;
}
button.modal__btn.modal__close {
  color: red;
    background-color: aliceblue;
}
.text-c{
 font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
/* .modal__image-container {
    max-width: 177vh;
} */
.modal__image-container {
    max-width: 158vh;
}
.modal {
    max-width: 900px!important;
}