body{
  background-color: rgb(253, 253, 253);
}
.nav{
    background-color: rgb(255, 255, 255);
}

.imgs{
    height: 800px;
}
.img{
    width: 100%;
    height: 400px;
}
.show-container{   
   padding: 100px;
   
}

.hover-effect {
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-effect:hover {
  background-color: rgb(233, 233, 233);
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.continer2{
   padding: 40px;
}
.container-titel{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.service-card{
    background-color: rgb(168, 120, 61);
    height: 100vh;
}

.card-container{
    background-color: rgb(245, 222, 222);
    align-items: center;
    text-align: center;
    justify-content: center;
    gap:15px;
    padding: 20px;
}
.service-card{
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 30px;
}
.booking-img img{
  height:40vh;
  padding: 10px;

}
#hotel_img{
    height: 60px;
    width: 60px;

}

.menu {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    font-weight: 800;
    
  }
  
  .menu a {
    text-decoration: none;
    color: #07bd3e;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 8px 12px;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 5px;
  }
  

  .menu a:hover {
    color: white;
    background-color: #007BFF;
  }
  
  /* Active state */
  .menu a:active {
    background-color: #0056b3;
  }

  #container{
    height: 40vh;

  }
  .img{
    height:40vh;
  }



  .user_profile{
    height: 700px;
    width: 100%;
    background-color: rgb(189, 186, 178);
  }
  .images{
    height:30vh;
    width: 30%;
  }



  footer.footer {
    background-color: #212529; /* Dark background */
    color: #ffffff; /* Light text */
    padding: 20px 0; /* Spacing inside the footer */
    text-align: left; /* Align text to the left */
  }
  
  footer.footer .container {
    max-width: 1140px; /* Matches Bootstrap container max width */
    margin: 0 auto; /* Center the content */
  }
  
  footer.footer .row {
    justify-content: space-between; /* Space out the columns */
  }
  
  footer.footer .social-icons a {
    font-size: 1.5rem; /* Increase size of icons */
    color: #ffffff; /* Icon color */
    transition: color 0.3s; /* Smooth hover effect */
  }
  
  footer.footer .social-icons a:hover {
    color: #ffc107; /* Change color on hover */
  }
  
  footer.footer .col {
    margin-bottom: 20px; /* Add spacing between rows on smaller screens */
  }
  
  footer.footer .col-md-4 h5,
  footer.footer .col-md-4 h3 {
    font-weight: bold;
    margin-bottom: 15px; /* Add spacing below headings */
  }
  
  footer.footer p {
    margin: 5px 0;
    line-height: 1.5; /* Better readability */
  }
  

    /*The starting point of text to animate*/
    
    #animatedText.slider-nav-animation .slider-container .custom-animated-text {
        opacity: 0.25;
        transform: scale(.25);
        transition: opacity 1.5s ease-in-out, transform .95s ease-in-out;
        transition-delay: .5s;
        text-align: center;
 
    }
    /*The end of animation*/
    
    #animatedText.slider-nav-animation .slider-container .slide-visible .custom-animated-text {
        opacity: 1;
        transform: none;
    }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .menu {
      display: block;
      margin: 5px 0;
    }
  
    .menu a {
      display: block;
      text-align: center;
    }
  }
  
  .services-section{
    height: 100vh;
    padding-top: 30px;
  }

  @media (max-width: 768px) {
    .booking-container {
      flex-direction: column;
      align-items: center;
    }
    .booking-img {
      margin-bottom: 20px;
    }
  }
@media(max-width:425px){
  .services-section{
    height: 180vh;
  }
}