*{
  padding: 0;
  margin: 0;
}

body{
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

.top-nav{
  border-bottom: 1px solid #e2e2e2;
}


.header-contact{
  display: flex;
  gap: 30px;
 
}
.main-top-header{
  display: flex;
  justify-content: space-between;
 
}

.call-header p a{
  text-decoration: none;
  color: #797979;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.mail-header p a{
  text-decoration: none;
  color: #797979;
  font-size: 14px;
  font-family: "Poppins", serif;
}
p a i{
  color: #e8aa47;
}

.header-location-div p a{
  text-decoration: none;
  color: #797979;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.call-header p{
  margin-bottom: 0px;
}


.mail-header p{
  margin-bottom: 0px;
}

.header-location-div p{
  margin-bottom: 0px;
}

.top-nav{
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.social-icons ul{
 list-style: none;
 padding-left: 0px;
 display: flex;
 gap: 10px;
 margin-bottom: 0px;
}

.social-icons ul li a{
  color: #fff;
  
}

.nav-item .nav-link{
 text-transform: uppercase;
 font-size: 14px;
font-weight: 400;
 font-family: "Poppins", serif;
 color: #000000!important;
 
}

#navbarNavDropdown{
  margin-left: auto;
}

.navbar-nav{
  gap: 10px;
}

.btn-talk{
  background-color: #e8aa47;
  font-size: 14px;
  font-weight: 500;
}

.navbar-brand h2{
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 0px;

}

.navbar-brand h2 span{
  background-color: #e8aa47;
}

.carousel-control-prev-icon{
  background-image: url(../img/icons/left-arrow.png);
  width: 4rem;
  height: 4rem;
}

.carousel-control-next-icon{
  background-image: url(../img/icons/right-arrow.png);
  width: 4rem;
  height: 4rem;
}

.about-head h5{
 
   color: #e8aa47;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 2px;

}

.about-head h1{
  font-size: 45px ;
  text-transform: uppercase;
  font-size: 500;
  font-family: auto;
}

.about-number a{
  color: #000;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.about-n h5{
  margin-bottom: 0px;
}

.btn-about{
  background-color: #e8aa47!important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}

.about-btn-area{
  display: flex;
  gap: 25px;
}

.price-head h2{
  font-weight: 700;
  text-align: center;
  color: #e8aa47;
}

.price-head p{
  font-size: 15px;
  text-align: center;

}

.price {
  background-color: #f5f1ee;
}

.price-img img {
  border-radius: 25px;
}
.price-img {
  border-radius: 25px;
  border: 3px solid #fff;
}

.price-text{
  background-color: #e2e2e2;
  padding: 10px 8px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 30px;
  position: absolute;
  bottom: -50px;
  width: 90%;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
  padding-bottom: 15px!important;
  transition: all ease 0.3s;
}

.price-box{
  position: relative;
}

.price-text h4{
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 600;
}

.price-text p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.btn-more {

  margin-top: 10px;
  background-color: #e8aa47;
  padding: 7px 20px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 20px;
}

.price-box:hover .price-text{
  bottom: -20px;

}

.facilities-head h2{
  color: #000;
  font-weight: 700;
  
}

.fac-text{
  margin-top: 15px;
}

.fac-img img{
  display: block;
  margin: auto;
  transition: all ease 0.3s;
}

.facilities-box:hover img{
  transform: scale(1.1);

}

.rooms{
  background-color: #f5f1ee;
}

.room-img{
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}

.room-img img{
  border-radius: 50%;
  transition: all ease 0.3s;
  
}

.room-head h2{
  font-weight: 700;
  font-size: 35px;
}

.room-text h5{
  font-weight: 600;
  color: #eb9d1f;
  text-align: center;
}

.room-text p{
  font-size: 14px;
  text-align: center;
}

.room-img:hover img{
 transform: scale(1.1);
}

.count{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/count-bg.jpg);
}

.countdown {
  color: #eb9d1f;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.label{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}


.cleint-name h3{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;

 }

 .cleint-name p{
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
 }

 .happy-client{
  display: flex;
 justify-content: space-around;
 margin-top: 30px;

 }

 .user-img img{
  width: 50px!important;
  display: block;
  margin: auto;
 }

 .user-quote img{
  width: 50px!important;
 }
 .user-name p span img{
  width: 20px!important;
 }

 .user-name p {
 display: flex;
 font-size: 16px;
 justify-content: center;
 gap: 5px;

 
 }

 .user-text h3{
  text-align: center;
  font-weight: 700;
 }

 .user-text{
  margin-top: 15px;
  padding-left: 150px;
 padding-right: 150px;
 }

 .user-text p{
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
 }

 .user-quote img{
  display: block;
  margin: auto;
 }

 .user-name h6{
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
 }

 .testimonial{
  background-color: #f2f7f0;
 }

 .owl-nav button {
  background: none;
  border: none;
  padding: 0;  /* Remove any default padding */
}

/* Optional: Size your custom icons */
.owl-nav img {
  width: 30px !important;   /* Adjust width of the icons */
  height: auto!important;  /* Maintain aspect ratio */
}

/* Optional: Add hover effect for better interaction */
.owl-nav button:hover img {
  opacity: 0.7!important;  /* Slight transparency on hover */
}

.owl-nav .owl-prev{
  position: absolute;
    top: 35%;
    left: 20px;
}

.owl-nav .owl-next{
  position: absolute;
    top: 35%;
    right: 20px;
}

.owl-nav button{
  background-color: transparent!important;
}

.about-text p{
  font-size: 15px;
}


footer{
  background-color: #2a2b30;
}

.footer-about-text p{
 color: #e0e0e0;

}

.quick-links ul li a{
  color: #e0e0e0;
  
  text-decoration: none;

  
}

.quick-links ul li{
  margin-bottom: 10px;
}
.quick-links ul{
  list-style: none;
  padding-left: 0px;
}

.quick-head h5 span{
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #fdb343;
  padding-bottom: 5px;
}

.quick-links ul li a:hover{
 color: #fdb343;
}


.Contact-links ul{
  list-style-type: none;
  padding-left: 0px;
}

.Contact-links ul li a{
  text-decoration: none;
  color: #fff;
}

.contact-footer-link{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.contact-link-foter h6{
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  color: #e0e0e0;
}

.contact-link-foter h6:hover{
  color: #fdb343;
}
.stay-icons a{
  text-decoration: none;
}

.stay-icons a span i{
 color: #fdb343;
 display: block;
 text-align: center;
 margin-top: 3px;
 font-size: 14px;
}

.stay-icons a span{
  padding: 5px;
  background-color: #000;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fdb343;
}

.stay-icons{
  display: flex;
  gap: 10px;
}

.stay-icon-head h5{
  color: #fff;
  font-size: 18px;
}

.footer-stay{
  display: flex;
  gap: 25px;
  align-items: center;
}

.footer-payment-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-copyright{
  padding-top: 10px;
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
 
  
}

.footer-copyright p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #efeded;

}

.footer-copyright p a{
  color: #fdb343;
  text-decoration: none;
}

.footer-img h4{
  color: #fff;
  font-size: 35px;
}
.footer-img h4 span{
  background-color: #e8aa47;
}

.inner-banner-text{
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  width: 100%;
}

.inner-banner-text h2{
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-family: auto;
}

.inner-banner-text h2 span{
  border-bottom: 2px dotted #e8aa47;
}

.banner-inner{
  position: relative;
}

.booking-step {

  background-color: #efeded;


}

.booking-head h2{
  font-weight: 700;
}

.step-no h2{
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  font-family: auto;
  color: #eb9d1f;
}

.step-no p{
  font-size: 14px;
}

.booking-box{
  padding: 10px;
}

.fac-text p{
  font-size: 14px;
  text-align: center;
}

.inner-fac-box{
  background-color: #f5f1ee;
  padding: 15px;

}

.facilities-box:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
}

.facilities-box{
  transition: all ease 0.3s;
}

.pg-details-head h3{
  font-size: 40px;
  font-weight: 600;
  font-family: auto;
}

.pg-details-head p span i{
  color: #e8aa47;
  margin-right: 10px;
  
  
}

.pg-details-head p span {
  background-color: #000;
  display: flex;
  height: 25px;
  width: 25px;
  padding: 5px 6px;
  border-radius: 50%;
}

.pg-details-head p{
  display: flex;
  align-items: center;
  gap: 10px;
}

.pg-details-text p{
 font-size: 15px;
 color: #373737;
}

.pg-detail-img .carousel-inner .carousel-item{
  border-radius: 20px;
}
.pg-detail-img .carousel-inner .carousel-item img{
  border-radius: 20px;
}

.pg-details-faciity .facilities-box .fac-text h5{
  font-size: 16px;
}

.btn-talk:hover{
 background-color: #000;
 color: #fff;
}



.booking-head h4{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
}

.booking-form .booking-head{
  background-color: #e8aa47;
  padding: 20px;
}

.booking-form-box{
  border: 1px solid #202020;
  padding: 20px;
  background-color: #202020;
}

.booking-form-box form label{
  color: #fff;
}

.contact-form .booking-form-box form input{
  border-radius: 0px;
  border: 1px solid #ebc085;
  background-color: transparent!important;
  color: #fff;
  font-size: 16px;
  padding: 12px 10px;
}

.booking-form-box form input{
  border-radius: 0px;
  border: 1px solid #e8aa47;
  background-color: transparent!important;
  color: #fff;
  font-size: 14px;
}

.contact-form .booking-form-box form input::placeholder{
  color: #ffffff;
  font-size: 16px;
}

.booking-form-box form input::placeholder{
  color: #ffffff;
  font-size: 12px;
}

.booking-form-box .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #e8aa47;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(232 170 71 / 25%);
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #e8aa47;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(232 170 71 / 25%);
}

