@font-face {
  font-family: 'Cinzel Bold';
  src: url('../fonts/woff/Cinzel-Bold.woff2') format('woff2'),
      url('../fonts/woff/Cinzel-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Medium';
  src: url('/fonts/woff/Cinzel-Medium.woff2') format('woff2'),
      url('/fonts/woff/Cinzel-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/fonts/woff/CinzelDecorative-Regular.woff2') format('woff2'),
      url('/fonts/woff/CinzelDecorative-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bk BT';
  src: url('/fonts/woff/FuturaBT-Book.woff2') format('woff2'),
      url('/fonts/woff/FuturaBT-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Regular';
  src: url('/fonts/woff/Cinzel-Regular.woff2') format('woff2'),
      url('/fonts/woff/Cinzel-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('/fonts/woff/FuturaBT-Medium.woff2') format('woff2'),
      url('/fonts/woff/FuturaBT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
  }

  a{
    text-decoration: none !important;
  }
  
 ::selection{
    background-color: #cd8e6a;
    color: white;
 }


  #navigation{
    z-index: 10;
  }

  #navbar{
    height: 100px;
    z-index: 1000!important;
  }

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
p{
  color: #AEADAC;
  font-family: 'Futura Bk BT';
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;

}
h5{  font-family: 'Futura Md BT' !important;}
h6{ font-family: 'Futura Bk BT' !important;}
h1{
  font-family: 'Cinzel Medium' !important;
}
  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
    font-family: 'Futura Bk BT';
  font-weight: 500 !important;
  transition: border-bottom 0.3s ease-in-out;
  }
  .hr-line {
    margin: 0.4rem 0;
    position: relative;
    color: inherit;
    border: 0;
    border-top: 1px #b58b677e solid;
    opacity: 1;
    z-index: 100;
}
  a.nav-link:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border-bottom 0.3s ease-in-out;

  }
  
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  }
  
  .justify-content-end {
    justify-content: space-evenly!important;
  }

  .text-bg-dark {
    color: #fff!important;
    background-color: #58807E !important;
  }

  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Futura Bk BT';
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }

  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }

  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }

  a{
    text-decoration: none;
  }

  .top-bar{
    background-color: #ffffff00;
    color: white;
    padding-top: 20px;
    z-index: 10 !important;
    position: relative;
  }

  .navbar-brand img {
    width: 120px !important;
  }

  .navbar-nav {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0.5em 1em;
  }

  a.nav-link.active{
    color: #cd8e6a !important;
  }
  
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .navbar-collapse{
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .button1{
    background: #cd8e6a;
    padding: 17px 35px;
    border:#cd8e6a 1px solid;
    color: #ffffff;
    font-family: 'Cinzel Regular';
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .button1:hover{
    background: #cd8e6a;
    padding: 17px 35px;
    color: white;
    transition: 0.4s ease-in-out;
  }

  .button{
    border: 1px solid white;
    background: transparent;
    padding: 10px 10px 10px 10px;
    color: white;
  }
  .btn2{
    background: transparent;
    padding: 15px 35px;
    border:#cd8e6a 1px solid;
    color: #cd8e6a;
    font-family: 'Cinzel Regular';
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn2:hover{
    background: #cd8e6a;
    padding: 15px 35px;
    color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }
  .btn1{
    background: #cd8e6a;
    padding: 15px 35px;
    border:#cd8e6a 1px solid;
    color: #fdfdfd;
    font-family: 'Cinzel Regular';
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn1:hover{
    background: #cd8e6a;
    padding: 15px 35px;
    color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }
 

  .swiper{
    height: 950px;
    margin-top: -300px;
    z-index: 1 !important;
  }
  
  .slide-caption{
    padding-top:23%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }

   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: 'Futura Bk BT';
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }

   .slide-caption h1{
     text-transform: uppercase !important;
     letter-spacing: 6px;
     font-size: 90px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
     font-weight: bold !important;
     color: #ffffff ;
   }
  
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 0.6975rem;
     height: 0.6975rem;
     background-color: #cd8e6a;
     border: .0625rem solid white;
     margin-bottom: 50px;
   }

   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #58807E!important;
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  
  .title{
    font-size: 56px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 35px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: rgb(255, 255, 255) !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }

  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #000000 !important;
  }

  .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: 50px;
    height: 50px;
  } 
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }

  footer{
    background-color: #58807E;
    /* background: url('../img/room.jpg') rgba(0, 0, 0, 0.699); */
     background-position: center 10%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: fixed;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: rgb(255, 255, 255);
     font-family: 'Futura Bk BT';
     font-weight: 300 !important;
     font-family: 'Cinzel Medium';
   }
   .footer-link:hover{
     color:  #cd8e6a;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
     font-weight: 300;
     font-size: 18px;
     font-family: 'Cinzel Medium';
   }
   .footer-title{
       color: white;
       font-family: 'Cinzel Medium';
   }
   .footer .copyright {
    font-family: 'Cinzel Medium';
   }

   section{
    padding: 100px 0px;
   }

   .about-section{
    position: relative;
   }
   .about-section img{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
   }
   .about-section .bg-about{
    position: absolute;
    top: 15%;
    left: -1%;
    width: 500%;
    height: 100%;
    background: url('../img/bgg-removebg-preview.png');
    z-index: -1;
    background-repeat:no-repeat;
    opacity: 0.55;
   }
   .about-section .bg-about2{
    position: absolute;
    top: 0%;
    left: 80%;
    width: 500%;
    height: 100%;
    background: url('../img/bgg-removebg-preview\ -\ Copy.png');
    z-index: -1;
    background-repeat:no-repeat;
    opacity: 0.5;
   }

