@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
   font-family: "Syne", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h6,
p {
font-family: "Syne", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a{
    font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #301d11;
}

.navbar {
  box-shadow: none;
  background-color: transparent
 !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: "Syne", 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: #301d11
 !important;
  background-color: #f3f1f1 !important;
  box-shadow: none;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar-toggler {
  background-color: white;
  margin-right: 20px;
  margin-bottom: 10px;
}
.scrolled {
  background-color: #301d11 !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.349), rgba(0, 0, 0, 0.199)),
    url("/assets/photos/carousel-2.jpeg");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.carousel-image-2 {
 background: linear-gradient(rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.199)),
    url("/assets/photos/carousel-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.carousel-image-3 {
 background: linear-gradient(rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.199)),
    url("/assets/photos/carousel-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.room-btn {
  color: white;
  background-color: #301d11;
  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: 301d11
;
}

.button {
  color: #301d11;
  border-bottom: 2px solid #301d11;
  background-color: transparent;
  box-shadow: none;
 font-family: "Syne", 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: #301d11;
  border-bottom: 2px solid #301d11;
  box-shadow: none;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.about-23{
    padding-top: 100px;
}


.container1{
      position: relative;
      display: inline-block;
}
 .image-column {
      position: relative;
    }
    .main-image {
      display: block;
      border-radius: 2%;
    }
    .background-image {
        width: 190px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s;
   
    }
    .image-column:hover .background-image {
      opacity: 1;
      
    }
.image-column:hover .main-image{
    box-shadow: #183B3D 0px 5px, #183B3D 0px 10px, #183b3d8c 0px 15px, #183b3d57 0px 20px, #183b3d36 0px 25px;
}
.kolone{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1D3637;
}
#offers {
    color: #f5f5f5;
    margin: 120px 30px;
    padding: 120px 30px;
    background: linear-gradient(90deg, #f5f5f5 16%, #183A3C 16%), url('/assets/photos/download__9_-removebg-preview.png') no-repeat top right;
    background-size: contain; /* Scales image to fit within the section */
    background-blend-mode: overlay; /* Blends image with gradient */
    position: relative;
    opacity: 0.9; /* Slightly reduces overall opacity */
}

/* Pseudo-element for finer control over the image's lightness */
#offers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/photos/download__9_-removebg-preview.png') no-repeat top right;
    background-size: contain; /* Ensures image isn't too large */
    opacity: 0.2; /* Keeps the image light and sketch-like */
    z-index: -1; /* Places image behind content */
}
#activities{
     margin: 120px 0;
    padding: 50px 0;
}
#spaces-section{
    margin: 120px 0;
    padding: 120px 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 16%, rgba(245,243,236,1) 16%);
}





.accomodation-img {
  height: 70vh;
  position: relative;
}
.gallery-img {
  height: 700px;
}
    .testimonials-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            
        }

        .testimonials-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #343a40;
            margin-bottom: 40px;
            text-align: center;
        }

        .testimonial-card {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 20px;
            margin: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .testimonial-quote {
            font-size: 1.1rem;
            font-style: italic;
            color: #6c757d;
            margin-bottom: 15px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
        }

        .avatar-placeholder {
            width: 50px;
            height: 50px;
            background-color: #dee2e6;
            border-radius: 50%;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #495057;
            font-weight: 600;
        }

        .author-details h5 {
            font-size: 1.2rem;
            color: #343a40;
            margin-bottom: 5px;
        }

        .author-details p {
            font-size: 0.9rem;
            color: #6c757d;
            margin: 0;
        }

.header-row {
  margin-top: -50px;
}


#about-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/img/15.jpeg');
  background-size: cover;
  background-position: center;
  height: 80vh;
}
.about-us{
  padding-top: 100px;
  padding-bottom: 100px;

}

.about-container {
  padding: 150px 0px;
}



#contacts-header {
  background: linear-gradient(rgba(43, 43, 43, 0.609), rgba(0, 0, 0, 0.711)),
    url('/assets/photos/carousel-1.jpeg');
  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/photos/carousel-2.jpeg');
  background-size: cover;
  background-position: center;
  height: 80vh;
}
.rooms-section{
 padding-top: 100px;
  padding-bottom: 100px;
}
@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:#183e40;
    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;
  }
}
