
.container {
  margin-top: 20px;
}

#venuesHeading {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

#venuesSubheading {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 57px;
    line-height: 57.01px;
    letter-spacing: -0.6px;
}

#venuesSubheading span {
    color: #0D97E9;
}


#venuesGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.venue-item {
  flex-basis: 24%;
  margin-bottom: 20px;
}

.venue-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px

}


#sliderHeading {
  font-size: 2rem;
  text-align: center;
}

#sliderSubheading {
  font-size: 1.5rem;
  text-align: center;
  color: #555;
}

.venue-item {
  position: relative;
  overflow: hidden;
}

.venue-item:hover {
  color: #007bff;
}



