@import "./navbar.css";

.carousel-container {
    position: relative;
    width: 100%;
}

.item-search-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    top: 36%;
    left: 7%;
    width: 450px;
    box-shadow: 0 0 4px #444;
    border-radius: 6px;
    background: #FF3D00;
    z-index: 100;
    
}

.item-search-form p {
    margin-top: 15px;
}

.carousel-img {
    min-height: 300px;
    object-fit: cover;
}

.carousel-img2 {
    max-height: 300px;
    object-fit: cover;
}

@media (max-width: 430px) and (max-width: 480px) {
    .item-search-form-responsive {
        position: absolute;
        top: 200px;
        width: 325px;
        height: 50px;
        background: transparent;
        opacity: 0.8;
        margin-right: 10px;
        box-shadow: none;
    }
    .item-search-form-responsive p {
        display: none;
    }

    .search-box {
        margin-top: 10px;
        padding-top: 10px;
    }
}
