.hero {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/index-bg.jpeg);*/
    background-position: top center;
    background-size: cover;
    height: 30rem;
}

.hero-slider-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.hero-slider-img::after {
    content: '';
    position: absolute;
    z-index: 4;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 992px) {
    .hero {
        /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/index-bg.jpeg);*/
        background-position: top center;
        background-size: cover;
        height: 60rem !important;
    }

    .h-contact {
        height: auto !important;
    }
}

.h-contact {
    height: 33.5rem;
}

.contact-input {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    border: none;
    width: 100%;
}

.contact-textarea {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    border: none;
    width: 100%;
    height: 15rem;
}