.hero-h1 {
    font-weight: 500;
    font-size: 70px;
}
.hero-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}
.hero-section {
    background-image: url('../images/hero/hero-bg.webp');
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 96vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 150px; */
    background-position: center top 0px;
    margin-top: 0;
}

.hero-section .hero-content {
    position: absolute;
    top: 56%;
    left: 56%;
    transform: translate(-50%, -50%);
}

.hero-section h1 {
    font-size: calc(32px + (62 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    text-align: start;
    line-height: 1.2;
}

.hero-section p {
    font-family: 'Afacad Flux', sans-serif;
    font-size: calc(14px + 0.4vw);
    text-align: start;
    line-height: normal;
    margin-top: 40px;
}

/* Hero section 1 */

.hero-section-1 {
    background-image: url('../images/hero/hero-bg-1.png');
    color: #fff;
    padding: 100px 0;
    text-align: center;
    height: 89vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 150px; */
    background-position: center top 0px;
    margin-top: 0;
}

.hero-section-1 .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .hero-section .hero-content {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .hero-section {
        /* min-height: 70vh; */
        padding: 80px 20px;
        background-position: center center;
        height: 40vh;
        margin-top: 89px;
    }

    .hero-section-1 {
        height: 30vh;
        margin-top: 82px;

    }
    .escape-star {
   
    height: 47px;
    right: -2%;
    bottom: -23px;
}
.hero-h1 {
   
    font-size: 32px;
}
}