

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..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=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #5c481b;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Cormorant Garamond", serif;
  

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 18px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #0E1317 !important;
      color: #ffffff;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(255, 255, 255);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  .bottone5 {
    align-items: center;
    background-color:#1a3d2f!important;
    border: 1px solid #ffffff;
  
  
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }

   .bottone5:hover,
   .bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   
   }
   
   .bottone5:hover {
    transform: translateY(-1px);
   }
   
   .bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }


/* --------------------- */

   



    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    font-family: "Cormorant Garamond", serif;
    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, #000000de, #050505da), url('img/image11.png') center / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    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: Cormorant Garamond, serif;
    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(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #192841;
  }
  .footer1 a{
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .footer2 a{
    font-family: "Cormorant Garamond", serif;
   font-size: 20px;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */



#home-1 .single-slide-item {
    background-image: url(image/497183316.webp);
    background-size: cover;
    background-position: center;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url(image/497183039.jpg);
    background-size: cover;
    background-position: top;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
   #home-1 .single-slide-item,
   #home-1 .single-slide-item1 {
       background-size: cover;
       background-position: center;
       background-color: #0f0f0f;
       color: #000000;
       width: 100%;
       height: 750px;
       position: relative;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
   }
   
   #home-1 .single-slide-item::before,
   #home-1 .single-slide-item1::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
       z-index: 1;
   }
   
   #home-1 .hero-area-content {
       position: relative;
       z-index: 2; /* Ensures content is above the overlay */
       padding-left: 80px;
   }
   
   @media (max-width: 767px) {
       #home-1 .single-slide-item,
       #home-1 .single-slide-item1 {
           height: 550px;
       }
       #home-1 .hero-area-content {
           padding-left: 0;
       }
   }
   
   .homepage-slides .owl-nav button.owl-prev,
   .homepage-slides .owl-nav button.owl-next {
       width: 50px;
       height: 50px;
       border: 2px solid;
       font-size: 20px;
       font-weight: 100;
       line-height: 16px;
       position: absolute;
       left: 15px;
       top: 50%;
       margin-top: -25px;
       color: #fff;
       border-radius: 50%;
       -webkit-transition: all 0.3s ease-out 0s;
       transition: all 0.3s ease-out 0s;
   }
   
   @media (max-width: 767px) {
       .homepage-slides .owl-nav button.owl-prev,
       .homepage-slides .owl-nav button.owl-next {
           display: none;
       }
   }
   
   .homepage-slides .owl-nav button.owl-next {
       left: auto;
       right: 15px;
   }
   
   .homepage-slides .owl-nav button.owl-prev:hover,
   .homepage-slides .owl-nav button.owl-next:hover {
       background: #85714C;
       color: #fff;
       border-color: #85714C;
       opacity: 1;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 300;
}
   
.text-box1{
    position: relative;
    background: #000000;
    padding: 60px;
    text-align: left;
  margin-top: 40px;
    outline-offset: 5px;
    width: 80%;
    border-left: 10px solid #F1D2A9;
  }



  /*home two Section-title*/
.home-two .section-title {
    margin-bottom: 35px;
}

.home-two .section-title h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #85714C;
    font-weight: 500;
    margin-top: 0;
    margin-left: 73px;
    position: relative;
}

.home-two .section-title h4:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    top: 14px;
    left: -67px;
    background: #1e1e1e;
}

.home-two .section-title h1 {
    font-size: 38px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: capitalize;
}

.home-two p.section-desc {
    width: 95%;
    margin: 18px 0 0;
}

.home-two .section-title.center:before{
   background: transparent;
}

.home-two .section-title.center h4{
    margin-left:0;
}

.home-two .section-title.center h4:before{
    background: transparent;
}

.home-two p.section-desc-2 {
    width: 60%;
    margin: auto;
    margin-top: 12px;
}

.home-two .luxury-button{
    margin-top: -19px;
    position: relative;
}

.home-two .luxury-button:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: #c19d68;
    margin: 0;
}
/* <!-- ====================================================-->
<!--Start Facilities Area Home Three-->
<!-- ==================================================--> */


.home-three.facilities-area {
    background-color: #f8f8f8;
    padding: 100px 0 100px;
}

.home-three.facilities-area .section-title.center h4:before {
    right: 0;
    left: 13%;
    top: 19px;
    margin: auto;
}

.home-three.facilities-area .section-title.center h4:after {
    right: 0;
    left: 10%;
    top: 16px;
    margin: auto;
}

.home-three .single-facilities-box {
    position: relative;
    filter: drop-shadow(0px 5px 15px rgba(204,204,204,0.25));
    background-color: #ffffff;
    text-align: center;
    padding: 19px 40px 30px;
    margin: 0;
    z-index: 1;
    margin-bottom: 22px;
}

