*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Merriweather", serif !important;
    font-weight: 700 !important;
    font-style: normal !important; 
}

.nav-item .nav-link{
    font-size: 14px !important;
    font-family: "Merriweather", serif !important;
    font-weight: 500 !important;
    font-style: normal !important; 
    color: white !important;
}
.navbar-dark .navbar-toggler {
    color: white !important;
    border-color:white !important;
}
.navbar.scrolled .navbar-toggler {
    color: black !important;
    border-color:black !important;

}


/* Navbar styles */
#navbar {
    background: transparent;
    transition: background-color 0.3s ease;
}
.navbar-brand img{
    margin-left: 30px;
}
.nav-item .nav-link{
    color: white;
    font-size: 16px;
    margin: 10px;
    font-weight:400;
}
.nav-item .nav-link:hover{
    border-bottom: 1px solid #327080;
    color: white;
}

.navbar.scrolled {
    background-color: white !important; /* Add any color you want */
   
}
.navbar.scrolled .nav-link{
    color: #0f172b !important;
    font-weight: 600;
}


/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}







#navbarsection{
  background:rgb(0, 0, 0,0.6) url('https://ik.imagekit.io/fags5cddy/sanket/gallerymain/New%20folder%20(26)/homepage/5.jpg?updatedAt=1732081968307');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  height: 50vh; 
  width: 100%;
 }
 .background-image h1{
  color: white;
  padding-top: 22vh;
  
 }


/*button*/
.btnssss{
  justify-content:center;
  align-items:center;
  display:flex;
  height:40px !important;
  width: 120px !important;
  

  }
  .btnsssss{
  border:none;
  background-color:#0F172b;
  color: white;
  font-size:14px;
  height:30px !important;
  width: 100px !important;
  text-transform:capitalize;
  cursor:pointer;
  transform:all 0.3s;
  position:relative;
  }
  .btnsssss:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
  left:-5px;
  border-top:2px solid #083441;
  border-left:2px solid #083441;
  transition:all 0.25s;
  }
  .btnsssss:hover:before ,.btnsssss:hover:after{
  width:104%;
  height:110%;
  }
  .btnsssss:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
  right:-5px;
  border-bottom:2px solid #083441;
  border-right:2px solid #083441;
  transition:all 0.30s;
  }
  @media(max-width:400px){
      .btnsssss{
          width: 80px;
          font-size: 10px;
      }
  }


   
  
/*--------------------rooms --------------------*/

.roomsshu{
  height: 100vh;
  
}

    .bd-room{
    padding: 40px;
    position: relative;
}
.bd-room__title{
    font-size: 25px;
    line-height: 1.33;
    text-transform: capitalize;
    color: #0f172b;
}
.bd-room__title a{
    text-decoration: none !important;
    color: #0f172b;
}
.bd-room__title a:hover{
    color: #0f172b;
}
.bd-room__price p{
font-weight: 500;
font-size: 20px;
line-height: 40px;
text-transform: uppercase;
 color: white;;
}
.bd-room__price p span{
    font-size: 16px;
    color: gray;
}
.bd-room__thumb-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
    
}
.bd-room__thumb{
    width: 100%;
    height: 100%;
}
.bd-room__details{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--bd-common-white);
border: 1px solid #D9D9D9;
transform: translateY(100%);
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
opacity: 0;
visibility: hidden;
color: white;

}
.bd-room__thumb-wrap:hover .bd-room__details {
transform: translateY(0);
opacity: 1 !important;
visibility: visible;
background-color: #327080;

}

.bd-room__details > p{
padding: 30px;
font-size: 12px;
line-height: 28px;

text-transform: capitalize;
border-bottom: 1px solid #D9D9D9;
margin-bottom: 30px;
color: white;

}
.bd-room__list{
display: grid;
grid-template-columns: repeat(4, 3fr);

flex-wrap: wrap;
justify-content: space-evenly;
}


@media (max-width: 1024px) {
  .bd-room__list {
      grid-template-columns: repeat(4, 3fr);
  }
}

@media (max-width: 768px) {
  .bd-room__list {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller tablets */
    justify-self: center;
    gap: 30px;
  }
  .bd-room__details > p{
      padding: 5px !important;
  }
  .bd-room__list-item i{
      margin-left: 10px !important;
      padding-top: 5px !important;
  }
  .bd-room__list-item span{
      margin-left: 10px !important;
  }
}

@media (max-width: 480px) {
  .bd-room__list {
      grid-template-columns: repeat(4, 3fr);
  }
  .bd-room__details > p{
      padding: 10px;
  }
}
@media(max-width:515px){
  .bd-room{
      padding: unset !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .bd-room__thumb {
    max-width: 450px; /* Reduce the container width */
    margin: 0 auto; /* Center the image within the parent */
    position: relative;
  }


  .bd-room__thumb img {
    width: 100%; /* Ensure the image scales with the container */
    max-width: 450px; /* Limit the max width */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition */
  }

 
  .bd-room__details{
      max-width: 450px; /* Reduce the container width */
      margin: 0 80px; /* Center the image within the parent */
  }

}
 

.bd-room__list-item{
margin-inline-end: 10px;
margin-bottom: 0px;
}
.bd-room__list-item i {
height: 30px;
width: 20px;
line-height: 30px;
background: #327080;
border-radius: 60px;
display: flex;
font-size: 15px;
margin-bottom: 5px;
color: white;
}
.bd-room__list-item i 
{
    display: block;
}
  
  

/*---------footer ----------------*/

.footer {
    background-color: #111c34;
    color: white;
    padding: 30px 0;
  }
  
  .footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
  }
  
  .footer ul {
    list-style: none;
    padding: 0;
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer ul li a:hover {
    color: #e63946;
  }
  
  .footer p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  
  .social-icons a {
    color: white;
    font-size: 12px;
    margin-right: 15px;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #e63946;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid white;
    padding-top: 10px;

    
  }
  
  .footer-bottom a {
    color: white;
    text-decoration: none;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
    
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .footer .row {
      text-align: center;
    }
  
    .social-icons {
      margin-top: 10px;
    }
  
    .footer p {
      text-align: center;
    }
  }
  @media(max-width:991px){
    .contact-info{
        gap: 20px !important;
    }
   
  }
  @media(max-width:550px){
    #footer-row ul{
        flex-direction: column;
       justify-content: unset !important;
       gap: 10px !important;
    }
    .contact-info{
        flex-direction: column;
       justify-content: unset !important;
       gap: 10px !important;
    }
  }
/* Popup container styling */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1050;
}
.popup-content {
  background: white;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup-header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.form-group label {
  font-weight: 600;
}
.btn-book {
  background-color: #0F172b;
  color: white;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.btn-book:hover {
  background-color: #0F172b;
