.img1{
    width: 1400px;
    height: 350px;
}
.img2{
    width: 1400px;
    height: 350px;
}
.img3{
    width: 1400px;
    height: 350px;
}

.carousel-item img {
    filter: brightness(40%); /* Adjust the percentage as needed */
}

.submit{
    position: sticky;
    left: 40px;
    margin-bottom: 60px;

}




/* .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  @media (max-width: 768px) {
    .carousel-caption {
      font-size: 1rem;
      padding: 10px;
    }
    .carousel-caption h2 {
      font-size: 1.5rem;
    }
    .carousel-caption p {
      font-size: 1rem;
    }
    .carousel-caption button {
      font-size: 0.8rem;
      padding: 5px 10px;
    }
  } */