
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Cinzel:wght@400..900&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Charm:wght@400;700&family=Cinzel:wght@400..900&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
 
    .navbar{
      padding: 14px;
      background: #ffffff !important;
  }

  .navbar li a{
    margin:1px 19px!important;

    font-family: "Josefin Slab", serif;

font-size:23px !important;
      color: #000000!important;


  }
body {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
}


a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}


p{
    color: rgb(0, 0, 0);
    font-family: "Marcellius",serif;
}

header .navbar {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important;
}




header .navbar ul li .nav-link.active {
  color: #E0E7E9;
}



.container .link-btn,
.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  user-select: none;
  border: 1px solid #ffffff;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #ffffff00;
  box-shadow: 0px 5px 16px 0px #ffffff7c;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid rgba(255, 255, 255, 0.514);
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btn:hover {
  background-color: #ffffff00;
  color: rgb(0, 0, 0);
  border-color: var(--gold) 1px;

}
.container .link-btnn,
.link-btnn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  user-select: none;
  border: 1px solid #ffffff;

  padding: 0 30px;
  font-size: 18px;
  line-height: 48px;
  color: #5A3C23;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #C5AE97;
  box-shadow: 0px 5px 16px 0px #747069;
  font-family: "Belleza", cursive;

}

.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btnn:hover {
  background-color: #AA8453;
  color: rgb(0, 0, 0);
  border-color: var(--gold) 1px;

}

.container .navbar .link-btnn {
  padding: .4rem 1.3rem;
}



@media (max-width:767px) {

 
  .banner_wrapper {
    height: 33.625rem;
  }
  .about-bg2 h5{
    font-size: 20px !important;
  }
  .banner_wrapper h2{
font-size: 70px !important;
  }
}


.sectionpes{
    padding-top: 100px !important;
    padding-bottom:50px !important;
}
.sectionpez{
    padding-top:50px !important ;
    padding-bottom: 100px !important;
}

.contact section p {
  color: white;
  text-align: center;
}

.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
}

.contact section a:hover {
  border-color: var(--bs-secondary);
}


@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.877), rgba(0, 0, 0, 0.651)), url('img/img3.jpg') center/cover no-repeat , #00000042;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}

.footer_wrapper .contact-info li a {
  color: white;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: hsl(56, 78%, 39%);
}


.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #000000;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}





@media (max-width:800px) {

  .container .link-btn,
  .link-btn {
    display: inline-block;
    font-weight: 400;
  
    border: 1px solid#1E323D;
    padding: 0 25px;
    font-size: 12px;
    line-height: 35px;


  }
  .none{
    display: none;
  }
  .imi{
    box-shadow: none !important;
  }
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallary img {
  width: 270px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}





 .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;
}



.carousel-caption {
    top: 30%;
}

.c-item {
    height:900px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(38%);
 
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
  }

    .section-title h1{
        text-align: center;
        font-size: 4.2rem;
        padding-top:10%;
        letter-spacing: 10px;
        color: #ffffff;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-bottom:3%;
        letter-spacing: 10px;
        color: #fcfcfc;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      @media(max-width: 990px){
      
      .section-background, .section-background1, .section-background2 {
         height: 500px;
      }
      .section-title h1{
         padding-top: 50%;
         font-size: 40px !important;
      }
      }

       @media(max-width:767px )

       {
        .cover-bg h1 {
            font-size: 20px !important;
        }
       }
      .test {
      
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }
    
      .section-background{
        background: url('img/102A3200.jpg')  rgba(20, 19, 19, 0.603) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .section-background2{
        background: url('img/102A3185.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/102A3370.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .coll{
        width: 500px;
        height: 500px;
  padding: 60px !important;
 background-color: #05462d46;
 margin-left: -289px !important;

      }
      .card{
        background-color: rgba(255, 255, 255, 0.308);

        padding: 20px !important;
      }
.bttn4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: white;
   }
   
   .bttn4.learn-more {
    width: 13rem;
    height: auto;
   }
   
   .bttn4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #C5AE97;
    border-radius:1.625rem;
   }
   
   .bttn4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
   }
   
   .bttn4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   .bttn4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   .bttn4.learn-more .bttn4-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color:#2F2218;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   .bttn4:hover .circle {
    width: 100%;
   }
   
   .bttn4:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   .bttn4:hover .bttn4-text {
    color: #fff;
   }
   navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {


color:#5A3C23;
 
}
.nav-item:active a {
  transition: none;
  color:rgb(255, 255, 255);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
   
    background-size: 100%;
  
  }

  .navbar-toggler {
    border-color: #ffffff !important;
    background-color: #000000;
}
.title{
    color: #5A3C23;
}

/*roomsection homepage*/


