.upahar_gallery_section {
  background: #fafafa;
}

.gallery_subtitle {
  color: #c59d5f;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery_title {
  font-size: 40px;
  font-weight: 700;
  margin: 12px 0;
}

.gallery_item {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery_item img {
  width: 100%;
  /* height: 280px; */
  object-fit: cover;
  transition: 0.4s;
}

.gallery_item:hover img {
  transform: scale(1.08);
}

.modal-content img {
  max-height: 85vh;
  object-fit: contain;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #000000;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #000000b3;
}
