@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=League+Spartan:wght@100..900&display=swap');

body::-webkit-scrollbar {
    width: 12px;              
  }
  
  body::-webkit-scrollbar-track {
    background: #0d0b02;       
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #0276FE;    
    border-radius: 50px;      
  }

.img-contato {
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 10em;
    border-radius: 12px;
}

html{
    scroll-behavior: smooth;
}

body {
   background: #111;
}

i.fas {
    font-size: 16px;
}


span.icon {
    font-weight: 900;
}


section > div:not(section#home .container){
   max-width: 1500px;
   margin: 0 auto;
}


*{
    box-sizing: border-box;
    font-family: "Afacad", serif;
    margin: 0;
    padding: 0;
}

.mobile{
    display: none;
}

.scrolled-mobile{
    position: fixed !important;
    backdrop-filter: blur(40px);
}

#duvidas .title{
    margin-bottom: 3em !important;
}

 #pixel-span{
    font-size: 51.2px;
    font-weight: 700;
    letter-spacing: -5px;
    color: #fff;
    font-family: "League Spartan";
}

@media(max-width:1023px){

    .img-contato {
        display: none;
    }

    div.contato-header.mobile a button {
        position: absolute;
        top: 50vh;
        left: 0;
        background: #0276FE;
        color: #fff;

        &:hover{
            color: #fff;
        }
    }

    section#home::after{
        display: none;
    }

    section#home .container {
        justify-content: space-between;
        min-height: 45vh;
        position: relative;
    }

    section#home {
        min-height: 90vh;
    }

    .texto-home-mobile p {
        font-size: 1.5rem !important;
        color: #fff;
    }
    
    .mobile{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 1em;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .mobile button{
        background-color: transparent;
        border: none;
        outline: none;
    }

    .mobile a{
        text-decoration: none;
    }

    .menu-mobile{
        display: flex;
        min-height: 100%;
        background-color: transparent;
        position: fixed;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 11;
        padding: 2em;
        backdrop-filter: blur(100px);
        width: 80%;
        transition: 0.3s;
    }

    .menu-mobile ul {
        min-width: 100%;
    }

    .menu-mobile ul li{
        padding-top: 4em;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .menu-mobile ul li a{
        text-decoration: none;
        color: #f5f5f5;
        font-size: 28px;
        min-width: 70%;
        padding: .2em 1em;
        background: #ffffff1c;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #ffffff5c;
    }
    
    .menu-mobile button{
        border: none;
        outline: none;
        background-color: transparent;
        position: absolute;
        color: #fff;
        right: 2rem;
    }

    .close-menu{
        transform: translateX(9999px);
        transition: 2s;
    }

    nav{
        display: none !important;
    }
}


nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    height: 70px;
    padding: 0 1em;
    position: fixed;
    z-index: 1;
    transition: .5s;
}

nav.scrolled{
    background-color: #0d0b0291;
    transition: .5s;
    backdrop-filter: blur(50px);
}
nav.scrolled ul li a{
    color: #f5f5f5;
}
nav.scrolled .logo{
    /* filter: invert(); */
}
nav.scrolled div.contato-header a button{
    color: #f5f5f5;
}

nav ul li{
    display: flex;
    align-items: center;
    gap: 50px;
}

nav ul li a{
    color: #FFF;
    text-decoration: none;
    font-size: 19px;
    transition: .5s;
}

nav ul li a:hover{
    color:#0276FE;
    text-decoration: underline;
    transition: 0.5s;
    font-weight: 900;
}

div.contato-header a{
    text-decoration: none;
}

div.contato-header a button{
    border-radius: 20px;
    padding: .4em 2em;
    outline: none;
    border: 1px solid#0276FE;
    background-color: transparent;
    color: #FFF;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    cursor: pointer;
}

div.contato-header a button:hover{
    background-color:#0276FE;
    color: #242424;
    transition: .5s;
}

nav a{
    text-decoration: none;
}

.logo span{
    font-size: 30px;
    color: #FFF;
    font-family: "League Spartan";
    font-weight: 900;
}

section#home{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(images/pexels-francesco-ungaro-2760615.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10em 5em;
    padding-bottom: 0;
}

section#home::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0d0b02 100%);
    pointer-events: none;
  }


section#home .container{
    display: flex;
    flex-direction: column;
}

.h1-container-home{
    width: 100%;
}

.h1-container-home h1{
    font-size: 10em;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 100%;
    color: #FFF;
}

.p-container-home{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 2em;
}

