* {
    margin: 0;
    padding: 0;
    font-family: montserrat, sans-serif;
    text-decoration: none;
    list-style: none;
    --text-color: #fff;
    /* Texto principal en blanco */
    --main-color: #16171a;
    /* Fondo principal en gris oscuro */
    --contrast-color: #521A7B;
    /* Color de contraste en morado */
    --second-color: #131415;
    /* Segundo color en gris oscuro más profundo */
    --accent-color: #7289da;
    /* Acento en azul Discord (opcional) */
    --highlight-color: #2e3338;
    /* Color de resaltado (opcional) */
    --active-icon-color: #43b581;
    /* Iconos activos (opcional) */
    --inactive-icon-color: #747f8d;
    /* Iconos inactivos (opcional) */
    --error-color: #f04747;
    /* Color de error (opcional) */
    --success-color: #43b581;
    /* Color de éxito (opcional) */
}

body {
    color: var(--text-color);
    background-color: var(--main-color)
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Para que esté detrás del contenido */
}

.column {
    flex: 1
}

.show {
    opacity: 1;
    filter: blur(0px);
}

.content1-header {
    display: flex;
    margin-top: 15%;
    display: flex;
    justify-content: center;
}

.content1-header-text12 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px
}

.content1-header-text12 .letter {
    display: inline-block;
    line-height: .5em
}

.content1-text1 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .06em
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.Btn-hero {
    background-color: var(--contrast-color);
    border: solid 1px var(--contrast-color);
    color: #fff;
    font-size: 18px;
    padding-left: 100px;
    padding-block: 10px;
    padding-inline: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 5%;
    transition: .3s;
    margin-right: 10px
}

.Btn-hero:hover {
    transform: translateY(5px);
    box-shadow: 0 5px 10px #0e0f11
}

.btn-text {
    display: flex;
    justify-content: center;
    align-items: center
}

.ri-discord-fill {
    width: 20px;
    display: flex;
    font-size: 35px;
    margin-left: 8px;
    transition: all .3s
}

.ri-shopping-cart-2-fill {
    width: 20px;
    display: flex;
    font-size: 35px;
    margin-left: 8px;
    transition: all .3s
}

.section-3 {
    position: relative;
    top: 160px;
    display: block;
    padding: 55px;
    background-color: var(--contrast-color)
}

.info-sections {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap
}

.info-box {
    margin-inline: 12.5rem;
    opacity: 1;
}

.info-number {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.info-text {
    font-size: 18px;
    font-weight: 300
}

.section-5 {
    position: relative;
    top: 760px;
    background-color: var(--second-color);
    padding-top: 100px;
    padding-bottom: 70px
}

.category-header-title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--contrast-color);
    font-weight: 500
}

.caterogy-title {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 45px;
    font-weight: 650;
    margin-bottom: 30px;
    margin-top: 50px
}

.caterogy-text {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
    color: var(--contrast-color)
}

.category-section-1,
.category-section-2,
.category-section-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.category-title {
    display: flex;
    justify-content: center
}

.section-5 .category-box1,
.section-5 .category-box2,
.section-5 .category-box3 {
    /* Empiezan desplazadas hacia abajo */
    transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
    margin-inline: 20px;
    max-width: 500px;
    max-height: 300px;
    border-radius: 20px;
    font-size: 20px;
    box-shadow: 0 5px 10px #0e0f11;
    margin-bottom: 25px;
    opacity: 1;
    cursor: pointer;
    transition: transform 1s ease, filter 0.3s ease, background-color 0.3s ease;
}

.category-box1:hover,
.category-box2:hover,
.category-box3:hover {
    transform: translateY(-10px);
    background-color: purple;
    /* Cambia el color al púrpura al pasar el mouse */
}

.category-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hwid-category {
    position: absolute;
    right: 1440px;
    padding-bottom: 40px;
}

.category-box1 span {
    position: absolute;
    top: 100px;
    left: 200;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.section-4 {
    position: relative;
    top: 1000px;
    display: block;
    margin-top: 120px;
}


.section-4-header {
    position: relative;
    bottom: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--contrast-color);
    font-size: 30px;

}

.section-4-body {
    position: relative;
    bottom: 160px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 500
}

.section-4-description {
    position: relative;
    bottom: 160px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--contrast-color);
    text-align: center
}

.icon-section {
    position: relative;
    bottom: 80px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 100px;
    transition: .3s
}

.legal {
    padding-bottom: 100px;
}

.legal-body {
    position: relative;
    top: 3px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 500
}

.legal-header span {
    position: relative;
    top: 6px;
    bottom: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--contrast-color);
    font-size: 30px;
}

.legal-description {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--contrast-color);
    text-align: center
}

.socials {
    display: flex;
    justify-content: center
}
@media (max-width: 657){
    .icon-section{
        flex-direction: column;
    }
}

.tiktok-icon {
    max-width: 90px;
    cursor: pointer;
    transition: .3s
}

.tiktok-icon:hover {
    transform: scale(1.1)
}

.discord-icon {
    padding-left: 40px;
    max-width: 90px;
    cursor: pointer;
    transition: .3s;
    margin-inline: 3rem
}

