/* body{
    background-color: rgb(209, 209, 209);
} */

.banner{
    background-image: url(Assets/cover.JPEG);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white;
    height: 24vh;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    text-shadow: 8px 8px 24px black ;
    font-size: 28px;
}

@media screen and (max-width: 700px) {
  .banner{
  font-size: 14px;
  }
} 


.background-tint {
    background-color: rgb(239 109 55);
    background-blend-mode: multiply;
  }

.banner-content{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.explore{
    margin: 8px;
    color: #ec6c37;
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    background-color: white;
    width: 25vw;
}

@media screen and (max-width: 700px) {
  .explore{
  font-size: 12px;
  }
} 

.explore:hover{
    transform: scale(1.1);
}

#carouselExampleAutoplaying{
  width: 90%;
  height: auto;
}

.cards {
  display: flex;
  justify-content: center;
  padding: 12px;
  flex-wrap: wrap;
}
.card {
  margin: 15px;
  width: 18rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn:hover {
  transform: scale(1.1);
}

.all-show {
  position: relative;
  bottom: 50%;
}

.video{
  min-height: 50vh;
}

.features {
  background-color: #ec6c37;
  height: 22vh;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 28vh;
  width: 100vw;

}

.features ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.facilities-list{
    display: flex;
  justify-content: center;
  padding: 12px;
  flex-wrap: wrap;
  padding: 40px;
}

.facilities img{
    width: 18rem;
    margin: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}

.faq h1, .facilities h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  color: #ec6c37;
  text-shadow:2px 2px 4px gray ;
}

.accordion {
  margin: 0px 50px;
}