.p-container-home p{
    font-size: 25px;
}

.contatos-footer-home{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 6em;
    right: 0;
    left: 0;
    padding: 0 5em;
    color: #FFF;;
}

.contatos-footer-home span{
    font-size: 22px;
    font-weight: 100;
    text-shadow: 0 3px 20px #0276FE;
    font-style: italic;
}

section#sobre{
    min-height: auto;
    background-color: #0d0b02;
    display: flex;
    flex-direction: column;
    padding: 5em 5em;
}

section .title{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
}
section#home{
    border-top: 0;
}
section{
    border-top: 1px solid #242424;
}

section .title h2{
    background-color: transparent;
    padding: .2em .5em;
    font-size: 20px;
    border-bottom: 3px solid #0276FE;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 10px;
}

section#sobre .content{
    width: 100%;
    padding: 5em 0;
}

section#sobre .content p{
    color: #f5f5f5;
    font-size: 30px;
    
}

section#sobre .content p span{
    text-shadow: 0 3px 20px #0276FE;
    color: #0276FE;
    font-style: italic;
}
section#servicos {
    display: flex;
    flex-direction: column;
    padding: 8em 5em;
    min-height: 100vh;
    background-color: #111;
}

section#servicos .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0 0;
}

.texto-content-servicos {
    width: 30%;
    color: #f5f5f5;
    font-size: 24px;
    position: sticky;
    top: 100px;
    z-index: 0; 
}

.contents-servicos{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card{
    display: flex;
    flex-direction: column-reverse;
    padding: 3em;
    gap: 20px;
    transition: .5s;
}

.image-card{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.title-card-absolute{
    position: absolute;
    background: #0276fe87;
    backdrop-filter: blur(7px);
    width: 100%;
    height: 30%;
    bottom: 0;
    transition: .5s;
    padding: 1em 2em;
    opacity: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card:hover .title-card-absolute{
    opacity: 1;
    transition: .5s;
}

.image-card img{
    min-width: 600px;
    max-width: 600px;
    object-fit: cover;
    height: 400px;
    border-radius: 12px;
}

.title-card p{
    color: #f5f5f5;
    font-size: 25px;
    font-weight: 700;
}

section#contato{
    min-height: auto;
    background-color: #0d0b02;
    padding: 8em 5em;
}

section#contato .content{
    padding: 5em 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}

section#contato .content p{
    color: #f5f5f5;
    font-size: 30px;
}

.contatos-button{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
    flex-direction: row;
    flex-wrap: wrap;
}

.contatos-button a button{
    background-color: #0276FE;
    border: none;
    outline: none;
    padding: .5em 1em;
    color: #f5f5f5;
    font-weight: 900;
    font-size: 30px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #0276FE;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
}

@media(min-width:1024px){

    section#contato .content p{
        max-width: 50%;
    }

    div.contato-header.mobile a button {
        display: none;
    }

    .texto-home-mobile {
        display: none;
    }

    nav a{
        white-space: nowrap;
    }

    .menu-mobile{
        display: none;
    }

    .contatos-button a button:hover{
        transform: scale(1.05);
        transition: .5s;
        background-color: transparent;
    }
}
.contatos-button a button img{
    max-width: 30px;
    filter: invert();
}

.contatos-button a{
    text-decoration: none;
}

footer{
    padding: 2em 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #0276FE;
    background-color: #242424;
    color: #0276FE;
    text-align: center;
    flex-direction: column;
    gap: 10px;
}

.vantagens{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.vantagens .title-vantagens h2{
    color: #0276FE;
    font-size: 70px;
    text-shadow: 0 3px 20px #0276FE;
    font-weight: 900;
    font-style: italic;
    margin-top: 1em;
}

.content-vantagens{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: start;
    justify-content: space-around;
    gap: 40px;
}

.card-vantagens{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    background-color: #242424;
    padding: 3em;
    cursor: pointer;
    border: 1px solid #0276FE;
    transition: .5s;
    border-radius: 10px;
    height: 300px;
    max-width: 50%;
    overflow: auto;
}

@media(min-width:1024px) and (max-width:1500px){
    .card-vantagens{
        height: 500px;
    }
}

  .card-vantagens::-webkit-scrollbar {
    width: 12px;              
  }
  
  .card-vantagens::-webkit-scrollbar-track {
    background: #0d0b02;
    border-radius: 0 10px 10px 0;       
  }
  
  .card-vantagens::-webkit-scrollbar-thumb {
    background-color: #0276FE;    
    border-radius: 0 10px 10px 0;      
  }

@media(min-width:1024px){
    .card-vantagens:hover{
        transform: scale(1.05);
        transition: .5s;
    }
}


.card-vantagens span{
    color: #f5f5f5;
    font-size: 35px;
    font-weight: bold;
}

.card-vantagens ul li{
    color: #f5f5f5;
    font-size: 20px;
}

.title.servicos{
    padding-bottom: 3em;
}

section#duvidas,
section#clientes{
    background-color: #0d0b02;
    min-height: auto;
    padding: 5em;
}

