*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  scroll-behavior:smooth;
  font-family:'Poppins',sans-serif;
  } 
  @font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/Traditional-Civilization-Demo.otf') format('truetype');
  }

 body{
   overflow-x: hidden;
 }


  header .container-fluid{
    padding: 0 !important;
  }
 .header-redbg{
   background: url(../images/redbg.svg) no-repeat;
   background-size: cover;
 }
    
  .logo{
    padding-top:10px;
  }
  .logo img{
    width: 100%;
  }
  

  /* navigation */
.navbar {
  z-index: 3;
  padding: 10px 0 0 100px;
}
.navbar .site-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 13px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  position: relative;
}

.navbar .site-menu ul li ul {
  position: absolute;
  left: -20px;
  top: calc(100% + 20px);
  background: #990100;
  padding: 15px 0;
  margin: 0;
  border-radius: 4px;
  display: none;
  z-index: 999;
}

.navbar .site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
.navbar .site-menu ul li ul li {
  width: 100%;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
}

.navbar .site-menu ul li ul li a {
  display: inline-block;
  color: #fafafa;
}

.navbar .site-menu li:nth-child(8){
  background:#eeea05;
  padding: 5px 8px;
}
.navbar .site-menu li:nth-child(8):hover{
  background:#fff;
}

.navbar .site-menu li:nth-child(8) a{
  color:#000 !important;
  padding:3px 7px;
}

.navbar .site-menu ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar .site-menu ul li:hover ul {
  display: block;
}

.navbar .site-menu ul li a {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-family:'Poppins',sans-serif;
  font-weight: normal;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.navbar .site-menu ul li a:hover{
  color:#eeea05;
}
.navbar .site-menu ul li li a{
  font-size: 14px;
}
.navbar .site-menu ul li a:hover {
  text-decoration: none;
}
.navbar .site-menu:has(a:hover) a:not(:hover) {
  opacity: 0.3;
}
.navbar .site-menu ul li a:hover:after {
  width: 100%;
  left: 0;
}
.site-menu li a .fa{
  font-size: 10px;
}
.navbar .search-button {
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}
.navbar .hamburger-menu {
  display: inline-block;
}

 
/* HAMBURGER MENU */
.hamburger-menu {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  z-index: 999;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 0px;
  width: 13px;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
  width: 100%;
}

.hamburger-menu:hover span {
  width: 30px !important;
}

.hamburger-menu.open span {
  width: 20px !important;
}

.hamburger-menu.open span:nth-child(1) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 28px !important;
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  right: 20px;
}

.hamburger-menu.open span:nth-child(3) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 28px !important;
}
 

/* header quick contact */
.header-quick li{
  list-style: none;
  float: right;
  padding-left: 5px;
}
.header-quick{
  padding:10px 0;
  background:url(../images/blackbg.svg) no-repeat;
  background-size: cover;

}
.sociallinks li{
  text-align: center;
  padding-left: 0;
  border-radius: 3px;
  margin-left: 5px;
  float: right;
}
.sociallinks li a{
  padding: 5px 10px;
  color:#fff;
  font-size: 10px;
  display: block;
 
}
.header-quick li a{
  color:#f7f7f7;
}
.header-quick li a:hover{
  text-decoration: none !important;
  color:#fff;
}
.facebook{
  background:#0851ec;
}  
.instagram{
  background:#c0117d;
}
.youtube{
  background:#ec0808;
}
.facebook,.youtube,.instagram{
  padding: 5px 10px;
  color:#fff;
  font-size: 10px;
  border-radius: 3px;
}
a.facebook:hover,a.youtube:hover,a.instagram:hover{
  color:#f7f7f7;
  text-decoration: none;
}
  
  
  /* HERO */
  .hero{
  height:100vh;
  position:relative;
  overflow:hidden;
  }
  
  .slide{
  position:absolute;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:1.5s ease-in-out;
  }
  
  .slide.active{
  opacity:1;
  }
  
  .hero::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  top:0;
  left:0;
  }
  
  .hero-content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:white;
  z-index:2;
  animation:fadeUp 1.5s ease;
  }
  
  .hero h1{
  font-size:55px;
  margin-bottom:20px;
  font-weight: bold;
  }
  
  

  .hero-buttons{
    padding-top: 20px;
  }

  .quick-contact{
    background:#fff;
    overflow: hidden;
    padding:20px 30px !important;
    border-radius: 7px;
  }
  .quick-contact strong{
    display: block;
    color: #000;
    font-weight: normal;
    padding: 10px 0 5px 0;
    font-size: 12px;
    color:#414141;
  }
  .quick-contact form input{
    width: 100%;
    height: 45px;
    border:1px solid #aeaeae !important;
    outline: none;
    border-radius: 3px;
    color:#333;
    font-size: 10px;
    padding-left: 10px;
  }
  .quick-contact #bookingForm button{
    margin-top: 5px;
  }
  .quick-contact form textarea{
    width: 100%;
    height: 80px;
    border:1px solid #aeaeae;
    outline: none;
    border-radius: 3px;
    color:#333;
    font-size: 10px;
    padding-left: 10px;
  }
  .quick-contact .floating-group label{
    font-size: 10px;
    color: #000;
  }
  .quick-contact .floating-group{
    margin-bottom: 10px;
  }
  .quick-contact span{
    color:#990100;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-family: 'MyCustomFont';
  }
  .quick-contact form button{
    background: #990100;
    color:#fff;
    padding: 5px 15px;
    border:none;
    margin-top: 10px;
    border-radius: 37px;
    font-size: 12px;
  }
  .quick-contact form button:hover{
    background: #eeea05;
    color:#000;
  }





