.navbar-container {
    position: absolute !important;
}

.gate-booking-btn img,
.gate-main-image img {
    filter: var(--filter-white);
}

.section-title::before {
    background-color: var(--primary-color);
}

.hero-content-box-container {
    top: 62%;
}

.hero-slide::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: hsl(214deg 100% 94% / 80%);
}

@media (max-width: 991.889px) {
    .hero-section-slider .image-container-slider img {
        height: auto;
        object-fit: cover;
        height: 100vh !important;
    }
}

.nice-select.form-select {
    outline: 0 !important;
    border: 0;
}

.filter-section-container {
    max-width: 590px;
}

.search-filter {
    flex: 1;
}

.search-filter a {
    width: 48px !important;
    height: 48px !important;
}