.hero-index {
    height: 100vh;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .hero-index {
        margin-top: 65px;
    }
}

.hero-event,
.hero-porto,
.hero-rincian-porto,
.hero-team,
.hero-layanan-eo,
.hero-layanan-meeting,
.hero-layanan-kontruksi {
    height: 40vh;
    margin-top: 100px;
}

@media (max-width: 992px) {
    .hero-event,
    .hero-porto,
    .hero-rincian-porto,
    .hero-team,

    .hero-layanan-eo,
    .hero-layanan-meeting,
    .hero-layanan-kontruksi {
        margin-top: 60px;
    }
}

.hero-index,
.hero-event,
.hero-porto,
.hero-rincian-porto,
.hero-team,
.hero-layanan-eo,
.hero-layanan-meeting,
.hero-layanan-kontruksi {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-event,
.hero-porto,
.hero-team,
.hero-layanan-eo,
.hero-layanan-meeting,
.hero-layanan-kontruksi p {
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

.hero-content-event,
.hero-content-porto,
.hero-content-team,,
.hero-content-layanan-eo,
.hero-content-layanan-meeting,
.hero-content-layanan-kontruksi {
    max-width: 70%;
}

.hero-rincian-porto p {
    font-size: 3rem;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
    transition: font-size 0.3s ease;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .hero-rincian-porto p {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-rincian-porto p {
        font-size: 2rem;
    }
}
