/* Theme Name: Portfólio - Noah Soldi Author: Noah Soldi Author URI: https://noahsoldi.com.br Year: 2026 */
/* ================================ RESET ================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cor-detalhes: #00e1ae;
    --cor-offwhite: #ccc;
    --cursor-pointer: url('images/pointer-fff.png'), pointer;
    --cursor-default: url('images/cursor-fff.png'), default;
    --fonte-grotesk: "Space Grotesk", sans-serif;
    /* --cor-detalhes: #00ffc5; */
}

.mb-sm {
    margin-bottom: 20px;
}

.mb-md {
    margin-bottom: 40px;
}

.mb-lg {
    margin-bottom: 60px;
}

.mb-xl {
    margin-bottom: 80px;
}

.mb-xxl {
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .mb-sm {
        margin-bottom: 15px;
    }

    .mb-md {
        margin-bottom: 30px;
    }

    .mb-lg {
        margin-bottom: 40px;
    }

    .mb-xl {
        margin-bottom: 60px;
    }

    .mb-xxl {
        margin-bottom: 90px;
    }
}

@media (max-width: 768px) {
    .mb-sm {
        margin-bottom: 10px;
    }

    .mb-md {
        margin-bottom: 20px;
    }

    .mb-lg {
        margin-bottom: 30px;
    }

    .mb-xl {
        margin-bottom: 40px;
    }

    .mb-xxl {
        margin-bottom: 60px;
    }
}



/* ================================ BASE ================================ */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Space Mono", monospace;
    color: #fff;
    overflow-x: hidden;
    background: #141414;
    /* background-image: linear-gradient(180deg, #141414 0%, #000000 100%); */
    line-height: 1.6;
    letter-spacing: 0.2px;
    /* cursor: var(--cursor-default); */
    overflow-x: hidden;
}

/* a,
button {
    cursor: var(--cursor-pointer);
} */

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

/* ================================ CONTAINER ================================ */
/* .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } */
/* ================================ TIPOGRAFIA ================================ */
h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: 1px;
}

h1 {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 80px;
    margin-bottom: 0;
    line-height: 1em;
    text-align: center;
}

h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    opacity: 0.7;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

h4 {
    font-size: 1.15rem;
    letter-spacing: 1px;
}

p {
    font-size: 1.05rem;
    display: block;
    line-height: 1.4em;
    /* max-width: 800px; */
}

/* ================================ BOTÃO ================================ */
.btn-primary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 1.05rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 32px;
    width: fit-content;
    border-radius: 12px;
    border: currentColor 1px solid;
    color: #ccc;
    transition: all 0.2s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.btn-outline:hover {
    color: var(--cor-detalhes);
}

.btn-link-icon {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #8c8c8c;
    font-weight: 700;
    transition: all 0.2s;
    font-size: 20px;
}

.btn-link-icon svg path {
    stroke: currentColor;
    transition: fill 0.2s;
}

.btn-link-icon:hover svg path,
.btn-link-icon:hover {
    color: #fff;
}


.wrap-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    pointer-events: all;
}


/* ================================ SEÇÕES ================================ */
#particles-js {
    position: fixed !important;
}

section {
    padding: 90px 0;
}

@media (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    section {
        padding: 50px 0 70px 0;
    }
}

#home {
    background: #141414;
}

#sobre {
    /* background: linear-gradient(180deg, #141414 0%, #1A1A1A 100%); */
    position: relative;
}

@keyframes flutuar {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(-15px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

#sobre .elemento {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: 2;
}


#sobre .elemento-mobile {
    width: 50%;
    margin-left: 15px;
}

#sobre .elemento-mobile svg {
    opacity: 0.45;
    animation: ledBlink 6s infinite;
    filter: drop-shadow(0 0 6px rgba(62, 109, 99, 0.3));
}

#sobre .elemento svg {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.45;
    animation: ledBlink 6s infinite;
    filter: drop-shadow(0 0 6px rgba(62, 109, 99, 0.3));
}