section#clientes{
    padding-bottom: 0;
}

section#duvidas {
    background-color: #111;
}

.swiper {
    z-index: 0 !important;
}

.content-clientes {
    padding: 5em 0;
}

.card-cliente {
  border-radius: 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;

  & a {
    text-decoration: none;
    color: #fff;
  }

  & .content-card-cliente-text {
    background-color: #0278fe88;
    position: absolute;
    top: 0;
    bottom: .3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 .5em;
    transition: .5s;
    opacity: 1;
    font-size: 14px;
    border-radius: 16px;

    & img {
        object-fit: contain;
        max-width: 150px;
        max-height: 100px;
    }

    & img[alt="O Sapo não lava o pé"] {
        max-width: 100%;
    }

    & img[alt="Eclé"], img[alt="Site Jane Doe"] {
        filter: invert(1);
    }
  }
}

.swiper-pagination-bullet {
    background-color: #0276FE !important;
}

.card-cliente:hover {
    & .content-card-cliente-text {
        background-color: #0276FE;
    }
}

.card-cliente img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.content-duvidas{
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.card-duvida{
    color: #f5f5f5;
}

.card-duvida h3{
    color: #0276FE;
    font-size: 24px;
}

.card-duvida p{
    font-size: 20px;
}


/* Mobile */

.mobile img, .menu-mobile img{
    max-width: 20px;
}

img[src="images/cardapio.png"] {
    filter: invert(1);
}

.menu-mobile img{
    filter: invert();
}

@media(max-width:1023px){

    .content-vantagens{
        overflow: scroll;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .card-vantagens{
        max-width: 100%;
        min-width: 85%;
        height: 410px;
    }

    section#home{
        min-height: 70vh;
    }

    section{
        padding: 5em 2em !important;
    }

    .h1-container-home h1{
        font-size: 4rem;
        margin-top: 10%;
    }

    #typing-text {
        font-size: 3rem !important;
    }

    .p-container-home{
        justify-content: start;
    }

    .p-container-home p{
        font-size: 15px;
        margin-top: 2em;
    }

    .contatos-footer-home{
        flex-direction: column;
    }

    section#sobre{
        padding-right: 0 !important;
    }

    section#home{
        padding-bottom: 5em !important;
    }


    section#servicos{
        padding-right: 0 !important;
    }

    section#servicos .content{
        flex-direction: column;
        gap: 50px;
    }

    .texto-content-servicos{
        width: 100%;
        position: initial;
    }

    .contents-servicos{
        width: 100%;
        gap: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;
        overflow-y: hidden;
    }

    .card{
        padding: 0;
        min-width: 85%;
    }

    .image-card img{
        min-width: 100%;
        max-width: 100%;
    }

    .contatos-button a button{
        min-width: auto;
        max-width: auto;
        padding: .5em !important;
    }

    .contatos-button{
        gap: 5px;
    }

    section p, section span{
        font-size: 18px !important;
    }

    section .title h2{
        font-size: 28px;
    }
    
    .contatos-footer-home{
        color: #0d0b02;
        display: none;
    }

    footer{
        text-align: center;
    }

    .card-vantagens{
        padding: 2em;
    }

    .vantagens .title-vantagens h2{
        font-size: 30px;
    }

    .title-card-absolute{
        height: 35%;
        opacity: 1;
        padding: 1em;
    }

    .card-vantagens span{
        text-align: center;
    }
}


/* Estilo digitando */
#typing-text {
  font-size: 7em;
  font-weight: bold;
  white-space: pre-line;
}

.typing-cursor::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

  .accordion-header {
    background: #222;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0;
    color: #0276FE;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

   .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

  .accordion-body {
    padding: 1rem;
    display: none;
    color: #fff;
    background: #222;
    border-radius: 0;
    border-top: 1px solid #414141;
  }

  .accordion-body.show {
    display: block;
  }