/* ABOUT */
.about{
  padding:50px 100px;
}
.about h2{
    font-size: 38px;
    position: relative; 
    font-family: 'MyCustomFont';
    color:#000;
}

a.alink{
  background: #990100;
  color:#fff;
  font-size: 13px;
  border-radius: 37px;
  padding:10px 25px;
  font-weight: bold;
}
a.alink:hover{
  background: #eeea05;
  color:#000;
  text-decoration: none;
}
.about p{
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
}
.about-highlight li{
  list-style: none;
  float: left;
  width: 50%;
  padding: 5px 0;
  font-size: 16px;
}
.about-highlight ul{
  overflow: hidden;
  padding-bottom: 40px;
}
.img-responsive img{
  width: 100%;
  border-radius: 7px;
}
.about-pad{
  padding-top: 100px;
}
.about-logo{
  width: 30%;
}
.number-of-stay{
  font-size: 30px;
  color:#990100;
  font-weight: bold;
  padding-bottom: 20px;
}
.number-of-stay .fa{
  font-size: 30px;
  vertical-align: middle;
}
.how-to-reach strong{
  background:#990100;
  color:#fff;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}


/* ROOMS */
.rooms{
  padding: 50px 100px 100px;
}
 /* ROOM CARD */
 .room-card{
  background: url(../images/room-sign.svg) no-repeat right bottom;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  transition:0.4s;
  }
  
  .room-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 35px rgba(0,0,0,0.2);
  }
  
  .room-card img{
  width:100%;
  }
  
  .room-info{
  padding:25px;
  }
.rooms strong{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  color:#000;
}
.room-info strong span{
  float: right !important;
  font-size: 30px !important;
}
.rooms ul{
  padding-bottom: 20px;
  overflow: hidden;
}
.rooms li{
  list-style: none;
  float: left;
  padding: 3px 10px;
  font-size: 16px;
}
.title{
  text-align: center;
}
.title h3{
    font-size: 38px;
    font-family: 'MyCustomFont';
    color:#000;
    position: relative;
}
.rooms .title p{
  font-weight: 600;
  padding:10px 200px 40px;
}
.small-section-room img{
  height: 200px;
  object-fit: cover;
}
.big-section-room img{
  height: 620px;
  object-fit: cover;
}







/* LOCAL EXPERIENCE */
.local-experience{
  padding:150px 100px;
  background: url(../images/local-food-experience.jpg) no-repeat;
 background-size: cover;
}
.title h4{
  font-size: 38px;
  color: #fff;
  font-family: 'MyCustomFont';
  position: relative;
}
.local-experience .title p{
  font-weight: 600;
  padding:10px 200px 40px;
  color: #fff;
}

.title h4:before, .title h3:before, .about h2:before , .about h2:before  {
  content: "";
  width: 50px;
  height: 5px;
  background: #990100;
  position: absolute;
  bottom: 6px;
  left: 45%;
  right: 45%;
  z-index: 1;
}
.local-experience .local-experience-list{
  background: #fff;
  padding:40px 40px;
  text-align: center;
  border-radius: 7px;
  color:#1f3d2b;
  font-weight: bold;
}
.local-experience .local-experience-list .fa{
  font-size: 50px;
  color:#000;
  transition: 0.5s;
}
.local-experience .local-experience-list:hover{
  background-color:#990100 ;
  color:#fff;
}
.local-experience .local-experience-list:hover .fa{
  transform: scale(1.1);
  transform:translateY(-10px);
  transition: 0.5s;
}
.local-experience-list p{
  font-size: 16px;
  font-weight: normal;
}
.local-experience-list strong{
  font-size: 20px;
  color:#990100;
  display: block;
  padding-bottom: 10px;
}
.local-experience .col-lg-4:nth-child(2) .local-experience-list{
  background: #990100;
  padding:40px 40px !important;
}

