#myCarousel {
    position: absolute;
    top: 0px;
}
/* Custom styles for carousel caption */
/* .carousel-caption {
    padding: 20px;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0px;
} */

.carousel-caption {
    bottom: 10px;
    width: 100%;
    left:0px;
}

.search-btn-res {
    width: 40% !important;
    border: none;
}

.carousel-caption h3 {
    font-family: 'Poppins';
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.carousel-caption h4 {
    font-family: 'Poppins';
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.text-container input{
    font-size: 12px;
    font-family: 'Poppins';
}

/* Style for input fields */
.input-group {
    margin-bottom: 10px;
}

/* Media query for smaller devices (e.g., tablets and below) */
@media (max-width: 768px) {
    .carousel-caption {
        padding: 10px;
    }
}

/* Media query for extra small devices (e.g., phones) */
@media (max-width: 576px) {
    .carousel-caption {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .home-conatiner {
        justify-content: start !important;
    }
}