.rooms p{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: bold;
}
/* CSS for hover effect */
.room-description {
    opacity: 0.8; /* Initial opacity */
    transition: opacity 0.3s ease; /* Smooth transition */
  }
  
  .room-description:hover {
    opacity: 1; /* Change opacity on hover */
    background-color: #f4f7f828;
  }
 
  .abouthome p{
    font-family: "Marcellus", serif;
color: #000000;
  }
  .abouthome {
    background-color: #FFFFFF;
  }

  .about_wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}

   
@media(max-width:990px){
    
  .bg01{
     font-size: 40px !important;
  }
.room4 {
  font-size: 25px !important;
}
.room21 {
  font-size: 15px !important;
}
.carousel-caption p{
  font-size: 12px;


}

.font05{
font-size: 25px !important;
}
.txt1{
  font-size: 15px !important;
}
.banner9{
  font-size: 32px !important;
}
.font25{
  font-size: 30px !important;

}
}
       
.home1 {
    padding: 0;
  }
  .home1 .slide {
    min-height: 35vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }
  
  .room21{
    font-weight: 700;
    font-family: "Cinzel", serif; 
    font-size: 25px;
  }
  @media(max-width:990px){
      
    .bg01{
       font-size: 40px !important;
    }
  .room4 {
    font-size: 25px !important;
  }
  .room21 {
    font-size: 15px !important;
  }
  
  
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }
  
  .room21{
    font-weight: 700;
    font-family: "Cinzel", serif; 
    font-size: 25px;
  }
  @media(max-width:990px){
      
    .bg01{
       font-size: 40px !important;
    }
  .room4 {
    font-size: 25px !important;
  }
  .room21 {
    font-size: 15px !important;
  }
  .carousel-caption p{
    font-size: 12px;
  
  
  }
  
  .font05{
  font-size: 25px !important;
  }
  .txt1{
    font-size: 35px !important;
  }
  .banner9{
    font-size: 32px !important;
  }
  .font25{
    font-size: 30px !important;
  
  }
  }
  
  .txt1{
    font-family: "Cinzel", serif;
  color: #386C5F;
    font-weight: 600;
  } 
  #footerbanner{
    background: url('../img/img14.jpg')rgba(0, 0, 0, 0.463);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 70%;
    height: 600px;
    display: flex;
    align-items: center;
}

  
  

  

  /*About Page*/
  .photo-container {
  position: relative;


}

.photo {
  position: absolute;
  top: -20;
  left: 0;
  z-index: 1;
  
}

.photo2 {
  margin-top: -400px !important; /* Adjust margin to create the desired offset */
  margin-left: 200px !important;
  border: 15px solid #fff; /* Add border to both images */

}
@media only screen and (max-width: 768px) {
    .photo-container {
        position: relative;
    }
  
    .photo1 {
      width: 50%; /* Adjust width for mobile */
      height: auto; /* Adjust height for mobile */
    }
  
    .photo2 {
      width:70%; /* Adjust width for mobile */
      height: auto; /* Adjust height for mobile */
margin-inline-end: 30px;
    }
  }
          /*GALLERY*/
.gallery {
  background-color: rgb(250, 250, 250);


}



.gallery .titlepage {
  text-align: center;
}

.gallery .gallery_img {
  height:27vh;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 7px 5px 3px #474747;
  
}

.gallery .gallery_img figure {
  margin: 0;
}

.gallery .gallery_img figure img {
  width: 100%;
  transition: all .5s;

}

