:root {
    --blue_color: #3172FC;
    --white_color: #ffffff;
    --black_color: #000;
    --light_color: #EAE0D3;
    --font_family_chakra: "Chakra Petch", serif;
    --font_family_made: "Wix Madefor Display", serif;
    --font_family_inter: "Inter", serif;
}

body {
    background: var(--black_color);
}

/*---- Button ----*/
.button-primary {
    background: var(--light_color);
    padding: 8px 32px;
    color: var(--black_color);
}

.button-secondary {
    background: var(--white_color);
    padding: 3px 4px;
}

.button-primary,
.button-secondary {
    border: 1px solid var(--light_color);
    font-family: var(--font_family_made);
    font-weight: 400;
    font-size: 18px;
}

.button-primary:hover,
.button-secondary:hover {
    background: var(--white_color);
}

/*---- Section Margin ----*/
.section-padding {
    padding: 135px 40px;
}

.footer-section-padding {
    padding: 185px 80px 15px;
}

.nav-section {
    background: rgba(14, 5, 42, 0.45);
    backdrop-filter: blur(16.799999237060547px);
    border-radius: 24px;
    margin-left: 35px;
    margin-right: 35px;
    height: 90px;
    padding: 16px 28px;
}

.leaders-section-padding {
    padding: 0 66px;
}

.hero-section-left {
    width: 52%;
    position: relative;
    z-index: 3;
}

.hero-section-right {
    /* width: 48%; */
    /* position: relative; */
    display: flex;
    justify-content: flex-end;
    z-index: 3;
}

/* arrow*/
#hero-section i {
    background: linear-gradient(90deg, #3172FC 0%, #5738BE 100%);
    padding: 12px 15px;
}

/*---- Navbar Section ----*/
.navbar-brand {
    width: 14%;
}

.navbar li a {
    font-family: var(--font_family_inter);
}

/*---- Hero Section ----*/
#hero-section h1 {
    font-family: var(--font_family_chakra);
    font-weight: 700;
    font-size: 100px;
    line-height: 143px;
    padding-left: 50px;
}

.hero-heading {
    margin-top: 210px;
}

.parallax-section {
    min-height: 80vh;
}

/* Video Container Styles */
.video-container {
    /* position: relative; */
    /* overflow: hidden; */
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.videoMain-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.heroMain-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text and Overlay Styles */
.hero-section-paragraph {
    position: absolute !important;
    bottom: 40px !important;
    right: 40px !important;
    width: 35%;
    z-index: 3;
}

.gradient-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1.42deg, #010101 10.92%, rgba(1, 1, 1, 0) 78.38%);
    z-index: 2;
}

.hero-section-paragraph p {
    padding: 29px 35px;
    font-family: var(--font_family_made);
    line-height: 30px;
    margin-bottom: 0;
}

.border-img {
    width: 10%;
}

/*---- Supported by Leaders Section ----*/
#leaders {
    background: var(--blue_color);
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    border-radius: 100px;
}

#leaders h2 {
    font-family: var(--font_family_chakra);
    font-weight: 700;
    font-size: 78px;
    color: var(--black_color);
}

#leaders h3 {
    font-family: var(--font_family_chakra);
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 1.6px;
    color: var(--black_color);
}

.backed-img,
.partners-img {
    width: 66px;
    height: 66px;
}

.backed-img img,
.partners-img img {
    object-fit: cover;
}

.leaders-card {
    padding: 30px 30px;
}

.partners-img:first-child {
    width: 160px;
}

.partners-img:nth-child(2) {
    width: 50px;
}

.partners-img:last-child {
    width: 254px;
}

.border-partner-img {
    width: 7.5%;
}

.leaders-row {
    margin-top: 100px;
}

/*Agentic AI*/
#agentic h2,
#work h2,
#web3 h2,
#step h2 {
    font-size: 72px;
    font-family: var(--font_family_chakra);
    font-weight: 700;
}

#agentic .card {
    background: var(--light_color);
    border-radius: 30px;
    padding: 42px 42px 20px 42px;
    height: 600px;
}

.agentic-card-row {
    margin-top: 50px;
}

.agentic-img {
    width: 68%;
}

.agentic-img-3 {
    width: 92%;
}

.button-img {
    width: 24px;
}

#agentic h4 {
    font-family: var(--font_family_made);
    font-weight: 500;
    font-size: 24px;
    margin-top: 27px;
}

#agentic p {
    font-family: var(--font_family_made);
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
}

#agentic .card button {
    background: #0000001A;
    margin-top: 16px;
}

