* {
    margin: 0;
    padding: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: 0.1em;
    transition: 0.5s ease-in-out;
}
html {
    scroll-behavior: smooth;
}

:root {
    --emphasis-color: #4f46e5;
    --emphasis-color-hover: #818cf8;
    --primary-color: #0c0c0c;
    --secondary-color: #f5f5f5; 
    --tertiary-color: #a1a1a1;
    --optional-primary-color: #222222;
    --optional-secondary-color: #dcdcdc;
    --galery-color: #080808;
    --wt-color: #ffffff;
    --header-height: 40px;
}









body {
  padding-top: var(--header-height);
}
::selection {
    color: var(--primary-color);
    background-color: var(--optional-secondary-color);
}
.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.center {
    align-items: center;
}
.column {
    flex-direction: column;
}
.wrap {
    flex-wrap: wrap;
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* HEADER */

.logo_header {
    width: 600px;
    max-width: 80%;
    fill: var(--optional-secondary-color);
    padding-bottom: 2em;
}

.logo_header:hover {
    fill: var(--emphasis-color);
    transform: scale(1.1);
}

header {
    background-color: var(--emphasis-color);
    font-size: 0.8em;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2000;
      backdrop-filter: blur(10px);
}
nav {
    margin: 0 auto;
    
}
nav li {
    list-style: none;
    display: inline;
    font-weight: bold;
}

nav li a {
    text-decoration: none;
    padding: 1em;
    color: var(--secondary-color);
}

nav li a:hover {
    color: var(--emphasis-color-hover);
    letter-spacing: .2em;
}
.hamburger{
    display:none;
    flex-direction:column;
    gap:5px;
    background:none;
    border:0;
    cursor:pointer;
}

.hamburger span{
    width:25px;
    height:3px;
    background:var(--secondary-color);
    display:block;
}
#menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    backdrop-filter:blur(4px);
    opacity:0;
    pointer-events:none;
    transition:.3s;
    z-index:1500;
}

#menu-overlay.active{
    opacity:1;
    pointer-events:auto;
}

/* APRESENTAÇÃO */
.degrade {
     background:
    radial-gradient(circle at 20% 10%, rgba(79,70,229,0.18), transparent 35%),
    radial-gradient(circle at 80% 90%, rgba(129,140,248,0.14), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%),
    #0C0C0C;
}

.apresentacao {
    padding-top: 6em;
    padding-bottom: 6em;
}
.apresentacao_conteudo img {
    margin-bottom: 1em;
    width: 300px;
}
.apresentacao_conteudo h1 {
    color: var(--secondary-color);
    text-align: center;
    font-size: 3em;
    font-family: "Exo 2";
}
.apresentacao_conteudo span {
    color: var(--emphasis-color);
    font-style: italic;
    font-family: "Exo 2";
}
.apresentacao_conteudo p {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin-top: 2em;
    color: var(--tertiary-color);
}
.apresentacao .whatsapp {
    margin-top: 3em;
}

