.elementor-258 .elementor-element.elementor-element-3c97f9e{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-258 .elementor-element.elementor-element-fa21386 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-258 .elementor-element.elementor-element-fa21386{text-align:center;}.elementor-258 .elementor-element.elementor-element-fa21386 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-258 .elementor-element.elementor-element-3c97f9e{--content-width:100%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for container, class: .elementor-element-3c97f9e */.elementor-258 .elementor-element.elementor-element-3c97f9e{
            width: 100%
            height: 100%

            margin: 0;
            padding: 0;
            overflow: hidden;
}
        @keyframes rotate {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        #galaxy {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            animation: rotate 150s infinite linear;
            z-index: 2;
        }
        @keyframes blink {
            0% {
                opacity: 0;
                transform: scale(0);
                box-shadow: 0 0px 0px rgba(255,255,255, 0);
            }
            50% {
                opacity: 1;
                transform: scale(1);
                box-shadow: 0 0px 15px rgba(255,255,255, 0.8);
            }
            100% {
                opacity: 0;
                transform: scale(0);
                box-shadow: 0 0px 0px rgba(255,255,255, 0);
            }
        }
        .star {
            position: absolute;
            width: 3px;
            height: 3px;
          &::before {
            display: block;
            content: ' ';
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background: #fff;
            animation: blink 4s infinite cubic-bezier(0.645, 0.045, 0.355, 1);

            /* animation start */
            opacity: 0;
            transform: scale(0);
            box-shadow: 0 0px 0px rgba(255,255,255, 0);
        }
        }

        .star-1,
        .star-3,
        .star-7 { width: 1px; height: 1px; }

        .star-5,
        .star-9,
        .star-2 { width: 2px; height: 2px; }

        .star-3,
        .star-2,
        .star-5 { opacity: 0.7; }

        .star-1,
        .star-8,
        .star-6 { opacity: 0.5; }

        .star-1:before  { background: #fff; animation-delay: 0.4s; }
        .star-2:before  { background: #fcffaf; animation-delay: 0.8s; }
        .star-3:before  { background: #f9ff56; animation-delay: 1.2s; }
        .star-4:before  { background: #fff; animation-delay: 1.6s; }
        .star-5:before  { background: #c6f9ff; animation-delay: 2.0s; }
        .star-6:before  { background: #7baaff; animation-delay: 2.4s; }
        .star-7:before  { background: #fff; animation-delay: 2.8s; }
        .star-8:before  { background: #eccbff; animation-delay: 3.2s; }
        .star-9:before  { background: #cd76ff; animation-delay: 3.6s; }
        .star-10:before { background: #fff; animation-delay: 4.0s; }

        .star-4:before,
        .star-5:before,
        .star-8:before { animation-duration: 2.5s; }

        .credits {
            position: absolute;
            bottom: 30px;
            left: 30px;
            text-transform: uppercase;
            font-size: 12px;
            color: #fff;
          &::hover {
            color: #8fefce;
        }
        }

        @keyframes scroll {
            0% {
                transform: translateY(50%);
            }
            100% {
                transform: translateY(-150%);
            }
        }/* End custom CSS */