#agentic .card button a {
    font-family: var(--font_family_made);
    font-weight: 600;
    font-size: 12px;
}

#agentic hr {
    border: 2px solid var(--black_color);
    opacity: 1;
}

/*How to work*/
#work .work-staructure-margin {
    margin-top: 135px;
}

#work .border-img {
    width: 5%;
}

/*.sub-heading-points{
    width: 37.8%;
    bottom: 18%;
}*/
#work .sub-heading-points p {
    font-family: var(--font_family_chakra);
    font-weight: 400;
    line-height: 36px;
    margin: 0 auto;
    width: 270px;
    font-size: 18px;
}

/*step*/
#step {
    background: var(--light_color);
    border-radius: 100px;
}

#step .card {
    background: var(--white_color);
    border-radius: 24px;
    padding: 16px 8px;
}

#step .card-no {
    font-family: var(--font_family_inter);
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

#step .card-title {
    font-family: var(--font_family_chakra);
    font-weight: 700;
    font-size: 30px;
    line-height: 44.8px;
}

#step .card-text {
    font-family: var(--font_family_made);
    font-weight: 300;
    line-height: 28px;
}

#step .section-padding {
    padding: 82px 40px 125px 40px;
}

.step-bg {
    background-image: url('../images/step-bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 64px 0;
}

#step .sub-heading-points {
    font-family: var(--font_family_made);
    font-weight: 400;
    line-height: 40px;
}

#step .sub-heading-points {
    padding: 15px 20px;
    width: 22%;
    top: 80px;
    margin: 0 0 0 auto;
}

#step h2 {
    width: 72%;
}

#step .border-img {
    width: 6%;
}

/* Web3 Section */
.web3-section-padding {
    padding-top: 40px;
    padding-bottom: 134px;
}

#web3 {
    background: var(--white_color);
    border-radius: 100px;
    height: 98%;
}

.web3-img {
    width: 27%;
    bottom: 25px;
    right: 37px;
}

.web3-text {
    font-family: var(--font_family_made);
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
}

#web3 i {
    background: var(--black_color);
    padding: 12px 15px;
}

#web3 button {
    background: var(--light_color);
}

#web3 button a {
    font-family: var(--font_family_made);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
}

/* footer */
#footer p,
#footer li a {
    font-family: var(--font_family_made);
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 4%;
}

.top-50-px {
    top: 50px;
}

.bottom-72-px {
    bottom: 72px;
}

#work .sub-heading-points {
    width: 25%;
    right: 6%;
}

.nav-section {
    position: fixed;
    transition: transform 0.4s ease-in-out;
    top: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0px;
    z-index: 99;
    background: unset;
    backdrop-filter: unset;
}

.nav-section .navbar {
    width: 100%;
    background: rgba(14, 5, 42, 0.45);
    backdrop-filter: blur(16.799999237060547px);
    border-radius: 24px;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.hide {
    transform: translateY(-133%);
}

#hero-section {
    background: var(--black_color);
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.section-scroll {
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;

}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 150px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;

}

.logos:after {
    right: 0;

}

.logo_items {
    display: inline-block;
    animation: 15s slides infinite linear;
}

/* 
.second_logo_items {
	padding-left: 20px;
} */

/* .logos:hover .logo_items {
  animation-play-state: paused;
} */

.logo_items img {
    height: 68px;
    padding-right: 50px;
}

.pa-0 {
    padding: 0px 40px;
}

.step-bg {
    padding: 0px
}



.get-start span,
.get-start i {
    transition: transform 0.3s ease;
}

.get-start:hover span {
    transform: translateX(-5px);
}

.get-start:hover i {
    transform: scale(1.1);
}

.get-start:hover {
    color: #212529;
}

.col-xl-4 {
    width: 64%;
}

/* =================================
   RESPONSIVE STYLES
   ================================= */
@media screen and (max-width: 1440px) {
    #hero-section h1 {
        font-size: 80px;
        line-height: 120px;
    }

    .hero-section-paragraph {
        width: 35%;
    }

    #leaders h2,
    #agentic h2,
    #work h2,
    #web3 h2,
    #step h2 {
        font-size: 60px;
    }

    .hero-video {
        width: 120%;
        margin-left: -15%;
    }
}

