.sec-one[data-v-816da888] {
    background: linear-gradient(180deg, #2c6e64, #3e9b8e);
    direction: rtl;
    padding: 2rem 0 1.5rem !important
}

.sec-one .ios-back-btn[data-v-816da888] {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .15);
    border: none;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: .9rem;
    padding: 8px 16px
}

.sec-one .ios-back-btn[data-v-816da888]:active {
    background: hsla(0, 0%, 100%, .3)
}

.sec-one .section-heading[data-v-816da888] {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 72px;
    margin-bottom: 12px !important
}

.sec-one .section-heading .heading-gradient[data-v-816da888] {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #84fffa, #b2faf7);
    -webkit-background-clip: text;
    background-clip: text
}

.sec-one .button-group-responsive[data-v-816da888] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px
}

.sec-one .first-btn[data-v-816da888] {
    background-color: #f2631c !important;
    border-radius: 12px;
    color: #fff !important;
    font-size: .9rem;
    height: 64px;
    width: 200px
}

.sec-one .play-btn-style[data-v-816da888] {
    background-color: transparent;
    border: none;
    font-size: .9rem;
    height: 64px
}

.sec-one .header-desc-page[data-v-816da888] {
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 29px !important
}

.sec-one .hero-main-img[data-v-816da888] {
    aspect-ratio: 628/640;
    height: auto;
    max-width: 100%;
    width: 31rem
}

@media(max-width:991px) {
    .sec-one[data-v-816da888] {
        padding: 1rem 0 !important
    }
    .sec-one .section-heading[data-v-816da888] {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
        text-align: center
    }
    .sec-one .header-desc-page[data-v-816da888] {
        font-size: .95rem;
        padding: 0 15px;
        text-align: center
    }
    .sec-one .button-group-responsive[data-v-816da888] {
        flex-direction: column;
        width: 100%
    }
    .sec-one .button-group-responsive .first-btn[data-v-816da888] {
        max-width: 320px;
        width: 100%
    }
    .sec-one .hero-main-img[data-v-816da888] {
        width: 16rem
    }
}