.py-21 {
    padding-top: 92px;
    padding-bottom: 92px;
}

html {
    scroll-behavior: smooth;
}

#body {
    background-color: var(--black);
}

.body-contain {
    padding-top: 50px;
    position: relative;
}

.banner-desktop {
    height: 605px;
    object-fit: cover;
}

.banner-mobile {
    display: none;
}

.mobile {
    display: none;
}

.card-vip {
    position: relative;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    bottom: -48px;
    left: -35px;
    margin: 0 auto;
}


.content-card-vip {
    margin-left: 75px !important;
}


.card-description {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-48%, -124%);
    color: white;
    font-size: 62.5px;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    padding: 10px;
}

.banner-text-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-48%, -25%);
    color: white;
    font-size: 136.44px;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    padding: 10px;
}

.plan-active.centuryon {
    border-color: #D8B461 !important;
    color: #D8B461 !important;
}

/* Khi là ICONIC */
.plan-active.iconic {
    border-color: #EA9F89 !important;
    color: #EA9F89 !important;
}

.card-all {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 20px;
}

/* Gói CENTURYON */
.centuryon-btn.plan-active {
    border-color: #D8B461 !important;
    color: #D8B461 !important;
    background-color: transparent;
}

/* Gói ICONIC */
.iconic-btn.plan-active {
    border-color: #EA9F89 !important;
    color: #EA9F89 !important;
    background-color: transparent;
}


.plan-button.centuryon-btn:hover {
    background-color: #D8B461;
    color: #fff !important;
    border: none !important;
}

.plan-button.iconic-btn:hover {
    background-color: #EA9F89;
    color: #fff !important;
    border: none !important;
}

/* .card-image  */
.card-wrapper {
    width: 392px;
    height: 219px;
    margin-bottom: 1.25rem;
    /* mb-5 */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #1C1C1E;
    border: 1px solid #7E7E7E;
    overflow: hidden;
}

.card-image {
    height: 172.875px;
    object-fit: cover;
    position: relative;
    top: 22px;
    /* điều chỉnh để đẩy hình xuống */
}

/* end */
.card-all-mobile {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 16px;
}

.card-all-mobile p {
    padding: 15px;
}

.card-mobile {
    width: 134px;
    height: 87px;
}


.package-member-ship {
    font-family: 'Oswald' !important;
    font-weight: 700;
    background-color: #1C1C1E;
    color: white;
    border: 2px solid #7E7E7E;
    border-radius: 10px;
    width: 1200px;
    height: 308px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 20px;
    overflow: hidden;
}

.package-member-ship>div:nth-last-child(-n+2) {
    border-color: #7E7E7E !important;
}


.package-member-ship-moblie {
    font-family: 'Oswald' !important;

}

.package-member-ship-moblie>div {
    background-color: #1D1D1D !important;
    border-color: #7E7E7E !important;
}

.register_button {
    font-family: 'montserrat' !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
    ;
}

.register_button--centuryon {
    background-color: #D8B461 !important;
}

.register_button--iconic {
    background-color: #EA9F89 !important;
}

/* mobile  */

.plan-mobile-centuryon.plan-active-mobile {
    border-color: #D8B461 !important;
    color: #D8B461 !important;
}

.plan-mobile-iconic.plan-active-mobile {
    border-color: #EA9F89 !important;
    color: #EA9F89 !important;
}


.link-register {
    text-decoration: none !important;
    font-family: 'montserrat' !important;
}

.link-register-mobile {
    text-decoration: none !important;
    font-family: 'montserrat' !important;
}

.diamond-text {
    width: 33%;
}

.custom-gold {
    background-color: #D9A453 !important;
    color: white !important;
    border: none !important;
}

.border-none {
    border: none !important;
}

/* benefit membership */
.benefits-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto -200px;
    padding-top: 100px;
    text-align: left;
    z-index: 999;
}

.benefits-title {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 50px;
    color: white;
}

.benefits-list {
    display: flex;
    justify-content: left;
    gap: 25px;
}

.benefit-item {
    padding-top: 43px;
    padding-left: 0;
    border-radius: 10px;
    width: 32%;
}

.image-wrapper {
    position: relative;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.benefit-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.benefit-item p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    padding-top: 22.5px;
}

.benefits-container-moblie {
    display: none;
}

.btn-inside-img {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #151515;
    color: #fff;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Optional: hover effect */
.btn-inside-img:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
}

