.modal-longrid {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(95, 94, 96, 0.7607843137);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
}
.modal-longrid.active {
  display: block;
}
.modal-longrid__content {
  margin: 3rem auto;
  border-radius: 12px;
  width: 80%;
  max-width: 1200px;
  position: relative;
  color: #0a0a0a;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  padding: 3rem 3rem 1rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.6rem;
}
.modal-longrid__content img {
  border-radius: 10px;
}
.modal-longrid__close {
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease;
}
.modal-longrid__close:hover {
  color: rgb(183, 15, 17);
}

@media (max-width: 991px) {
  .modal-longrid__content h3 {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=modalLongrids.css.map */
