
            .page-template-page-party .hero__ast-3 {
                top: 8%;
                width: 8%;
            }

            .hero__content .title h1 .text_color {
                color: #00FF00;
            }

            .hero__content .title p strong .text_color {
                color: #00FF00;
                font-weight: 400;
            }

            #hero::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: -16%;
                right: 0;
                background-image: url(/assets/themes/vrclub/assets/i/gr1.webp);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                animation: scaleBg 6s linear forwards;
            }

            section.form__home {
                padding: 6rem 0;
            }

            @media screen and (max-width: 1023px) {
                section.form__home {
                    padding: 3rem 0;
                }
            }

            @media screen and (max-width: 767px) {
                .hero__content .btn {
                    width: 90%;

                }

                .hero__item-desc {
                    align-items: center;
                }

                .hero__img {
                    top: -3rem;
                }

                .hero__img-two {
                    padding-bottom: 11rem;
                }

                .hero__list {
                    padding-top: 3rem;
                }
            }
        