.home-three .single-facilities-box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    background: #f1eee8;
    margin: auto;
}

.home-three .single-facilities-box:after {
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color:#101418;
    z-index: -1;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover:after{
    width: 100%;
    left: 0;
}

.home-three .facilities-icon {
    background: transparent;
    margin-top: 25px;
}

.home-three .facilities-content h4 {
    font-family:" Cormorant Garamond", serif;
  
    color: #1e1e1e;


    padding: 26px 0 22px;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover .facilities-content h4{
    color:#fff;
}

.home-three .facilities-content p {
    margin: 0;
    transition: 0.5s;
}

.home-three .single-facilities-box:hover .facilities-content p{
    color: #acacac;
}

.home-three .facilities-content p:before {
  background:transparent;
}




   /* HIGHLIGHT ROOMS */
   .highlight-rooms{ width: 100%; float: left; padding: 100px 0;}
   .highlight-rooms h2{font-family: 'Playfair Display', serif; font-size: 60px; margin-bottom: 80px; margin-left: -5px;}
   .highlight-rooms h5{font-family: 'Fjalla One', sans-serif; color: #999; margin-top: 25%;}
   .highlight-rooms h5:before{content: ""; width: 100px; height: 1px; float: left; background: #999; margin-top: 7px; margin-right: 7px;}
   .highlight-rooms .button{ height: 50px; line-height: 50px; display: inline-block; border: 1px solid #ccc; padding: 0 40px; color: #999; font-family: 'Fjalla One', sans-serif; box-shadow: 10px 10px 30px rgba(0,0,0,0.05); overflow: hidden;}
   .highlight-rooms .button *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
   .highlight-rooms .button span { position: relative; display: inline-block;}
   .highlight-rooms .button span:before {position: absolute;top: 100%; content: attr(data-hover); }
   .highlight-rooms .button span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
   .highlight-rooms .button:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);}
   .highlight-rooms .room-box{ width: 100%; float: left;}
   .highlight-rooms .room-box img{ width: 100%; opacity: 0.5;}
   .highlight-rooms .room-box .room-details{ width: 100%; height: 0; float: left; margin-top: -90px; overflow: hidden; position: relative; padding: 0; color: #fff;}
   .highlight-rooms .room-box .room-details .room-name{font-family: 'Playfair Display', serif; color: #fff; font-size: 37px; margin-top: 0;}
   .highlight-rooms .room-box .room-details .room-desc{ width: 100%; float: left; font-family: 'Fjalla One', sans-serif; text-transform: uppercase; color: #fff; margin-bottom: 10px; opacity: 0.4;}
   .highlight-rooms .room-box .room-details .room-price{ width: 100%; float: left; text-align: right; font-size: 40px;}
   .highlight-rooms .room-box .room-details .room-price small{ font-size: 17px;}
   .highlight-rooms .room-box .room-details .room-price span{ width: 100%; float: left; font-size: 10px; margin-top: -10px;}
   .highlight-rooms .room-box .room-details .room-button{ height: 50px; line-height: 50px; display: inline-block; border: 1px solid #ccc; padding: 0 40px; color: #999; font-family: 'Fjalla One', sans-serif; box-shadow: 10px 10px 30px rgba(0,0,0,0.05); overflow: hidden;}
   .highlight-rooms .room-box .room-details .room-button *{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-ms-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
   .highlight-rooms .room-box .room-details .room-button span { position: relative; display: inline-block;}
   .highlight-rooms .room-box .room-details .room-button span:before {position: absolute;top: 100%; content: attr(data-hover); }
   .highlight-rooms .room-box .room-details .room-button span:before {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
   .highlight-rooms .room-box .room-details .room-button:hover span{-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%); color: #fff;} 
   .highlight-rooms .center { z-index: 2;} 
   .highlight-rooms .center .room-box{width: 120%; margin-left: -10%; margin-top: -50px; box-shadow: 10px 10px 30px rgba(0,0,0,0.15);}
   .highlight-rooms .center .room-box img{opacity: 1;}
   .highlight-rooms .center .room-box .room-details{ height: auto; margin-top: -186px; background: #1c1b21; padding: 20px 25px;}
   .highlight-rooms .owl-item{padding:30px 0; }
   .highlight-rooms .owl-dots{ width: 100%; float: left; text-align: center;}
   .highlight-rooms .owl-dots .owl-dot{ width: 16px; height: 3px; display: inline-block; background: #ccc; margin: 0 2px;}
   .highlight-rooms .owl-dots .owl-dot.active{width: 36px; background: #000;}
   /* INTRO */
   .intro{ width: 100%;  float: left; text-align: center; background: url(../images/bg-wave.svg) left no-repeat #eaeceb; background-attachment: fixed;}
   .intro h5{font-family: 'Fjalla One', sans-serif; color: #999; position: relative; padding-bottom: 50px;}
   .intro h2{ font-family: 'Playfair Display', serif; font-size: 90px; color: #9a7333;}
   .intro .lead{ font-size: 20px; font-weight: 300; padding: 0 20%; color: #999; font-family: 'Playfair Display', serif; line-height: 33px; margin-bottom: 40px;}
   /* FACILITIES */
   .facilities{ width: 100%; float: left; background: url('./images/WhatsApp Image 2024-03-05 at 13.26.37 (2).jpeg') no-repeat; background-size: cover; position: relative; color: #fff; text-align: center;}
   .facilities:after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #1c1b21; opacity: 0.8;}
   .facilities .container{ position: relative; z-index: 2;}
   .facilities h5{font-family: 'Fjalla One', sans-serif; color: #999; position: relative;}
   .facilities h2{ font-family: 'Playfair Display', serif; font-size: 90px; color: #fff;}
   .facilities .lead{ font-size: 20px; font-weight: 300; padding: 0 20%; color: #999; font-family: 'Playfair Display', serif; line-height: 33px; margin-bottom: 100px;}
   .facilities ul{ width: 100%; float: left; margin: 0; padding: 0; text-align: left;}
   .facilities ul li{ width: 33.3333%; float: left; margin: 4px 0; font-size: 17px;}
   @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
       .intro h2{font-size: 50px;}
       .facilities h2{ font-size: 50px;}
       .facilities ul li{ width: 100%;text-align: center;}}
   /* CONTENT SECTION */
   .content-section {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 30px 0;
     position: relative;
   }
   .content-section.bottom-spacing {
     margin-bottom: 100px !important;
   }
   .content-section.top-spacing {
     margin-top: 100px !important;
   }
   #main {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: #fff;
   }
   /* CAROUSEL IMAGE BOX */
   .carousel-image-box {
     width: calc(50vw + 100% / 2);
     display: flex;
     flex-wrap: wrap;
     position: relative;
     overflow: hidden;
     padding-bottom: 30px;
   }
   .carousel-image-box figure {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     margin: 0;
     position: relative;
     overflow: hidden;
   }
   .carousel-image-box figure img {
     width: 100%;
     float: left;
   }
   .carousel-image-box figure figcaption {
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     padding: 40px;
     color: #fff;
   }
   .carousel-image-box figure figcaption h5 {
     width: 100%;
     display: block;
     font-size: 32px;
     font-weight: 500;
     font-family: "Forum", serif;
     color: #ffffff;
   }
   .carousel-image-box figure figcaption p {
     width: 100%;
     display: block;
     margin: 0;
   }
   .swiper-scrollbar {
     width: 100%;
     height: 4px;
     display: inline-block;
     opacity: 1 !important;
   }
   .contact-box{
     border: 1px solid #AA8B5F;
     padding-top: 70px;
     padding-bottom: 70px;
   }
   @keyframes rotateImage {
     from {
       transform: rotate(0deg);
     }
     to {
       transform: rotate(360deg);
     }
   }
   img.rotating {
     animation: rotateImage 19s linear infinite;
   }
   
   .swiper-scrollbar-drag {
       height: 100%;
       width: 100%;
       position: relative;
       background: var(--swiper-scrollbar-drag-bg-color, #141333);
       border-radius: var(--swiper-scrollbar-border-radius, 10px);
       left: 0;
       top: 0;
   }
   .content-section h2{
   font-family: "Forum", serif;
   font-size: 40px;
   font-weight: 500;
   
   color: #141333;
   }
   .testimonial-box{
    border: 1px dashed #a8a8a8;
    padding: 40px;
    transition: 0.3s ease-in-out;
  
  }
  
  .testimonial-box:hover{
    border: 1px dashed #AA8453;
    transition: 0.3s ease-in-out;
  }
  
  .quotes{
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
  }
  
  .owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


.Slogan .bg{
    background: url('img/image1.png')rgba(0, 0, 0, 0.616);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:400px;
  }

  @media (max-width: 991px){
    .homepage-slides h1{
        font-size: 35px !important;
    }
    .home-two{
        margin-top: 20px !important;
    }
    .home-two .section-title h1{
        font-size: 30px !important;
    }
    .l1{
        display: none !important;
      
    }
    .l2{
width: 100% !important;
    }
    .nnn{
        font-size: 30px !important;
    }
    .bb{
        margin-top: 50px !important;
    }
    .ww{
padding-top: 50px !important;
    }
    .cls{
        margin-left: 0px !important;
    }
    .feature-section {
       
       padding-top: 70px !important;
       padding-bottom: 0px !important;
      }
  }





  
  .about-bg1{
    background: url('img/image11.png') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 45vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('img/image11.png') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('img/jpeg-optimizer_73.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('img/image11.png') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 45vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 70px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 80px !important;
        }
       
      

   }




   /*** 

====================================================================
  feature-section
====================================================================

***/
.feature-section {
    position: relative;
   padding-top: 100px;
   padding-bottom: 30px;
  }
 
  
  .feature-row:nth-child(even) .image-column .inner-column {
    margin-right: 0;
    margin-left: -170px;
  }
  .feature-row:nth-child(even) .content-column .inner-column {
    padding: 23px 0 40px 80px;
  }
  .feature-row:hover .image-column .inner-column .image-box .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .feature-row .image-column .inner-column {
    margin-right: -170px;
    position: relative;
    z-index: 9;
  }
  .feature-row .content-column {
    margin-bottom: 60px;
  }
  .feature-row .content-column .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 23px 0 40px 200px;
  
  }
  @media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column {
        padding: 23px 0 40px 200px;
    }
  }
  @media (max-width: 991.98px) {
    .feature-row .content-column .inner-column {
      padding-left: 40px;
      padding-right: 0;
    }
  }
  @media (max-width: 575.98px) {
    .feature-row .content-column .inner-column {
      padding: 61px 40px 70px 40px;
      margin-top: 0;
    }
  }
  .feature-row .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 232px;
    width: 95px;
    height: 11px;
    background-color:#85714C;
  }
  .feature-row .content-column .inner-column .sec-title {
    margin-bottom: 34px;
  }
  .feature-row .content-column .inner-column .sec-title .text {
    margin-top: 31px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 13px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title::before {
    display: none;
  }
  
  @media only screen and (max-width: 991px) {
    .feature-row .content-column .inner-column {
      margin-top: 0;
    }
    .feature-row .content-column .inner-column::before {
      left: 40px;
    }
    .feature-row .image-column .inner-column {
      margin-right: 0;
    }
    .feature-row:nth-child(even) .image-column .inner-column {
      margin: 0;
    }
    .feature-row:nth-child(even) .content-column {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
  @media only screen and (max-width: 576px) {
    .feature-row .image-column .inner-column {
      margin-bottom: 20px;
    }
    .feature-row:nth-child(even) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 480px) {
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
 

  .sec-title h2{
    font-family: "Cormorant Garamond", serif;
  }
  .text58{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
  }
  .pp{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
  }

  /* Për stilizimin e butonit të mëparshëm */
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 50%; /* Vendos butonat në mes vertikalisht */
    transform: translateY(-50%); /* Qendron pozicionin e saktë */
    background-color: rgba(0, 0, 0, 0.5); /* Sfond gjysmë-transparent */
    border-radius: 50%; /* Formë rrethore */
    width: 50px; /* Gjerësia e butonit */
    height: 50px; /* Lartësia e butonit */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* Siguron që butonat të jenë mbi përmbajtjen tjetër */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }

  /* Efekte hover për të dy butonat */
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Sfond i bardhë me transparencë */
    transform: translateY(-50%) scale(1.1); /* Rritje e lehtë kur lëviz miu mbi butonin */
  }


/*about.html*/
.section-bg{
    background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.503);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
  }
  .count-box{
    background: #85714C;
    padding: 23px;
    color: white;
    text-align: center;
    margin: 20px 0px 20px 0px;
  }
  



  .info h1{
    color: #1b1a1a;
    font-size: 30px;
    margin-bottom: 10 !important;
    font-family:" Cormorant Garamond", serif;
    }
    .info h6{
        color: #1b1a1a;
    }
    .info p{
        color: #000000bd;
        font-size: 17px;
        font-family: 'jost' serif;
        font-weight: 500;
    }
    .info h6 img{
        width: 18px;
    }
    .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:#0E1317;
        margin: 0 auto 25px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 50%;
    }
    .contact-info .item .icon i {
        color: #ffffff;
        font-size: 26px;
    }
    .contact-info .item h5 {
       
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 14px;
        font-family: "Cormorant Garamond", serif;
        color: #000000;
        height: 400;
    }
    .contact-info .item p {
        margin-bottom: 2px;
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
    }
    
    @media screen and (max-width: 991px) {
    
      
        
        .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;
        }
        }    
    
    
        .pattern3{
       font-family: "Cormorant Garamond", serif;
    color: #2A1119;
        }