@media screen and (max-width: 1200px) {
    .hero-section-left {
        width: 45%;
    }

    .hero-section-right {
        width: 55%;
    }

    #hero-section h1 {
        font-size: 70px;
        line-height: 100px;
        padding-left: 20px;
    }

    .hero-heading {
        margin-top: 150px;
    }

    .hero-video {
        width: 100%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 991px) {

    /* Hero Section Mobile Fixes */
    .hero-section-left,
    .hero-section-right {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container {
        margin-top: -90px;
    }

    .hero-section-left {
        z-index: 2;
    }

    #hero-section {
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }

    #hero-section h1 {
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
        padding: 0 20px;
        margin-top: 0;
        position: relative;
    }

    .hero-heading {
        margin-top: 0 !important;
        width: 100%;
        text-align: center;
    }

    .hero-section-paragraph {
        position: absolute !important;
        bottom: 30px !important;
        right: 20px !important;
        width: 80% !important;
        text-align: right;
    }

    .hero-section-paragraph p {
        font-size: 14px;
        line-height: 1.4;
        padding: 20px;
    }

    .video-container {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 75%;
        height: 75%;
        z-index: 1;
    }

    .hero-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
    }

    /* Leaders Section Mobile Fixes */
    #leaders {
        margin-top: 0;
        padding: 60px 0;
        border-radius: 50px;
        position: relative;
        z-index: 3;
    }

    .leaders-section-padding {
        padding: 0 20px;
    }

    #leaders h2 {
        font-size: 42px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 40px;
    }

    .leaders-row {
        margin-top: 40px;
    }

    .leaders-card {
        margin-bottom: 30px;
        padding: 20px;
    }

    .logo_items img {
        height: 50px;
        padding-right: 30px;
    }

    /* Preserve parallax effect on mobile */
    .parallax-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        will-change: transform;
    }

    .parallax-section {
        position: relative;
        overflow: hidden;
    }

    /* Ensure smooth transitions */
    .parallax-text,
    .parallax-leaders-heading-animate {
        transition: transform 0.3s ease-out;
    }

    .col-xl-4 {
        width: 100%;
    }

    .col-xl-4 .border-partner-img {
        width: 15.5%;
    }

    #step {
        border-radius: 50px;
    }

    #step h2 {
        width: 100%;
    }

    #step .sub-heading-points {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin: 0 0 40px 0;
        padding: 20px;
        border-radius: 16px;
        text-align: center;
    }

    #step .sub-heading-points p {
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
    }

    #step .sub-heading-points .border-img {
        width: 5%;
    }

    .step-bg {
        padding: 20px 15px;
    }

    .step-bg .col-lg-3 {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .step-bg .card {
        height: 100%;
        margin-bottom: 0;
    }

    .web3-img {
        width: 50%;
        position: relative !important;
        margin: 30px auto;
    }

    #work .sub-heading-points {
        width: 100%;
        right: 0;
        text-align: center;
        margin-top: 50px;
        padding: 20px;
    }

    .hero-video {
        width: 100%;
        margin-left: 0;
        border-radius: 10px;
    }

    #web3 {
        border-radius: 50px;
    }

    #web3 .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #web3 h2 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    #web3 .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #web3 .web3-text {
        margin: 0 !important;
        text-align: center;
    }

    #web3 .button-secondary {
        margin-top: 20px;
    }

    #web3 .web3-img {
        position: static !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px auto 0;
        padding: 0 20px;
    }

    #web3 .web3-img img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    #leaders h2 {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 40px;
        padding: 0 15px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    #leaders {
        padding-top: 60px;
        margin-top: 60px;
    }

    .leaders-row {
        margin-top: 40px;
    }

    .leaders-card {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {

    .navbar-brand {
        width: 30%;
    }

    #hero-section h1 {
        font-size: 45px;
        line-height: 60px;
    }

    #web3 {
        border-radius: 50px;
    }

    .button-primary,
    .button-secondary {
        font-size: 16px;
        padding: 6px 20px;
    }

    #leaders h2,
    #agentic h2,
    #work h2,
    #web3 h2,
    #step h2 {
        font-size: 40px;
    }

    .leaders-section-padding {
        padding: 0 20px;
    }

    .footer-section-padding {
        padding: 100px 20px 15px;
    }

    .logos:before,
    .logos:after {
        width: 50px;
    }

    .hero-video {
        width: 160%;
        margin-left: -30%;
    }
}

