body {
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    font-family: 'Inter',  sans-serif;

}
@font-face {
    font-family: 'MyFont';
    src: url('fonts/MyFont.woff2') format('woff2'),
         url('fonts/MyFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
/* Navbar */
.navbar {
    padding: 15px 30px 0px 0px;
    background: none;
    width: 100%;

    /* z-index: 9999;
    position: fixed; */
}

.nav-1 {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-around;
}

.navbar-nav {
    background: rgba(25, 25, 25, 1);
    height: 60px;
    align-items: anchor-center;
    min-width: 550px;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 1);
}

.navbar-nav .nav-link {
    margin: 0 10px;
    font-weight: 200;

}

i {
    font-family: FontAwesome;
}

a {
    list-style: none;
    text-decoration: none;
}

.fa {
    margin-right: 10px;
}

.navbar-brand img {
    filter: brightness(1.5);
}

/* Hero Section */
.hero-section {
    padding: 60px 0;
    /* background: linear-gradient(to right, #1a1a1a, #000); */
    background-color: #000;
    text-align: center;
}

.hero-section h1 {
    font-size: 60px;
    color: white;
    font-family: Inter;
    font-weight: 300;
}

.hero-section p {
    max-width: 800px;
    margin: 0 auto;
    color: rgba(108, 108, 108, 1) !important;
    font-family: Inter;
    font-weight: 300;
}

.nav-1 {
    display: flex;
    margin-inline: auto;

}

/* Buttons */
.btn-warning {
    background-color: gold;
    border: none;
}

.btn-outline-light:hover {
    background-color: white;
    color: black;
}


.feature-box:hover {
    transform: translateY(-5px);
}

/* Button Styling */
.btn-warning {
    background: linear-gradient(to right, #f7c873, #ffbf00);
    border: none;
    color: black;
    font-weight: bold;
}

.btn-warning:hover {
    background: #ffbf00;
}

.section .can {
    color: #fff;
    font-family: Inter;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;

}

.cen2 {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;

}

.cen3 {
    color: #958f8f !important;
}

.feature-box {
    border-radius: 4px;
    border-width: 1.5px;
    padding: 8px;
    border: 1px solid #232323;
}

.divider {
    height: 40px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto;
}

/* Text Styling */
.text-warning {
    font-size: 14px;
    letter-spacing: 1px;
}

.fw-bold {
    color: #fff;
    font-weight: 300 !important;
    line-height: 120%;
    letter-spacing: 1px;
    font-family: Inter;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    font-family: Inter;
    font-weight: 200;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6C6C6C !important;
}

.ecosystem-card {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    height: 160px;
}

.ecosystem-card:hover {
    border-color: gold;
    transform: translateY(-5px);
}

.ecosystem-card p {
    color: #6C6C6C;
    font-size: 17px;

}

.icon {
    font-size: 24px;
    color: gold;
    display: block;
    margin-bottom: 8px;
}

.text-warning {
    font-size: 14px;
    letter-spacing: 1px;
}

.feature-card {
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

.feature-card:hover {
    border-color: gold;
    transform: translateY(-5px);
}

.img-fluid {}

.btn-dark {
    background: #222;
    border: none;
    color: white;
}

.btn-dark:hover {
    background: gold;
    color: black;
}

.fw-bold1 {
    color: #fff;
    font-size: 17px;
}

.text-muted1 {
    color: #6C6C6C !important;
    font-size: 14px;
}

.feature-card {
    background: #111;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

.feature-card:hover {
    border-color: gold;
    transform: translateY(-5px);
}

.text-gold {
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-muted1 {
    --bs-text-opacity: 1;
    color: #6C6C6C !important;
    font-size: 15px;
}

.text-gold {
    color: rgba(255, 255, 255, 1);
}

/* Marquee Wrapper */
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

/* Marquee Content */
.marquee-content {
    display: flex;
    gap: 20px;
    /* Space between cards */
}

/* Individual Testimonial Card */
.testimonial-card {
    background: #111;
    color: white;
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 280px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
    border-color: gold;
    transform: scale(1.05);
}

/* Marquee Animation - Moves Left */
@keyframes marqueeLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Marquee Animation - Moves Right */
@keyframes marqueeRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

/* Apply Animations */
.marquee-left {
    animation: marqueeLeft 15s linear infinite;
}

.marquee-right {
    animation: marqueeRight 20s linear infinite;
    /* Slightly slower */
}

.nav-2 img {
    display: none;
}

.nav-1 img {

    left: 15px;
    position: relative;
}

.card2 {
    display: block;
    top: 30px;
    border: none !important;
    position: relative;
    background: #24212100 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .marquee-left {
        animation: marqueeLeft 10s linear infinite;
    }

    .nav-1 .nav-2 img {
        display: block;
    }
    .oone{
        top:40px;
        position: relative;
    }

    .video-overlay {
        position: absolute;
        left: 0;
        width: 1435px;
        max-height: 150px;
        margin-top: -200px;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }

    .marquee-right {
        animation: marqueeRight 12s linear infinite;
    }

    .feature-card {
        background: #111;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
    }

    .nav-1 img {
        width: 50px;
        display: none;
    }

    .top img {
        display: none;
    }

    .card2 {
        display: block;
        top: 50px;
        border: none !important;
        position: relative;
        background: #24212100 !important;
    }

    body {
        font-family: 'Poppins', sans-serif;
        background-color: #000;

    }

    .nav-1 {
        display: contents;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-around;
    }

    video {
        max-height: 200px;
    }

    .btn-outline-light {
        border: 1px solid gold;
        color: gold;
        margin-top: 10px;
    }

    .section .can {
        color: #fff;
        font-family: Inter;
        font-weight: 300;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 1px;
        width: 350px;
        margin-bottom: -100px;
    }

    .hero-section h1 {
        font-size: 40px !important;
        color: white;
    }

    .navbar-nav {
        background: #1a1919;
        border-radius: 10px;
        height: 230px;
        align-items: center;
        min-width: 100%;
        position: absolute;
    }

    .btn-warning {
        background-color: gold;
        border: none;
        margin-top: 10px;
    }

    .footer-links {
        line-height: 20px !important;
    }
}

@media (max-width: 1370px) {
    .hero-section h1 {
        font-size: 60px;
        color: white;
        font-family: Inter;
        font-weight: 300;
    }

    .eight .card {
        max-height: 285px;
    }

    .feature-card {
        background: #111;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
    }

    .card2 {
        display: block;
        /* top: 50px; */
        border: none !important;
        position: relative;
        background: #24212100 !important;
    }

    .text-muted1 {
        --bs-text-opacity: 1;
        color: #6C6C6C !important;
        font-size: 13px;
    }

    .section .can {
        color: #fff;
        font-family: Inter;
        font-weight: 300;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 1px;
        width: 500px;

    }
}


.five p {
    font-size: 12px;
}

.text-warning {
    color: gold !important;
}

.card {
    border-radius: 10px;
    background: #020202 !important;

}

.btn-warning {
    background-color: gold;
    color: black;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: darkgoldenrod;
}

.btn-outline-light {
    border: 1px solid gold;
    color: gold;
}

.btn-outline-light:hover {
    background-color: gold;
    color: black;
}

.text-warning {
    color: gold !important;
}

.card {
    border-radius: 10px;
    border: 1px solid #232323 !important;
}

.btn-warning {
    background-color: gold;
    color: black;
    font-weight: 300;
    font-family: Inter;
}

.btn-warning:hover {
    background-color: darkgoldenrod;
}

.btn-outline-light {
    border: 1px solid #ffd70000;
    color: #ffffff;
    background: #2B2B2B;
    font-family: Inter;
    font-weight: 300;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures video scales properly */
    position: relative;
    z-index: 1;
    /* Places video below overlay */
}

/* Shadow overlay */
.video-overlay {
    position: absolute;
    left: 0;
    width: 1435px;
    height: 350px;
    top: 283.09px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.btn-outline-light:hover {
    background-color: #2B2B2B;
    color: #fff;
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: #2B2B2B;
    border: 1px solid #000 !important;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.text-warning {
    color: gold !important;
}

.card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    border-radius: 8px;
}

.text-secondary {
    color: rgba(108, 108, 108, 1) !important;
}

.text-warning {
    color: rgba(245, 214, 121, 1) !important;
}

.card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    background: rgba(10, 10, 10, 1) !important;
}

.card:hover {
    transform: translateY(-5px);
}

.btn-warning {
    background: linear-gradient(180deg, #FFDF7D 0%, #C0A560 100%);
    border: none;
}

.btn-warning:hover {
    background: linear-gradient(180deg, #FFDF7D 0%, #C0A560 100%);
}

.faq-container {
    max-width: 90%;
    margin: 50px auto;
}

.accordion-item {
    background-color: #111;
    /* Slightly lighter than black */
    border: none;
    border: 1px solid #585555;
}

.accordion-button {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.accordion-button::after {
    filter: invert(1);
    /* Makes the plus icon white */
}

.accordion-button:not(.collapsed) {
    background-color: #222;
    /* Dark gray for active */
    color: #ffcc00;
    /* Highlight color */
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    color: #c5c1c1;
}

.hero-section {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #bbb;
}

.btn-launch {
    background: linear-gradient(135deg, #f5d76e, #c39d53);
    border: none;
    color: #000;
    padding: 10px 20px;
    font-weight: 300;
    font-family: Inter;
}

.btn-launch:hover {
    background: linear-gradient(135deg, #f5d76e, #c39d53);
}

.btn-join {
    background: #333;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.btn-join:hover {
    background: #555;
}

.footer {
    background-color: #000;
    padding: 40px 0;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #f5c518;
    /* Gold color */
}

.footer-input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.footer-input::placeholder {
    color: #bbb;
}

.footer-links {
    line-height: 35px;
}

.social-icons {
    line-height: 40px;
}

.btn-join {
    background-color: #2B2B2B;
    border: none;
    color: #fff;
    font-family: Inter;
    padding: 8px 16px;
    font-weight: 300;
}

.btn-join:hover {
    background-color: #2B2B2B;
    color: #ffffff;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-links a:hover {
    color: #f5c518;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    line-height: 30px;
}

.social-icons a:hover {
    color: #f5c518;
}

.last {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
}

.eight .card {
    height: 320px;
}

 

.testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    background-color: #000;
}

.testimonial-overlay {
    position: absolute;
    
    left: 0;
    height: 300px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(to right, rgba(0, 0, 0, 1) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 1) 100%);
}

.accordion-button:focus {
    z-index: 3;
    border: 1px solid #ffcc00;
    outline: 0;
    box-shadow: 1px 1px 1px 1px #000;
}
html, body {
    overflow-x: hidden;
  }
  @media (max-width: 767px) {
    .marquee-content {
      flex-wrap: nowrap;
      /* overflow-x: auto; */
      scroll-behavior: smooth;
    }
  
    .testimonial-card {
      min-width: 280px;
      flex: 0 0 auto;
    }
  }
  
