.img-zoom:hover {
  scale: 1.1;
  filter: grayscale(0.3);
  transition: 0.60s;
}

.img-zoom {
  scale: 1;
  transition: 0.60s;
}

.bg-venue {
  background-color: #efedea;
}

.portfolio-text {
  opacity: 0.5;
  transition: 0.6s;
}
.portfolio-img:hover > .portfolio-text{
  opacity: 1;
  transition: 0.60s;
}

.portfolio-text2 {
  transition: 0.6s;
}

.portfolio-img:hover > .portfolio-text2{
  opacity: 0.5;
  transition: 0.60s;
}



.gallery img{
  width: 100%;
  transition: 0.5s;
}

.gallery img:hover {
  
  transition: 0.5s;
}



/* .container-fluid {
  --bs-gutter-x: 0!important;
} */

@media (max-width: 992px) { .hero { margin-top: -61px!important; } }



.carousel-caption {

  bottom: 5rem!important;

}

.venue-about-btn:hover {
  background-color: #E03800!important;
  color: black!important;
}