.contact-form .booking-form-box form textarea{
  border-radius: 0px;
  border: 1px solid #ebc085;
  background-color: transparent!important;
  color: #fff;
  font-size: 14px;
  padding: 15px 10px;
}
.contact-form .booking-form-box{
  border: 1px solid #ebc085;
  border-radius: 10px;
}

.booking-form-box form textarea{
  border-radius: 0px;
  border: 1px solid #e8aa47;
  background-color: transparent!important;
  color: #fff;
  font-size: 14px;
 
}

.contact-form  .booking-form-box form textarea::placeholder{
  color: #ffffff;
  font-size: 16px;
}

.booking-form-box form textarea::placeholder{
  color: #c9c9c9;
  font-size: 12px;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #e8aa47;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(232 170 71 / 25%);
}

.form-button .btn{
  border-radius: 0px;
  margin: auto;
  display: block;
  background-color: transparent;
  border: 1px solid #e8aa47;
 
}

.contact-form .form-button .btn{
  border-radius: 0px;
  margin: auto;
  display: block;
  background-color: #ebc085;
  border: 1px solid #ebc085;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
 
}

.form-button .btn:hover{
  background-color: #e8aa47;
  color: #000;
}

.booking-form{
  position: sticky;
  top: 0px;
}

.contact-details{
  background-color: #1D1D1D;
}

