﻿@media (min-width: 768px) {
.hero-home {
    min-height: 500px;
}
}
.hero-home {
    display: flex;
    position: relative;
    align-items: center;
    height: 300px;
}
.light-overlay, .dark-overlay, .gradient-overlay {
    position: relative;
    overflow: hidden;
}
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .hero-slider .swiper-slide {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
.z-index-20 {
    z-index: 20 !important;
}

.subtitle {
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: bold;
}
.search-bar {
    border-radius: 2rem;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

@media (min-width: 1200px) {
    .search-bar {
        border-radius: 10rem;
    }
}


