@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Syncopate:wght@400;700&display=swap');

.syncopate-regular {
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Fundo e cores principais */


.syncopate-bold {
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* Fundo e cores principais */

body {}

.section-box {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        url('../img/indexbg.webp') center / cover no-repeat,
        #000;
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.section-box-open2 {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        var(--Gradient-Background,
            url('../img/home50.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.section-box-open {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        var(--Gradient-Background,
            url('../img/sb_nbg.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.section-box-index {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    /*background:
    var(--Gradient-Background,
        url('../img/bgr62.png') center / cover no-repeat,
        #000);*/
        background:
        var(--Gradient-Background,
            url('../img/bg_gr6.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.section-box-open-kids {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        var(--Gradient-Background,
            url('../img/kids-bg.png') center / cover no-repeat);

    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.section-box-open-queen {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        var(--Gradient-Background,
            url('../img/bg-quad.png') center / cover no-repeat);

    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.section-box-open-tech {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        var(--Gradient-Background,
            url('../img/bg-green.png') center / cover no-repeat);

    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bg-text {

    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../img/sb-bg.png') no-repeat center;
    background-size: contain;
    /* ou cover, conforme necessidade */
    background-position: top;
    width: 100%;
    height: 100vh;
    /* Ou outro valor proporcional ao conteúdo */

}

.bg-text-kids {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../img/quad-bg.png') no-repeat center;
    background-size: contain;
    /* ou cover, conforme necessidade */
    background-position: top;
    width: 100%;
    height: 100vh;
    /* Ou outro valor proporcional ao conteúdo */
}

.bg-text-queen {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('../img/boxy-text.png') no-repeat center;
    background-size: contain;
    /* ou cover, conforme necessidade */
    background-position: top;
    width: 100%;
    height: 100vh;
    /* Ou outro valor proporcional ao conteúdo */
}

/* Logotipo centralizado */
.logo {
    width: 80px;
    margin: 0 auto;
}

/* Título e subtítulo */
.title,
.subtitle {
    color: #FFFFFF;
    font-family: Syncopate;
}

.subtitle {
    font-size: 1.3rem;
    color: #b0a4ff;
    margin-bottom: 20px;
}

/* Links de navegação */


/* Estilo para a seção de descrição */
.description {
    color: #d3d3d3;
    margin: 20px auto;
    max-width: 300px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
}

/* Caixa de Prêmios e Info com ícones */
.icon-box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.icon-box a {
    color: #FFFFFF;
    margin: 0 10px;
    font-size: 1.1rem;
    text-align: center;
}

/* Botão Abrir Box */


.btn-abrir-box {
    background: linear-gradient(90deg, #A574F9, #23D5AB);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    padding: 12px;
    border-radius: 8px;
    font-size: 1.2rem;
    display: inline-flex;
    /* Use inline-flex para alinhar ao centro */
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.icon-coin {
    color: #FFD700;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {


    .title {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .btn-abrir-box {
        font-size: 1rem;
        padding: 10px;
    }
}

/* Fundo e cores principais */
body {
    background-color: #141414;
    color: #d3d3d3;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


/* Botão Voltar */
.back-button {
    position: absolute;
    left: 1rem;
    color: #FFFFFF;
    font-size: 1rem;
    text-decoration: none;
}

.back-button:hover {
    color: #b0a4ff;
}

/* Logo centralizada */
.logo-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo {
    width: 80px;
}


.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo {
    height: 80px;
    /* Tamanho desejado da logo */
    max-height: 80px;
    /* Força o limite superior de altura */
    width: auto;
    /* Mantém a proporção */
    display: block;
    /* Remove o espaçamento adicional */
}

.logo {
    object-fit: contain;
    /* Garante que a imagem se ajuste dentro do espaço sem cortar */
}

.box-misterio {
    height: 10px;
    /* Tamanho desejado da logo */
    max-height: 10px;
    /* Força o limite superior de altura */
    width: auto;
    /* Mantém a proporção */
    display: block;
    /* Remove o espaçamento adicional */
}

.box-misterio {
    object-fit: contain;
    /* Garante que a imagem se ajuste dentro do espaço sem cortar */
}

.text-primary {
    color: var(--white, #FFF);
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 154.836%;
    /* 24.774px */
    letter-spacing: 0.48px;
}

.box-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    /* Ajuste conforme o layout desejado */
    max-width: 900px;
    /* Limite de largura para centralizar melhor */
}

.box-open {
    width: 50%;
    position: relative;
    z-index: 1;
}

.head-box {
    position: absolute;
    top: 27%;
    /* Ajuste para alinhar corretamente */
    left: 35%;
    transform: translate(-50%, -15%);
    /* Centraliza e ajusta a posição vertical */
    width: 61%;
    /* Ajuste o tamanho conforme necessário */
    z-index: 2;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Ajuste a altura conforme necessário */
    }

    100% {
        transform: translateY(0);
    }
}

.float {
    animation: float 3s ease-in-out infinite;
    /* Tempo de animação e repetição */
}

.float2 {
    animation: float 4s ease-in-out infinite;
}

.poligon-btn {
    /*background-color: black;*/
}

.btn-abrir-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: url('img/Polygon.svg') no-repeat center;
    background-size: contain;
    width: 200px;
    /* Ajuste conforme necessário */
    height: 60px;
    /* Ajuste conforme necessário */
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.icon-coin {
    font-size: 1rem;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.open-text-box {
    color: white;
    font-size: 14px;
    font-family: Syncopate;
    font-weight: 700;
    letter-spacing: 1.40px;
    word-wrap: break-word
}

.border-bottom {
    border-bottom: 1px solid;
}

.custom-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1b1b1b;
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7590A4;
    font-size: 14px;
}

.footer-item svg {
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
    fill: #7590A4;
}

.footer-item span {
    color: #7590A4;
    /* Cor do texto */
    font-weight: 500;
}

.custom-card {
    background-color:#141414;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-icon {
    width: 40px;
}

.header-info {
    text-align: right;
}

.tokens,
.date {
    margin: 0;
    font-size: 14px;
}

.token-icon {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.divider {}

.delivery-info {
    font-size: 12px;
    margin-bottom: 10px;
}

.delivery-title {
    font-weight: bold;
    color: #c2d8e8;
}

.product-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.image {
    margin-right: 10px;
}

.product-details {
    text-align: left;
}

.product-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.product-description {
    font-size: 14px;
    color: #c2d8e8;
}

.problem-button {
    background: none;
    border: 1px solid #f29aac;
    border-radius: 8px;
    color: #f29aac;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.receipt-card {
    background:
        var(--Gradient-Background,
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('../img/background.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.token-icon {
    width: 30px;
}

.tokens {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
}

.date {
    font-size: 14px;
    color: #b2c6d8;
}

.divider {}

.payment-info {
    font-size: 14px;
    margin-bottom: 20px;
}

.payment-amount {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0;
}

.payment-icon {
    width: 20px;
    margin-right: 5px;
}

.payment-method {
    color: #b2c6d8;
    font-size: 12px;
}

.receipt-button {
    background: none;
    border: 1px solid #b2c6d8;
    border-radius: 8px;
    color: #b2c6d8;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}



.back-button {
    color: #fff;
    font-weight: bold;
}

.logo-container .logo {
    height: 40px;
    margin: auto;
}

/* Cards */
.custom-card {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info .tokens,
.header-info .date {
    color: #9c9c9c;
    font-size: 12px;
}

.divider {}

.delivery-info {
    margin-bottom: 10px;
}

.delivery-info .delivery-title {
    font-weight: bold;
    color: #fff;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
}

.problem-button {
    background-color: #ff4747;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
}

/* Footer */


.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.footer-item svg {
    margin-bottom: 5px;
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    padding: 20px;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo {
    height: 50px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
    margin: 20px 0 10px;
}

.activity {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: linear-gradient(90deg, #1a1a1a, #2a2a2a);
    border-radius: 10px;
}

.icon img {
    width: 40px;
    height: 40px;
}

.details {
    flex: 1;
}

.description {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.description .highlight {
    color: #5ee1ff;
    font-weight: bold;
}

.time {
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 5px;
}

.last-days {
    color: white;
    font-size: 16px;
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 24.77px;
    letter-spacing: 0.48px;
    word-wrap: break-word
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.profile-section {
    padding: 20px;
}

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.logo {
    height: 50px;
}

.profile-title {
    font-size: 24px;
    font-weight: bold;
}

.tab-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tab {
    font-size: 16px;
    color: #7590A4;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.tab.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-form label {
    font-size: 14px;
    color: #7590A4;
}

.profile-form input,
.profile-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7590A4;
}

.profile-form input::placeholder {
    color: #757575;
}

.profile-form input:focus,
.profile-form select:focus {
    outline: none;
    border-bottom: 1px solid #5ee1ff;
}

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: #1a1a1a;
}

footer .footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7590A4;
    font-size: 12px;
}

footer .footer-item.active {
    color: #5ee1ff;
}

footer .footer-item svg {
    margin-bottom: 5px;
}

.title-all {
    color: white;
    font-size: 22px;
    font-family: Syncopate;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    word-wrap: break-word
}

.box-s {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar {
    position: fixed;
    width: 100%;
    background-color: black;
}

.footer-item-selected {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.img-hover {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* Suaviza transformação e opacidade */
}

.img-hover:hover {
    transform: scale(1.1);
    /* Aumenta ligeiramente o tamanho da imagem */
    opacity: 0.9;
    /* Deixa a imagem um pouco mais transparente no hover */
}

.nav-bar-menu-bg {

    background-size: cover;
    background-position: center;
}

.nav-text {
    color: #FFF;
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
}

.nav-text-back {
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-left: 15px;
    /* 87.5% */
}

/* Remove bordas arredondadas */
.modal,
.modal-content {
    border-radius: 0 !important;
}

/* Background do modal com SVG */
.modal-bg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="393" height="345" viewBox="0 0 393 345" fill="none"%3E%3Cpath d="M0 34.5V345H393L393.5 29.5L364 0H34.5L0 34.5Z" fill="black"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
}

.title-modal-card {
    font-family: Syncopate;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
    background: var(--Text-Gradient-Background, linear-gradient(97deg, #85D6EC 27.37%, #F2B8F9 72.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.card-token {
    display: flex;
    width: 333px;
    padding: 40px 25px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    border: 1px solid #000;
    background:
        var(--Gradient-Background,
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('../img/background.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
}

.tokens-text-buy {
    color: #FFF;
    font-family: Syncopate;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
}

.tokens-text-buy2 {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.48px;
}

.buy-text-span {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    align-items: right;
}

.payment-select {
    color: #AFC8DA;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.radio {
    border-radius: 9px;
    background-color: lightgray -6.409px -15.179px / 598.639% 366.667% no-repeat;
    flex-shrink: 0;
}

.radio-text {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.bg-icon-box1 {
    background:
        url('../img/sb-bg.png') center / cover no-repeat,
        #000;
}

.button-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 55px;
    cursor: pointer;
}

.poligon-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    /* Ajusta conforme necessário */
    padding: 0 10px;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    z-index: 1;
}

.button-text {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.button-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.button-icon img {
    width: 20px;
    /* Ajusta conforme o tamanho do ícone */
    height: 20px;
}

.button-value {
    font-size: 16px;
    font-weight: bold;
}