/* form dangky */
.title-big {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 90px;
    color: #fff;
    width: 90%
}

.white-contain .title-big h2,
.grey-contain .title-big h3 {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #141414;
    width: 90%;
}

.white-contain {
    background: #fff;
    position: relative;
}

.white-contain .title-big {
    color: #141414
}

.submit-trying {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
    padding: 120px 0;
    padding-top: 307px;
}

.group:hover {
    border: none !important;
}


.submit-trying-right {
    width: 50%;
    display: flex;
    align-items: center
}

.submit-trying-readmore {
    display: flex;
    margin-bottom: 10px;
    text-align: start;
    flex-direction: row;
    align-items: center;
    margin-top: 14px
}

.submit-trying-readmore span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #141414;
    width: 70%
}

.submit-trying-left {
    width: 50%;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-left: 0
}

.form-contact-trial {
    width: 100%
}

.form-contact-trial .submit-trial {
    background: #da2128;
    border: 1px solid #fafafa;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 180px;
    margin-right: 0;
    color: #fff;
    padding: 17px 41px;
    margin-top: 40px;
    max-width: 180px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #fff;
    transition: background .3s ease-in-out
}

.form-contact-trial .submit-trial:hover {
    color: var(--white);
    background-color: var(--hover)
}

.form-contact-trial div:nth-child(1),
.form-contact-trial div:nth-child(2) {
    margin-top: 0 !important
}

.form-contact-trial div:nth-child(n+1) {
    margin-top: 32px
}

.input-contact-trial {
    width: 100%;
    height: 45px;
    border: 0;
    border-bottom: 1px solid;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: rgba(0, 0, 0, 0.8)
}

.desktop-information {
    width: 90%;
}

.desktop-information-mobile {
    display: none !important;
}

@media(max-width:1240px) {
    .submit-contain-header {
        padding: 20px 20px
    }

    .title-service,
    .clb-nearly-left,
    .space-practice-left,
    .story-success-left,
    .submit-trying-left {
        padding-left: 20px
    }

    .item-contain,
    .clb-nearly-right,
    .story-success-right,
    .submit-trying-right {
        padding-right: 20px
    }

    .title-big {
        font-size: 50px
    }
}


@media (max-width: 1024px) {
    .body-contain {
        padding-top: 50px;
    }

    .benefits-container {
        margin: 0 auto -240px;
    }

    .card-all {
        width: 985px !important;
    }

    .package-member-ship {
        width: 985px !important;
    }

    .package-member-ship>div:nth-last-child(-n+2) {
        border-color: #7E7E7E !important;
    }

    .link-register {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }

    #annual-price {
        font-size: 25px;
    }

    #monthly-price {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .body-contain {
        padding-top: 50px;
    }

    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
        width: 100%;
        height: 471.93px;
        object-fit: cover;
    }

    .banner-text {
        font-weight: 400;
        font-size: 39.5px;
        transform: translate(-49%, -81%);
    }

    .banner-text-sub {
        font-size: 84.92px;
        transform: translate(-49%, -7%);
    }

    /* benefit */
    .benefits-container {
        margin: 0 auto -270px;
    }

    /* form dangky mobile */
    .white-contain .title-big {
        width: 100%
    }

    .white-contain .title-big h2,
    .grey-contain .title-big h3 {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        width: 100%
    }

    .submit-trying {
        flex-direction: column;
    }

    .submit-trying-left {
        width: 100%;
        padding-top: 0;
        padding-bottom: 32px
    }

    .submit-trying-readmore {
        font-size: 14px;
        line-height: 17px;
        padding: 0 !important;
        margin-top: 8px;
        margin-bottom: 0
    }

    .submit-trying-right {
        width: 90%;
        margin: auto
    }

    .submit-trying-readmore span {
        width: 100%
    }

    .form-contact-trial .submit-trial {
        margin: auto;
        margin-top: 24px;
        margin-bottom: 32px
    }

    .form-contact-trial>div:nth-child(n+3) {
        margin-top: 32px
    }

    .form-contact-trial div:nth-child(3) {
        margin-top: 0
    }

    .form-contact-trial .submit-trial {
        margin: auto;
        margin-top: 24px;
        margin-bottom: 32px
    }

    /* card moblie */
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .desktop-information {
        display: none !important;
    }

    .card-centuryon-iconic>button {
        margin: 0;
    }

    /* benefit */
    .benefits-container {
        display: none;
    }

    .benefits-container-moblie {
        display: block;
        position: relative;
        max-width: 1200px;
        margin: 0 auto -200px;
        padding-top: 100px;
        text-align: left;
        z-index: 55;
        padding-left: 15px;
    }

    .benefits-title {
        font-size: 35px;
        width: 296px;
        line-height: 48px;
    }

    .benefits-list {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .benefit-item {
        min-width: clamp(45%, 45vw, 70%);
        scroll-snap-align: start;
    }

    .benefits-list::-webkit-scrollbar {
        display: none;
    }

    .benefit-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Nội dung mô tả */
    .benefit-item p {
        padding: 12px;
        width: 100%;
        font-size: 15px;
        line-height: 1.6;
        font-family: 'Montserrat';
        color: #141414;
    }

    .desktop-information-mobile {
        display: block !important;
        padding: 0 25px;
    }

    .information-mobile {
        color: #ffffff;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 13px;
        text-align: right;
        padding-bottom: 15px;
    }


}

