
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #ffffff;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  color: rgb(0, 0, 0);

}
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 28px;
  }
  ::selection {
    color: #ffffff;
    background: black;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  
  
  nav.navbar {
    background: #ffffff;
  
    backdrop-filter: blur(0px) !important;
    transition: background 0.5s !important;
  
    font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
    z-index: 1000;
    width: 100%;
    height: 100px;
    position: sticky;
  display: flex;
  font-size: 17px !important;
  
  }
  .navbar-toggler {
padding: none;
    border: none;

}
  .navbar-toggler-icon {
    display: inline-block;
    width: 4.5em;
    height: 3.5em;
    vertical-align: middle;
    background-image: url('../photos/icons/toggler-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
  
  li.nav-item a.nav-link {
    color: rgb(0, 0, 0) !important;
  justify-content: center;
  font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 14px !important;
  
  }
  
  .nav-item {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
    text-decoration: none;
  
  }
  
  .navbar li a.active {
    color: #C8A65B!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #C8A65B 1px solid !important;
  
  }
  
  
  .dropdown-menu {
    background-color: #ffffff !important;
    color: #ffffff;
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    border: 1px solid #490e0e;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  
  .dropdown-menu .dropdown-item {
    color: rgb(0, 0, 0);
    text-align: left;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #D2CBBF;
  
    transform: scale(1.02);
    color: rgb(43, 43, 43);
  }
  
  
  .carousel1 {
    background: url('../photos/carousel2.jpg')  rgba(20, 19, 19, 0.555) ;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  
  .carousel2 {
    background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  
  .carousel3 {
    background: url('../photos/IMG_9464.jpg') rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  
  .carousel-caption {
    margin-bottom: 13%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 100px !important;
  font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Gilda Display', serif;
    font-size:12px;
    letter-spacing:1.2px !important;
    text-transform: uppercase;
  
    font-weight: 300 !important;
  
  }
.about-img{
  position: relative;
  margin-left: -100px;
  margin-top: 150px;
}
  .color-bg{
    height: 400px;
    background: #EAEAEA;
  }

  .about-section{
    padding-top: 100px;
    margin-bottom: 100px;
  }
  

  button {
    display: inline-block;
    border-radius: 4px;
    background-color: #AA8453;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: 160px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
   }
   
   button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
   }
   
   button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
   }
   
   button:hover span {
    padding-right: 15px;
   }
   
   button:hover span:after {
    opacity: 1;
    right: 0;
   }


   .rooms-section{
    padding-top: 100px !important;
    padding-bottom: 50px;
    background: #A48F6F;
   }


  .rooms-section h1{

    font-size: 130px;
    color: #aa84533f;
    font-weight: 900;
    position: relative;
  }


  button .carousel-control-prev-icon{
    color: #000000 !important;
  }

  .room-card{
   
    -webkit-box-shadow: 10px 10px 25px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -6px rgba(0,0,0,0.75);

   
    color: white;
  }
.room-content{
  background: white;
  color: black;
  padding: 30px;
}

.facilities{
  padding-bottom: 100px;
}
.facility-box{
  padding: 30px;
  background: white;
  border: 1px solid #C2B5A2;
  transition: 0.3s ease-in-out;
}
.facility-box:hover{
  background: #E0D8CA;
  transition: 0.3s ease-in-out;
}

  .rooms-text1{
    margin-top: -80px;
    color: white;
    z-index: 10;
  }
  
  .circle-icon{
    background: #ffffffb2;
    padding: 30px;
    border-radius: 50px;
    border-top-left-radius: 0px !important;
    
  }
  .circle-icon1{
    background: #ffffffb2;
    padding: 20px;
    border-radius: 50px;
  }
  .circle-icon2{
    background: #ffffffb2;
    padding: 30px;
    border-radius: 50px;
    border-top-right-radius: 0px !important;
  }
  .circle-icon:hover{
    background: #3e565abd;
    color: white;
    transition: background 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
      }
      .circle-icon1:hover{
        background: #3e565abd;
        color: white;
        transition: background 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
          }
 .circle-icon2:hover{
  background: #3e565abd;
  color: white;
  transition: background 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  }

  .img1{
    border-radius: 80px;
    border-top-left-radius: 0px !important;
    position: relative;
    margin-top: 90px;
  }
  .img2{
    border-radius: 80px;
    border-top-right-radius: 0px !important;
   margin-bottom: 10px;
   
  }
  .img3{
    border-radius: 80px;
    border-bottom-left-radius: 0px !important;

  }
  .img4{
    border-radius: 80px;
    border-bottom-right-radius: 0px !important;
  
  }
.gallery-section{
  padding-top:200px !important;
  padding-bottom: 100px !important ;
}
 

  .rooms-text1{
    margin-top: -80px;
    color: white;
    z-index: 10;
  }

 .cover-bg{
  background: url('../photos/IMG_9464.jpg') rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
 }
.rooms-content1{
  padding: 30px;
}
/*rooms.html*/
.section-background{
 height: 500px;
  background: url('../photos/e6afebc3-d3a3-42b7-9f75-f7adaa00e10f.jpg') rgba(20, 19, 19, 0.733) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.section-title h1{
  padding-top: 13%;
  text-align: center;
  font-size: 60px;
  color: white;
  font-weight: 100;
}
.room-info{
  padding: 20px;
  background: #2C4549;
  color: white;
}
.vertical-text {
  writing-mode: vertical-rl; /* Set vertical writing mode */
  text-orientation: upright; /* Set upright text orientation */
  white-space: nowrap; /* Prevent text from wrapping */
  font-size: 25px; /* Set font size as per your preference */
  line-height: 1.5; /* Set line height as per your preference */
  vertical-align: middle !important;
}

.vertical-text span {
  display: inline-block; /* Display each letter on a new line */
}

.rooms-background{
  height: 350px;
   background: url('../photos/_DSC8545.jpg') rgba(20, 19, 19, 0.623) ;
   background-attachment: fixed;
   background-position:top;
   background-size: cover;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
 }
 .rooms-background h1{
   padding-top: 7%;
   text-align: center;
   font-size: 60px;
   color: #C8A65B;
   font-family: 'Nothing You Could Do', cursive;
   font-weight: 100;
 }


 /*aboutus.html*/
 .section-background1{
  height: 500px;
   background: url('../photos/IMG_9464.jpg') rgba(20, 19, 19, 0.733) ;
   background-attachment: fixed;
   background-position:bottom;
   background-size: cover;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
 }

 .row1{
  position: relative;
  margin-top: -250px;
 }
 .img5{
  position: relative;
  margin-right: -100px;
  margin-top: 150px;
 }
 .gallery-section1{
  padding-top: 70px;
  padding-bottom: 70px;
  background: url('../photos/img12.jpg') rgba(20, 19, 19, 0.856) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
  .gallery-section1 h1{

    font-size: 130px;
    color: #3e565a7a;
    font-weight: 900;
    position: relative;
  }

  /*gallery.html*/
  .section-background2{
    height: 500px;
     background: url('../photos/gallery/img21.jpg') rgba(20, 19, 19, 0.425) ;
     background-attachment: fixed;
     background-position:bottom;
     background-size: cover;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
   }
     /*contact.html*/
  .section-background3{
    height: 500px;
     background: url('../photos/_DSC8993.jpg') rgba(20, 19, 19, 0.425) ;
     background-attachment: fixed;
     background-position:bottom;
     background-size: cover;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
   }
@media only screen and (max-width: 990px){

.map-col{
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
}
  .img5{
    display: none !important;

  }
  .img6{
    margin-top: 250px;
  }
  .img7{
    display: none !important;
  }
  .carousel1, .carousel2, .carousel3, .section-background, .section-background1, .section-background2, .section-background3, .gallery-section1, .facilities{
    background-attachment: scroll !important;
  }
  .section-background, .section-background1, .section-background2, .section-background3{
    height: 350px;
  }
  .section-title h1{
    padding-top: 30% !important; 
    font-size: 40px !important;
  }
  .carousel-caption {
    margin-bottom: 55%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 50px !important;
  font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    letter-spacing:1.2px !important;
    text-transform: uppercase;
  
    font-weight: 300 !important;
  
  }

  .testimonial{ margin: 30px; }
 
  .facilities h1{
    font-size:80px; 
  }
  .gallery-section h1{
  font-size:85px;
  }
  .gallery-section1 h1{
    font-size:85px;
    }
  .img2{
    border-radius: 80px;
    border-top-right-radius: 0px !important;
   margin-bottom: 0px;
   margin-top: 20px;
   
  }
  .img1{
    border-radius: 80px;
    border-top-left-radius: 0px !important;
    position: relative;
    margin-top: 20px;
  }
  nav.navbar{
    height: auto;
  }

}
  @media(max-width:1750px){
    nav.navbar{
      height: auto;
    }

    html, body{
      font-size: 85%;
    }
   
     .section-title h1{
      padding-top: 20%;
  
    }
    .gallery-section h1{
      font-size:90px;
      }
      .gallery-section1 h1{
        font-size:90px;
        }
    
  
  }
  @media(max-width:1023px){


    html, body{
      font-size: 85% !important;
    }
.carousel-col{
  padding: 20px !important;
}
.container-fluid{
  padding: 20px !important;
}

  }




  .testimonials-section{
    background: url('../photos/IMG_9511.jpg') rgba(20, 19, 19, 0.628) ;
    background-attachment: fixed;
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
  }

 
  .col-center {
    margin: 0 auto;
    float: none !important;
  }

  #myCarousel1 .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
  }
  #myCarousel1 .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  #myCarousel1 .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  #myCarousel1 .testimonial {
    padding: 30px 0 10px;
    font-size: 21px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: normal;
  }
  #myCarousel1.overview {	
    font-style: italic;
  }
  .carousel .overview b {
    text-transform: uppercase;
    color: #F4E4D7;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
  }
  .carousel-control-prev i, .carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #F4E4D7;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
  }
  .carousel-indicators {
    bottom: 40px;
  }
  .carousel-indicators li, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 15px;
    border-radius: 50%;
    border: none;
  }
  .carousel-indicators li {	
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
  }
  .carousel-indicators li.active {	
    background: #555;		
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
  }


  
 /*Animations*/
 .fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}
  