@keyframes ledBlink {

    /* estado normal */
    0% {
        opacity: 0.45;
    }

    /* piscada 1 */
    2% {
        opacity: 0.90;
    }

    4% {
        opacity: 0.45;
    }

    /* piscada 2 */
    6% {
        opacity: 0.80;
    }

    8% {
        opacity: 0.45;
    }

    /* piscada 3 */
    10% {
        opacity: 1;
    }

    12% {
        opacity: 0.45;
    }

    /* resto do tempo parado */
    100% {
        opacity: 0.45;
    }
}

/* #especialidades {
    background: linear-gradient(180deg, #1A1A1A 0%, #111111 100%);
} */

#projetos {
    /* background: linear-gradient(180deg, #111111 0%, #0c0c0c 100%); */
    position: relative;
}

@media (max-width: 991px) {
    #projetos {
        overflow-x: hidden;
    }
}

#contato {
    /* background-color: #141414; */
    /* background: linear-gradient(180deg, #0c0c0c 0%, #000000 100%); */
}

#contato ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: end;
    justify-content: center;
}

/* ================================ BANNER ================================ */
.banner {
    position: relative;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

.banner .conteudo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    pointer-events: none;
    font-family: "Space Mono", monospace;
    text-align: left;
}

.banner h1 {
    width: 100%;
    text-align: left;
    font-size: 90px;
    margin-bottom: -10px;
    text-transform: uppercase;
    line-height: 1.15em;
}

.banner h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1%;
    opacity: 1;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.1em;
    color: var(--cor-detalhes);
    font-family: var(--fonte-grotesk);
}

.banner p {
    font-family: var(--fonte-grotesk);
    letter-spacing: 2%;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}

@media (max-width: 768px) {
    .banner .conteudo {
        max-width: 380px;
        overflow: hidden;
    }

    .banner h1 {
        margin-bottom: 0;
    }
}

/* ================================ MENU LATERAL ================================ */

.menu-lateral {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 0;
    bottom: 0;
    padding: 0 30px 40px 30px;
    border-left: 1px solid rgba(204, 204, 204, 0.435);
    display: flex !important;
    align-items: flex-end;
    pointer-events: none;
}

.menu-lateral ul li a {
    width: 30px;
    height: auto;
    display: block;
    pointer-events: all;
}

.menu-lateral ul li a svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

.menu-lateral ul li+li {
    margin-top: 15px;
}

/* ================================ PADRÕES ================================ */
.section-title {
    display: block;
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    letter-spacing: -6%;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2em;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 19px;
    }
}

.section-title.verde {
    color: var(--cor-detalhes) !important;
}

/* ================================ DIVIDOR ELEMENTO CODE ================================ */
.divisor-elemento {
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 4%;
    top: -10%;
}

@media (max-width: 991px) {
    .divisor-elemento {
        top: 0;
        width: 65%;
        right: -4%;
    }
}

.divisor-elemento svg {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: auto;
}

/* ================================ ATUAÇÃO ================================ */
.atuacao-list li+li {
    margin-top: 12px;
}

.atuacao-list li {
    max-width: 700px;
    font-size: 1rem;
    position: relative;
}

.atuacao-list li::before {
    content: '>';
    color: var(--cor-detalhes);
    position: absolute;
    left: -15px;
    font-family: 'Space Mono', monospace;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ================================ HABILIDADES ================================ */

#especialidades {}

#especialidades .section-title {
    color: var(--cor-detalhes);
}

#especialidades .aba-habilidades .linha-abas {
    display: flex;
    gap: 30px;
    padding-bottom: 18px;
    padding-left: 9px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--cor-offwhite);
    justify-content: space-between;
}

@media (max-width: 991px) {
    #especialidades .aba-habilidades .linha-abas {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }
}

