*
{
    font-family: "Inter Tight", sans-serif;
    background-color: transparent;
}

:root {
  --nextBgColor: "linear-gradient(150deg,rgba(137, 179, 190, 1) 0%, rgba(192, 210, 208, 1) 33%, rgba(117, 131, 132, 1) 66%, rgba(43, 58, 62, 1) 100%)";
}


body {
    overflow: hidden;
    transition: all .5s;
}

[data-barba="container"] {
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
  width: 100%;
}

.none2
{
    display: none !important;
}

.error-border
{
    border: 1px solid red !important;
    
}
section {
    padding: 100px 0;
    width: 100%;
    height: 100dvh;
    overflow-x: clip;

    & .container, .container-fluid {
        height: 100%;

        & .row {
            height: 100%;
            align-items: center;
        }
    }
}

.btn-primary {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50px;
    gap: 10px;
    padding: 2px 2px 2px 15px;
    width: fit-content;
    height: fit-content;

    /* .icon {
        transition: all 0.5s linear;
    }

    &:hover {
        .icon {
            transform: rotate(-45deg);
        }
    } */
}

/* ------ Header ----- */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px 0 0 0;

    & .hamburger {
        cursor: pointer;
    }
}

/* ------ Footer ----- */
.footer {
    background-image: url(/assets/img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    & .head {
        padding: 60px 0;
        border-bottom: 1px solid rgb(255 255 255 / 10%);

        & .subscribe {

            & .form-control {
                font-size: 14px;
                color: #333;
                border-radius: 50px;
                border: 1px solid rgba(255, 255, 255, 0.40);
                background: #FFF;
                padding: 22px 32px;

                &:focus {
                    box-shadow: none;
                }
            }

            & .btn-form {
                border: none;
                position: absolute;
                top: 50%;
                right: 6px;
                transform: translateY(-50%);
                padding: 10px 10px 10px 20px;
            }
        }
    }

    & .body {

        & .exerpt {
            border-right: 1px solid rgb(255 255 255 / 10%);
            padding: 90px 90px 90px 0;

            p {
                font-size: 20px;
                color: #FFFFFF;
                margin-bottom: 30px;
            }
        }

        & .footer-nav {
            padding: 90px 0 90px 90px;

            & h4 {
                font-size: 40px;
                color: #FFFFFF;
                font-weight: 500;
                margin-bottom: 30px;
            }

            & li {
                margin-bottom: 8px;

                a {
                    color: #ffffff;
                    font-size: 20px;
                }
            }
        }

    }

    & .foot {
        padding: 60px 0;
        border-top: 1px solid rgb(255 255 255 / 10%);

        & a {
            color: #FFFFFF;
            font-size: 20px;
            letter-spacing: 0;
        }
    }
}


.form-group
{
    /* background-color: #f9fdff; */
    background: linear-gradient(90deg,rgba(249, 252, 255, 1) 0%, rgba(243, 226, 231, 1) 100%);

    padding: 15px;
    border-radius: 32px;
    margin-bottom: 20px;
    border: 1px solid rgba(243, 226, 231, 1);

    input, textarea
    {
        background-color: transparent;
        outline: none;
        

        box-shadow: none;
        border: none;
            
        &:active, &:hover, &:focus
        {
            box-shadow: none;
        
            background-color: transparent;

        }
    } 

    textarea
    {
        padding-inline: 10px;
        width: 100%;
        height: 140px;
    }
    
}


/* ------ Home Page ------ */

.hero-banner {
    padding: 0;

    & .container {
        /* height: 100dvh; */
        padding-block: 70px;
    }

    & .video-container {
        height: 100dvh;
        width: 100%;
        z-index: -1;
        position: absolute;

        &::before {
            content: '';
            height: 100%;
            width: 100%;
            z-index: -1;
            position: absolute;
            background-image: url('/assets/img/hero-bg.png');
            background-repeat: no-repeat;
            background-position: top right;
            background-size: cover;
        }

        & .banner-video {
            height: 100dvh;
            width: 100%;
            z-index: -2;
            position: absolute;
            object-fit: cover;
        }
    }
    
    & p {
        color: #FFFFFF;
        font-size: 24px;
        text-transform: capitalize;
        text-align: end;
        margin-bottom: 0px;
    }

    & .heading-wrapper {
        /* position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); */

        & h1 {
            color: #FFF;
            text-align: right;
            /* font-size: 100px; */
            font-weight: 400;
            line-height: 1;
            letter-spacing: -2px;
            text-align: right;
            text-shadow: 4px 4px #00000033;
        }
    }

    & a {
        padding: 13px 13px 13px 32px;
    }
}

.challenges {
    /* background-color: #EFF9FF;
    background-image: url(/assets/img/challenges-bg.png);
    background-repeat: no-repeat;
    background-position: right; */
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%);
    position: relative;
    /* position: sticky;
    top: 0px; */

    &::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url(/assets/img/challenges-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    & h2 {
        color: #211A57;
        /* background-color: #EFF9FF; */
        /* background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%); */
        
        span {
            background: linear-gradient(88deg,rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & p {
        color: #333333;
        max-width: 660px;
        /* background-color: #EFF9FF; */
    }
}

.cta {
    background-color: #090427;
    padding: 0;

    & .container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
    }

    & .cta-img video {

        &.active {
            animation: cta-img 1.2s ease .5s normal forwards;
		    transform: scale(1.5);
        }
    }
}

@keyframes cta-img {
	0% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

.about {
    background-image: url('/assets/img/about-bg-1.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: clip;
    height: auto;
    padding-bottom: 250px;

    &::after {
        content: '';
        width: 100%;
        height: 380px;
        /* background: linear-gradient(180deg, #F0F0F0 25.51%, #FFFFFF 100%); */
        /* backdrop-filter: blur(84px); */
        background-image: url('/assets/img/about-bg-after.png');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
    }


    & h6 {
        color: #211A57;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 0;
        font-weight: 500;
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & .about-img-1 {
        position: absolute;
        top: -60px;
        right: 100px;

        img {
            border-radius: 10px;
        }
    }

    & .about-img-2 {
        position: absolute;
        bottom: 150px;
        left: 0;

        img {
            border-radius: 0px 10px 10px 0px;
        }
    }

    & h5 {
        font-weight: 500;
        color: #333333;
        line-height: 1.3em;
        
        @media (max-width: 1366px) {
            font-size: 28px;
        }
    }

    & .shadow-heading {
        font-weight: 700;
        font-size: 200px;
        line-height: 1em;
        letter-spacing: -4px;
        text-align: center;
        color: #F9F9F9;
        position: absolute;
        bottom: 0;
        right: -130px;
        opacity: 0.6 !important;
        z-index: 1;

        @media (max-width: 1366px) {
            font-size: 170px;
        }

    }
}

.industries {
    background-image: url(/assets/img/industries/industries-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    height: auto;

    & h6 {
        color: #fff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 20px;
        text-align: center;
        text-transform: capitalize;
    }

    .industries-slider
    {
      

        &:hover
        {
            .swiper-slide:not(:hover)
            {
                transition: all .5s;
                opacity: .3
            }

             .swiper-slide:has(:hover)
            {
                transition: all .5s;
                opacity: 1
            }


        }
      
        
        & .swiper-slide
        {
            width: fit-content;
            opacity: .3;
            
            transform: scale(0.8);
            transition: all 0.5s ease;

            &.swiper-slide-active
            {
                transform: scale(1);
                opacity: 1;
            }
        }
    }

    & .industries-box
    {
        
       
        &:hover
        {
            cursor: grab;
        }
        &:active
        {
            cursor: grabbing;

        }


        position: relative;

        & .img {
            border: 1px solid #59CBF54D;
            border-radius: 40px;
            overflow: hidden;
            position: relative;

            &::after {
                content: '';
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.08%, #000000 103.34%);
            }
        }

        & .content {
            position: absolute;
            left: 0;
            bottom: 20px;
            max-width: 790px;
            right: 0;
            margin: 0 50px;

            h4 {
                font-weight: 600;
                font-size: 36px;
                line-height: 1;
                letter-spacing: 0;
                color: #ffffff;
                margin-bottom: 15px;
            }

            p {
                font-size: 18px;
                /* line-height: 1; */
                letter-spacing: 0;
                color: #ffffff;
            }
        }

    }
}

.solutions {
    padding: 0;
    transition: all .5s ease-in-out;
    /* position: sticky; */
    /* top: 0; */
    height: auto;

    & .solution-item {
        /* display: none; */
        align-items: center;
        flex-direction: column;
        height: 519px;
        max-width: 540px;
        margin-bottom: 50px;
        opacity: 0;
        transition: all .5s;

        &.active {
            display: flex;
            justify-content: start;
            align-items: start;
            /* animation: fadeUp 1s ease forwards; */
            opacity: 1;
            transition: all .5s;
        }
        
        & h6 {
            color: #000;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 1.1em;
            margin-bottom: 0;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #00000033;
            padding: 14px 30px;
            border-radius: 86px;
        }

        & .divider {
            position: relative;
            width: fit-content;

            &::before {
                /* content: '';
                width: 100%;
                height: 1px;
                background-color: #0000004D;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -110%; */
                content: '';
                width: 318px;
                height: 8px;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -170%;
                background-image: url(/assets/img/solutions/arrow.png);
            }
        }

        h3 {
            color: #333333;
            font-size: 65px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        p {
            color: #666666;
            font-size: 24px;
        }
    }
    

    & .solution-box {
        transition: all .5s;
        width: 100%;
        /* height: 519px; */
        height: 519px;
        padding: 50px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        position: relative;
        /* opacity: 0.2; */

        /* &.active {
            opacity: 1;
        } */

        & .badge {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 230px;
            height: 62px;
            background-color: #ffffff;
            border-radius: 0 0 30px 0;

            &::before {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                bottom: -30px;
                left: 0;
            }

            &::after {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                top: 0px;
                right: -50px;
            }

            .serial {
                /* width: 184px; */
                /* height: 47px;
                display: flex;
                justify-content: center;
                align-items: center; */
                width: 220px;
                border-radius: 50px;
                font-size: 24px;
                font-weight: 500;
                color: #ffffff;
                padding: 14px 30px;
            }
        }

        & .content {
            /* max-width: 620px; */

            h5 {
                color: #ffffff;
                font-weight: 500;
                margin-bottom: 30px;
                font-size: 65px;
            }

            p {
                color: #ffffff;
                font-size: 24px;
            }
        }
    }
}

.solutions-2 {
    height: auto;
    display: none;

    & .solution-item {
        margin-bottom: 50px;
        opacity: 1;
        transition: all .5s;
        
        
        & h6 {
            color: #000;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 1.1em;
            margin-bottom: 0;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #00000033;
            padding: 14px 30px;
            border-radius: 86px;
        }

        & .divider {
            position: relative;
            width: fit-content;

            &::before {
                content: '';
                width: 318px;
                height: 8px;
                position: absolute;
                top: 50%;
                transform: translatey(-50%);
                right: -338px;
                background-image: url(/assets/img/solutions/arrow.png);
            }
        }

        h3 {
            color: #333333;
            font-size: 48px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        p {
            color: #666666;
            font-size: 20px;
        }
    }
    

    & .solution-box {
        transition: all .5s;
        width: 100%;
        height: 100%;
        padding: 200px 50px 50px 50px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: flex-end;
        position: relative;

        & .badge {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 230px;
            height: 62px;
            background-color: #ffffff;
            border-radius: 0 0 30px 0;

            &::before {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                bottom: -30px;
                left: 0;
            }

            &::after {
                content: '';
                width: 50px;
                height: 30px;
                border-top-left-radius: 30px;
                background-color: transparent;
                box-shadow: -6px -6px 0 4px #ffffff;
                position: absolute;
                top: 0px;
                right: -50px;
            }

            .serial {
                width: 220px;
                border-radius: 50px;
                font-size: 20px;
                font-weight: 500;
                color: #ffffff;
                padding: 14px 30px;
            }
        }

        & .content {

            h5 {
                color: #ffffff;
                font-weight: 500;
                margin-bottom: 30px;
                font-size: 48px;
            }

            p {
                color: #ffffff;
                font-size: 20px;
            }
        }
    }
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(0px);
	}

    50% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.success-stories {
    background: linear-gradient(180deg, #EFF9FF 25.51%, #FFFFFF 100%);
    backdrop-filter: blur(84px);

    & .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 400px;

        & h3 {
            color: #211A57;
            letter-spacing: -1.4px;
            margin-bottom: 20px;
        }

        & p {
            color: #666666;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: -0.36px;
            max-width: 500px;
        }
    }

    
}

@keyframes card-1 {
	0% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(0);
	}
}

.unique {

    & .swiper {
        overflow: unset;

        & .swiper-slide
        {
            transform: scale(0.95) !important;
            opacity: 0.3;
            transition: all .5s ease;
            cursor: grab;
            &:active
            {
                cursor: grabbing;

            }
    

            &.swiper-slide-active {
                transform: scale(1) !important;
                opacity: 1;
            }
        }


        &:hover
        {
            & .swiper-slide:not(:hover)
            {
                opacity: .3 !important;
            }

            & .swiper-slide:has(:hover)
            {
                opacity: 1 !important;
            }

        }
         
      
    }

    & .unique-box {
        background-color: #F4F4F2;
        border-radius: 40px;
        padding: 50px;
    }




}

.cta-1, .cta-2 {
    position: relative;

    & .shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    & h2 {
        color: #211A57;
        /* background-color: #ffffff; */
        
        span {
            background: linear-gradient(88deg,rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & p {
        color: #333333;
        max-width: 935px;
        /* background-color: #ffffff; */
    }
}

.process {
    /* background: linear-gradient(113.62deg, #FFFFFF -13.17%, #FFFFFF 2.54%, #E1DCFF 89.02%, #907CFF 118.68%); */
    background: linear-gradient(113.62deg, rgba(255, 255, 255, 0.4) -13.17%, rgba(255, 255, 255, 0.4) 2.54%, rgba(225, 220, 255, 0.4) 89.02%, rgba(144, 124, 255, 0.4) 118.68%), #ffffff;
    position: relative;
    z-index: 1;
    height: auto;

    &::after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url('/assets/img/process/after-bg.png');
        background-repeat: no-repeat;
        background-position: bottom left;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    & .process-shape {
        position: absolute;
        bottom: 200px;
        left: 0;

        & .fade-left {
            &.active {
                animation: fadeLeft 2s ease 0s normal forwards;
            }
        }

        & .fade-right {
            &.active {
                animation: fadeRight 2s ease 0s normal forwards;
            }
        }
    }

    & .process-heading-wrapper {
        margin-top: 70px;

        & h2 {
            margin-bottom: 40px;
        }

        & a {
            padding: 13px 13px 13px 32px;
        }
    }

    & .process-box
    {
        background: linear-gradient(180deg, rgba(211, 211, 211, 0.3) -28.34%, rgba(255, 255, 255, 0.3) 100%);
        border: 0.63px solid #2D2D2D1A;
        backdrop-filter: blur(5px);
        box-shadow: 0px 0px 22.71px 1.14px #FFFFFF inset;
        border-radius: 15px;
        padding: 40px;
        margin-bottom: 24px;
        transition: all .5s;

        & *
        {
            pointer-events: none;
        }

     

        & .icon {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;

            .num {
                color: #000000;
                font-weight: 600;
                font-size: 36px;
                line-height: 1.2em;
                letter-spacing: -1px;
                text-align: right;
                opacity: 30%;
            }
        }

        & h5 {
            color: #000000;
            font-weight: 600;
            font-size: 36px;
            line-height: 1.2em;
            letter-spacing: -1px;
            text-transform: capitalize;
            margin-bottom: 30px;
        }

        & p {
            font-size: 20px;
            margin-bottom: 0;
        }
    }


    .process-icons-wrapper:hover
    {
        & .process-box:not(:hover)
        {
            transform: scale(.95);
        }
        & .process-box:hover
        {
            transform: scale(1.05);

        }
        
    }

   

}

.integration {
    background-image: url(/assets/img/integration/Integration-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-y: clip;
    /* padding-block: 150px; */
    height: 100dvh;

    & .container {
        height: auto;
    }

    & h6 {
        color: #211A57;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1.1em;
        margin-bottom: 0;
        font-weight: 500;
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & h4 {
        text-align: center;
        max-width: 900px;
        font-size: 55px;
        color: #211A57;
        margin: 0 auto 100px;
    }

    & .shadow-heading {
        font-weight: 700;
        font-size: 200px;
        line-height: 1em;
        letter-spacing: -4px;
        text-align: center;
        text-transform: uppercase;
        -webkit-text-stroke-width: 1.64px;
        -webkit-text-stroke-color: #E4E4E4;
        -webkit-text-fill-color: transparent;
        opacity: 0.6;
        position: absolute;
        bottom: -40px;
        right: -100px;
    }

    & .nav-pills {
        max-width: 410px;
        gap: 50px;
        flex-direction: column;

        li {

            button {
                font-size: 16px;
                line-height: 1em;
                letter-spacing: 0;
                text-align: start;
                color: #000000;
                width: 100%;
                transition: all .5s ease;
                padding: 0;
                position: relative;
                display: flex;
                justify-content: space-between;
                                    border-radius: 100px;

                .tab-arrow {
                    opacity: 0;
                    transition: all .5s ease;
                }

                &.active {
                    background: linear-gradient(90deg, #59CBF5 0%, #4438A7 100%);
                    border-radius: 100px;
                    color: #FFFFFF;
                    padding: 20px 28px;

                    & .tab-arrow {
                        opacity: 1;
                    }
                }
            }
        }
    }

    & h3 {
        color: #000000;
    }

    & p {
        color: #000000;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    & .platform-icons {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        max-width: 1000px;

        .icon-wrapper {
            background: #FFFFFF;
            border-radius: 14px;
            padding: 0 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 120px;
        }
    }

    & .tab-content {
        /* transform: translateX(-100%);
        opacity: 0;
        transition: all .5s;

        &.show {
            transform: translateX(0%);
            opacity: 1;
        } */

        & .fade {

            & h3, & p
            {
                opacity: 1;
                transition: all 0.5s ease;

            }
            & p
            {
                transition-delay: .25s;
                
            }

            img
            {
                transition: all 0.5s ease;
                transform: scale(1);

                &:nth-child(1)
                {   transition-delay: .5s;  }
                &:nth-child(2)
                {   transition-delay: .6s;  }
                &:nth-child(3)
                {   transition-delay: .7s;  }
                &:nth-child(4)
                {   transition-delay: .8s;  }
                &:nth-child(5)
                {   transition-delay: .9s;  }
                &:nth-child(6)
                {   transition-delay: 1s;  }
                &:nth-child(7)
                {   transition-delay: 1.1s;  }
                &:nth-child(8)
                {   transition-delay: 1.2s;  }
                &:nth-child(9)
                {   transition-delay: 1.3s;  }
                &:nth-child(10)
                {   transition-delay: 1.4s;  }

            }


            
            &:not(.show)
            {
                & h3, & p
                {
                    opacity: 0;
                    transform: translateX(100px) !important;

                }

                & img 
                {
                    transform: scale(0)
                }


               
            }
        }
    }
}

/* ------- Common Component ------ */

.counter {

    & .counter-number {
        color: #333;
        font-size: 60px;
        font-weight: 500;
        letter-spacing: -3.857px;
        line-height: 1em;

        .suffix {
            font-weight: 250;
        }
    }

    & .counter-info {
        color: #333;
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-top: 15px;
    }
}

/* .marque-wrapper {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    & .marque-loop {
        display: inline-flex;   
        animation: fixed-loop-anim 20s linear infinite;

        & .marque-container {
            display: flex;
            gap: 15px;
            margin-right: 15px;

            & .marque-item {
                opacity: 10%;

                .with-stroke {
                    color: #F9F9F9;
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;
                }

                .stroke {
                    font-size: 204px;
                    font-weight: 600;
                    line-height: 1em;
                    letter-spacing: -6.122px;   
                    -webkit-text-stroke-width: 2px;
                    -webkit-text-stroke-color: #FFF;
                    -webkit-text-fill-color: transparent;
                }
            }
        }
    }
}

@keyframes fixed-loop-anim {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-33.32%);
    }
} */

.cta-bg {
    background-image: url(/assets/img/challenges-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

@keyframes fadeLeft {
	0% {
		transform: translateX(-50px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes fadeRight {
	0% {
		transform: translateX(150px);
	}

	100% {
		transform: translateX(0);
	}
}

/* .fade-left {
    animation: fadeLeft 3s ease-in-out 0s 1 normal forwards;
} */

@keyframes about-divider {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.big-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #CACACA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;

    & svg path {
        transition: all .5s ease;
    }

    &:hover {
        background-color: #000000;

        svg path {
            fill: #fff;
        }
    }
}

.big-arrow.is--flipped {
    transform: scaleX(-1);
}

/* ------- Drag Cursor ------- */
.cursor_circle {
    position: absolute;                 
    top: 0;
    left: 0;
    width: 130px; 
    height: 130px;        
    border-radius: 50%;
    background: #00000033;
    border: 3px solid #59CBF5;
    color: #FFFFFF;
    font-size: 20px;
    display: flex; 
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%) scale(0);  
    transition: transform .15s ease-out;
    pointer-events: none;            
    z-index: 9999;

    &::after {
        content: '';
        height: 10px;
        width: 10px;
        background: #59CBF5;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
    }

    &::before {
        content: '';
        height: 10px;
        width: 10px;
        background: #59CBF5;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }
}

.cursor_circle.is_large{
  transform: translate(-50%,-50%) scale(1);
}

.typewriter h5 {
  /* overflow: hidden; 
  white-space: nowrap; 
  animation: 
    typing 3.5s steps(40, end); */
    height: 280px;

    @media (max-width: 1599px) {
        height: 320px;
    }

    @media (max-width: 1440px) {
        height: 360px;
    }

    @media (max-width: 1199px) {
        height: 250px;
    }

    @media (max-width: 767px) {
        height: 330px;
    }

    @media (max-width: 575px) {
        height: fit-content;
    }

}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}



/* ---------- Preloader ---------- */
.preloader{
    position:fixed;
    inset:0;
    height: 100dvh;
    width: 100%;
    z-index:999;
    background: black;
    -webkit-mask-image:linear-gradient(90deg,#ff0000,#fff 30%,#fff);
            mask-image:linear-gradient(90deg,#ff0000,#fff 30%,#fff);
    /* -webkit-mask-size:15% 13%;
            mask-size:15% 13%; */
    -webkit-mask-size:0% 0%;
            mask-size:0% 0%;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
    -webkit-mask-position:50% 50%;
            mask-position:50% 50%;
    box-shadow: 100px 100px 0 0 #000000;
}

.preloader-logo {
    /* position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    width: 229px; */
        width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index:9999;
}

.preloader-logo img {
    width:100%;
    height:auto;
}

/* Hide header logo until we swap */
#main-logo {
    visibility: hidden;
}


.animated-logo {


   height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas {
    width: 400px !important;
    
    & .offcanvas-header {
        padding: 30px;
        align-items: start;

        .btn-close:focus {
            box-shadow: none;
        }

        & .offcanvas-title {

            & svg {
                opacity: 0;
            }
        }
    }
    
    & .offcanvas-body {
        padding: 30px;
        
        ul {
            margin-bottom: 50px;

            li {
                margin-bottom: 15px;
                opacity: 0;

                a {
                    font-size: 22px;
                    color: #333333;
                    font-weight: 500;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    transition: all .5s ease;

                    &:hover {
                        color: #000000;
                    }
                }
            }
        }

        hr {
            width: 0%;
        }

        .contact-info {
            margin-top: 50px;

            h5 {
                margin-bottom: 25px;
                font-size: 18px;
                opacity: 0;
            }

            ul {
                li {
                    margin-bottom: 15px;
                    opacity: 0;

                    a {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        line-height: 1;
                        font-size: 16px;

                        &:last-child {
                            align-items: start;
                        }
                    }
                }
            }
        }
    }
}

.offcanvas.show {

    & .offcanvas-title {

        & svg {
            opacity: 0;
            transform: translateY(-50px);
            animation: fade-down 1s ease 0s forwards;
        }
    }

    & .m-nav {
        opacity: 0;
        animation: fade-up 1s ease forwards;

        &:nth-child(1) {
            animation-delay: .1s;
        }

        &:nth-child(2) {
            animation-delay: .2s;
        }

        &:nth-child(3) {
            animation-delay: .3s;
        }

        &:nth-child(4) {
            animation-delay: .4s;
        }

        &:nth-child(5) {
            animation-delay: .5s;
        }
    }

    .contact-info {

        & h5 {
            opacity: 0;
            animation: fade-up 1s ease .8s forwards;
        }

        & ul {
            li {
                opacity: 0;
                animation: fade-up 1s ease forwards;

                &:nth-child(1) {
                    animation-delay: .6s;
                }

                &:nth-child(2) {
                    animation-delay: .7s;
                }
            }
        }
    }

    hr {
        width: 0%;
        animation: hr 1.5s ease .5s forwards;
    }
}

@keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-down {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hr {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}




/* ------ Inner Pages ------ */

.breadcrum {
    background-image: url('/assets/img/about/breadcrum-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 245px 0;

    .breadcrum-subtile {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        color: #FFFFFF;
        background: linear-gradient(90.16deg, rgba(89, 203, 245, 0.2) 7.56%, rgba(99, 91, 255, 0.2) 61.04%, rgba(60, 48, 146, 0.2) 108.6%);
        backdrop-filter: blur(10px);
        border: 2px solid #FFFFFF4D;
        border-radius: 86px;
        padding: 14px 30px;
        width: fit-content;
        margin-bottom: 50px;

        @media (max-width: 575px) {
            margin-bottom: 30px;
        }
    }

    .breadcrum-tile {
        font-size: 110px;
        font-weight: 500;
        color: #ffffff;
        letter-spacing: -2px;
        line-height: 0.9em;
        margin-bottom: 40px;

        span {
            background: linear-gradient(91.19deg, rgba(89, 203, 245, 1) -7.01%, rgba(99, 91, 255, 1) 51.37%, rgba(60, 48, 146, 1) 103.29%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        @media (max-width: 1440px) {
            font-size: 90px;
        }

        @media (max-width: 991px) {
            font-size: 80px;
        }

        @media (max-width: 767px) {
            font-size: 70px;
        }

        @media (max-width: 575px) {
            font-size: 45px;
            margin-bottom: 20px;
        }
    }

    .breadcrum-desc {
        font-size: 24px;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0;
        line-height: 1.6em;

        @media (max-width: 991px) {
            font-size: 20px;
        }

        @media (max-width: 575px) {
            font-size: 18px;
        }
    }
}

.referal {
    height: auto;
    background-color: #ffffff;
    padding: 120px 0;

    & h6 {
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0;
        color: #000000;
    }

    & h3 {
        margin-bottom: 50px;

        @media (max-width: 1440px) {
            margin-bottom: 30px;
        }
    }

    & .divider {
        width: 100%;
        height: 1px;
        background-color: #000000;

        &.active {
            animation: about-divider 4s ease-in-out;
        }
    }

    & .global-partners {
        width: fit-content;
        background: #F9F9F9;
        border: 1px solid #F4F4F4;
        border-radius: 33px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;

        & .title {
            color: #020120;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0;
        }
    }

    & .referral-title {
        font-weight: 500;
        font-size: 110px;
        line-height: 0.95;
        color: #211A57;

        @media (max-width: 1440px) {
            font-size: 90px;
        }

        @media (max-width: 1199px) {
            margin-bottom: 30px;
        }

        @media (max-width: 991px) {
            font-size: 80px;
        }

        @media (max-width: 767px) {
            font-size: 70px;
        }

        @media (max-width: 575px) {
            font-size: 45px;
        }
    }

    & p {
        font-size: 24px;
        color: #666666;
        margin-bottom: 30px;

        @media (max-width: 991px) {
            font-size: 20px;
        }

        @media (max-width: 575px) {
            font-size: 18px;
        }
    }
}

.services {
    height: auto;
    background-image: url('/assets/img/about/accordion/accordion-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    padding: 150px 0;

    & h3 {
        text-align: center;
        color: #211A57;
    }

    .accordion-services
    {
        & .accordion-item
        {  
            border: 1px solid #0000001A;
            cursor: pointer;
            background: #ffffff;
            padding: 17px 60px;
            overflow: clip;
            transition: all .5s;

            & .accordion-button {
                transition: all .5s;

                & h2 {
                    font-size: 90px;
                    font-weight: 500;
                    color: #241854;
                    transform: translateY(40px);
                    margin-bottom: 0;
                    line-height: 1;
                    transition: all .5s;

                    span {
                            background: linear-gradient(88deg, rgba(125, 200, 242, 1) 0%, rgba(111, 112, 245, 1) 100%);
                            background-clip: text;
                            -webkit-text-fill-color: transparent;
                        transition: all .5s;
                    }

                    @media (max-width: 1440px) {
                        font-size: 80px;
                    }
                }

                &::after {
                    width: 44px;
                    height: 66px;
                    background-image: url("data:image/svg+xml,%3Csvg width='44' height='66' viewBox='0 0 44 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.2' x='0.622642' y='0.622642' width='42.7547' height='64.7547' rx='21.3774' stroke='%237D7D7D' stroke-width='1.24528'/%3E%3Cpath d='M22.0862 16.0858V48.7931' stroke='black' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cpath d='M30.2041 39.5117L22.7826 49.0186C22.3931 49.5175 21.7616 49.5175 21.372 49.0186L13.9506 39.5117' stroke='black' stroke-width='1.14619' stroke-linecap='round'/%3E%3C/svg%3E%0A");
                    background-size: contain;
                    transition: all .5s;
                }
            }

            & .accordion-body {
                font-size: 24px;
                font-weight: 400;
                letter-spacing: -1px;
                color: #666666;
                max-width: 750px;
                transition: all .5s;
                padding-top: 15px;
                transform: translateY(45px);
            }

            &:has(.collapse.show) {
                padding: 63px 60px;
                background: linear-gradient(90.16deg, rgba(89, 203, 245, 0.05) 7.56%, rgba(99, 91, 255, 0.05) 61.04%, rgba(60, 48, 146, 0.05) 108.6%);
                overflow: initial;

                & .accordion-button {

                    h2 {
                        transform: translateY(0px);
                        color: #211A57;

                        /* span {
                            background: linear-gradient(88deg, rgba(89, 203, 245, 1) 0%, rgba(99, 91, 255, 1) 53%, rgba(60, 48, 146, 1) 100%);
                            background-clip: text;
                            -webkit-text-fill-color: transparent;
                        } */
                    }

                    &::after {
                        background-image: url("data:image/svg+xml,%3Csvg width='44' height='66' viewBox='0 0 44 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44C0 56.1503 9.84974 66 22 66C34.1503 66 44 56.1503 44 44V22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22V44Z' fill='url(%23paint0_linear_2088_4000)'/%3E%3Cpath d='M21.7576 46.2V20.6672' stroke='white' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cpath d='M29.8745 27.916L22.5582 20.5997C22.1106 20.1521 21.3849 20.1521 20.9373 20.5997L13.621 27.916' stroke='white' stroke-width='1.14619' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2088_4000' x1='19.5' y1='70' x2='32.0363' y2='-18.2185' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2359CBF5'/%3E%3Cstop offset='0.5253' stop-color='%23635BFF'/%3E%3Cstop offset='0.9924' stop-color='%233C3092'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
                    }
                }

                & .container::before {
                    opacity: 1;
                    transform: scale(1);
                }

                & .accordion-body {
                    transform: translateY(0px);
                }
            }

            & .container {
                position: relative;
                transition: all .5s;

                @media (max-width: 1720px) {
                    padding: 0;
                }

                &::before {
                    content: '';
                    position: absolute;
                    width: 353px;
                    height: 353px;
                    right: 120px;
                    top: 20px;
                    box-shadow: 20px 40px 40px 0px #00000040;
                    border-radius: 20px;
                    background-repeat: no-repeat;;
                    transform: scale(0);
                    opacity: 0;
                    transition: all .5s;

                    @media (max-width: 1440px) {
                        width: 323px;
                        height: 303px;
                        right: 80px;
                        top: 10px;
                        background-size: cover;
                    }

                    @media (max-width: 1399px) {
                        content: none;
                    }
                }
            }

            & .img-1::before {
                background-image: url(/assets/img/about/accordion/1.png);
            }

            & .img-2::before {
                background-image: url(/assets/img/about/accordion/2.png);
            }

            & .img-3::before {
                background-image: url(/assets/img/about/accordion/3.png);
            }
            
        }
        
    }
}

.marque-cta {
    padding-block: 350px;
    height: auto;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 87.98%);
    background: linear-gradient(180deg, rgba(239, 249, 255, 0.6) 0%, rgba(239, 249, 255, 0.6) 100%);
    backdrop-filter: blur(115px);
    position: relative;

    & .plutos-big-logo {
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 10;
        width: fit-content;
        height: fit-content;
    }

    & .marque-wrapper {
        overflow: hidden;

        & .marquee-loop {
            display: inline-flex;
            animation: fixed-loop-anim 20s linear infinite;

            & .marquee-container {
                display:flex;

                .star {
                    font-size: 120px;
                    font-weight: 600;
                    color: #211A57;
                    white-space: nowrap;
                    position: relative;
                    padding-right: 103px;
                    padding-left: 30px;
                    line-height: 1em;
                    text-transform: uppercase;

                    &::before {
                        content: '';
                        position: absolute;
                        width: 73px;
                        height: 73px;
                        right: 0;
                        top: 22px;
                        background-image: url("data:image/svg+xml,%3Csvg width='73' height='73' viewBox='0 0 73 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.1812 2.00149C35.7033 0.414031 37.9489 0.414026 38.471 2.00149L46.4094 26.1389C46.5812 26.6613 46.9909 27.0711 47.5133 27.2429L71.6508 35.1812C73.2382 35.7033 73.2382 37.9489 71.6508 38.471L47.5133 46.4094C46.9909 46.5812 46.5812 46.9909 46.4094 47.5133L38.471 71.6508C37.9489 73.2382 35.7033 73.2382 35.1812 71.6508L27.2429 47.5133C27.0711 46.9909 26.6613 46.5812 26.1389 46.4094L2.00149 38.471C0.414031 37.9489 0.414026 35.7033 2.00149 35.1812L26.1389 27.2429C26.6613 27.0711 27.0711 26.6613 27.2429 26.1389L35.1812 2.00149Z' fill='url(%23paint0_linear_0_141)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_141' x1='36.8261' y1='-3' x2='36.8261' y2='76.6522' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230059FF'/%3E%3Cstop offset='1' stop-color='%238CB4FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");

                        @media (max-width: 1399px) {
                            top: 0;
                        }
                    }
                }
            }
        }
    }
}

.platforms {
    height: auto;    
    background: linear-gradient(108.56deg, rgba(255, 255, 255, 0.1) -0.39%, rgba(255, 255, 255, 0.1) 13.15%, rgba(225, 220, 255, 0.1) 87.63%, rgba(144, 124, 255, 0.1) 113.18%), #ffffff;
    position: relative;

    &::before {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url('/assets/img/about/shadow-bg.png');
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0;
        right: 0;
    }


    p {
        color: #333333;
    }

    .headline {
        color: #666666;
        font-weight: 700;
    }
}

.hand-cta {
    height: auto;
    background-image: url('/assets/img/about/hand-cta-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 190px 0;

    @media (max-width: 1399px) {
        padding-right: 50px;
    }

    @media (max-width: 991px) {
        padding-right: 0px;
    }

    & a {
        padding: 13px 13px 13px 32px;
    }

    & .hand-img {
        padding-right: 50px;
    }

    & .hand-img-logo {
        margin-bottom: 70px;
    }

    & .hand-content {
        margin-bottom: 80px;
    }
}

@keyframes fixed-loop-anim {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-33.32%);
    } 
}