.facilities-section {
    text-align: center;
    padding: 1rem;
}
.facilities-section i{
  color: var(--gold);
}
.facilities-section h2 {
  position: relative;
  font-weight: 400;
  padding: 0;
  font-family: "Lora", Sans-serif;
  margin-bottom: 10px;
}

.facilities-section h2::after{
  content: '';
  position: absolute;
  bottom: -10px; 
  left: 50%;
  width: 23%; 
  height: 2px; 
  background-color: var(--gold); 
  transform: translateX(-50%);
}
.facilities-section p {
  font-family: "Lora", Sans-serif;
  text-align: center;
  margin: auto;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .facilities-section p {
    font-size: 16px;
  }
}

/* ******facilities********* */

/******* stage ********/
.stage{
    text-align: center;
    margin-bottom: 30px;
  }
  .stage h2{
    font-family: "Lora", Sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  .stage h2::after{
    content: '';
    position: absolute;
    bottom: -5px; 
    left: 50%;
    width: 70%; 
    height: 2px; 
    background-color: var(--gold); 
    transform: translateX(-50%);
   
  }
  .stage i{
    color: var(--gold);
  }

  /* stage end */

   /* hall */
   .hall{
    text-align: center;
    margin-bottom: 30px;
  }
  .hall h2{
    font-family: "Lora", Sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  .hall h2::after{
    content: '';
    position: absolute;
    bottom: -5px; 
    left: 50%;
    width: 80%; 
    height: 2px; 
    background-color: var(--gold); 
    transform: translateX(-50%);
   
  }
  .hall i{
    color: var(--gold);
  }

  /******* hall end ********/
  /******* parking ******/
  .parking {
    text-align: center;
    margin-bottom: 30px;
  }
  .parking h2{
    font-family: "Lora", Sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  .parking h2::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 58%; 
    height: 2px; 
    background-color: var(--gold); 
    transform: translateX(-50%);
   
  }
  .parking i{
    color: var(--gold);
  }
  /****** parking end *******/

  /* other */
  .facilities-item{
    padding-left: 10px;
  }

  .facilities-item i {
    font-family: "Lora", Sans-serif;
    color: var(--gold);
    font-weight: bold;
    padding-right: 5px;
  }
  .other-facilities i{
    color: var(--gold);
  }
  .lead2{
    font-weight: 400;
    padding: 0;
    font-family: "Lora", Sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
   .lead1{
    font-family: "Great Vibes", cursive;
    color: var(--green);
    font-weight: 400;
  }
