h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.carousel-item {
  height: 900px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-image-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/photos/vlora2.jpeg");
  background-size: cover;
  background-position: center;
}

.carousel-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/photos/living-room.jpg");
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  margin-bottom: 300px;
  width: 500px;
}

.button {
  background-color: #b99470;
  color: white;
  padding: 20px;
}
.button:hover {
  background-color: #6b3c0d97;
  color: white;
}

hr {
  border: 3px solid rgb(156, 71, 1);
  color: black;
  width: 60px !important;
}

.header {
  color: black !important;
  font-size: 37px;
  font-family: "Work Sans", sans-serif;
}

#booknow {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/photos/kitchen-table.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.facility-title {
  font-size: 25px;
}

.footer-text {
  color: rgb(52, 52, 52);
}

.testimonial-box {
  background: #f2f2f3;
  border-radius: 10px;
  color: black;
}

.testemonial-image {
  width: 50px;
  height: 80px;
  color: #b99470 !important;
}

.testimony {
  color: rgb(52, 52, 52);
  font-size: 16px;
}

#accomodation-header {
  background: linear-gradient(
      rgba(255, 255, 255, 0.609),
      rgba(255, 255, 255, 0.711)
    ),
    url(/assets/photos/about-home.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}
#gallery-header {
  background: linear-gradient(
      rgba(255, 255, 255, 0.609),
      rgba(255, 255, 255, 0.711)
    ),
    url(/assets/photos/bedroom.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}
#about-header {
  background: linear-gradient(
      rgba(255, 255, 255, 0.609),
      rgba(255, 255, 255, 0.711)
    ),
    url(/assets/photos/small-bedroom.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

#contact-header {
  background: linear-gradient(
      rgba(255, 255, 255, 0.609),
      rgba(255, 255, 255, 0.711)
    ),
    url(/assets/photos/balcony-afar.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
}
@media (max-width: 768px) {
  .carousel-caption {
    width: 250px;
  }
  .poweredby {
    text-align: start !important;
  }
}
