.project-hero {
    background-color: #232584;
    height: 430px;
}

.swiper {
    /* height: 420px; */
}  

.search-bar .form-control {
    border-radius: 0.375rem 0 0 0.375rem; /* Rounded only on the left */
  }
.search-bar .btn {
    background-color: #b71c1c; /* Red color */
    color: white;
    border-radius: 0 0.375rem 0.375rem 0; /* Rounded only on the right */
}