.gallery .gallery_img figure img:hover {
  transform: scale(1.2);
}
.box_facilities {
    padding: 0 25px 25px 25px;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    border-right: 0;
    border-image: linear-gradient(to bottom, #1f1e1e, transparent) 1 60%
  }

  .box{
    position: relative;
  
    clip-path: circle(50%);
    animation: rotate 10s linear infinite;

    > img{
        scale: 105%;
    }
}

  @keyframes rotate{
    to{ transform: rotate(360deg); }
}


.container-fluid{
  padding: 150px;
}

@media(max-width:990px){
    .photo{
      display: none;
    }
    .container-fluid{
      padding: 20px !important;
    }
    .logo{
    width: 40px !important;
    padding-left: 5px !important;
    }
    .contact-bg h5{
   font-size: 15px !important;
    }
    .contact-bg h3{
      font-size: 20px !important;
       }
  
       .contact-bg h1{
          font-size: 23px !important;
           }
                   .about-img-sm{
                      margin-left: 30px !important;
                   }
                   .about-section{
                      padding-top: 100px !important;
                   }
    }
    .text-hover-effect {
        position: relative;
        display: inline-block;
    }
    
    .text-hover-effect:hover {
        animation: swing 1s infinite;
    }

    @keyframes swing {
        0%, 100% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(1deg);
        }
    }
    svg.star {
        width: 20px;
        height: 20px;
        fill: gold; /* Color of the star */
        margin-right: 5px; /* Adjust spacing between stars */
      }
      .about-section{
        margin-top: 100px;
        margin-bottom: 100px;
      }
      .welcome{
        font-size: 130px;
        position: relative;
        color: #2a58782d;
        font-family: Cinzele, serif;
      }
      .about-title{
        position: relative;
        margin-top: -140px;
        font-family: 'Italianno', cursive;
        font-size: 50px;
      }
      .about-title1{
        position: relative;
        margin-top: -60px;
        font-size: 188px !important;
        color: #092639;
      }
      .horizontal-line {
        display: flex;
        align-items: center;
    
      }
      
    
    
        
      
      
      .text h6{
        text-align: center;
        color: #092639 ;
        line-height: 1; /* Set line-height to 1 to align vertically with the line */
        margin: 0; /* Reset margin to avoid additional space */
        letter-spacing: 4px;
      }
 
      .rooms1{
        background-color:#F8F5F0;
        padding-top: 50px;
      }
      .rooms1 .item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        background-color: CRE;
      }
      .rooms1 .item:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-filter: brightness(70%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
      }
      .rooms1 .item:hover .con {
        bottom: 0;
      }
      .rooms1 .item img {
        -webkit-transition: all .5s;
        transition: all .5s;
      }
      .rooms1 .item .category {
      position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        writing-mode: vertical-rl;
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-orientation: mixed;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        font-family: 'Barlow Condensed', sans-serif;
        padding: 10px 3px;
        line-height: 1.5em;
      }
      .rooms1 .item .category a {
        color: #fff;
      }
      .rooms1 .item .category:hover {
        color: #fff;
      }
      .rooms1 .item .con {
        padding: 20px;
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: left;
        z-index: 20;
        height: auto;
        box-sizing: border-box;
        background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
      }
      .rooms1 .item .con h6,
      .rooms1 .item .con h6 a {
        position: relative;
        color: #fff;
        font-size: 15px;
        font-family: 'Barlow Condensed', sans-serif;
        display: inline;
        letter-spacing: 3px;
        text-transform: uppercase;
      }
      .rooms1 .item .con h6 i {
        font-size: 6px;
        margin-right: 2px;
      }
      .rooms1 .item .con h5,
      .rooms1 .item .con h5 a {
        position: relative;
        color: #fff;
        font-size: 27px;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 5px;
      }
      .rooms1 .item .con p {
        color: #fff;
        font-size: 20px;
      }
      .rooms1 .item .con i {
        color: #fff;
        font-size: 18px;
      }
      .rooms1 .item .con i:hover {
        color: #fff;
      }
      .rooms1 .item .con .butn-light {
        margin-left: 0;
        border-radius: 30px;
        border-color: #666;
        padding: 11px 30px;
      }
      .rooms1 .item .con .butn-light:hover {
        border-color: #AA8453;
      }
      /* line animation */
      .rooms1 .item .line {
        text-align: center;
        height: 1px;
        width: 60px;
        background-color: rgba(255, 255, 255, 0.2);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        margin: auto 0 30px;
      }
      .rooms1 .item:hover .line {
        width: 100%;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: ease-in-out;
      }
      /* facilities */
      .rooms1 .facilities ul {
      margin: 0;
      padding: 0;
      list-style: none;
      }
      .rooms1 .facilities ul li {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
        letter-spacing: 3px;
      line-height: 1.2em;
      padding-bottom: 20px;
        float: left;
      }
      .rooms1 .facilities ul li i {
      margin-right: 10px;
      }
      /* permalink */
      .rooms1 .item .con .permalink a {
        color: #fff;
        text-align: right;
      }
    /* button link */
    .link-btn {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
    }
    .link-btn i {
        margin-left: 3px;
        font-size: 15px;
        color: #aa8453;
    }
    .link-btn:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #aa8453;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s
    }
    .link-btn:hover::before {
        width: 100%
    }
    .section-subtitle span {
        color: #aa8453;
       }
       .start {
           font-size: 46px;
           font-family: 'Gilda Display', serif;
           font-weight: 400;
           color: #222;
           position: relative;
           margin-bottom: 20px;
           line-height: 1.25em;
           color:#865A31 ;
       }
       .section-title span {
           color: #fff;
       }
       .section-subtitle{
        letter-spacing: 5px ;
        color: #5A3C23;
        font-family: 'Gilda Display', serif;
       }
       .section-padding {
        padding: 120px 0;
    }
    
  .facilities-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F5F0;
  }

  .facility-box{
background: url('../img/pattern_1.png');
padding: 30px 20px;
border: 1px solid #0a273928;
justify-content: start;
align-items: start;
text-align: start;
margin-bottom: 30px;
color: #865A31;
  }



  /* testimonials style */