.local-experience .col-lg-4:nth-child(2) .local-experience-list strong,
.local-experience .col-lg-4:nth-child(2) .local-experience-list p,
.local-experience .local-experience-list:hover strong,
.local-experience .col-lg-4:nth-child(2) .local-experience-list .fa{
  color:#fff;
}

/* TOURST ATTRACTION */
.tourist-attraction{
  padding:50px 100px;
  background: #f7f7f7;
}
.tourist-attraction .title p{
  font-weight: 600;
  padding:10px 200px 40px;
}

.tourist-attraction-single .fa-map-marker{
  font-size: 30px;
}
.tourist-attraction-single img{
  margin-top: 20px;
  border-radius: 7px;
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.tourist-attraction-single strong{
  display: block;
  padding-top: 20px;
  color:#990100;
  font-size: 20px;
}
.tourist-attraction-single {
  text-align: center;
  background: url(../images/attraction-bg.svg) no-repeat #fff;
  background-size: contain;
  padding:40px;
  border-radius: 7px;
  transition: 0.3s;
}
.tourist-attraction-single:hover img {
  transition: 0.3s;
  transform:translateY(-10px);
}
.tourist-attraction-single p {
  padding-top: 10px;
  font-size: 16px;
}

.attraction-video{
  position: relative;
  padding-top: 40px;
}
.attraction-video .title p{
  font-weight: 600;
  padding:10px 200px 40px;
}

.video-play-btn{
  position:absolute; 
  width:100px; 
  height:100px;
  background-color:#990100; 
  border-radius:50%;
  top:65%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:1;
  text-align:center;
}

.video-play-btn img{
  margin-top:30px; 
  cursor:pointer; 
  width: 40px;
}
.video-play-btn::before 
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #990100;
 -webkit-animation: ripple 2s linear infinite;
 animation: ripple 2s linear infinite;
}
.video-play-btn::after 
{ 
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #eeea05;
 -webkit-animation: ripple 2s linear 1s infinite;
 animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
      -webkit-transform:scale(1);
      transform:scale(1)
  }
  75% {
      -webkit-transform:scale(1.25);
      transform:scale(1.25);
      opacity:1
  }
  100% {
      -webkit-transform:scale(2);
      transform:scale(2);
      opacity:0
  }
}
.attraction-video video{
  width: 100%;
  object-fit:cover;
  height: 400px;
}
/* .attraction-video video[poster] {
  height: 100%;
  width: 100%;
} */
.photo-glimpses{
  padding: 30px 0;
  background:url(../images/about-logo-transparent.svg) no-repeat center;
  background-size: cover;
}
.photo-glimpses img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.5s;
}
.photo-glimpses .lightbox img{
  height: auto !important;
  object-fit: contain;
}
.photo-glimpses .col-lg-3{
  position: relative;
}
.cursor-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:#990100;
  color:white;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  opacity:0;
  transition:0.3s;
  pointer-events:none;
}

.photo-glimpses .col-lg-3:hover .cursor-text{
  opacity:1;
}
.photo-glimpses .col-lg-3:hover img{
  filter:blur(3px);
  transition: 0.5s;
}

/* Blogs */
/* blogs */
.blogs{
  padding:50px 100px;
  background: #990100;
}
.blogs .title p{
  font-weight: 600;
  padding:10px 200px 40px;
}
.blogs .title h3,.blogs .title p{
  color:#fff
}
.blog-pic{
  position: relative;
}
.blog-icon{
  position: absolute;
  left: 10px;
  top:10px;
  z-index: 9;
}
.blog-pic img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 7px;
}
.blog-icon img{
  width: 50px !important;
  height: auto !important;
}
.owl-carousel-blogs strong{
  font-size: 20px;
  color:#990100;
  display: block;
  padding:10px 0;
}
.owl-carousel-blogs em{
  display: block;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}
.owl-carousel-blogs a{
  color:#000;
  font-size: 16px;
  padding-top: 20px;
  display: block;
}
.owl-carousel-blogs .item{
  background:url(../images/about-logo-transparent-2.svg) no-repeat center bottom #fff;
  padding: 20px;
  background-size: 95% 95%;
  border-radius: 7px;
}


