 body, html {
      margin: 0;
      padding: 0;
      height: 100%;
    }

    .hero-section {
      background: url('../images/prima.webp') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      z-index: 1;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0;
      margin-bottom: 0;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      font-family: 'Georgia', serif;
    }


    

    .content-section {
      height: 150vh;
      background-color: #f8f9fa;
      padding-top: 4rem;
text-align: center;
    }
 

    .bordered-block {
      border: 1px solid white;
      border-radius: 0.375rem;
      padding: 0.5rem 1rem;
    }
p.firsttext {
  font-size: 26px;
  line-height: 1.3em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: 0px;
  display: block;
  text-align: center;
  

  /* Animation styles */
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

p.firsttext.show {
  opacity: 1;
  transform: translateX(0);
}



    /*2nd style*/

.image-stack-wrapper {
  position: relative;
  width: 500px;
  max-width: 520px;
  margin: auto;
  top: -50px;
}

.image-stack-wrapper .main-img {
  width: 70%;
  top: 100px;
  height: 400px;
  display: block;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*lart*/
.image-stack-wrapper .overlay-img {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 90%; /* smaller image */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); /* soft shadow only */
  z-index: 2;
  height: 500px;
}
@media (max-width: 768px) {
  .image-stack-wrapper .overlay-img {
    width: 50%;
    top: -15px;
    left: -15px;
    height: 300px;
    
}
  .image-stack-wrapper .main-img {
    left: 150px;
    width: 100px !important;
    height: 200px;

}
.head{
  font-size: 20px;
}

.image-stack-wrapper{
  padding: 200px !important;
  width: 100% !important;
  margin-top: 80px;
  margin-left: 130px;
}
}

.left{
  margin-right: 100px;
}


/*carousel*/
        .wrap{
          background-color: #EEE7DA;
        }
        /* Luxury Section Styles */
        .luxury-section {
            max-width: 1200px;
            margin: 230px auto 40px;
            padding: 0 20px;
            position: relative;
            
        }
        
        .luxury-content {
            max-width: 700px;
            text-align: left;
        }
        
        .luxury-title {
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 25px;
            color: #222;
            letter-spacing: 1px;
        }
        
        .luxury-description {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 40px;
            max-width: 450px;
        }
        
        .divider {
            width: 100px;
            height: 2px;
            background-color: #c8a97e;
            margin: 0 0 30px;
        }
        
        .view-rooms-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: transparent;
            border-style: solid;
            border-color: black;
            border-width: 1px;
            color: black;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .view-rooms-btn:hover {
            background-color: #b89a70;
            transform: translateY(-50%) scale(1.05);
        }
        .hello{
          margin-top: 100px;

        }
        @media(max-width:720px){
.err{
width: 310px;

}
        }
        .view-rooms-btn::after {
            content: "→";
            display: block;
            font-size: 1.5rem;
        }
        
        /* Carousel Section Styles */
        .rooms-section {
          
            max-width: 100%;
            margin: 0 auto;
            background-color: #EEE7DA;
        }

        .foto{

          height: 300px;
        }
        

        @media (max-width:750px){

          
           
        }
        
        .section-title {
            text-align: left;
            font-size: 3.5rem;
            font-weight: 300;
            margin-bottom: 40px;
            color: #222;
            
        }

        
        .carousel-container {
            width: 100%;
            overflow-x: auto;
            padding-bottom: 20px;
        }
         .gallerytop{
transform: translateX(30%);
text-align: left;  
}
@media(max-width:1080px){
  .carousel-container{
transform: translateX(-15%);  

height: 20vh;
}
.section-title{
  transform: translateX(-23%);
}
}
        .gallerytop{
          text-align: left;
          transform: translateX(-90%);
          margin-left: 100px;
        }
        
        .carousel {
            display: flex;
            gap: 30px;
            padding: 10px 0;
        }
        
        .room-card {
            min-width: 500px;
            background:transparent;
            overflow: hidden;
            transition: transform 0.3s ease;
            min-height: 500px;
        }
        
        .room-card:hover {
            transform: translateY(-5px);
        }
        
        .room-image {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }
        
        .room-content {
            padding: 20px;
            background-color: transparent;
        }
        
        .room-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 12px;
            color: #333;
        }
        
        .room-details {
            font-size: 15px;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        
        .room-price {
            font-size: 18px;
            font-weight: bold;
            color: #222;
        }
        
        /* Hide scrollbar but keep functionality */
        .carousel-container::-webkit-scrollbar {
            display: none;
        }
        
        .carousel-container {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .luxury-content {
                max-width: 100%;
                padding-right: 80px;
            }
        }
        
        @media (max-width: 768px) {
            .luxury-title {
                font-size: 2rem;
            }
            
            .luxury-description {
                font-size: 1rem;
            }
            
            .view-rooms-btn {
                width: 50px;
                height: 50px;
                font-size: 1rem;
            }
            
            .room-card {
                min-width: 280px;
            }
            
            .room-image {
                height: 180px;
            }
        }
        
        @media (max-width: 576px) {
            .luxury-section {
                margin: 60px auto 30px;
                text-align: center;
            }
            
            .luxury-title {
                font-size: 1.8rem;
            }
            
            .divider {
                margin: 0 auto 30px;
            }
            
            .view-rooms-btn {
                position: relative;
                top: auto;
                right: auto;
                transform: none;
                margin: 0 auto 40px;
            }
            
            .luxury-content {
                padding-right: 0;
            }
            
            .carousel {
                gap: 20px;

            }
            
            .room-card {
                min-width: 260px;
                border: none;
            }
            
            .section-title {
                font-size: 1.5rem;
                margin-bottom: 30px;
            }
        }
        
      
        /*experience section*/


        .experience-wrapper {
            background-color: #EEE7DA;
            padding: 80px 0;
            width: 100%;
            margin-top: 5rem;
            margin-bottom: 5rem;

        }

        .costum-left{
          text-align: left;
        }

@media(max-width:1000px){
.text-block p{
  text-align: left !important;
  margin-left: 0 !important;
  transform: translateX(-15%);
  max-width: 300px;
}

        .alinge{
          width: 320px !important;
        }
}
        body{
          background-color: #EEE7DA;
        }
        @media (max-width:720px){
          .experience-wrapper{
            max-width: 430px;
            padding-left: 30px;
            margin-top: 0px;
          }
          .experience-title{
                 text-align: center !important;
                 right: 30%;
          }
        
        }
        
        .experience-container {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            align-items: center;
            gap: 60px;
        }
        
        .text-content {
            flex: 1;
            min-width: 300px;
          }

          @media (max-width:700px){
            .text-content{
              transform: translateX(-25%);
            }
          }
        
        .image-content {
            flex: 1;
            min-width: 300px;
        }
        
        .experience-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .experience-title {
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 25px;
            color: #000000;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }
        
        .experience-description {
            font-size: 1.1rem;
            color: #666666;
            margin-bottom: 40px;
            line-height: 1.6;
        }
        
        .divider {
            width: 80px;
            height: 1px;
            background-color: #000000;
            margin-bottom: 30px;
        }
        
        .view-experiences-btn {
            display: inline-block;
            background: transparent;
            color: #000000;
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: uppercase;
            padding: 0;
            border: none;
            position: relative;
            transform: translateX(-130%);
            margin-top: 50px;
        }
        
        .view-experiences-btn::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #000000;
            bottom: -2px;
            left: 0;
            transition: opacity 0.3s ease;
        }
        
        .view-experiences-btn:hover::after {
            opacity: 0;
        }
        
        @media (max-width: 992px) {
            .experience-container {
                flex-direction: column;
                gap: 40px;
                max-width: 350px;
            }
            
            .text-content {
                text-align: left;
                margin-left: 20px;
            }
            
            .divider {
                margin-left: auto;
                margin-right: auto;
            }
            
            .experience-image {
                height: 400px;
            }
             .content-section h2{
              text-align: left;
              font-weight: 100;
            }
            .hello p{
             text-align: center;
             width: 120%;
             height: 250px !important;
            }
            .room-card{
              height: 20%;
            }
        }
        
        @media (max-width: 768px) {
            .experience-wrapper {
                padding: 60px 0;
            }
            
            .experience-title {
                font-size: 2rem;
            }
            
            .experience-description {
                font-size: 1rem;
            }
            
            .experience-image {
                height: 350px;
            }
        }
        
        @media (max-width: 480px) {
            .experience-wrapper {
                padding: 50px 0;
            }
            
            .experience-container {
                gap: 30px;
            }
            
            .experience-title {
                font-size: 1.8rem;
            }
            
            .experience-image {
                height: 300px;
            }
        }


        .testimonials-section .blockquote {
  font-style: italic;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #444;
}

.testimonials-section .blockquote-footer {
  font-size: 1rem;
  color: #666;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
}





@media(max-width:1000px){

.navbar-nav{
  align-items: center;
  border: none !important;
  padding-bottom: 1rem;
}
  
}



.luxlink{
  text-decoration-line: none;
}




/* Smooth transitions for common elements */
.hero-section,
.navbar-custom,
.navbar-sticky,
.room-card,
.experience-image,
.testimonials-section .blockquote,
footer {
  transition: all 0.4s ease-in-out;

}
.navbar-custom{
top: 4.4% !important;
}
@media(max-width:700px){
.navbar-brand{
  border: none;
}
.hero-section{
   background: url('../images/prima.webp') no-repeat center center/cover;
      height: 50vh;
}
}



/* Animate room cards on hover */
.room-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Animate experience image on hover */
.experience-image:hover {
  transform: scale(1.03);
}

/* Animate section fade-ins */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}
.navbar{
  position: static !important;
}
.navbar-custom{
  color: black !important;
}

