.sub-promotion {
    position: relative;
    width: 100%;
    height: 600rem;
    display: flex;
    justify-content: center;
    background-color: #000;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.sub-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 120rem;
    background: linear-gradient(to bottom, #0000004f 0%, transparent 100%);
    z-index: 1;
}

.sub-promotion-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    text-align: center;
    margin-top: 40rem;
}

.sub-p-text h5 {
    color: #fff;
    font-size: 50rem;
    font-weight: 600;
}

.p-route {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.p-route p {
    font-size: 17rem;
    letter-spacing: -0.7px;
}

.sub-navigation {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 20;
}

.sub-navBtn {
    color: rgba(255, 255, 255, .7);
    font-size: 18rem;
    padding: 18rem 40rem;
    background-color: rgba(0, 0, 0, .2);
    white-space: nowrap;
}

.sub-navBtn.show {
    color: #222 !important;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
}

.sub-navBtn:hover {
    color: #fff;
}


.about {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
}
.facility {
    background: url(../images/facility-bg.jpg);
    background-position: center;
    background-size: cover;
}
.premium {
    background: url(../images/premium-bg.jpg);
    background-position: center;
    background-size: cover;
}
.admission {
    background: url(../images/admission-bg.jpg);
    background-position: center;
    background-size: cover;
}



/*==================================================*/
@media (max-width: 768px) {
    .about .sub-navBtn {
        padding: 18rem 30rem;
    }
}


@media (max-width: 550px) {
    .sub-p-text h5 {
        font-size: 60rem;
    }
    
    .p-route p {
        font-size: 22rem;
    }
    
    .sub-navBtn {
        font-size: 22rem;
    }
}