/* Menu Section */
.menu img{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
   .menu-container {
    max-width: 800px !important;
    margin: 0 auto;
    background-color: #274e4c;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.menu-header {
    text-align: center;
    margin-bottom: 40px;
}

.menu-header h1 {
    font-size: 2.5em;
    color:#cd8e6a;
    margin-bottom: 10px;
}

.menu-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.item-info {
    flex: 3;
}

.item-price {
    flex: 1;
    text-align: right;
    font-weight: bold;
    color:#cd8e6a;
}

.item-name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    font-family: 'Cinzel Regular';
    text-align: start;
}

.item-description {
    color: #e7e7e7bd;
    font-family: 'Futura Md BT';
    text-align: start;
    font-size: 0.9em;
}

.view-all {
    text-align: center;
    margin-top: 10px;
}

.fc-aa{
    background: url('../img/bg2-f.png') rgba(0, 0, 0, 0);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    transition: 3s ease-in-out;
}
.fc-aa p{
  color: white !important;
}
/* Section Star */
.sec-star{
   background-color:   #f1eae3;
   border-top: #cb8b6985 1px solid;
   border-bottom: #cb8b6985 1px solid;
    transition: 3s ease-in-out;
}
.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    /* gap: 30px; */
}

.stat-box {
    text-align: center;
    background-color: transparent;
    padding: 5px 0px;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
}

.stat-number {
    /* font-size: 48px;
    font-weight: bold; */
    color:  #59827e; 
    margin-bottom: 10px;

    color: transparent;
    font-family: 'Cinzel Medium';
    font-size: 80px;
    font-weight: 300;
    line-height: 96px;
    -webkit-text-stroke: 1px  #59827e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.stat-title {
    font-size: 15px;
    color:  #59827e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Futura Bk BT';
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        align-items: center;
    }
    
    .stat-box {
        width: 100%;
        max-width: 250px;
    }
}

