h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.navbar {
  background-color: #213448 !important;
}
.nav-headers .nav-link {
  font-size: 18px;
  font-family: "Gilda Display", serif;
  font-weight: 700;
  font-style: normal;
  color: #f1efec !important;
}
.nav-headers .nav-link.active {
  color: #b6cad2 !important;
}
.carousel-image-1 {
  background: url("/assets/images/pool2.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}
.carousel-image-2 {
  background: url("/assets/images/villa-night-close.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}
.carousel-image-3 {
  background: url("/assets/images/big-double-bedroom2.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}
.carousel-caption {
  padding-bottom: 300px;
}

.button {
  background-color: #213448;
  color: white;
}

.button:hover {
  background-color: #547792;
  color: white;
}

.subtitle {
  font-family: Gilda Display;
  font-size: 25px;
  color: #213448;
  font-weight: 500;
}

.footer-text {
  color: white;
}

#gallery-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/big-double-bedroom2.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

#contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/pool.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

#about-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/pretty-quadruple-room.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

#accomodation-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/assets/images/double-room.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

.testemonial-image {
  max-width: 100px;
  max-height: 100px;
}
#booknow {
  background: url("/assets/images/pool.jpg") rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: border-box;
  height: 800px;
  margin: 0;
  align-items: baseline;
  position: relative;
}

.dropdown-item:hover {
  color: black !important;
}

.navbar-toggler-icon {
  background-color: rgb(233, 252, 255) !important;
}

@media (max-width: 768px) {
  .testemonial-image {
    display: none !important;
  }
  .gallerybtn {
    justify-content: start !important;
    align-items: start !important
    ;
  }
  .carousel-caption {
    padding-bottom: 180px;
  }
  .villa-facilities {
    font-size: 14px;
  }
  .dropdown {
    margin-left: -8px !important;
  }

  .owl-dots {
    margin-top: -20px;
  }
  .poweredby {
    text-align: start !important;
  }
}