.youtube-icon {
    max-width: 118px;
    cursor: pointer;
    transition: .3s;
    padding-left: 30px;
}

.youtube-icon:hover {
    transform: scale(1.1);
}

.discord-icon:hover {
    transform: scale(1.1)
}

.footer-logo span {
    padding-top: 20px;
    position: relative;
    right: 5px;
}

.test {
    animation-name: bounceText;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes bounceText {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.legal {
    background: #131415;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.legal-header,
.legal-body,
.legal-description {
    color: var(--contrast-color);
    font-size: 24px;
    margin: 20px 0;
}

.legal-terms {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.legal-box {
    margin: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--second-color);
    width: 60px;
    height: 60px;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px #0e0f11;
    transition: transform 0.8s;
}

.legal-box:hover {
    transform: translateY(-10px);
}

.LegalText {
    font-size: 18px;
    font-weight: 500;
    color: var(--contrast-color);
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .legal-terms {
        flex-direction: column;
    }
}

.payment {
    background: #131415;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.payment-methods{
    display: flex;
    flex-direction: row;
}

.payment-logos {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 20px 0;
}

.payment-logos img {
    max-width: 40px;
    transition: transform 0.5s ease;
    margin: 0 7px;
}

.payment-text {
    font-size: 24px;
    color: var(--contrast-color);
    margin: 20px 0;
}

.methods {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    color: var(--text-color);
    font-size: 18px;
}



@media (max-width: 768px) {
    .payment-logos {
        flex-direction: column;
    }

    .methods{
        font-size: 16px;
    }

    .payment-text {
        font-size: 20px;
    }
    
}
@media (max-width: 748px){
    .section-4-body, .section-4-description{
        margin: 90px;
    }
    .caterogy-text, .caterogy-title{
        margin: 90px;
    }
}

.payment-logos img:hover {
    transform: translateY(-8px);
}

.valorantimg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sellix-section.section-container--simple-global-y16jvo3kjv7 {
    padding-left: 100px;
    position: relative;
    padding-top: 60px;
    top: -1924px;
    background-color: var(--main-color);
}

.y16jvo3kjv7__container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

@media (max-width: 768px) {
    .y16jvo3kjv7__container {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .y16jvo3kjv7__container {
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.y16jvo7ege1__container {
    padding: 60px 0px 60px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .y16jvo7ege1__container {
        padding: 30px 0px 30px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .y16jvo7ege1__container {
        padding: 30px 0px 30px 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.y16jvo7ege1__title {
    padding-bottom: 80px;
    padding-left: 790px;
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
}

.y16jvo7ege1__subtitle {
    color: #A2AAB4;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 768px) {
    .y16jvo7ege1__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .y16jvo7ege1__subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
}

@media (max-width: 640px) {
    .y16jvo7ege1__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }

    .y16jvo7ege1__subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
}

.block-title__title::after {
    content: "";
    display: block;
    height: 1.5rem;
    width: 1px;
    background-color: var(--black2);
    margin-left: 1.5rem;
}

.y16jvo7ege1__title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
}

.y16jvo7ege1__container {
    padding: 60px 0px 60px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.block-title__container {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: 60px;
}

.y16jvo7ege1__subtitle {
    color: #A2AAB4;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.block-title__subtitle {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    color: var(--lightFontColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}




.text-white {
    
    color: #8f12fc; /* Puedes definir el color de texto aquí en lugar de usar variables */
}

.h-6 {
    height: 2.2rem;
    padding-bottom: 14px;
    width: 2.5rem; /* Asegura que el icono tenga un tamaño adecuado */
}

.main-features {
    max-width: 30%;
    padding: 20px;
    box-sizing: border-box;
}

/* Estilos de cada sección */
.section-feature1 {
    background-color: var(--second-color);
    border-radius: 20px;
    margin: 10px; /* Margen entre secciones */
    padding: 20px; /* Espaciado interno */
    text-align: center; /* Centrar el contenido */
    box-sizing: border-box;
}

.logo-feature1 img {
    max-width: 100%; /* Asegurar que la imagen no sobresalga del contenedor */
    margin-bottom: 10px; /* Margen inferior para separar la imagen del texto */
}



.py-12{
    margin-top: 400px;
}
@media (min-width: 640px){
    .py-12{
        padding-left: 1.5rem;
    padding-right: 1.5rem
    }
}
.mt-16{
    padding-top: 40px;
}
.font-bold {
    font-weight: 700;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.max-w-7xl {
    max-width: 80rem;
}

.text-blue-500 {
    font-size: 30px;
    --tw-text-opacity: 1;
    color: var(--text-color);
}
.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.shadow-heavy {
    --tw-shadow: 2px 2px 24px rgba(0,0,0,0.5);
    --tw-shadow-colored: 2px 2px 24px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.p-5 {
    padding: 1.25rem;
}
.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 20 20/var(--tw-bg-opacity));
}
.rounded-xl {
    border-radius: 0.75rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.max-w-7xl {
    max-height: 20rem;
    max-width: 40rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
