html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

h6,
p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  box-shadow: none;
  background-color: #020a34a1 !important;
  height: 110px !important;
  margin-bottom: -11em;
  z-index: 10;
}

.nav-button {
  color: #f3f1f1;
  border-bottom: 2px solid #f3f1f1;
  background-color: transparent;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}

.nav-link.isactive {
  border-bottom: 2px solid rgba(255, 255, 255, 0.657);
}
.nav-link:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.657);
}
.nav-button:hover {
  color: #0d1a33 !important;
  background-color: #f3f1f1 !important;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.navbar-toggler {
  background-color: white;
  margin-right: 20px;
  margin-bottom: 10px;
}
.scrolled {
  background-color: #0d1a33 !important;
  transition: background-color 0.3s ease;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.carousel-image-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new1/Photo (45).JPG");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.carousel-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new1/Photo (36).JPG");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.carousel-image-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/assets/images/new1/Photo (12).JPG");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.room-btn {
  color: white;
  background-color: #0d1a33;
  font-family: Jost, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}
.room-btn:hover {
  color: white;
  background-color: #364460;
}

.button {
  color: #0d1a33;
  border-bottom: 2px solid #0d1a33;
  background-color: transparent;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}
.button:hover {
  color: #f3f1f1;
  background-color: #0d1a33;
  border-bottom: 2px solid #0d1a33;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.welcome-image-1 {
  position: relative;
  margin-top: 110px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  right: -150px;
  z-index: 10;
}
.welcome-image-2 {
  margin-top: 600px;
  z-index: 10 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.welcome-home-text {
  margin-right: -150px;
  background-color: #f3f1f1;
  padding: 100px 150px 200px 150px;
}
.welcome-about-text {
  margin-right: -150px;
  background-color: #f3f1f1;
  padding: 100px 200px 200px 200px;
}

.slash {
  margin-left: 110px;

  width: 120px;
}

.accomodation-img {
  height: 70vh;
  position: relative;
}
.gallery-img {
  height: 400px;
}

.testimonial-carousel .item {
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.testimonial-carousel .center .item {
  opacity: 1;
  transform: scale(1.05);
  z-index: 2;
}

.testimonials-section {
  background-color: #f8f8f8;
  padding: 170px 0px !important;
}

.testimonial-box {
  background: #f3f1f1;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.header-row {
  margin-top: -50px;
}

#about-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/assets/images/new1/Photo (34).JPG');
  background-size: cover;
  background-position: center;
  height: 80vh;
}

.about-container {
  padding: 150px 0px;
}

#gallery-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/assets/images/new1/Photo (36).JPG');
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#contacts-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/assets/images/new1/Photo (34).JPG');
  background-size: cover;
  background-position: center;
  height: 80vh;
}
#rooms-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/assets/images/new1/Photo (21).JPG');
  background-size: cover;
  background-position: center;
  height: 80vh;
}
@media (max-width: 768px) {
  .welcome-image-1 {
    display: none;
  }
  .welcome-image-2 {
    margin-top: 0px;
    z-index: 10 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .welcome-text {
    margin-right: -150px;
    background-color: #f3f1f1;
    padding: 100px 20px;
  }
  .header-text {
    font-size: 70px !important;
  }
  .header-p {
    font-size: 15px;
  }
  .slash {
    display: none;
  }
  .facility-item {
    text-align: center !important;
  }
  .accomodation-img {
    height: none;
    position: relative;
  }
  .gallery-row {
    margin-right: 0px !important;
  }
  .navbar-collapse {
    background-color: #0d1a33;
    padding: 2rem;
    z-index: 1050;
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .navbar-collapse .nav-link {
    color: white;
    padding: 0.75rem 1rem;
    display: block;
  }
  .navbar-toggle-icon {
    background-color: white !important;
  }
  .navbar-container {
    padding: 30px 0px;
  }
  .accomodation-img {
    height: 400px;
  }
  .minus-img {
    display: none;
  }
  .about-title {
    padding-bottom: 40px;

    text-decoration: underline;
  }
  .about-desc {
    text-align: center !important;
    padding-bottom: 40px;
  }
  .welcome-home-text,
  .welcome-about-text {
    padding: 50px 20px !important;
  }
  .facilities {
    margin-top: 100px;
  }
  .header-text {
    padding: 0px 30px;
  }
  .entry-text {
    padding: 300px 50px 0px !important;
  }
  .card-header {
    padding-top: 20px;
  }
.gallery-btn-container {
    justify-content: start !important; /* override Bootstrap's justify-content-end */
    text-align: left;
  }

  .gallery-btn {
    display: inline-block;
    text-align: left;
  }
}
