@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Catamaran:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Sacramento&family=Tangerine:wght@400;700&display=swap');





html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mrs Saint Delafield", serif;
  font-family: "Lora", serif;  
  font-family: "Old Standard TT", serif;
  font-family: "Catamaran", sans-serif;
  color: rgb(0, 0, 0);
background-color: #ffffff !important;
}
a{
  text-decoration: none !important;
}
h1{
  font-size: 30px !important;
  font-family: "Lora", sans-serif;
  font-weight: 200 !important;
  color: rgb(0, 0, 0) 
  !important;

}
h2{
  font-family: "Poppins", serif;
  font-weight: 600 !important;

}
h3{
  font-family: "Poppins", serif;
}
h4{
  font-family: "Poppins", serif;
}
.subtext{
  font-family: "Mrs Saint Delafield", serif;
color: #B58C67 !important;
font-size: 50px !important;
}
p{
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
  margin-bottom: 0px;

}
#carouselExampleCaptions{
  position: relative;
  margin-top: -150px;
}
.carousel1{
  background: url('/assets/img/690436654.jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel2{
  background: url('/assets/img/690436655.jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel3{
  background: url('/assets/img/690436665.jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 21.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}
.carousel-caption p{
  font-family: "Mrs Saint Delafield", serif;
font-size: 40px;
}
.carousel-caption h1{
  font-size: 60px !important;
  font-weight: 200 !important;
  font-family: "Lora", sans-serif;
  color: rgb(255, 255, 255) !important;
}

.carousel-indicators{
  display: none !important;
}
.top-bar{
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.636);
  z-index:1000;
  position: relative;
}
.navbar{
}
.nav-link{
  color: rgb(255, 255, 255) !important;
  font-family: "Jost", sans-serif !important;
 font-size: 14px !important;
}
.nav-link.active{
  color: #B58C67 !important;
}


/* CSS */
.button-1 {
  background-color: #B58C67;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #B58C67;
}
.transparent-text{
  color: rgba(255, 255, 255, 0.296);
  font-size: 130px;
  font-family: "Cormorant Garamond", sans-serif;

}

.img1{
 position: relative;
 margin-left: 50px;

}
.img2{
  position: relative;
  margin-left: -140px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  width: 250px;
}



/* CSS */
.button-59 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid #B58C67;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: #000; 
   font-size: 13px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: .8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 27px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #B58C67;
  color: #B58C67;
  fill: #B58C67;
}

.button-59:active {
  border-color: #B58C67;
  color:#B58C67;
  fill: #B58C67;
}

.slogan{
  background: #F1EBE4;
  padding: 80px !important;
  position: relative !important;
  margin-top: -130px !important;
  text-align: center !important;
  z-index: 10 !important;
  font-family: "Lora", sans-serif;
  border-radius: 6%;

}
.number-container {
  position: relative!important;
  text-align: center!important;
}

.number {
  font-size: 100px!important;
  font-family: 'Playfair Display', serif!important; /* Elegant serif font */
  font-weight: 300!important; /* Thin weight */
  color: white!important; /* White fill for the text */
  -webkit-text-stroke: 1px black!important; /* Black outline (stroke) */
  text-stroke: 1px black!important; /* Standard property (less supported) */
  margin: 0!important;
  line-height: 1!important;
}

/* Fallback for browsers that don't support -webkit-text-stroke */
@supports not (-webkit-text-stroke: 1px black) {
  .number {
      text-shadow:
          -1px -1px 0 black,
           1px -1px 0 black,
          -1px  1px 0 black,
           1px  1px 0 black; /* Simulates outline with shadow */
  }
}

.number::after {
  display: block!important;
  font-size: 12px!important;
  letter-spacing: 4px!important; /* Space out the dots */
  color: #333!important; /* Dark gray dots */
  margin-top: 10px!important;
}
.testimonial-item{
  text-align: center;
  padding: 0px 100px !important;
}
.testimonial-item h1{
  color: white !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 44px !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between; /* Space buttons on left and right */
  align-items: center; /* Vertically center the buttons */
  pointer-events: none; /* Prevent nav container from blocking clicks */
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: relative; /* Reset any absolute positioning from Owl Carousel */
  width: 40px;
  height: 40px;
  background: #AC8D5B; /* Semi-transparent background */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  pointer-events: auto; /* Allow clicks on the buttons */
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px; /* Move the button outside the carousel to the left */
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px; /* Move the button outside the carousel to the right */
}

.owl-carousel .owl-nav button:hover {
  background: #AC8D5B; /* Darken on hover */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .carousel-wrapper {
      width: 100%;
      padding: 0 40px; /* Add padding to ensure buttons don’t touch the edges */
      box-sizing: border-box;
  }

  .owl-carousel .owl-nav button.owl-prev {
      margin-left: -30px; /* Reduce the offset for smaller screens */
  }

  .owl-carousel .owl-nav button.owl-next {
      margin-right: -30px; /* Reduce the offset for smaller screens */
  }
}

.cover-bg{
  background: url('/assets/img/689511841.jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 450px;
}
.menu-box{
  background-color: #F1EBE4;
  padding:100px 50px;
  position: relative;
  margin-top: -300px !important;
  z-index: 100 !important;
}

.word-left,
        .word-right {
            flex: 0 0 auto;
        }

        .word-left {
            position: relative;
            margin-right: 10px; /* Space before the dots */
        }

        .word-left::after {
            content: "";
            flex: 1;
            height: 1px;
            background: repeating-linear-gradient(
                to right,
                #333 0px,
                #333 2px,
                transparent 2px,
                transparent 6px
            );
            position: absolute;
            left: 100%; /* Start right after the left word */
            right: 0;
            top: 50%; /* Center vertically */
            margin-left: 10px; /* Space between word and dots */
            margin-right: 10px; /* Space between dots and right word */
        }

        .word-right {
            margin-left: 10px; /* Space after the dots */
        }

        footer{
          padding-top: 100px;
          padding-bottom: 0px;
          background: #6D3F25;
        }
        .line-text {
          display: flex;
          align-items: center;
          gap: 20px;
        }
        
        .line {
          flex-grow: 1;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.547);
        }
        
        span {
          white-space: nowrap;
        }
        .footer-links{
          display: flex;
          font-family: 'Jost', sans-serif;
          font-size: 18px;
        }
        .copyright{
          text-align: end;
        }
        
        /*about.html*/
        .section-bg{
          background: url('../photos/img\ \(10\).jpeg') rgba(0, 0, 0, 0.558);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-attachment: scroll;
          background-blend-mode: multiply;
          padding-top: 250px;
          padding-bottom: 150px;
          text-align: center;
          position: relative;
          margin-top: -140px;
        }
        .img1{
          position: relative;
          margin-left: -80px;
        }
.cover-bg1{
  background: url('/assets/img/690436654.jpg') rgba(0, 0, 0, 0.348);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}


#rooms{
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}