/* Navbar links hover */
.navbar .nav-link:hover {
  color: #b3af54 !important;
  text-decoration: underline;
 
}

/* Button hover */
.view-experiences-btn:hover {
  color: #b3af54;
}

/* Responsive font sizes */
@media (max-width: 768px) {
  .experience-title,
  .luxury-title {
    font-size: 1.8rem;
  }



  .hero-content h1 {
    font-size: 2rem;
  }

  p.firsttext {
    font-size: 20px;
  }
}

.imgitem{
  padding-top: 30px !important;
  
}
.imgitem img{
max-width: 40px !important;
color: #222;
margin-right: 10px;
}

@media (max-width:720px){
  .imgitem{
    flex-direction: column;
    
  }
}

/* Responsive image stack adjustments */
@media (max-width: 1080px) {
  .image-stack-wrapper {
    width: 300px;
    display: none;
  }

  .image-stack-wrapper .main-img {
    width: 100px;
    display: noen;

  }
}

/* Responsive adjustments for location section: stack vertically on smaller screens */
@media (max-width: 991px) {

  .view-rooms-btn{
transform: translateX(-280%);  }
  .rooms-section{
    padding: 0px;
  }
  .ikon{
transform: translateX(20%); 


}

.booktop{
  width: 370px !important;
  margin-left: 1rem !important;
}

 
  .testimonials{
    padding: 0;
    text-align: left;
    margin-left: 15px;
  }

 
}





