body {
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.navbar {
  background-color: #20180315;
  font-family: "Forum", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  z-index: 10;
}

.navbar a {
  color: #d1cbbe !important;
}

.navbar a:hover {
  color: #9b804e !important;
}
.navbar a.active {
  color: #9b804e !important;
}

.navbar.scrolled {
  background-color: #362b1f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel {
  margin-top: -100px;
}

.carousel-image-wrapper {
  position: relative;
}

.carousel-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.7)
  );
  opacity: 1;
}
.button {
  background-color: #574015;
  color: white;
  border-radius: 0%;
  font-family: "Forum", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  padding: 10px 40px;
}

.button:hover {
  background-color: #9b804e !important;
  color: white;
  border-radius: 0%;
  font-family: "Forum", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  padding: 10px 40px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #d1cbbe2f !important;
}
.rooms-img {
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
}

.rooms-item {
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
}

.gallery-img {
  height: 400px;
}

.why-img-1 {
  margin-left: 70px;
}
.why-img-2 {
  margin-top: 190px;
  margin-left: -120px;
  border: 10px solid #e9e6da;
}
.dropdown-item {
  background-color: #574015;
  border-radius: 0% !important;
}
.dropdown-item:hover {
  background-color: #523604 !important;

  border-radius: 0% !important;
}
#about-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new/DSCF5892.jpeg");
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  align-items: center;
}
#gallery-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new/DSCF5884.jpeg");
  background-size: cover;
  background-position: center ;
  height: 50vh;
  display: flex;
  align-items: center;
}

#contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new/DSCF5558.jpeg");
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  align-items: center;
}
#rooms-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new02/GVS05153.jpg");
  background-size:cover;
  background-position: center 50%;
  height: 50vh;
  display: flex;
  align-items: center;
}
.navbar-toggler {
  background-color: #d1cbbe;
  margin-right: 25px;
}

.owl-dots {
  text-align: center;
  padding-bottom: 20px;

  margin-top: -40px !important;
}

.owl-dot {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.owl-dot span {
  display: block;

  background: #927946 !important;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-dot.active span {
  background: #e9d8b9 !important;
}
.gallery-row {
  margin-right: 0px !important;
}

.contact-card:hover {
  background-color: #5841164f !important;
  transition: 0.2s ease-in-out;
}

@media (max-width: 786px) {
  .navbar {
    background-color: #362b1f;
    font-family: "Forum", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    z-index: 10;
  }
  .nav-container {
    padding: 10px 0px !important;
  }
  .nav-logo {
    height: 40px !important;
    padding: 0px 10px;
  }
  .carousel-caption {
    margin-bottom: 200px !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .room-desc {
    padding-bottom: 0px !important;
  }
  .room-item {
    padding: 40px 20px !important;
  }
  .rooms-item {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
  }
  .rooms-img {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  .room-facility-img {
    margin-bottom: 30px;
  }
}
