
    @-moz-document url-prefix() {
        .hide-in-firefox {
            display: none !important;
        }
    }
    .ws-illo-card-2 {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        color: #131520;
        background-color: #fff;
        border-radius: 14px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 80%;
        padding: 14px 20px;
        display: flex;
        box-shadow: 0 2px 2px 1px rgba(146, 156, 196, .24), 0 0 7px rgba(146, 156, 196, .02);
        margin: auto;
        margin-top: 5%;
        opacity: 0;
    }                  

    .ws-illo-card-4{
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        color: #131520;
        background-color: #fff;
        border-radius: 14px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 80%;
        padding: 14px 20px;
        display: flex;
        box-shadow: 0 2px 2px 1px rgba(146, 156, 196, .24), 0 0 7px rgba(146, 156, 196, .02);
        margin: auto;
        margin-top: 5%;
        opacity: 0;
    }

    .ws-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px; /* Optional: Space between the elements */
        padding: 10px; /* Optional: Adds some padding for layout spacing */
        width: 100%; /* Ensures it spans its container */
    }

    .loading-message {
        font-size: 16px;
        font-weight: 500;
        color: #333; /* Adjust text color */
    }

    .loading-animation {
        display: inline-block; /* Ensure the animation SVG is treated properly */
        align-items: center; /* Ensures alignment of SVG with the text */
    }

    .loading-animation-designer {
        display: inline-block; /* Ensure the animation SVG is treated properly */
        align-items: center; /* Ensures alignment of SVG with the text */
    }


    .icon-checkmark {
        display: inline-block; /* Ensure the animation SVG is treated properly */
        align-items: center; /* Ensures alignment of SVG with the text */
    }

    .ws-illo-card-1{
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        color: #131520;
        background-color: #fff;
        border-radius: 14px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 80%;
        padding: 14px 20px;
        display: flex;
        box-shadow: 0 2px 2px 1px rgba(146, 156, 196, .24), 0 0 7px rgba(146, 156, 196, .02);
        margin: auto;
        margin-top: 38%;
        opacity: 0;
    }

        /*add 9 to each*/
    @keyframes moveupleft {
        0.000% {margin-top: 5px;opacity: 0;}
        100.00% {margin-top: 0px;opacity: 1;}
    }

    @keyframes moverightleft {
        0.000% {margin-left: 15px;opacity: 0;}
        100.00% {margin-left: 0px;opacity: 1;}
    }

    @keyframes zoomInUp {
        0.000% {opacity: 0;}
        8.00% {opacity: 1;}
        16.00% {opacity: 1;}
        24.00% {opacity: 1;}
        32.00% {opacity: 1;}
        40.00% {opacity: 1;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp2 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 1;}
        24.00% {opacity: 1;}
        32.00% {opacity: 1;}
        40.00% {opacity: 1;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp3 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 1;}
        32.00% {opacity: 1;}
        40.00% {opacity: 1;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp4 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 1;}
        40.00% {opacity: 1;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp5 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 0;}
        40.00% {opacity: 1;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp6 {
        0.000% {opacity: 0}
        12.50% {opacity: 0}
        25.00% {opacity: 0}
        37.50% {opacity: 0}
        50.00% {opacity: 0}
        62.50% {opacity: 0}
        75.00% {opacity: 1}
        87.50% {opacity: 1}
        100.0% {opacity: 0}
    }

    @keyframes zoomInUp6 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 0;}
        40.00% {opacity: 0;}
        48.00% {opacity: 1;}
        56.00% {opacity: 1;}
        64.00% {opacity: 1;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 0;}
    }

    @keyframes zoomInUp7 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 0;}
        40.00% {opacity: 0;}
        48.00% {opacity: 0;}
        56.00% {opacity: 0;}
        64.00% {opacity: 0;}  
        72.00% {opacity: 1;}
        80.00% {opacity: 1;}
        88.00% {opacity: 1;}
        96.00% {opacity: 1;}
        100.0% {opacity: 1;}
    }


    @keyframes zoomInUp8 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 0;}
        40.00% {opacity: 0;}
        48.00% {opacity: 0;}
        56.00% {opacity: 0;}
        64.00% {opacity: 0;}  
        72.00% {opacity: 0;}
        80.00% {opacity: 0;}
        88.00% {opacity: 0;}
        96.00% {opacity: 1;}
        100.0% {opacity: 1;}
    }

    @keyframes zoomInUp9 {
        0.000% {opacity: 0;}
        8.00% {opacity: 0;}
        16.00% {opacity: 0;}
        24.00% {opacity: 0;}
        32.00% {opacity: 0;}
        40.00% {opacity: 0;}
        48.00% {opacity: 0;}
        56.00% {opacity: 0;}
        64.00% {opacity: 0;}  
        72.00% {opacity: 0;}
        80.00% {opacity: 0;}
        88.00% {opacity: 0;}
        96.00% {opacity: 0;}
        100.0% {opacity: 1;}
    }

    @keyframes loadingSpinner {
        0.000% {opacity: 0;display:none;}
        8.00% {opacity: 0;display:none;}
        16.00% {opacity: 0;display:none;}
        24.00% {opacity: 0;display:none;}
        32.00% {opacity: 0;display:none;}
        40.00% {opacity: 0;display:none;}
        48.00% {opacity: 0;display:none;}
        56.00% {opacity: 0;display:none;}
        64.00% {opacity: 0;display:none;}  
        72.00% {opacity: 1;display:block;}
        80.00% {opacity: 0;display:none;}
        88.00% {opacity: 0;display:none;}
        96.00% {opacity: 0;display:none;}
        100.0% {opacity: 0;display:none;}
    }

    @keyframes iconCheckmark {
        0.000% {opacity: 0;display:none;}
        8.00% {opacity: 0;display:none;}
        16.00% {opacity: 0;display:none;}
        24.00% {opacity: 0;display:none;}
        32.00% {opacity: 0;display:none;}
        40.00% {opacity: 0;display:none;}
        48.00% {opacity: 0;display:none;}
        56.00% {opacity: 0;display:none;}
        64.00% {opacity: 0;display:none;}  
        72.00% {opacity: 0;display:none;}
        80.00% {opacity: 0;display:none;}
        88.00% {opacity: 1;display:block;}
        96.00% {opacity: 1;display:block;}
        100.0% {opacity: 1;display:block;}
    }

    /*add 9 to each*/
    @keyframes moveup {
        0.000% {margin-top: 0px;opacity: 0;}
        8.00% {margin-top: -50px;opacity: 1;}
        16.00% {margin-top: -100px;opacity: 1;}
        24.00% {margin-top: -100px;opacity: 1;}
        32.00% {margin-top: -200px;opacity: 1;}
        40.00% {margin-top: -200px;opacity: 1;}
        48.00% {margin-top: -300px;opacity: 1;}
        56.00% {margin-top: -300px;opacity: 1;}
        64.00% {margin-top: -800px;opacity: 1;}  
        72.00% {margin-top: -800px;opacity: 1;}
        80.00% {margin-top: -980px;opacity: 1;}
        88.00% {margin-top: -980px;opacity: 1;}
        96.00% {margin-top: -980px;opacity: 1;}
        100.0% {margin-top: -1500px;opacity: 0;} 
    }

    .typing-container {
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #333;
    }

    .typing-text {
        padding-top: 9px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        animation: typing 0.5s steps(40, end) 0.4s forwards;
        width: 0;
    }

    .typing-text-second {
        padding-top: 9px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        animation: typing 0.5s steps(40, end) 0.8s forwards;
        width: 0;
    }

    @keyframes typing {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }


    .circles-container2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: -1147px;
    }

    /* The container restricts visible area */
    .container1 {
        position: absolute;
        width: 50%;
        height: 70%;
        overflow: hidden;
        /* border: 1px solid black; */
    }

    /* The container restricts visible area */
    .container2 {
        position: absolute;
        left: 50%;
        width: 100%;
        height: 70%;
        overflow: hidden;
        /*     border: 1px solid black; */
    }

    /* The container restricts visible area */
    .container3 {
        position: absolute;
        left: 0%;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* border: 1px solid black; */
    }

    .spancontainer3 {
        position: absolute;
        top: 0;
        left: 5%;
        width: 89%;
        height: 150px;
        background: linear-gradient(to bottom, #f8f9fb, transparent);
        z-index: 10;
        pointer-events: none;
    }

    .spanbtcontainer3 {
        position: absolute;
        top: 84%;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to top, #f8f9fb, transparent);
        z-index: 10;
        pointer-events: none;
    }


    .circles-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: -226px;
    }

    @keyframes moveLeft {
        from {
            left: 159px;
        }

        to {
            left: 1079px;
        }
    }

    @keyframes moveRight {
        from {
            left: -792px;
        }

        to {
            left: -1714px;
        }
    }


    .main-circles-left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: 159px;
        animation: moveLeft 30s linear infinite;
    }

    .main-circles-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: -792px;
        animation: moveRight 30s linear infinite;
    }



    .circles-container-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: 836px;
    }

    .circles-container-right2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        position: absolute;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 79%;
        transform: translateY(-50%);
        left: 1757px;
    }

    /* Common styles for all circles */
    .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Specific circle background images */
    .circle-top-left {
        background-image: url(images/logo22.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-top-right {
        background-image: url(images/logo21.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-mid-left {
        background-image: url(images/logo19.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-mid-right {
        background-image: url(images/mid2.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-left {
        background-image: url(images/logo.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-right {
        background-image: url(images/discord.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }


    .btdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .spinner {
        transform-origin: center;
        animation: spinner 0.75s linear infinite;
    }

    @keyframes spinner {
        8.3% {
            transform: rotate(30deg);
        }

        16.6% {
            transform: rotate(60deg);
        }

        25% {
            transform: rotate(90deg);
        }

        33.3% {
            transform: rotate(120deg);
        }

        41.6% {
            transform: rotate(150deg);
        }

        50% {
            transform: rotate(180deg);
        }

        58.3% {
            transform: rotate(210deg);
        }

        66.6% {
            transform: rotate(240deg);
        }

        75% {
            transform: rotate(270deg);
        }

        83.3% {
            transform: rotate(300deg);
        }

        91.6% {
            transform: rotate(330deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .btdiv a {
        /* Button style here */
        background: #FAFAFA;
        padding: 12px 24px;
        color: white;
        font-size: 18px;
        /*                         font-weight: bold; */
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        display: inline-block;
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
        transition: all 0.3s ease-in-out;
    }

        .btdiv a:hover {
            transform: translateY(-3px); /* Button hover effect */
        }

    .circle-left, .circle-right {
        position: absolute;
        bottom: 40px;
        width: 80px;
        height: 80px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    }

    .circle-left {
        left: calc(13% - 200px);
        background-image: url(images/logo21.svg);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .circle-right {
        right: calc(76% + 128px);
        background-image: url(images/discord.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .primary-button.header-button {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        border: 1px solid #8661ee;
        justify-content: center;
        align-items: center;
        padding: 12px 12px 12px 20px;
        transition: all .3s;
        position: relative;
        overflow: hidden;
    }

    .secondary-button.hero-button {
        color: var(--white);
        border: 1px solid rgba(255, 255, 255, .12);
        padding-top: 12px;
        padding-bottom: 12px;
        transition: all .2s;
        position: relative;
        overflow: hidden;
    }

    .btn-secondary {
        border-radius: 50px !important;
        background-color: #244d88 !important;
        color: #fff !important;
        text-transform: capitalize; /* Title Case */
    }

    .btn-primary {
        border-radius: 50px !important;
        background-color: #ffa900 !important;
        color: #fff !important;
        text-transform: capitalize; /* Title Case */
    }

.btn-third {
    border-radius: 50px !important;
    background-color: white !important;
    color: black !important;
    text-transform: capitalize; /* Title Case */
}

    .btn {
        font-size: 14px; /* Smaller font size */
        font-weight: 600;
        padding: 6px 20px; /* Reduced padding */
    }

    .btn-lg {
        font-size: 14px; /* Override btn-lg font size */
        padding: 6px 20px; /* Adjust size for "lg" class */
    }

    .h1font {
        font-family: 'SF Pro Display','Arial';
        font-weight: 600;
        font-size: 74px;
        color: #3a3986;
    }


    /* Media Queries */
    @media screen and (max-width: 1200px) {
        .h1font {
            font-size: 64px;
        }
    }

    @media screen and (max-width: 992px) {
        .h1font {
            font-size: 54px;
        }
    }

    @media screen and (max-width: 768px) {
        .h1font {
            font-size: 44px;
        }
    }

    @media screen and (max-width: 576px) {
        .h1font {
            font-size: 34px;
        }
    }

    @media screen and (max-width: 400px) {
        .h1font {
            font-size: 28px;
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate(-50%, 80px);
            box-shadow: 0px 60px 30px 0px rgba(255, 255, 255, 0.6);
        }

        to {
            opacity: 1;
            transform: translate(-50%, 0);
            box-shadow: 0px 60px 50px 1px rgba(255, 255, 255, 0.5);
        }
    }

    @keyframes fadeInImage {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeInImageCircles {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }