body{
    min-width: 100%;
    margin: 0;
    font-family: Figtree, sans-serif;
    min-height: 100dvh;
    position: relative;
    background-image: url(download.svg)
}

*, :before, :after {
    box-sizing: border-box;
}

*, ::before, ::after, ::backdrop {
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: var(--global-color-border, currentColor);
}

* {
    padding: 0px;
    font: inherit;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}



:root {
    color-scheme: light dark;
    color: #ffffffde;
    -webkit-font-smoothing: antialiased;
}

body {
    background: rgb(6, 0, 16);
    color-scheme: dark;
    scroll-behavior: smooth;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}


.logo img {
    height: 48px;
    width: auto;
    position: relative;
    z-index: 2;
}


.img {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("img.jpg") center/cover no-repeat;
}

.img::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.4); /* dark overlay */
}
  

.logo{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}



a{
    text-decoration: none;
}

.logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 140px;
    backdrop-filter: blur(8px);
    z-index: -1;
    pointer-events: none;
    background: transparent;
    mask: radial-gradient(black 0%, black 20%, transparent 80%);
}



.header {
    display: flex;
    align-items: center;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    justify-content: space-between;
    width: 100vw;
    height: 160px;
    padding: 0px 4em;
    margin: 0px auto;
    background: linear-gradient(rgb(6, 0, 16), transparent);
}


.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}



.container-group{
        display: flex;
    align-items: center;
    gap: 1.5rem;
}



.nav-items{
        color: rgb(255, 255, 255);
    height: 60px;
    box-shadow: rgba(31, 38, 135, 0.15) 0px 8px 32px;
    backdrop-filter: blur(15px);
    padding: 0px 2.4rem 0px calc(6px + 2.4rem);
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.07);
    border-image: initial;
    background: rgba(255, 255, 255, 0.01);
            display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
  font-family: "Montserrat", sans-serif;
}