*{
  font-family: 'Cormorant Garamond', serif;
font-size: 19px;
}


/* Carousel Wrapper */
#testimonial-carousel {
  max-width: 800px;
  margin: 50px auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Carousel Items */
.carousel-item {
  padding: 40px;
  text-align: center;
}

/* Quote Text */
.carousel-item p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  line-height: 1.6;
}

/* Footer (name and source) */
.blockquote-footer {
  margin-top: 20px;
  font-size: 1rem;
  color: #777;
}

/* Name Highlight */
.blockquote-footer cite {
  color: #555;
  font-weight: bold;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #333;
  border-radius: 50%;
  padding: 10px;
}
html, body {
  overflow-x: hidden;
}




.owl-carousel , .owl-theme{
  background-color: #EEE7DA;
  margin-right: 30px;
  margin-bottom: 50px;
}
.owl-carousel .item {
  position: relative;
  padding: 0 20px;
  background-color: white;
  margin-top:3rem;
  border-radius: 20px;
}


.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* Optional: Dots/Indicators Styling */
.carousel-indicators [data-bs-target] {
  background-color: #777;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #000;
}


.cardtitle{
  
  text-align:left !important;
  color: white;
}
h5{
  color: black !important;
  text-align: left;
}
@media (max-width:450px){
  .x{
    height: 100px;
    font-size: small;
  }
}

.books{
  width: 40%;
  height: 500px;
}

.butt:hover{
  background-color: transparent;
  border: #000 solid;
}
@media(max-width:1000px){
  .butt{
        margin-bottom: 15px;
  }
}
.pre-footer-bg{
  background: url('../images/gallery3.webp')rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:1000px){
  .books{
    height: 800px;
    font-size: 16px !important;
  }
 
  .books button{
    width: 50px;
    height: 50px !important;
    height: 50px;
  }
}