.contact-detail-head h5{
  color: #fff;
  font-size: 35px;
  font-family:auto;
  border-bottom: 1px solid #f8c36f;
  display: inline;
  padding-bottom: 5px;
}

.contact-details-icon span i{
  color: #000;
  font-size: 20px;
}

.contact-details-icon span{
  width: 2rem;
  height: 2rem;
  
  background-color: #eb9d1f;
  padding: 12px;
}

.contact-number a{
  font-size: 18px;
  color: #f5f1ee;
  text-decoration: none;
}

.contact-details-item{
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-number h6{
  color: #e8aa47;
  font-size: 13px;
}

.socail-head h5{
  font-size: 25px;
  color: #fff;
  font-family: auto;
}

.social-box a span{
  background-color: #e8aa47;
  width: 3rem;
  height: 3rem;
  padding: 15px 18px;
  display: flex;
  border-radius: 50%;
}

#insta a span{
  background-color: #e8aa47;
  width: 3rem;
  height: 3rem;
  padding: 15px;
  display: flex;
  border-radius: 50%;
}

.social-box a{
  color: #000;
  text-decoration: none;
}

.social-box a span i{
  font-size: 18px;
}

.contact-details-social-icons{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}


/* gallery page css  */


   

  

      /* Custom styles for closing button */
      .lightbox .lb-close {
        font-size: 40px;
        color: white;
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        padding: 5px;
      }

      .lb-data .lb-close{
        background: url(../img/icons/close.png)!important ;
        background-size: contain!important;
      }

      .lb-nav a.lb-next{
        width: 30px!important;
        height: 30px!important;
        background: url(../img/icons/next.png)!important;
        background-size: contain!important;
        top: 40%!important;
        position: absolute;
        right: 20px!important;
        opacity: 1!important;
        
      }

      .lb-nav a.lb-prev{
        width: 30px!important;
        height: 30px!important;
        background: url(../img/icons/pre.png)!important;
        background-size: contain!important;
        top: 40%!important;
        position: absolute;
        left: 20px!important;
        opacity: 1!important;

      }





    .call-btn {
      position: fixed;
      margin: 0;
      padding: 0;
      left: 0;
      bottom: 0px;
      background: #fff;
      background-color: transparent;
      cursor: pointer;
      font-size: 0;
      width: 110px;
      height: 110px;
      z-index: 1000;
    }
    
    .call-btn .tada {
      background: #ff5722;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -20px;
      margin-left: -20px;
      animation-name: tada;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
    }
    
    .call-btn .tada a:before {
      font-family: FontAwesome;
      content: "\f095";
      font-size: 20px;
      text-decoration: none;
      color: #fff;
      margin-left: 10px;
      position: absolute;
      top: 15%;
      /* margin-top: -10px; */
    }
    
    
    @keyframes tada {
      from {
          transform: rotate(-20deg);
      }
      to {
          transform: rotate(20deg);
      }
    }
    
    .call-btn .pulse {
      width: 60px;
      height: 60px;
      background: rgba(255, 87, 34, 0.5);
      ;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      animation-name: pulse;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-timing-function: ease-in-out;
    }
    
    @keyframes pulse {
      from {
          width: 55px;
          height: 55px;
          margin-top: -27.5px;
          margin-left: -27.5px;
      }
      to {
          width: 60px;
          height: 60px;
          margin-top: -30px;
          margin-left: -30px;
      }
    }
    
    .call-btn .zoomIn {
      width: 80px;
      height: 80px;
      border: 2px solid #ff5722;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      animation-name: zoomIn;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }
    
    @keyframes zoomIn {
      from {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px;
      }
      to {
          width: 80px;
          height: 80px;
          margin-top: -40px;
          margin-left: -40px;
      }
    }
    
    @media screen and (max-width: 549px) {
      .call-btn {
          width: 80px;
          height: 80px;
      }
    }
    
    
    .whatsapp-btn {
      position: fixed;
      margin: 0;
      padding: 0;
      right: 0;
      bottom: 0px;
      background: #fff;
      background-color: transparent;
      cursor: pointer;
      font-size: 0;
      width: 110px;
      height: 110px;
      z-index: 1000;
    }
    
    .whatsapp-btn .tada {
      background: #45c153;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -20px;
      margin-left: -20px;
      animation-name: tadaa;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
    }
    
    .whatsapp-btn .tada a:before {
      font-family: FontAwesome;
      content: "\f232";
      font-size: 25px;
      text-decoration: none;
      color: #fff;
      margin-left: 10px;
      position: absolute;
      top: 6%;
      /* margin-top: -10px; */
    }
    
    
    @keyframes tadaa {
      from {
          transform: rotate(-20deg);
      }
      to {
          transform: rotate(20deg);
      }
    }
    
    .whatsapp-btn .pulse {
      width: 60px;
      height: 60px;
      background: rgb(69, 193, 83, 0.5);
      ;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px;
      animation-name: pulsee;
      animation-duration: 0.5s;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-timing-function: ease-in-out;
    }
    
    @keyframes pulsee {
      from {
          width: 55px;
          height: 55px;
          margin-top: -27.5px;
          margin-left: -27.5px;
      }
      to {
          width: 60px;
          height: 60px;
          margin-top: -30px;
          margin-left: -30px;
      }
    }
    
    .whatsapp-btn .zoomIn {
      width: 80px;
      height: 80px;
      border: 2px solid #45c153;
      border-radius: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px;
      animation-name: zoomIn;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }
    
    @keyframes zoomIn {
      from {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px;
      }
      to {
          width: 80px;
          height: 80px;
          margin-top: -40px;
          margin-left: -40px;
      }
    }
    
    @media screen and (max-width: 549px) {
      .whatsapp-btn {
          width: 80px;
          height: 80px;
      }
    }
    