#gallery{
  padding-top: 100PX;
  padding-bottom: 100px;
margin-top: 100PX;
  margin-bottom: 100px;
}   .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .gallery-item img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .gallery-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s ease;
        border-radius: 10px;
    }
    .gallery-item:hover .overlay {
        opacity: 1;
    }
    .gallery-item .overlay::before {
        content: '\1F50D'; /* Unicode for magnifying glass emoji */
        font-size: 2rem;
        color: white;
    }
.room-content{
    width: 400px;
    background-color: white;
    padding: 2% 5%;
    margin-top: -100px!important;
    position: relative;
    z-index: 100;
    height: 190px;
}

.rooms-btn{
    display: none;

}

.rooms-btn:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.1s!important;
}

.room-box:hover .beds-room{
    display: none!important;
    
}

@keyframes buttonappear {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 0px;
    }
  }

.room-box:hover .rooms-btn{
    display: block!important;
    width: 70%;
   
   transition-duration: 0.5s!important;
   animation-name: buttonappear;
    animation-duration: 0.4s;
    animation-delay: ease-out;
}


.room-box:hover .room-1{
    filter: brightness(80%);
    transition-duration: 0.4s;
    
}

                /*rooms.html*/
                .section-bg1{
                  background: url('/assets/img/TwoBedroomApartment-7.jpg') rgba(0, 0, 0, 0.558);
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: cover;
                  background-attachment: scroll;
                  background-blend-mode: multiply;
                  padding-top: 250px;
                  padding-bottom: 150px;
                  text-align: center;
                  position: relative;
                  margin-top: -140px;
                  color: white;
                }
       

                         /*contact.html*/
                         .section-bg2{
                          background: url('/assets/img/689511824.jpg') rgba(0, 0, 0, 0.558);
                          background-position: center;
                          background-repeat: no-repeat;
                          background-size: cover;
                          background-attachment: scroll;
                          background-blend-mode: multiply;
                          padding-top: 250px;
                          padding-bottom: 150px;
                          text-align: center;
                          position: relative;
                          margin-top: -140px;
                        }
                        .contact-box{
                          background: #F1EBE4;
                          padding: 30px;
                          height: 100%;
                        }
                
  /*contact.html*/
                         .section-bg3{
                          background: url('/assets/img/689511358.jpg') rgba(0, 0, 0, 0.558);
                          background-position: center;
                          background-repeat: no-repeat;
                          background-size: cover;
                          background-attachment: scroll;
                          background-blend-mode: multiply;
                          padding-top: 250px;
                          padding-bottom: 150px;
                          text-align: center;
                          position: relative;
                          margin-top: -140px;
                        }
                         /*gallery.html*/
                         .section-bg5{
                          background: url('/assets/img/689511376.jpg') rgba(0, 0, 0, 0.558);
                          background-position: center;
                          background-repeat: no-repeat;
                          background-size: cover;
                          background-attachment: scroll;
                          background-blend-mode: multiply;
                          padding-top: 250px;
                          padding-bottom: 150px;
                          text-align: center;
                          position: relative;
                          margin-top: -140px;
                        }
                        .card3 {
                          position: relative;
                          width: 100%;
                          height: 300px;
                          overflow: hidden;
                        border: none;
                          cursor: pointer;
                          border-radius: 0px;
                        }
                        
                        .card-image3 {
                          width: 100%;
                          height: 300px;
                          object-fit: cover;
                          transition: transform 0.3s ease-in-out;
                        }
                        
                        .card3:hover .card-image3 {
                          transform: scale(1);
                          border-radius: 0px;
                        }
                        
                        .card-overlay3 {
                          position: absolute;
                          
                          top: 0;
                          left: 0;
                          width: 100%;
                          height: 300px;
                          background: rgba(255, 255, 255, 0.426);
                        
                          display: flex;
                          justify-content: center;
                          align-items: center;
                          color: white;
                          font-size: 24px;
                          font-weight: bold;
                          opacity: 0;
                          transition: opacity 0.3s ease-in-out;
                        }
                        
                        .card3:hover .card-overlay3 {
                          opacity: 1;
                        }
                        .offcanvas{
                          background: #6D3F25!important;
                        
                          position: relative;
                          z-index: 1000;
                          height:100vh !important;
                        
                        }



.facilities-section{
  background: url('assets/img/689511378.jpg') rgba(20, 19, 19, 0.651);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;

}
.facility-box{
  background: rgba(255, 255, 255, 0.756);
  padding: 30px;
  border: #b7893200 1px solid;
}
.facility-box:hover{
  background: #0000003c;
  color: white;
  border: #435876 1px solid;
  transition: 0.3s ease-in-out;


}


      @media(max-width:1000px){
        .menu-box{
          padding: 20px 20px;
        }
        .slogan{
          width: 95% !important;
          padding: 40px !important;
        }
        .slogan h1{
          font-size: 20px !important;

        }
        h1{
          font-size: 30px !important;
        }
        .testimonial-item{
          padding: 20px !important;
        }
        .testimonial-item h1{
          font-size: 20px !important;
          line-height: 30px !important;
 
        }
        .copyright{
          justify-content: center;
          text-align: center;
        }
        .img1{
          margin-left: 0px !important;
        }
      }