@media screen and (max-width: 576px) {
    #hero-section h1 {
        font-size: 36px;
        padding: 140px 15px;
    }

    .hero-section-paragraph {
        bottom: 20px !important;
        right: 15px !important;
        width: 90% !important;
    }

    .hero-section-paragraph p {
        font-size: 12px;
        padding: 15px;
    }

    #leaders h2,
    #agentic h2,
    #work h2,
    #web3 h2,
    #step h2 {
        font-size: 32px;
    }

    #leaders h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .section-padding {
        padding: 60px 15px;
    }

    #step .card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .web3-text {
        font-size: 18px;
        line-height: 26px;
    }

    .logo_items img {
        height: 40px;
        padding-right: 20px;
    }

    .hero-video {
        width: 200%;
        margin-left: -50%;
    }

    #step .sub-heading-points {
        margin: 0 15px 30px 15px;
        padding: 15px;
    }

    #step .sub-heading-points p {
        font-size: 16px;
    }

    .step-bg .col-lg-3 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    #leaders h2 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    #leaders {
        padding-top: 40px;
        margin-top: 40px;
    }

    .leaders-row {
        margin-top: 30px;
    }

    .leaders-card {
        padding: 15px;
    }
}

/* Fix for navbar on mobile */
@media screen and (max-width: 991px) {
    .nav-section .navbar {
        padding: 10px;
    }

    .navbar-collapse {
        background: rgba(14, 5, 42, 0.95);
        backdrop-filter: blur(16px);
        border-radius: 12px;
        padding: 2px;
    }

    .navbar-nav {
        align-items: center;
    }

    .nav-item.px-5 {
        padding: 2px 0 !important;
    }


}

/* Fix for parallax animations on mobile */
@media screen and (max-width: 768px) {

    .parallax-text,
    .parallax-hero-div,
    #leaders,
    .card-agentic,
    .card-agentic2,
    .card-agentic3,
    .step-card1,
    .step-card2,
    .step-card3,
    .step-card4 {
        transform: none !important;
    }

    .section-scroll {
        transform: none;
        opacity: 1;
    }
}

/* Ensure smooth scrolling on all devices */
@media (hover: none) {
    html {
        scroll-behavior: auto;
    }
}

/* Remove all the video container styles and just add these minimal video styles */
.hero-video {
    width: 110%;
    height: auto;
    margin-right: -25%;
    object-fit: cover;
}

.hero-video-source {
    position: relative;
    top: 0;
    left: 0;
    right: 80px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure video has same dimensions as image */
.hero-section-right .w-100 {
    position: relative;
    z-index: 1;
}

/* Hero section video styles */
.hero-section-right {
    width: 65%;
    overflow: hidden;
}

.hero-section-left {
    width: 45%;
    position: relative;
    z-index: 3;
}

.hero-section-right video {
    width: 160%;
    height: auto;
    max-width: none;
    margin-left: 0%;
    margin-top: -5%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.hero-section-right .w-100 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .hero-section-right video {
        width: 170%;
        margin-left: -15%;
    }
}

@media screen and (max-width: 1200px) {
    .hero-section-right {
        width: 60%;
    }

    .hero-section-left {
        width: 40%;
    }

    .hero-section-right video {
        width: 160%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 991px) {

    .hero-section-right,
    .hero-section-left {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .hero-section-right video {
        width: 100%;
        margin-left: 0;
    }

    #hero-section h1 {
        font-size: 60px;
        line-height: 80px;
        text-align: center;
        padding-left: 0;
    }

    .hero-section-paragraph {
        position: absolute !important;
        bottom: 30px !important;
        right: 40px !important;
        width: 80% !important;
        text-align: center;
    }

    .hero-heading {
        position: relative !important;
        margin-top: 100px;
    }
}

/* @media screen and (max-width: 768px) {
    .hero-section-right video {
        width: 160%;
        margin-left: -30%;
    }
}

@media screen and (max-width: 576px) {
    .hero-section-right video {
        width: 200%;
        margin-left: -50%;
    }
} */

.sound-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.sound-toggle i {
    color: white;
    font-size: 20px;
}

.sound-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* =================================
   PARALLAX OPTIMIZATION
   ================================= */
[class*="parallax-"],
[class*="card-"] {
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

/* =================================
   PARALLAX LAYERS & SECTIONS
   ================================= */
.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.3s ease-out;
}

.parallax-section {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Critical Fixes */
.parallax-text {
    transform-origin: top left;
    position: relative;
    z-index: 2;
}

.parallax-leaders-heading-animate {
    transform-origin: top left;
    position: relative;
    z-index: 2;
}

/* Add these new styles for better mobile performance */
/* @media (hover: none) {
    .parallax-layer {
        transform: none !important;
    }

    .video-container {
        position: absolute;
    }

    #hero-section {
        height: 100vh;
    }

    .hero-section-right,
    .hero-section-left {
        height: 100%;
    }
} */