.testimonials-box {
  position: relative;
  background: transparent;
  padding: 30px;
  margin-bottom: 90px;
}
.testimonials-box .head-box h6 {

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
  font-size: 32px;
  font-weight: 400;

  margin-bottom: 10px;
}
.testimonials-box .head-box h4 span {
  color: #222;
}
.line {
  width: 60px;
  border-top: 1px solid rgba(255,255,255,0.2) !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .testimonials-box {
      margin-bottom: 90px;
      padding: 35px 20px;
  }
}
.testimonials .item {
  margin-bottom: 30px;
  position: relative;
}
.testimonials .item .quote {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 70px;
  margin: 0 auto 30px;
  opacity: .1;
}
.testimonials .item p {
  color: #000000;
}
.testimonials .item .info {
  text-align: left;
  margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.testimonials .item .info .cont {
  margin-left: 85px;
}

.testimonials .item .info span {
  font-size: 12px;
  color: #166bb1;
  line-height: 1em;
}
.testimonials .item .info .rate {
  float: right;
}
.testimonials .item .info i {
  color: #222;
  font-size: 6px;
}

@media screen and (max-width: 767px) {
  .testimonials-box {
      padding: 0px;
  }
}
/* ======= Owl-Theme custom style ======= */
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px; /* Adjust the position as needed */
  width: 100%;
}

.owl-carousel .owl-nav button.owl-dot {
  background: transparent;
  border: 2px solid #000; /* Dot border color */
  border-radius: 50% !important;
  display: inline-block;
  margin: 0 5px; /* Adjust the spacing between dots */
  width: 70px; /* Dot width */
  height: 10px; /* Dot height */
  transition: background-color 0.3s ease;
}

.owl-carousel .owl-nav button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-dot.active {
  background-color: #000; /* Active dot color */
}
.background{
  background-image: url('img/pattern_1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px !important;
  border-radius: 50% !important;
  background: transparent;
  border:1px solid #ADADAD  !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #aa8453 !important;
  border: 1px solid #aa8453 !important;
}





.testimonials .owl-theme .owl-nav [class*=owl-]{


  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  color: #2887AD;
  font-size:1px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255, 0.7);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}
/* ======= Rooms 2 style  ======= */
.room-specs{
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  margin-right: -80px;
  margin-top: -10px;
  padding: 30px 20px;

}.room-specs-rev{
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  margin-left: -80px;
  margin-top: -10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .room-specs-rev {
    margin-left:10px 
    !important;
  }
}
@media screen and (max-width: 767px) {
  .room-specs {
    margin-right:-20px 

    !important;
 
}
.start{
  font-size: 30px 
  !important;
}
.about-section{
  padding-top: 10px 
  !important;
  padding-bottom: 20px !important;
    margin: 0% !important;
}
.welcome{
  font-size: 30px !important;
}
.section-padding{
  padding: 30px 0px
  !important;
}
}

.fancy {
  background-color: transparent;
  border: 2px solid #865A31;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
 }
 
 .fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: #553b22;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
 }
 
 .fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(92, 56, 5);
 }
 
 .fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
 }
 
 .fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
 }
 
 .fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
 }
 
 .fancy:hover {
  color: whitesmoke;
  background: #865A31;
 }
 
 .fancy:hover::before {
  width: 0.9375rem;
  background: white;
 }
 
 .fancy:hover .text {
  color: white;
  padding-left: 1.5em;
 }
 
 .fancy:hover .top-key {
  left: -2px;
  width: 0px;
 }
 
 .fancy:hover .bottom-key-1,
  .fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
 }
 .contact-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.contact-info .item {
  border-right: 1px solid rgba(200, 200, 200, 0.6);
}
.contact-info .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  margin: 0 auto 25px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.contact-info .item .icon i {
  color: #A26525;
  font-size: 26px;
}
.contact-info .item h5 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: 'Gilda Display', serif;
  color: #000000;
  height: 400;
}
.contact-info .item p {
  margin-bottom: 2px;
  font-family: 'Gilda Display', serif;
}
@media screen and (max-width: 991px) {
.room4{
font-size: 25px !important;
}
.room21{
font-size: 24px !important;
}
.img11{
padding-top: 50px !important;
}
.contact-info {
display: unset !important;
border-bottom: none !important;
}
.contact-info .item {
width: 100%;
border-right: none;
border-bottom: 1px solid rgba(200, 200, 200, 0.6);
padding-bottom: 40px;
margin-bottom: 40px;
}
}