body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #4400ff;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
    font-size: 16px;
}


#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }
#background-video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    filter: blur(1px);
    opacity: 0.5;
}
  

.nav-link {
     font-size: 14px !important;
     background: transparent !important;
     font-family: Lato, sans-serif !important;
     text-transform: capitalize !important;
 }
 .nav-link:hover {
     background: transparent !important;
     color: #ffffff !important;
     font-weight: bold !important;
 }

 .login-btn {
     border: 2px solid #4400ff !important;
     font-size: 10px !important;
 }
 .login-btn:hover {
     background: #4400ff !important;
 }
 .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Para que esté encima de otros elementos */
    background: rgba(255, 255, 255, 0.9); /* Fondo semitransparente */
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    transition: background 0.3s ease;
}

.login-container {
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
    background: #2a2a3b;
    padding: 30px 10px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    max-width: 400px;
    animation: fadeIn 0.8s ease-in-out;
}
.login-container h1 {
    color: #ffffff !important;
    font-size: 24px;
    margin-bottom: 15px;
}
.login-container p {
    font-size: 14px;
    color: #b0b0b0;
}
.btn-discord {
    background: #5865F2;
    color: white;
    border: none;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-discord:hover {
    cursor: not-allowed;
    background: #373a5f;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-brand {
    font-size: 25px !important
}

.navbar-toggler-icon {
    color: #fff !important
}

.btn {
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.btn-primary {
    background-color: #4400ff!important
}
.btn-secondary {
    background-color: #2C2F33 !important
}
.heading {
    padding: 190px 90px !important;
    color: #ffffff !important;
    background-position: bottom !important;
    background-size: 250% !important;
    background-repeat: no-repeat !important;
}
.heading3 {
    padding: 190px 90px !important;
    color: #ffffff !important;
    background: rgb(0, 0, 0) !important; /* Fondo semi-transparente */
    border-radius: 20px; /* Bordes redondeados */
    margin: 20px; /* Separación de los bordes */
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil */
}


.heading2 {

    color: #ffffff !important;

}
.title {
    line-height: 90px !important;
    margin-bottom: -2px !important;
    font-size: 36px !important
}
.title2 {
    line-height: 50px !important;
    margin-bottom: -2px !important;
    font-size: 25px !important
}
.title3 {
    padding: 190px 90px !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.5) !important; /* Fondo semi-transparente */
    border-radius: 20px; /* Bordes redondeados */
    margin: 20px; /* Separación de los bordes */
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil */
}

.subtitle {
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
}


.features {
    text-align: center !important;
    background-position: bottom !important;
    background-size: 200% !important;
    background-repeat: no-repeat !important;
}

.features .title {
    font-size: 40px !important;
    color: #ffffff !important;
    line-height: 70px !important;
}

.features .subtitle {
    font-size: 20px !important;
    color: #a2a8bd;
}

.features .card-body {
    text-align: left !important;
}

.features .card-title {
    margin: 0 0 -3px !important;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}


.card {
    border-radius: 5px !important;
    box-shadow: none !important;
}

.card-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #4400ff !important;
}

.statistics {
    text-align: center !important;
    padding-top: 300px !important;
}

.statistics .card-body{
    padding: 0 !important;
    height: 280 !important;
    width: 332 !important;
    max-height: 280 !important;
    max-width: 332 !important;
}

.statistics .title {
    font-size: 40px !important;
    color: #ffffff !important;
    line-height: 70px !important;
}

.statistics .subtitle {
    font-size: 20px !important;
    color: #a2a8bd;
}

.card.statistic {
    background: transparent !important;
    box-shadow: none !important;
    color: #f7f7f7 !important;
}


.page_end {
    background-image: url("../assets/wavy-light-by-nouridio.svg") !important;
    background-position: bottom !important;
    background-size: 200% !important;
    background-repeat: no-repeat !important;
}
.start {
    padding: 60px 50px !important
}

.start .card {
    background: transparent !important;
    color: #f6f9ff !important;
}

.features .card {
    background: #1D1E28;
    border-radius: 22px !important;
    border: 4px solid #4400ff;
}
.features .card-text {
color: rgba(255, 255, 255, 0.46) !important
}

.features .card-body {
    padding: 40px 40px 40px 30px !important;
}

.navbar-toggler-icon {
    color: #fff !important
}
.footer {
    text-align: center !important;
    padding: 5px 6px !important;
    color: #ecf2ff;
    padding: 30px 30px !important
}

.footer .nouridio {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 5px !important;
    letter-spacing: 0.15em !important;
    font-variant: small-caps !important;
}

.footer .nouridio a {
    color: #4400ff !important;
    text-decoration: none !important;
}

.footer .bot-footer {
    text-align: center !important;
    color: #a2a8bd !important
}