.payment-way{
    font-weight: 500;
    padding: 0 0 0 1.4rem;
      font-family: "Montserrat", sans-serif;
    height: 58px;
    background: linear-gradient(135deg, #7c3aed, #182fff99);
    background-size: 200% 200%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    transition: .3s 
ease;
}



.payment-way span{
        background-color: #060010;
    margin-left: 1em;
    margin-right: calc(1em - 10px);
    padding-top: .1em;
    height: 45px;
    border-radius: 50px;
    width: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-way span img {
        margin-right: 6px;
    width: 16px;
    height: 16px;
    transition: .3s 
ease;
}








section {
  overflow: visible;  /* or remove overflow completely */
}



.landing-wrapper {
    position: relative;
    overflow-x: hidden;
    justify-content: flex-start; 
        background-image: url("ab.png");

    position: absolute;
    background-position: -80px 150px;
    backface-visibility: hidden;
    background-repeat: no-repeat;
} 


.landing-wrapper:before {
    content: "";
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, #060010, #0000);
    width: 300px;
    height: auto;

    top: 0;
    
    left: 0;
    overflow: hidden;
}

.hero-main-content {
    flex-direction: column;
    flex: 1;
    align-items: center;
    max-width: 100%;
    display: flex;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px;
    margin-bottom: 10%;
   
}



div {
    unicode-bidi: isolate;
}


.hero-tag-fade{
     opacity: 1;
    transition: opacity 1000ms ease-out, filter 1000ms ease-out;
    filter: blur(0px);
    z-index: 8;
    position: relative;
    justify-content: center !important;
display: flex;
flex-direction: column;
align-items: center !important;

}




.landing-gradient-blur {
    aspect-ratio: 1;
    height: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.landing-title {
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    z-index: 6;
    color: #fff;
    letter-spacing: -3px;
    text-shadow: 0 0 2px #ffffff1a, 0 0 4px #ffffff4d, 0 0 8px #fff3, 0 0 136px #783cff66;
    max-width: 22ch;
    margin-bottom: 3rem;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    white-space: nowrap !important;


    
}


.split-parent hero-split{
    text-align: center;
    overflow: hidden;
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-word;
    will-change: transform, opacity;
}


.hero-split {
    white-space: nowrap !important;
    overflow: visible !important;
        font-size: 3.6rem;

    line-height: 1.2;

}


.char {
  display: inline-block;
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
  animation-delay: calc(var(--i) * 0.05s);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-8px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}



.landing-subtitle {
text-align: center;
    overflow: hidden;
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-word;
    will-change: transform, opacity;
    margin-top: -60px;
    margin-bottom: 40px;
    font-size: 1.1rem;
      font-family: "Montserrat", sans-serif;
    font-weight: 250;

}





.landing-button {
    letter-spacing: -.2px;
    color: #fff;
    cursor: pointer;
    isolation: isolate;
    z-index: 15;
    text-shadow: 0 1px 2px #0000001a;
    background: linear-gradient(135deg, #7c3aed, #182fff) 0 0 / 200% 200%;
    border: none;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
      font-family: "Montserrat", sans-serif;

    gap: .8rem;
    height: 55px;
    padding: 0 2em;
    font-size: 1rem;
    font-weight: 500;
    transition: all .4s 
cubic-bezier(.175, .885, .32, 1.275);
    animation: 3s 
ease-in-out infinite alternate glow-pulse;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px #7c3aed33, 0 0 80px #8b5cf61a, 0 8px 32px #0000001a;
}


.landing-button:active {
    transition: all .1s;
    transform: translateY(-2px) scale(1.02);
}

.landing-button:after {
    content: "";
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, #0000, #ffffff1a, #0000, #ffffff1a, #0000) 0 0 / 200% 200%;
    border-radius: 50px;
    transition: opacity .3s;
    animation: 4s 
linear infinite border-dance;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
}













.landing-button:before {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #0000, #fff6, #0000);
    width: 100%;
    height: 100%;
    transition: left .6s;
    position: absolute;
    top: 0;
    left: -100%;
}

.landing-button:hover {
    transition: all .4s 
cubic-bezier(.175, .885, .32, 1.275);
    animation-duration: 1.5s;
    transform: scale(1.01);
    box-shadow: 0 0 60px #7c3aed33, 0 0 120px #8b5cf633, 0 0 180px #6d28d933, 0 12px 40px #0006, inset 0 2px #fff6, inset 0 -2px #0000004d;
}



.landing-wrapper {
  position: relative;
  width: 100%;
  height: auto; /* full screen */
  
}



.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 50px;
}



.features-section {
    position: relative;
    padding: 0 2rem 4em;
    padding-bottom: 0 !important;
    z-index: 22;
    transform: translateY(-4rem);
    -webkit-user-select: none;
    user-select: none;
    height: 100%;
}



.features-container {
    max-width: 1200px;
    margin: 0 auto;
}


.bento-grid {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    gap:1.5rem;
}


.group11{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%
}

.group12{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
}




.feature-card
 {
    -webkit-user-select: none;
    user-select: none;
    background: #060010;
    border: 1px solid rgba(169, 148, 184, .2);
    border-radius: 16px;
    padding: 2rem;
    text-align: left;
    text-decoration: none;
    transition: all .3s 
ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    min-height: 100px;
    --glow-x: 50%;
        position: relative;
    overflow: hidden;
    --glow-intensity: 0;
    --glow-x: 48.554421768707485%;
    --glow-y: 8.683362541692578%;

    --glow-y: 50%;
    --glow-intensity: 0;
}

.card1{
    height: 35% !important;
    
}

.card4{
    height: 35% !important;
    
}

.card2{
    height: 73% !important;
    
}








.feature-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(163, 148, 184, .3), transparent);
    transition: opacity .3s 
ease;
    opacity: 0;
}



.feature-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    background: radial-gradient(200px circle at var(--glow-x) var(--glow-y), rgba(132, 0, 255, calc(var(--glow-intensity) * .8)) 0%, rgba(132, 0, 255, calc(var(--glow-intensity) * .4)) 30%, transparent 60%);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: subtract;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
    transition: opacity .3s 
ease;
}





.feature-card h2 {
    font-size: 5.5rem;
    position: relative;
    top: 22px;
    margin-bottom: -20px;
    font-weight: 800;
    font-family: Figtree, sans-serif;
 
    background: linear-gradient(135deg, #fff, #8660fa, #a855f7, #8400ff, #a855f7, #fff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s 
ease-in-out infinite;
    z-index: 10;
}


.feature-card.particle-container:hover {
    box-shadow: 0 4px 20px #2e184e66, 0 0 30px #8400ff33;
    background: #0d0716;
}

 
.feature-card p {
    color: #a194b8e6;
    line-height: 1;
    font-size: .95rem;
    text-align: left;
    max-width: 100%;
    position: relative;
    z-index: 10;
}



.messages-gif-wrapper {
    position: absolute;
    mix-blend-mode: lighten;
    top: 0.5rem;
    right: 1rem;
    bottom: 1rem;
    width: 50%;
    z-index: 1;
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s;
}

.messages-gif-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 20%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(rgb(6, 0, 16) 0%, transparent 100%);
    border-radius: 8px 8px 0px 0px;
}



