*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Merriweather", serif !important;
    font-weight: 700 !important;
    font-style: normal !important; 
}
#navbarsection{
    height: 100vh;
}
.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;
  }
/*-------------------chieck in------------------*/
.booking-form {
    background: #fff;
    
    border-radius: 8px;
    height: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   
}
.form-label {
    font-weight: 500;
    color: #083441 !important;
    font-size: 14px;
}
#checkinDate{
    font-size: 14px !important;
   
}
#checkoutDate{
    font-size: 14px !important;
   
}
#adults{
    font-size: 14px !important;
    
}
.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
}
.btn-book {
    background-color: transparent;
    border: 2px solid #d6a54b;
    color: #083441;
        border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 25px;
    font-size: 14px;
}
.btn-book:hover {
    background-color: #083441;
    color: #fff;
}


/* Video Background */


/* Video Background */

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}

#bg-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
    
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3 ); /* Adjust opacity as needed */
    z-index: 1;
}


.content {
    color: white;
    text-align: center;
    padding-top: 90vh;
    
}
.content h1{
    font-size: 60px;
}
.content p{
    font-size: 45px;
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}
@media(max-width:850px){
    .content{
        padding-top: 80vh;
    }
}
@media(max-width:450px){
    .content p{
       font-size: 20px;
    }
}
/* Responsive Styles */
@media (max-width: 768px) {
    
    .btn {
        margin-right: auto;
    }
}
/*button*/
.btnssss{
justify-content:center;
align-items:center;
display:flex;
height:40px !important;
width: 120px !important;
background-color:white;
}
.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;
display:inline-block !important;
}
.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;
    }
}
/*-----------------------about section-------------------------*/
  
#aboutsection{
    background-repeat: no-repeat;
    
    height: auto;
   background-position: center;
   background-blend-mode:overlay;
   background-size: cover;
    

}
.aboutboxpara p{
    font-size: 12px;
    line-height: 2;
    font-weight: 200 !important;
}

.abtbtn{
    height: 40px;
    width: 120px;
    background-color: white;
    border: none;
    border-bottom: 1px solid #083441;
    font-size: 14px;

}
@media(max-width:991px){
    #aboutsection{
        height: auto !important;
    }
}
/*--------------------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;
font-weight: 200 !important;
  text-transform: capitalize;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  color: white;
  line-height: 3 !important;

}
.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;
  }
  
  
/*-------------meeting And Event----------------*/
#eventshu{
    height: 100vh;
    
}
.meeting-conference-section {
    background-image: url('https://ik.imagekit.io/fags5cddy/sanket/sanket/New%20folder%20(25)/Images%20(Shukran)/meeting.jpg?updatedAt=1732077755953'); /* Replace with the real image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 0;
    color: #333;
}

.meeting-content {
    background-color: rgba(255, 255, 255, 0.940); /* White background with slight transparency */
    padding: 30px;
    border-radius: 10px;
    margin-top: 150px;
}

.meeting-content h1 {
    font-size: 30px ;
    font-weight: 500;
}

.meeting-content p {
    font-size: 12px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .meeting-conference-section {
        padding: 20px 0;
    }

    .meeting-content h2 {
        font-size: 2rem;
    }

    .meeting-content p {
        font-size: 12px;
    }
}
/*-------------offer---------------*/
#offer-hover{
transition: 1s ease-in-out;
}
#offer-hover:hover{
    transform: translateY(0.2px);
    box-shadow: 0 12px 30px #ccc;
    }
#offershu{
    height: auto;
}
.offer-item {
    position: relative;
    overflow: hidden;
}

.offer-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.offer-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.991);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.offerbtn{
    height: 40px;
    width: 130px;
    margin-top: 20px;
    border: none;
    font-size: 15px;
    background-color: white;
    border-bottom: 2px solid #0f172b;
    color: #0f172b !important;
}


/*------------------facilties----------------*/
#facilitiesshu{
    height: auto;
}
.resources-list {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
}

.resources-list li {
    padding: 15px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.resources-list li.active {
    background-color: #083441;
    color: white;
}

.content-section {
    display: none;
    font-size: 14px;
    font-weight: 200 !important;
}
.content-section h4{
    font-size: 25px;
}
.content-section p{
    width: 600px;
    font-size: 12px;
}
@media(max-width:991px){
    .content-section p {
        width: auto !important;
    }
}


.content-section.active {
    display: block;
}

#owlfaci {
margin: 0px 0;
padding: 30px;
}

.contain {
margin: 0 auto;
max-width: 1200px;
width: 100%;
}

.items {
align-items: center;
background-color: tomato;
color: white;
display: flex;
height: 280px;
width: auto;
justify-content: center;
gap: 10px !important;

}

.items img{
height: 100%;
object-fit: cover !important;

}
.itemss {
height: 250px !important;
width: 300px !important;
}
.itemss .gymimgs{
height: 100%;
}




/*------------------testimonials-----------------*/


.owl-carousel .owl-item img {
	display: inline-block !important;
	width: auto;
}
.author-img img {
	width: 70px !important;
	height: auto;
	border-radius: 100%;
}
.font-medium {
	font-weight: 500;
}
.border-radius-new {
	border-radius: 20px;
}
img.comms {
	width: 40px !important;
	height: auto;
}

/*---------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;
    }
  }