/* footer */
footer{
  padding: 50px 0px;
  background:#000;
}
footer strong{
  color:#fff;
  font-weight: normal;
  font-size: 16px;
  padding:10px 0;
  display: block;
  position: relative;
}
footer li{
  list-style: none;
  margin:10px 0;
  word-break: break-all;
}
footer li mark{
  border-radius: 2px;
  background: #eeea05;
}
footer li,footer li a,footer p{
  color:#a5a5a5;
  font-size: 14px;
}
footer li a:hover{
  color:#fff;
  text-decoration: none;
}
.footer-logo img{
  width: 80%;
  margin-bottom: 20px;
}
footer li mark a{
  color:#000
}
.footer-nav ul ul{
  padding-left: 20px;
}
.footer-nav li{
  margin: 0;
}
footer strong:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #990100;
  position: absolute;
  bottom: 6px;
  left: 0%;
  z-index: 1;
}
.site-links{
  padding-top: 10px;
  margin-top: 10px;
  border-top:1px solid #858585;
}
.site-links a{
  font-size: 13px;
  color:#bebebe
}
.site-links .fa{
  color:#bebebe
}


.mobile-nav {
  position: fixed;
  bottom:0%;
  width: 80%;
  height: 100%;
  background: #990100;
  z-index: 999;
  left:-100%;
  padding:10px 30px;
  transition: 0.3s;
}
.mobile-nav li{
  list-style: none;
  border-bottom: 1px solid #a51f1f;
  padding:10px 0;
}
.mobile-nav ul ul{
  padding-left: 20px;
}
.mobile-nav ul ul li{
  border:none;
  padding:0
}
.mobile-nav li:nth-child(8){
  background: #eeea05;
}
.mobile-nav li:nth-child(8) a{
  color:#000;
  padding:5px;
}
.mobile-nav li a{
  color:#fff;
  font-size: 16px;
  font-weight: bold;
}
.mobile-nav.active{
  left:0%;
  transition: 0.3s;
}
.mobile-nav strong{
  font-family: 'MyCustomFont';
  color:#fff;
  display: block;
  padding-bottom: 20px;
}
.mobile-nav img{
  width: 30%;
  margin-bottom: 5px;
}
  
 
 
  /* WHATSAPP */
  .whatsapp-float{
  position:fixed;
  bottom:20px;
  right:20px;
  background:#25D366;
  color:white;
  padding:15px;
  border-radius:50%;
  font-size:22px;
  z-index:1000;
  }
  
  /* SCROLL TOP */
  #scrollTop{
  position:fixed;
  bottom:80px;
  right:20px;
  background:#990100;
  color:white;
  padding:10px 15px;
  cursor:pointer;
  display:none;
  border-radius: 2px;
  }
  
  
  /* ANIMATION */
  @keyframes fadeUp{
  from{opacity:0; transform:translate(-50%,-40%);}
  to{opacity:1; transform:translate(-50%,-50%);}
  }

  /* #preloader{
    position:fixed;
    width:100%;
    height:100%;
    background:#f7f7f7;
    z-index:99999;
    transition:opacity 0.5s ease, visibility 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #preloader.hide{
    opacity:0;
    visibility:hidden;
  }
    
    .loader{
       animation:zoomInOut 1s linear infinite;
    }
    
    @keyframes zoomInOut {
      0%   { transform: scale(1); }
      50%  { transform: scale(1.1); }
      100% { transform: scale(1); }
    } */

    #preloader{
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:#000;
      z-index:9999;
      overflow:hidden;
      padding: 50px;
  }
  
  .preloader-flex{
      display:flex;
      flex-wrap:wrap;
      width:100%;
      height:100%;
  }
  
  .flex-item{
      width:25%;      /* 4 columns */
      height:50%;     /* 2 rows */
      overflow:hidden;
  }
  
  .flex-item img{
      width:100%;
      height:100%;
      object-fit:cover;
      opacity:0.7;
      animation:zoomAnim 5s infinite alternate ease-in-out;
  }
  
  /* Animation delay for smooth effect */
  .flex-item:nth-child(2) img{ animation-delay:0.3s; }
  .flex-item:nth-child(3) img{ animation-delay:0.6s; }
  .flex-item:nth-child(4) img{ animation-delay:0.9s; }
  .flex-item:nth-child(5) img{ animation-delay:1.2s; }
  .flex-item:nth-child(6) img{ animation-delay:1.5s; }
  .flex-item:nth-child(7) img{ animation-delay:1.8s; }
  .flex-item:nth-child(8) img{ animation-delay:2.1s; }
  
  @keyframes zoomAnim{
      0%{
          transform:scale(1);
          opacity:0.6;
      }
      100%{
          transform:scale(1.15);
          opacity:1;
      }
  }


    /* SUB PAGE */
    .hero-article{
      height: auto;
    }
    .here{
      background: #f7f7f7 !important;
      padding:20px 0;
    }
    .here a{
      color:#990100;
      font-weight: bold;
    }
    .article{
      padding: 50px 0;
    }
