body {
  overflow-x: hidden;
}
.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.navbar .nav-item.active {
  border-bottom: rgb(99, 105, 112) 2px solid;
}
.navbar .navbar-brand img {
  transition: all 500ms ease-out;
}
.navbar .navbar-brand img:hover {
  opacity: 0.8;
  transform: scale(1.3);
}
.carousel-item {
  height: 450px;
}
.carousel-image-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url(../img/plane1.jpg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
.carousel-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url(../img/plane2.jpg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
.carousel-image-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/plane3.jpg);
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
#home-heading {
  position: relative;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background: url(../img/food.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#video-play {
  position: relative;
  min-height: 200px;
  background-size: cover;
  background-position: 0 -300px;
  background: url(../img/media.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}
#video-play a {
  color: #ffffff;
}
#page-header {
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url(../img/plane2.jpg);
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  padding-top: 50px;
}
.about-img {
  margin-top: -50px;
  transition: all 500ms ease-in-out;
}

.about-img:hover {
  transform: scale(1.1);
  cursor: pointer;
  opacity: 0.8;
}
#faq .card {
  border: #444;
}
#faq a {
  color: #fff;
  text-decoration: none;
}
#faq .card-body,
#faq .card-header {
  background: #333333;
}
#main-footer {
  background: #111111;
  color: #fff;
}
#staff img {
  transition: all 500ms ease-out;
}
#staff img:hover {
  transform: scale(0.9);
}