#especialidades .aba-habilidades .linha-abas button {
    background-color: transparent;
    color: #8d8d8d;
    letter-spacing: -2%;
    font-family: var(--fonte-grotesk);
    font-size: 22px;
    font-weight: 700;
    transition: color 0.2s;
    position: relative;
    padding: 0 10px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    #especialidades .aba-habilidades .linha-abas button {
        font-size: 18px;
    }
}

#especialidades .aba-habilidades .linha-abas button:hover {
    color: #fff;
}

#especialidades .aba-habilidades .linha-abas button:before {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--cor-detalhes);
    left: -9px;
    opacity: 0;
    font-weight: 700;
    transition: opacity 0.2s;
}

#especialidades .aba-habilidades .linha-abas button.ativo {
    color: var(--cor-detalhes);
}

#especialidades .aba-habilidades .linha-abas button.ativo:before {
    opacity: 1;
}

#especialidades .aba-habilidades .conteudo-aba,
#especialidades .aba-habilidades .conteudo-habilidades {
    font-size: 18px;
    color: #E6DB74;
    font-weight: 600;
    letter-spacing: 3%;
    padding-left: 35px;
}

@media (max-width: 991px) {

    #especialidades .aba-habilidades .conteudo-aba,
    #especialidades .aba-habilidades .conteudo-habilidades {
        padding-left: 15px;
        font-size: 15px;
    }
}

#especialidades .aba-habilidades .conteudo-habilidades {
    display: none;
}

#especialidades .aba-habilidades .conteudo-aba .branco {
    color: #fff !important;
}

#especialidades .aba-habilidades .conteudo-aba .azul {
    color: #66D9CE !important;
}

#especialidades .aba-habilidades .conteudo-aba .amarelo {
    color: #C9CC05 !important;
}

#especialidades .aba-habilidades .conteudo-habilidades.ativo {
    display: block;
}

/* ================================ PROJETOS ================================ */

.card-projeto {
    position: relative;
    z-index: 5;
}

.card-projeto .card-projeto__imagem {
    display: block;
    width: 230px;
    height: auto;
    margin-bottom: 25px;
}