.messages-gif-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 20%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to top, rgb(6, 0, 16) 0%, transparent 100%);
    border-radius: 0px 0px 8px 8px;
}


.start-building-section {
    width: 100%;
    padding: 80px 0;
    background: transparent;
    position: relative;
    z-index: 22;
}


.start-building-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}




.start-building-card {
    width: 100%;
    max-width: 1200px;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 auto;
    background: linear-gradient(135deg, #7c3aed, #182fff99);
    background-size: 200% 200%;
    border-radius: 50px;
    padding: 4rem 3rem;
    box-shadow: 0 8px 32px #1f268780;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}




.start-building-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(grain.png);
    filter: brightness(3);
    background-size: 500px 500px;
    mix-blend-mode: lighten;
    background-repeat: repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}




.start-building-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}



.start-building-subtitle {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: .6;
    max-width: 600px;
    line-height: 1;
}


.start-building-button {
    background: transparent;
    background: #fff;
    border: 1px solid white;
    color: #7c3aed;
    padding: .6rem 1.8rem;
        font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.2px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s 
ease;
}



 .cursor-glow{
      width: 60px;           /* circle size */
        height: 60px;
        border-radius: 50%;
        position: fixed;
        transform: translate(-50%, -50%);
        pointer-events: none;

        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);

        /* Sharp circle center → slow fade outward */
        mask-image: radial-gradient(circle,
          #0000
        );

        -webkit-mask-image: radial-gradient(circle,
            #0000 07%,
            rgba(255, 255, 255, 0) 60%,
            rgb(255, 255, 255) 80%,
            #0000 100%
        );

        box-shadow: #0000 12px 12px 12px;
        z-index: 1001;
    }
























h3{
  font-family: "DM Sans", sans-serif;
}

.feature-card h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: -10px;
    letter-spacing: -.01em;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}




.components-gif{
    display: none;
}


.components-gif-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to top, #060010 0%, transparent 100%);
    border-radius: 0 0 8px 8px;
    pointer-events: none;
    z-index: 2;
}

.components-gif-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to bottom, #060010 0%, transparent 100%);
    border-radius: 8px 8px 0 0;
    pointer-events: none;
    z-index: 2;
}



.components-gif {
    width: 100%;
    height: auto;
    opacity: .2;
    mix-blend-mode: lighten;
    display: block;
    margin-left: -30px;
    opacity: 0.05;
    position: absolute;
    bottom: 0;
}

.moon {
    position: absolute;
    top: 15rem;        /* adjust placement */
    right: -150px;     /* adjust placement */
    width: 500px;     /* moon size */
    background-image: url("moon.png");
    background-size: cover;
    background-repeat: no-repeat;
    animation: autoSpin 50s linear infinite; /* automatic slow spin */
    z-index:-1;
    transition: transform 0.1s linear;
}

@keyframes autoSpin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}








.feature-card img{
        box-shadow:inset 0 0 90px #2e184e66, inset 0 0 90px #8400ff33;

}


















.particle-container {
    color: white;
}

#particle-holder{
    position:fixed;left:0;top:0;pointer-events:none;
}

.particle{
    position:absolute;
    width:8px;height:8px;
    background:#b200ff;
    border-radius:50%;
    box-shadow:0 0 12px #b200ff;
    opacity:0.9;
    transition:0.15s;
}

/* sparkle animation */
@keyframes sparkle {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.8); opacity: 0.8; }
    100% { transform: translateY(-40px) scale(0.6); opacity: 0; }
}



.landing-footer {
    position: relative;
    margin-top: 4rem;
    z-index: 220;
    padding: 2.4rem;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    background: linear-gradient(transparent, rgba(6, 0, 16, 0.8));
}
.footer-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px auto;
    gap: 2rem;
}




.footer-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.6em;
}
.footer-description {
    font-size: 1rem;
    color: rgba(161, 148, 184, 0.9);
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 0.25rem;
}
.footer-copyright {
    font-size: 0.85rem;
    color: rgba(161, 148, 184, 0.7);
    font-weight: 400;
    margin: 0px;
}

.footer-link {
    font-size: 01rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
    padding: 0.75rem 1rem;
    font-family: "Vend Sans", sans-serif;
;
}







.combine1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
}





.hii{
    font-size: 20px !important;
}