.gallery-sec img{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

@media (max-width: 430px){
    .gallery-sec .col-3{
        padding: 0 3px;
        margin-bottom: 20px;
    }
}


.title-head{
    padding: 550px 0px 80px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:90px;
    font-style: italic;
    letter-spacing: 6px;
    text-transform: capitalize;
    font-weight: 300 !important;
    font-family: "Carattere", cursive;
  }

  .About-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/image00001.jpeg')rgba(0, 0, 0, 0.425);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  } 

  .slogan{
    background: url('../img/image00004.jpeg') rgba(0, 0, 0, 0.397);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 180px 0 !important; 
  }
  .fc-aa1{
    background: url('../img/bg-pp\ -\ Copy.png') rgba(0, 0, 0, 0);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    transition: 3s ease-in-out;
  }

  .Gallery-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/image00004.jpeg')rgba(0, 0, 0, 0.425);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.thumb{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.Contact-head{
    position: relative;
    margin-top: -300px;
    background: url('../img/image00004.jpeg')rgba(0, 0, 0, 0.425);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.contact-sec{
    position: relative;
    background-color:#EEE7DF;
}
.contact-sec .cont-inff h6{
  color: #000000d5!important;
  }
.contact-sec .cont-inff p a{
    font-size: 18px;
    margin-top: 10px;
    color: #000000d5!important;
    font-family: 'Futura Bk BT';
    }
    .contact-sec  .bg-about{
        position: absolute;
        top: 15%;
        left: -1%;
        width: 500%;
        height: 100%;
        background: url('../img/bgg-removebg-preview.png');
        z-index: 0;
        background-repeat:no-repeat;
        opacity: 0.8;
       }








       @media (max-width: 1399px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 200px !important;
        }
        .rooms-intro-box h2{
            font-size: 35px;
        }
        .stg_link {
            position: relative;
            display: inline-block;
          font-size: 15px !important;
            margin-top: 40px;
            border: 1px solid  	 var(--main-color);
            padding: 15px 20px;
            border-radius: 4px;
            font-family: 'Futura Bk BT';
            text-transform: uppercase;
            font-weight: 600;
            color:var(--main-color);
            background: rgba(255,255,255,.05);
            transition: all .3s ease-in-out;
        }
    }
    @media (max-width: 991px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 300px !important;
            
        }
        .about-text{
            margin-top: 20px !important;
        }
        .menu .container-fluid{
          width: 99% !important;
        }
        .fc-aa{
            background: url('../img/bg-pp\ -\ Copy.png') rgba(0, 0, 0, 0.26);
            background-position: center 60%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            transition: 3s ease-in-out;
        }
        .offcanvas .offcanvas-header{
            z-index: 1000 !important;
        }
        .nav-hidden{
            z-index: 100;
        }
        .top-bar .d-flex{
            justify-content: start !important;
        }
        .nav-hidden1{
            display: none;
          }
          .nav-hidden{
            display: block;
          }
          .nav-item .socials i{
            color: white;
          }
          .logo1{
            margin: auto !important;
          }
    }
    @media (max-width: 800px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 300px !important;
            
        }
        .stat-box {
            text-align: center;
            background-color: transparent;
            padding: 5px 0px;
            border-radius: 10px;
            flex: 1;
            min-width:50px;
            transition: transform 0.3s ease;
        }
    }
    @media (max-width: 767px){
     .top-bar {
        display: none;
     }
    }
    @media (max-width: 602px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 300px !important;
            
        }
    }
    @media (max-width: 500px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 300px !important;
        }
    }
    @media (max-width: 430px){
        .banner_wrapper .swiper-slide h1{
            margin-top: 350px !important;
        }
        .section-about .about-textt{
            padding: 10px 8px !important;
        }
        .slide-caption h1{
            text-transform: capitalize !important;
            letter-spacing: 6px;
            font-family: "Carattere", cursive;
            font-size: 70px !important;
            color: #ffffff ;
          }

          .footer-links h6 a{
            padding: 0px 5px !important;
          }


          .title-head{
            padding: 550px 0px 80px 0px !important;
            margin: 0 !important;
            color: white;
            font-size:60px;
            font-style: italic;
            letter-spacing: 6px;
            text-transform: capitalize;
            font-weight: 300 !important;
            font-family: "Carattere", cursive;
          }
        
          .About-head{
            position: relative;
            margin-top: -300px;
            background: url('../img/image00001.jpeg')rgba(0, 0, 0, 0.425);
            background-position: center 90%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;
          } 
        
          .slogan{
            background: url('../img/image00004.jpeg') rgba(0, 0, 0, 0.397);
            background-position: center 70%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;
            padding: 180px 0 !important; 
          }
          .Gallery-head{
            position: relative;
            margin-top: -300px;
            background: url('../img/image00004.jpeg')rgba(0, 0, 0, 0.425);
            background-position: center 90%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none; 
        }
        .Contact-head{
            position: relative;
            margin-top: -300px;
            background: url('../img/image00004.jpeg')rgba(0, 0, 0, 0.425);
            background-position: center 90%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none; 
        }

    }
    



    /* animation */
.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;
  }