.article p{
  font-size: 16px;
  line-height: 24px;
}
 

    /* about subpage */
  
    .section-title{
      font-weight:700;
      position:relative;
      color:#000;
      font-family: 'MyCustomFont';
      padding-bottom: 10px;
    }
    
    .section-title::after{
      content:"";
      width:60px;
      height:5px;
      background:#990100;
      display:block;
      margin-top:10px;
    }
    
    .about-box{
      background:#fff;
      padding:20px;
      border-radius:7px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    
    }
    .about-box li{
      list-style: none;
      font-size: 16px;
    }
 
    .about-list{
      list-style:none;
      padding-left:0;
    }

    .about-box strong{
      font-weight: bold;
      font-size: 16px;
      display: block;
      padding-bottom: 10px;
      color: #000;
    }
    
    .about-list li{
      margin-bottom:10px;
    }
    

    /* about sidebar */ 
    
    .sidebar-card{
      background: url(../images/attraction-bg.svg) no-repeat #fff;
      background-size: cover;
      padding:20px;
      border-radius:7px;
      box-shadow:0 5px 20px rgba(0,0,0,0.08);
      margin-bottom: 20px;
    }
.sidebar-card-details{
  background: #fafafa;
  padding:20px;
  border-radius: 7px;
  margin-bottom: 20px;
  word-break: break-all;
}

