body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #131010;
    color: #333;
}

header {
    background-color: #662e2e5e;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(158, 4, 4, 0.1);
    border-bottom: 1px solid #ddd;
}

h1 {
    margin: 0;
    font-size: 2.5em;
    font-weight: 300;
    color: #2c3e50;
}

h2{
  font-size: 2.5em;
  color: rgba(245, 2, 136, 0.993);
  text-align: center;
}


/* Locations */

.location-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.col-content {
  position: relative;
  filter: brightness(95%);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.col-content img {
  margin-bottom: 1px;
  height: 300px;
  border-radius: 15px;
  width: 100%;
}

.location-content1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px ;
}

.col-content video {
  margin-bottom: 2px;
  height: 350px;
  /* margin: 12px; */
  /* padding: 12px; */
  flex: 1 1 250px;
  border-radius: 15px;
  width: 100%;
}

.col-content h5 {
  position: absolute;
  font-size: 15px;
  color: rgb(255, 6, 234);
  font-weight: 500;
  left: 12px;
  bottom: 2px;
  cursor: pointer;
  font-size: 25px;
}

.col-content p {
  position: absolute;
  font-size: 10px;
  color: rgb(250, 250, 248);
  left: 12px;
  bottom: 14px;
  cursor: pointer;
  font-size: 15px;
}

.col-content:hover {
  cursor: pointer;
  /* border-bottom: 5px solid #66bb8c; */
  color: #fff;
  transform: translateY(-7.5px);
  transform: translatex(-7.5px);
  transition: background-color 0.5s ease, transform 1s ease,
    border-bottom 0.5s ease 0.2s;
  box-shadow: 6px 6px 13px rgb(225, 0 ,0);
}
