.hero-wrap {
    margin-top: 0 !important;
}

.hero-slider-three .hero-slide-item {
    position: relative;
}

.hero-slider-three {
    height: 740px !important;
}
.hero-slide-item img {
    height: 600px !important;
}

.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content h1 {
    color: #fff;
    font-size: 2.5rem;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated {
    animation-name: fadeIn;
}

@media (max-width: 768px) {
    .hero-slide-item img {
        height: 240px !important;
    }

    .hero-slider-three {
        height: 440px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .nav-item {
        text-align: center !important;
    }
}