.card-projeto .card-projeto__imagem img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.card-projeto h4 {
    color: #fff;
    display: block;
    font-family: var(--fonte-grotesk);
    line-height: 1.2em;
    letter-spacing: -3%;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-projeto .card-projeto__tags {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.card-projeto .card-projeto__tags span {
    color: #128D71;
    border: 1px solid #128D71;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: -5%;
    padding: 2px 8px;
    border-radius: 5px;
}

.card-projeto strong {
    font-size: 14px;
    display: block;
    line-height: 1.4em;
    color: var(--cor-detalhes);
    margin-bottom: 18px;
}

.card-projeto .card-projeto__assinatura,
.card-projeto .card-projeto__texto {
    font-family: var(--fonte-grotesk);
    line-height: 1.5em;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2%;
}

.card-projeto .card-projeto__texto {
    margin-bottom: 10px;
}

.card-projeto .card-projeto__assinatura {
    font-size: 14px;
    opacity: 60%;
    font-weight: 300;
    display: block;
    margin-bottom: 16px;
}

.card-projeto .btn-link-icon {}

/* ================================ FECHAMENTO ================================ */
.bl-fechamento {
    background: #f7f7f7;
}

.fechamento-list li {
    padding: 10px 0;
    max-width: 800px;
    font-size: 1rem;
}

/* ================================ SERVIÇOS ================================ */
.servicos-list li {
    padding: 10px 0;
    max-width: 700px;
    font-size: 1rem;
}

/* ================================ CONTATO ================================ */
.bl-contato {
    text-align: center;
    position: relative;
    z-index: 99999;
}

/* .bl-contato ul { margin-top: 60px; } */
.bl-contato ul li+li {
    margin-top: 30px;
}

.bl-contato ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    color: #fff;
    transition: color 0.2s;
}

.bl-contato ul li a:hover {
    color: var(--cor-detalhes);
}

.bl-contato p {
    margin: 0 auto 36px;
}

@media (max-width: 768px) {
    .bl-form-rdstation section {
        padding: 0 !important;
    }

    .bl-contato ul {
        margin-top: 30px;
    }
}

/* ================================ RESPONSIVO ================================ */
/* @media (max-width: 768px) { h1 { font-size: 2.2rem; } h2 { font-size: 1.2rem; } h3 { font-size: 1.6rem; } section { padding: 70px 0; } .banner { padding: 110px 0; } } */
/* ================================ GSAP SLIDER ================================ */
/* html, body { height: 100%; overflow: hidden; } .sections { position: relative; height: 100vh; width: 100%; } .panel { position: absolute; inset: 0; height: 100vh; width: 100%; background: #fff; visibility: hidden; will-change: transform; overflow-y: auto; } */
.editor {
    font-family: 'Space Mono', sans-serif;
}

.footer {
    padding: 32px 0;
    text-align: center;
    /* background: #000; */
    position: relative;
    z-index: 99999;
    border-top: 1px solid #eee;
}

/* ================================ INDICADOR LATERAL ================================ */
.section-indicator {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.section-indicator a {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: var(--cursor-pointer);
    transition: all 0.18s ease;
    position: relative;
}

.section-indicator:hover span,
.section-indicator.indicator-clean span,
.section-indicator a:hover span {
    opacity: 1;
}

.section-indicator a span {
    position: absolute;
    top: -5px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.2s;
    bottom: 0;
    color: #fff;
    line-height: 14px;
    /* background-color: #fff; */
    font-size: 13px;
    font-weight: 400;
    font-family: 'Space Mono', sans-serif;
}

.section-indicator a.active {
    background-color: #fff;
    /* transform: scale(1.3); */
}

.section-indicator a.active span {
    font-weight: 600;
    border-bottom: 1px solid var(--cor-detalhes);
    padding-bottom: 15px;
}

.section-indicator a:hover {
    transform: scale(1.2);
}

/* .section-indicator.indicator-clean button { border-color: #fff !important; } .section-indicator.indicator-clean button span { color: #fff !important; } .section-indicator.indicator-clean button.active { border-color: #fff !important; background-color: #fff !important; } */
@media (max-width: 991px) {
    .section-indicator {
        top: 70px;
    }

    .banner .conteudo h1 {
        font-size: 70px;
    }

    /* .banner .conteudo p { width: 100%; } */
}

/* ================================ LISTA DE IDIOMAS =============================== */
.lista-idiomas {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lista-idiomas a {
    display: block;
    width: 30px;
}

.lista-idiomas a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* ================================ TERMINAL MAC =============================== */
.mac-terminal {
    max-width: 100%;
    /* max-width: 800px; */
    background-color: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    font-family: "SF Mono", Menlo, Consolas, monospace;
}

@media (max-width: 991px) {
    .mac-terminal {
        max-width: 100%;
    }
}

.mac-terminal-header {
    display: flex;
    gap: 8px;
    padding: 10px;
    background-color: #2c2c2c;
}

.mac-terminal-header .btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.mac-terminal-header .red {
    background-color: #ff5f56;
}

.mac-terminal-header .yellow {
    background-color: #ffbd2e;
}

.mac-terminal-header .green {
    background-color: #27c93f;
}

.mac-terminal-body {
    padding: 10px 60px 50px 40px;
    /* color: #e5e5e5; */
    /* color: #49f258; */
    /* color: var(--cor-detalhes); */
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
}

@media (max-width: 991px) {
    .mac-terminal-body {
        font-size: 14px;
        padding: 8px 15px 30px 15px;
    }
}

.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1.5s steps(1) infinite;
    /* color: var(--cor-detalhes); */
    color: #fff;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@media(max-width: 991px) {}

@media(max-width: 768px) {}

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: block;
}

@media (max-width: 768px) {
    .hidden-desktop {
        display: block !important;
    }

    .hidden-mobile {
        display: none !important;
    }

}
