.layer{
    width: 100%;
    height: 0;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.2),#ff004f);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h3{
    font-weight: 500;
    margin-bottom: 20px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.work img{
    /*width: 100%;
    height: 100%;*/
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
}
.work:hover img{
     transform: scale(1.1);
}
.work:hover .layer{
    height: 100%;
    
}
.work:hover img{
     transform: scale(1.1);
}
.work:hover .layer{
    height: 100%;
}
    .booking-form {
      max-width: 400px;
      position: center;
      font-weight: bold;
      margin: 0 auto;
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 10px;
      background-color: grey;
    }
    
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/* Add custom styles for fadeInUp animation */
.carousel-caption {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  
  color: red;

}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Add custom styles for text inside the carousel */
.carousel-caption h3 {
  font-size: 2rem;
  color: black;
  font-weight: bold;
 /* Text color */
}

.carousel-caption p {
  font-size: 1.2rem;
  color: rgba(97, 255, 5, 0.993); /* Additional information color */
}

      .form-container {
    background-color: rgba(0, 0, 0, 0.7);
      height: 50%; 
      margin-top: 5;
    }

    .form-content {
     background-color: rgba(0, 0, 0, 0.7);
     padding: 30px; 
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      max-width: 600px;
      margin: auto;
      height: 100%;
      border-radius: 10px;
      width: 100%;
     
    }
    .form-content input,
    .form-content textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      box-sizing: border-box;
      border: 1px solid #ced4da;
      border-radius: 5px;
      outline: none;
      transition: border-color 0.3s;
    }

    
.form-label-outside
{
   margin: 0;
      font-family: 'Lobster', sans-serif;
      font-weight: bold;
      color: #333;
}
.form-content button 
{
     background-color: #007bff;
      color: #fff;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

  .form-content input:focus,
    .form-content textarea:focus {
      border-color: #007bff;
    }

 .contact-container {
      display: flex;
      justify-content: space-between;
      padding: 40px;
    }

   
      .contact-form {
      background: url('./images/jm.jpg') center center fixed;
      background-size: cover;
      height: 100vh;
     
      display: flex;
      align-items:flex-start;
      justify-content: revert-layer;
    
    }

    /* Adjust form and map styles as needed */
    .form-control {
      margin-bottom: 15px;
    }
   .contact-info {
      display: flex;
      padding: 2px;
      justify-content: space-between;
    }

    .info-card {
      flex: 1;
      background-color: #f8f9fa;
      padding: 1px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .info-card:hover {
      transform: scale(1.05);
      transition: transform 0.3s;
    }
    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
     .img
     {
        margin-top:2px;
     }
     .nav-link{
        color: White;
        font-weight: 900;
        margin-Right: 50px;
        font-size: 20px;
    }
    .navbar {
      margin-bottom: 20px;
      border-radius: 0;
      background: linear-gradient(to right, #e76ebdab, #ce77c433); /* Adjust the colors as needed */
    }
    
   .tri
{
  height: 400px;
  
}
  .h1
  {
  font-family:'Lobster', sans-serif;
       font-weight: bold;
       font-weight: 700;
    }
.content {
      flex: 1;
    }

    .footer {
      background-color: #000;
      color: white;
      padding: 20px 0;

    }
    .footer:hover {
/*  background-color: #555; /* Change background color on hover */*/
  cursor: pointer; /* Add a pointer cursor on hover */
}
  
  .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
  
  .custom-card {
    margin-bottom: 0 !important;
  }
#Feedback{
  background-color: 'linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(166,145,145,1) 50%, rgba(252,176,69,1) 100%)',

}