.sidebar-card-details strong{
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
    
    .sidebar-links{
      list-style:none;
      padding:0;
    }
    
    .sidebar-links li{
      margin-bottom:10px;
    }
    
    .sidebar-links a{
      text-decoration:none;
      color:#000;
      font-weight:500;
      transition:0.3s;
      font-size: 16px;
    }
    
    .sidebar-links a:hover{
      color:#c8a96a;
      padding-left:5px;
    }

    /* sidebar gallery */
     
    .gallery-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    
    .gallery-grid img{
      width:100%;
      height:80px;
      object-fit:cover;
      border-radius:8px;
      transition:0.4s ease;
    }
    
    .gallery-grid img:hover{
      transform:scale(1.1);
    }



    /* room single subpage */
    .room-details img{
      width: 100%;
      border-radius: 7px;
    }
    .room-title, .related-rooms h2{
      font-weight:700;
      color: #000;
    font-family: 'MyCustomFont';
    position: relative;
    padding-bottom: 10px;
    }
    .room-title::after, .related-rooms h2::after{
      content:"";
      width:60px;
      height:5px;
      background:#990100;
      display:block;
      margin-top:10px;
    }

    h1.room-title span{
      font-size: 25px;
      color: #990100;
      float: right;
    }
    
    .room-price{
      color:#c8a96a;
      font-size:20px;
      font-weight:600;
    }
    
    .room-box{
      background:#fff;
      padding:20px;
      border-radius:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }
    .room-box strong{
      font-weight: bold;
      font-size: 16px;
      display: block;
      padding-bottom: 10px;
      color: #000;
    }
    .room-box li{
      list-style: none;
      margin-bottom: 8px;
    }
    
    .related-card{
      background:#fff;
      padding:15px 15px 25px;
      border-radius:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      transition:0.3s;
    }
    .related-card strong{
      display: block;
      font-size: 16px;
      font-weight: 700;
      color:#000;
      padding: 10px 0 20px;
    }
    .related-card a{
      margin-bottom: 20px;
    }
    
    .related-card:hover{
      transform:translateY(-5px);
    }
    
  

    /* check availability form */
    .availability-section{
      background:#1f3d2b;
    }
    
    .availability-box{
      background:#fff;
      padding:25px;
      border-radius:15px;
      box-shadow:0 10px 30px rgba(0,0,0,0.2);
    }
    
    .availability-box label{
      font-weight:600;
      padding-top: 20px;
    }
    
    .availability-box button{
      background: #990100;
      border: none;
      outline: none;
      color: #fff;
      font-size: 13px;
      border-radius: 37px;
      padding: 10px 25px;
      font-weight: bold;
      margin-top: 20px;
    }
    .availability-box button:hover{
      background: #eeea05;
      color:#000;

    }

    .fade-booking{
      opacity:0;
      transform:translateY(50px);
      filter:blur(5px);
      transition:0.7s ease;
    }
    
    .fade-booking.show{
      opacity:1;
      transform:translateY(0);
      filter:blur(0);
    }



    
    /* Masonry Layout */
    .lux-masonry{
      column-count:3;
      column-gap:20px;
    }
    
    /* Responsive */
    @media (max-width:992px){
      .lux-masonry{
        column-count:2;
      }
    }
    
    @media (max-width:576px){
      .lux-masonry{
        column-count:1;
      }
    }
    
    /* Items */
    .lux-masonry-item{
      display:block;
      margin-bottom:20px;
      position:relative;
      overflow:hidden;
      border-radius:15px;
    }
    
    .lux-masonry-item img{
      width:100%;
      display:block;
      border-radius:15px;
      transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
    
    .lux-masonry-item:hover img{
      transform:scale(1.08);
        filter:blur(3px);
    }
    
    /* Overlay Text */
    .lux-masonry-item::after{
      content:"Enlarge";
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%, -50%);
      color:#fff;
      font-weight:600;
      opacity:0;
      transition:0.4s ease;
      background:#990100;
      padding:5px 10px;
      border-radius: 20px;
      font-size: 12px;
    }
    
    .lux-masonry-item:hover::after{
      opacity:1;
    }

    /* video gallery */
    .lux-video-section{
      color:#fff;
    }
    
    .lux-video-grid{
      display:grid;
      grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
      gap:10px;
    }
    
    .lux-video-item{
      position:relative;
      overflow:hidden;
      border-radius:15px;
      display:block;
    }
    
    .lux-video-item img{
      width:100%;
      height:250px;
      object-fit:cover;
      transition:0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
    
    .lux-video-item:hover img{
      transform:scale(1.1);
      filter:brightness(60%);
    }
    
    /* Play Icon */
    .lux-video-item::after{
      content:"▶";
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%, -50%);
      font-size:20px;
      color:#fff;
      opacity:0.8;
      transition:0.3s;
      background: #990100;
      width: 50px;
      height: 50px;
      padding:10px;
      text-align: center;
      border-radius: 50%;
    }
    
    .lux-video-item:hover::after{
      transform:translate(-50%, -50%) scale(1.2);
    }


    /* single blog */
    .single-blog img{
      width: 100%;
      border-radius: 7px;
    }
    .blog-title{
      font-weight:700;
      font-weight: 700;
    position: relative;
    color: #000;
    font-family: 'MyCustomFont';
    padding-bottom: 10px;
    }

    .blog-title::after {
      content: "";
      width: 60px;
      height: 5px;
      background: #990100;
      display: block;
      margin-top: 10px;
  }

  .blog-title img{
    width: 80px;
  }
    
    .blog-meta{
      color:#222;
      font-size:16px;
      font-weight: bold;
      padding-bottom: 20px;
    }
    
    .blog-quote{
      background:#990100;
      padding:20px;
      border-left:4px solid #eeea05;
      font-style:italic;
      margin:20px 0;
      color:#fff;
    }
    
    .author-box{
      background:#fff;
      padding:20px;
      border-radius:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }
    
    .comment-box{
      background: url(../images/about-logo-transparent-2.svg) no-repeat center bottom #fff;
      padding:20px;
      border-radius:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.05);
      background-size: cover;
    }