.apresentacao .whatsapp :hover {
    transform: scale(1.2);
}
.designer {
    opacity: 0.5;
}
.call {
    margin-top: 5em;
    width: 565px;
    justify-content: space-between;
}
.call_planos {
    width: 320px;
    margin: 0 auto;
    padding-top: 5em;
}
.proposta_diferente {
    color: var(--tertiary-color);
    text-align: center;
    margin-top: 5em;
    margin-bottom: -2em;
}
.call_footer {
    margin: 0 auto;
    margin-top: 5em;
    width: 565px;
}
.btn_whats,
.btn_projetos,
.btn_email {
    text-decoration: none;
    padding: 2em;
    font-weight: bold;
    border-radius: 10px;
    margin: 1em;
    font-family: "Exo 2";
}
.btn_whats {
    background-color: var(--emphasis-color);
    color: var(--secondary-color);
}
.btn_whats:hover {
    background-color: var(--emphasis-color-hover);
    color: var(--emphasis-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.btn_projetos, .btn_email {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.btn_projetos:hover, .btn_email:hover {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
}

.galery {
    background-color: var(--galery-color);
    padding-top: 5em;
    padding-bottom: 6em;
}
.filters {
    margin-top: 5em;
    margin-bottom: 2em;
}
.filters button {
    width: 33%;
    background-color: var(--galery-color);
    border: none;
    color: var(--tertiary-color);
    font-weight: bold;
    padding: 2em;
    letter-spacing: 0.3em;
    font-size: 1em;
    font-family: "Exo 2";
    border-radius: 10px;
}
.filters button:hover {
    background-color: var(--emphasis-color-hover);
    color: var(--emphasis-color);
}
.filters button.active {
    color: var(--secondary-color);
    background-color: var(--emphasis-color);
}

.projects {
    flex-wrap: wrap;
    justify-content: space-around;
}

.project {
    cursor: pointer;
    width: 300px;
    max-width: 90%;
    height: 500px;
    margin: 1em;
    overflow: hidden;
    position: relative;
}

.iv01,
.iv02,
.iv03,
.design01,
.design02,
.design03,
.ilustra01,
.ilustra02,
.ilustra03 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.iv01 {
    background-image: url(../img/projetos/iv/iv_01/01.webp);
}
.iv02 {
    background-image: url(../img/projetos/iv/iv_02/01.webp);
}
.iv03 {
    background-image: url(../img/projetos/iv/iv_03/01.webp);
}

.design01 {
    background-image: url(../img/projetos/dsgn/dsgn_01/01.webp);
}
.design02 {
    background-image: url(../img/projetos/dsgn/dsgn_02/01.webp);
}
.design03 {
    background-image: url(../img/projetos/dsgn/dsgn_03/01.webp);
}

.ilustra01 {
    background-image: url(../img/projetos/ilustracao/i1/01.webp);
}
.ilustra02 {
    background-image: url(../img/projetos/ilustracao/i2/01.webp);
}
.ilustra03 {
    background-image: url(../img/projetos/ilustracao/i3/01.webp);
}

.iv01:hover,
.iv02:hover,
.iv03:hover {
    transform: scale(1.05);
}

.box {
    color: var(--tertiary-color);
    font-size: 0.8em;
    padding-top: 30%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    inset: 0;
}

.box:hover {
    opacity: 1;
}

.pricing {
    padding: 80px 20px;
}

.pricing-container {
    padding-top: 2em;
    max-width: 1100px;
    margin: auto;
    gap: 30px;
    align-items: start;
    justify-content: center;
}

.card, .personalizado {
    background: var(--optional-primary-color);
    color: var(--secondary-color);
    width: 400px;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px var(--optional-secondary-color) solid;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-family: "Exo 2";
}

.price {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.pricing span, .personalizado span {
    color: var(--tertiary-color);
    font-style: italic;
    font-size: 0.6em;
}

.subtitle {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 25px;
    opacity: 0.8;
}

.card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.8;
}
.card li {
    margin-top: 1em;
}
.deadline {
    padding-top: 1em;
    border-top: 1px var(--optional-secondary-color) solid;
    margin-top: 50px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 4em;
    margin-bottom: 1em;
    font-weight: bold;
}
.n_inclui {
    padding-bottom: 2em;
}
.n_inclui li {
    opacity: 0.4;
    font-style: italic;
}
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

/* CARD DESTACADO */
.featured {
    background: var(--secondary-color);
    color: var(--optional-primary-color);
    padding-bottom: 5em;
}

.card .subtitle {
    opacity: 0.4;
}

.featured h2,
.featured h4,
.essencial h4,
.essencial h2 {
    text-transform: uppercase;
    font-family: "Exo 2";
}
.featured .btn, .btn {
    background-color: var(--emphasis-color);
    color: var(--secondary-color);
}

.featured .btn:hover, .btn:hover {
    background-color: var(--emphasis-color-hover);
    color: var(--emphasis-color)
}
.featured h4,
.essencial h4,
.personalizado h4 {
    margin-top: 2em;
    font-family: "Exo 2";
}
.featured li,
.essencial li {
    font-size: 0.8em;
}


.personalizado {
    background-color: var(--optional-primary-color);
    color: var(--secondary-color);
}
.personalizado h2, .btn {
    text-transform: uppercase;
    font-family: "Exo 2";
}
.personalizado h2 {
    border-bottom: 1px solid var(--tertiary-color);
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.description {
    margin-top: 2em;
    margin-bottom: 3em;
}

.description span {
    color: var(--secondary-color);
    font-style: italic;
    font-weight: bold;
}
.description pre {
    color: var(--tertiary-color);
    font-size: 0.8em;
    margin-top: 1em;
    text-align: center;
}
.box p {
    color: var(--secondary-color);
    font-size: 0.8em;
    text-decoration: underline;
}

.modal {
    margin: 0 auto;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal.show {
    display: flex;
}

.modal-content {
    width: 1200px;
    max-width: 80vw;
    height: 90vh;
    background: #111;
    position: relative;
    overflow: auto;
    border-radius: 20px;
    border: 5px solid var(--emphasis-color);
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 90px;
    background-color: black;
    border-radius: 10px;
    padding-left: 5px;
    padding-bottom: 80px;
    color: var(--secondary-color);
    opacity: 0.8;
    pointer-events: none;

    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
}
#closeModal {
    position: fixed;
    top: 65px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: var(--tertiary-color);
    cursor: pointer;
    background-color: var(--emphasis-color);
    color: var(--secondary-color);
    border-radius: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
}

/* esconde scrollbar do modal */
.modal-content::-webkit-scrollbar {
    width: 0;
}

.modal-content {
    scrollbar-width: none; /* Firefox */
}

.metodo {
    padding-bottom: 5em;
    padding-top: 5em;
    background-color: var(--galery-color);
}
.metodo_conteudo {
    border-top: 1px solid var(--optional-primary-color);
    padding-top: 5em;
}

.testimonials h1, 
.artista h1,
.metodo h1,
.galery h1,
.pricing h1 {
    font-size: 3em;
    text-align: center;
    color: var(--emphasis-color);
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: "Exo 2";
    font-style: italic;
}
.metodo h1 {
    color: var(--secondary-color);
}
.testimonials span,
.metodo span,
.galery span {
    display: block;
    text-align: center;
    font-size: 1em;
    width: 600px;
    max-width: 80%;
    margin: 0 auto;
    color: var(--tertiary-color);
}
.perfil {
    margin: 0 auto;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 20px;
    max-width: 80%;
    padding-top: 8em;
    padding-bottom: 8em;
}
.perfil pre {
    font-size: .8em;
    font-style: italic;
    color: var(--tertiary-color);
    font-family: "Exo 2";
    padding: 1em;
}
.texto_perfil {
    width: 600px;
    max-width: 80%;
}
.artista h1 {
    color: var(--emphasis-color);
    font-style: italic;
    padding-bottom: .5em;
}
.artista img {
    border-radius: 50%;
    width: 200px;
    max-width: 80%;
    margin-right: 3em;
    border: 5px solid rgba(255,255,255,.15);
}
.artista span {
    font-size: 2em;
    font-family: "Exo 2";
    font-weight: 900;
    margin-bottom: 2em;
    color: var(--secondary-color);
    font-weight: 600;
    max-width: 80%;
}
.artista p {
    color: var(--tertiary-color);
    margin-top: 2em;
    font-size: 1em;
    font-family: "Exo 2";

}

.itens_acordion {
    margin-top: 3em;
}

details {
    border-bottom: 1px var(--optional-primary-color) solid;
    padding-bottom: 2em;
}
details::details-content {
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    height: 0;
    opacity: 0;
}

details[open]::details-content {
    height: auto; /* Ou um valor específico */
    opacity: 1;
}
summary {
    color: var(--secondary-color);
    font-size: 1.2em;
    margin-top: 2em;
    cursor: pointer;
    font-family: "Exo 2";
}
details p {
    font-style: italic;
    margin-left: 3em;
    margin-top: 1em;
    color: var(--tertiary-color);
}

.logos {
    padding: 80px 0;
    border-bottom: 1px var(--primary-color) solid;
}
.logos h1 {
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 1em;
    font-family: "Exo 2";
    max-width: 80%;
    margin: 0 auto;
}
.logos p {
    color: var(--tertiary-color);
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.logos__viewport {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid var(--emphasis-color);
    padding-top: 5em;
}

.logos__track {
    display: flex;
    gap: 80px;
    align-items: center;
    width: max-content;
    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
    margin-top: 5em;
}

.logos__track img {
    height: 100px;
    opacity: 0.8;
    filter: grayscale(100%);
    transition: 0.3s;
}

.logos__track img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.3);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.logos__track {
    animation-duration: 50s; /* mais alto = mais lento */
}
.logos__viewport {
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}
.logos__viewport:hover .logos__track {
    animation-play-state: paused;
}
.contato {
    background-image: url(../img/setup.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    background-size: cover;
    text-align: center;
    padding-top: 12em;
    padding-bottom: 15em;
}

.contato h1 {
    color: var(--secondary-color);
    margin-bottom: 1em;
}
.contato h1 i {
    font-family: "Exo 2";
}
.contato span {
    font-size: 1.2em;
    color: var(--tertiary-color);
}

.links_contato {
    padding-top: 1em;
}
.links_contato a {
    text-decoration: none;
}

.links_contato svg {
    padding: 1em;
    width: 30px;
}
.links_contato svg:hover {
    transform: scale(1.4);
}
.whatsapp,
.instagram,
.email {
    color: #8d8d8d;
}
.whatsapp:hover {
    color: #61cb25;
}
.instagram:hover {
    color: #ea38a9;
}
.email:hover {
    color: #3690ff;
}

footer {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}
.footer {
    border-top: 1px solid var(--optional-primary-color);
}
footer p {
    margin: 0 auto;
}
#backToTop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    height: 44px;
    border: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    font-weight: bold;
    padding: 1em;
    border-radius: 5px;
    background-color: var(--emphasis-color);
    color: var(--secondary-color);
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
}













.testimonials {
  padding: 80px 0;
  overflow: hidden;
  background-color: var(--secondary-color);
}

.testimonials-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

.nav button {
  cursor: pointer;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
    background-color: var(--emphasis-color);
    color: var(--secondary-color);
}

.slider-wrapper {
  margin-top: 2em;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 24px;
  transition: transform .6s ease;
}

.card_depoimentos {
  background: var(--wt-color);
  min-width: 300px;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user strong {
    color: var(--emphasis-color);
}

.user pre {
  font-size: 14px;
  opacity: .7;
  font-style: italic;
  color: var(--optional-primary-color);
}

.card_depoimentos p {
  line-height: 1.5;
  margin-bottom: 14px;
  color: var(--primary-color);
}

.stars {
  letter-spacing: 3px;
    color: var(--emphasis-color);
}


























@media (max-width: 900px) {
    .top {
        flex-direction: column;
    }
    nav {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    nav li a:hover {
    }
    .project {
        width: 100%;
    }
    footer {
    }
    .filters {
        flex-direction: column;
    }
    .filters button {
        margin: .5em;
        width: 100%;
    }
    .pricing-container {
        flex-wrap: wrap;
    }
    .perfil {
        flex-direction: column;
    }
    .artista img {
        margin: 0 auto;
    }
    .texto_perfil {
        text-align: center;
        padding: 2em;
    }
    .links_contato {
        justify-content: center;
    }
    .testimonials {
    }
    .user pre {
    }
    .hamburger{
    display:flex;
    position:absolute;
    right:20px;
    top:18px;
    z-index:2000;
}

/* esconder menu inicialmente */
nav{
    position:fixed;
    top:0;
    right:-100%;
    height:100vh;
    width:70%;
    background:var(--emphasis-color);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

/* menu aberto */
nav.active{
    right:0;
}

nav ul{
    flex-direction:column;
    gap:30px;
}

nav li{
    display:block;
    padding: 1em;
}
header {
    height: 50px;
}
}






@media (max-width: 700px) {
    .call,
    .call_footer {
        flex-direction: column;
        max-width: 90%;
        text-align: center;
    }
    .artista span,
    .contato h1,
    .artista h1,
    .testimonials h1,
    .pricing h1,
    .metodo h1,
    .galery h1,
    .logos h1,
    .apresentacao h1 {
        font-size: 1.8em;
    }
    .footer p {
        font-size: .5em;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .artista span,
    .contato h1,
    .artista h1,
    .testimonials h1,
    .pricing h1,
    .metodo h1,
    .galery h1,
    .logos h1,
    .apresentacao h1 {
        font-size: 1.2em;
    }
}