@media (max-width: 725px) {
    .benefits-list {
        gap: 40px;
    }
}

@media (max-width: 647px) {
    .benefits-list {
        gap: 60px;
    }
}

@media (max-width: 540px) {
    .submit-trying-right {
        padding-right: 0
    }

    .form-contact-trial>div:first-child {
        margin-top: 0
    }

    .form-contact-trial .submit-trial {
        padding: 11px 30px;
        font-size: 15px;
        line-height: 18px;
        margin-top: 32px;
        margin-bottom: 0;
        width: fit-content
    }

    .benefit-item {
        min-width: 65%;
    }

    .image-wrapper {
        width: 286.1479187011719px;
        height: 265.74945068359375px;
    }

    .btn-inside-img {
        bottom: 0;
    }

    .benefit-item p {
        width: 268.27734375px;
        font-size: 18px;
        padding-top: 24px;
    }
}

@media (max-width: 410px) {
    .benefit-item {
        min-width: 75%;
    }

    .card-all-mobile {
        width: 385px !important;
    }

    .card-wrapper {
        width: 385px;
    }

    .package-member-ship-moblie>div {
        width: 385px !important;
    }

    .card-all-mobile button {
        width: 175px !important;
    }

    ;

}

@media (max-width: 400px) {
    .card-all-mobile {
        width: 375px !important;
    }

    .card-wrapper {
        width: 375px !important;
    }

    .package-member-ship-moblie>div {
        width: 375px !important;
    }
}

@media (max-width: 390px) {
    .card-all-mobile {
        width: 365px !important;
    }

    .card-wrapper {
        width: 365px !important;
    }

    .package-member-ship-moblie>div {
        width: 365px !important;
    }
}

@media (max-width: 395px) {

    .package-member-ship-moblie button {
        width: 300px !important;
    }

    .benefit-item {
        min-width: 70%;
    }
}

@media (max-width: 380px) {
    .card-all-mobile {
        width: 345px !important;
    }

    .card-wrapper {
        width: 355px !important;
    }

    .package-member-ship-moblie>div {
        width: 355px !important;
    }
}

@media (max-width: 375px) {

    .card-all-mobile {
        width: 345px !important;
    }
        .package-member-ship-moblie p {
        width: 320px !important;
    }
}

@media (max-width: 370px) {
    .card-all-mobile {
        width: 345px !important;
    }

    .card-wrapper {
        width: 345px !important;
    }

    .package-member-ship-moblie>div {
        width: 345px !important;
    }

    .package-member-ship-moblie p {
        width: 320px !important;
    }
}

@media (max-width: 360px) {
    .package-member-ship-moblie>div {
        width: 330px !important;

    }

    .card-wrapper {
        width: 330px !important;
    }

    .package-member-ship-moblie button {
        width: 280px !important;
    }

    .benefit-item {
        min-width: 75%;
    }
}

@media (max-width: 344px) {
    .package-member-ship-moblie>div {
        width: 310px !important;

    }

    .package-member-ship-moblie button {
        width: 260px !important;
    }

    .benefit-item {
        min-width: 80%;
    }

     .card-all-mobile {
        width: 320px !important;
    }

    .card-wrapper {
        width: 320px !important;
    }

    .package-member-ship-moblie>div {
        width: 320px !important;
    }

    .package-member-ship-moblie p {
        width: 290px !important;
    }
}