.comment-box strong{
  font-size: 16px;
  font-weight: 700;
}
.comment-box input{
  margin-bottom: 10px;
}
.comment-box button{
  background: #990100;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    border-radius: 37px;
    padding: 10px 25px;
    font-weight: bold;
    margin-top: 20px;
}
.comment-box button:hover{
  background: #eeea05;
  color:#000;

}




    .single-blog strong{
      font-weight: bold;
      font-size: 16px;
      display: block;
      padding-bottom: 10px;
      color: #000;
    }
    
    .blog-sidebar{
      position:sticky;
      top:100px;
    }
    
    .sidebar-card{
      /* background:#fff; */
      padding:20px;
      border-radius:10px;
      box-shadow:0 5px 20px rgba(0,0,0,0.08);
    }
    
    .related-blog-item{
      display:flex;
      gap:10px;
      margin-bottom:15px;
    }
    
    .related-blog-item img{
      width:80px;
      height:60px;
      object-fit:cover;
      border-radius:6px;
    }
    
    .related-blog-item a{
      font-weight:600;
      text-decoration:none;
      color:#000;
      font-size: 16px;
    }
    .related-blog-item p{
      font-size: 12px;
    }
    
    .related-blog-item a:hover,.sidebar-links a:hover{
      color:#990100 !important;
    }
    
    .sidebar-links{
      list-style:none;
      padding:0;
    }
    
    .sidebar-links li{
      margin-bottom:8px;
    }

    /* single place of interest */
    .place-single img{
      width: 100%;
      border-radius: 7px;
    }
    .place-title{
      font-weight:700;
      position: relative;
      color: #000;
      font-family: 'MyCustomFont';
      padding-bottom: 10px;
    }

    .place-title::after {
      content: "";
      width: 60px;
      height: 5px;
      background: #990100;
      display: block;
      margin-top: 10px;
  }
.place-single strong{
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  color: #000;
}
    
    .place-highlights{
      padding-left:20px;
    }
    
    .place-highlights li{
      margin-bottom:8px;
    }
    
    .place-sidebar{
      position:sticky;
      top:100px;
    }
    

    
    .related-place-item{
      display:flex;
      gap:10px;
      margin-bottom:15px;
    }
    
    .related-place-item img{
      width:80px;
      height:60px;
      object-fit:cover;
      border-radius:6px;
    }
    
    .related-place-item a{
      font-weight:600;
      text-decoration:none;
      color:#000;
    }
    
    .related-place-item a:hover{
      color:#c8a96a;
    }

    .sidebar-card-details li{
      list-style: none;
    }

    /* place gallery item */
    .place-gallery-item{
      position:relative;
      overflow:hidden;
      border-radius:12px;
      display:block;
    }
    
    .place-gallery-item img{
      width:100%;
      height:220px;
      object-fit:cover;
      transition:0.6s ease;
    }
    
    .place-gallery-item:hover img{
      transform:scale(1.1);
      filter:brightness(70%);
    }
    
    /* Optional subtle shadow */
    .place-owl .owl-item{
      padding:5px;
    }
    .place-owl .item img{
      height: 120px;
      object-fit: cover;
    }


    /* contact us */
    .contact-info-box{
      margin-bottom:20px;
    }
    
    .contact-info-box h5{
      font-weight:600;
      margin-bottom:5px;
    }
    
    .contact-info-box p{
      margin:0;
      color:#666;
    }
    .contact-page form button{
      background: #990100;
      border: none;
      outline: none;
      color: #fff;
      font-size: 13px;
      border-radius: 37px;
      padding: 10px 25px;
      font-weight: bold;
      margin-top: 20px;
    }
    .contact-page form button:hover{
      background: #eeea05;
      color:#000;

    }
    
    .contact-form-box{
      background:#fff;
      padding:30px;
      border-radius:15px;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }
    .contact-form-box strong{
      font-size: 16px;
    }
    
    /* Floating Label Style */
    .floating-group{
      position:relative;
      margin-bottom:25px;
    }
    
    .floating-group input,
    .floating-group textarea{
      width:100%;
      padding:14px 10px;
      border:1px solid #ccc;
      border-radius:8px;
      outline:none;
      background:none;
    }
    
    .floating-group label{
      position:absolute;
      left:12px;
      top:14px;
      color:#777;
      pointer-events:none;
      transition:0.3s ease;
      background:#fff;
      padding:0 5px;
      font-weight: normal;
    }
    
    /* Animate on focus OR when input has value */
    .floating-group input:focus + label,
    .floating-group input:valid + label,
    .floating-group textarea:focus + label,
    .floating-group textarea:valid + label{
      top:-10px;
      left:10px;
      font-size:12px;
      color:#990100;
    }
    
    .floating-group input:focus,
    .floating-group textarea:focus{
      border-color:#990100;
    }

    .map-section iframe{
      border-radius: 7px;
    }
    .contact-form-box form{
      margin-top: 20px;
    }



    /* book now */
    .book-now-section{
      background:url('../images/bookingbg.jpg') center/cover no-repeat;
      padding:100px 0;
      position:relative;
    }
 
    
    .book-form-box{
      position:relative;
      background:rgba(255,255,255,0.10);
      backdrop-filter:blur(15px);
      padding:40px;
      border-radius:20px;
      color:#fff;
      animation:fadeUp 1s ease;
    }
    
    @keyframes fadeUp{
      from{transform:translateY(50px); opacity:0;}
      to{transform:translateY(0); opacity:1;}
    }
    
    .btn-gold{
      background:#c8a96a;
      color:#fff;
      border:none;
    }
    
    .btn-gold:hover{
      background:#b89655;
    }
    
    /* Floating labels */
    .floating-group{
      position:relative;
      margin-bottom:25px;
    }
    
    .floating-group input,
    .floating-group textarea{
      width:100%;
      padding:14px 10px;
      border:1px solid rgba(255,255,255,0.5);
      border-radius:8px;
      background:transparent;
      color:#fff;
      background: rgba(255,255,255,0.5);
      outline:none;
      font-size: 13px;
    }
    .contact-page .floating-group input,
    .contact-page .floating-group textarea{
      border:1px solid #ebebeb;
      color:#000;
    }
    .contact-page .floating-group label{
      color:#2d2d2d;
    }
    
    .floating-group label{
      position:absolute;
      left:12px;
      top:14px;
      color:#ddd;
      pointer-events:none;
      transition:0.3s ease;
      background: none;
    }
    
    .floating-group input:focus + label,
    .floating-group input:valid + label,
    .floating-group textarea:focus + label,
    .floating-group textarea:valid + label{
      top:-10px;
      left:8px;
      font-size:10px;
      padding: 5px 10px;
      color:#fff;
      background:#990100; 
      border-radius: 17px;
    }
    
    .floating-group input:focus,
    .floating-group textarea:focus{
      border-color:#990100;
    }

    #bookingForm button{
      background: #990100;
      border: none;
      outline: none;
      color: #fff;
      font-size: 13px;
      border-radius: 37px;
      padding: 10px 25px;
      font-weight: bold;
      margin-top: 20px;
    }
   .book-form-box form{
     margin-top: 20px;
   }
   .book-form-box strong{
     font-size: 16px;
   }

   .skeleton-item{
    padding:15px;
}

.skeleton-img{
    height:200px;
    border-radius:10px;
    margin-bottom:15px;
    background:linear-gradient(
        90deg,
        #eee 25%,
        #f5f5f5 50%,
        #eee 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.skeleton-line{
    height:12px;
    border-radius:6px;
    margin-bottom:10px;
    background:linear-gradient(
        90deg,
        #eee 25%,
        #f5f5f5 50%,
        #eee 75%
    );
    background-size:200% 100%;
    animation:shimmer 1.5s infinite;
}

.skeleton-line.title{
    height:18px;
    width:70%;
}

.skeleton-line.small{
    width:40%;
}

@keyframes shimmer{
    0%{ background-position:-200% 0; }
    100%{ background-position:200% 0; }
}

/* ISOTOP */
.isotope-grid{
  display:flex;
  flex-wrap:wrap;
}

.grid-item{
  width:33.33%;
  padding:10px;
}

.grid-item img{
  width:100%;
  border-radius:10px;
}
.filter-buttons{
  padding-bottom: 20px;
}
.filter-buttons button{
  background: #414141;
  border:none;
  outline: none;
  padding:8px 11px;
  color:#fff;
  font-size: 12px;
  margin: 2px 0;
}
.filter-buttons button:hover,.filter-buttons button.active {
  background: #990100;
}
.isotope-grid strong{
  font-size: 16px;
  display: block;
  padding: 10px 0 5px;
  color: #990100;
}
.isotope-grid p{
  font-size: 16px;
}
.cursor-text-interest{
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%, -10%);
  background:#990100;
  color:white;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  opacity:0;
  transition:0.3s;
  z-index: 999;
}
.grid-item-img{
  position: relative;
}
.grid-item:hover .cursor-text-interest{
  opacity:1;
}
.grid-item:hover img{
  filter:blur(3px);
  transition: 0.5s;
}


/* all blogs */
.allblogimg{
  padding:0 !important;
}
.logobg{
  background: url(../images/about-logo-transparent-2.svg) no-repeat center #fff;
  background-size: cover;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
}
.allblogimg img{
  width: 100%;
  border-radius: 7px;
  position: relative;
}
.allblogdetails strong{
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color:#990100
}
.allblogdetails p{
  font-size: 16px;
  color:#000;
}
.dateauthor{
  padding-top: 20px;
}
.dateauthor em{
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

/* other pages */
.pages h1{
  font-size: 25px !important;
  font-weight: bold;
  color:#990100
}
.pages strong{
  color:#000
}

.sitemap ul ul{
  padding-left: 20px;
}
  