* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    scroll-behavior:  smooth;
    scrollbar-width: none;
}

body {
    background: #141414;
    background-image: url(img/background-titulo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: 62px;
    z-index: -2;
}

#__next {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.header {
    height: 104px;
    border-bottom: 1px solid #242424;
    padding: 38px 104px;
    display: flex;
    align-items: center;
}

.fixed-link {
    position: fixed;
}

/* .image-logo {
    position: fixed;
    z-index: -2;
    top: 42px;
    cursor: pointer;
} */

/* .image-logo-mobile {
    position: absolute;
    margin: auto auto;
    display: flex;
    justify-content: center;
} */

.navegation {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.navegation ul {
    display: flex;
    gap: 32px;
}

.navegation li {
    display: inline;
}

.navegation li a {
    color: white;
    text-decoration: none;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.principal {
    padding-top: 89px;
    text-align: center;
    z-index: 10;
    
}

#titulo {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

#subtitulo {
    font-size: 20px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 50px;
}

#btnPrincipal a {
    text-decoration: none;
    color: white;
}

#btnPrincipal {
    background: #248aff;
    color: white;
    
    max-width: 208px;
    height: 54px;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 104px;
    cursor: pointer;
}

#btnPrincipal:hover {
    background-color: #1f7ae2;
}

.scroller {
    max-width: 392.81px;
}
 
.scroller__inner {
   padding-block: 1rem;
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
}
 
.scroller[data-animated="true"] {
   overflow: hidden;
   -webkit-mask: linear-gradient(
     90deg,
     transparent,
     white 20%,
     white 80%,
     transparent
   );
   mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
 
.scroller[data-animated="true"] .scroller__inner {
   width: max-content;
   flex-wrap: nowrap;
   animation: scroll var(--_animation-duration, 40s)
     var(--_animation-direction, forwards) linear infinite;
}
 
.scroller[data-direction="right"] {
   --_animation-direction: reverse;
}
 
.scroller[data-direction="left"] {
   --_animation-direction: forwards;
}
 
.scroller[data-speed="fast"] {
   --_animation-duration: 20s;
}
 
.scroller[data-speed="slow"] {
   --_animation-duration: 60s;
}
 
@keyframes scroll {
   to {
     transform: translate(calc(-50% - 0.5rem));
   }
}
 
.tag-list {
   margin: 0;
   padding-inline: 0;
   list-style: none;
}
 
.tag-list li {
   display: flex;
   align-items: center;
}

/* @keyframes scroll {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(-100%);
    }
}
  
  .slider {
    width: 100%;
    max-width: 392.81px;
    height: 42px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
  
  .slider .slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
} */

.img {
    margin-top: 158px;
    display: flex;
    justify-content: center;
}

.img img {
    border-radius: 20px;
}

.container {
    display: flex;
    justify-content: center;
    margin-top: 74px;
}

.titulo-para-quem {
    display: flex;
    justify-content: center;
    margin-bottom: 74px;
}

#titulo-para-quem {
    font-size: 36px;
    font-weight: bold;
    color: white;
    font-family: 'Inter', sans-serif;
}

.quadrados {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

/* .quadrados {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
} */

.web {
    display: flex;
    flex-direction: column;
    padding: 37px 42px;
    width: 224px;
    height: 165px;
    background: #1c1c1c;
    border: 1px solid #242424;
    border-radius: 8px;
}

.quadrado-para-quem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#texto-web {
    width: 139px;
    height: 51px;
    margin-top: 16px;
    text-align: center;
    color: white;
    font-weight: 300;
}

.design {
    display: flex;
    flex-direction: column;
    padding: 37px 42px;
    width: 224px;
    height: 165px;
    background: #1c1c1c;
    border: 1px solid #242424;
    border-radius: 8px;
}

.quadrado-design {
    display: flex;
    justify-content: center;
}

#texto-design {
    width: 139px;
    height: 51px;
    margin-top: 16px;
    text-align: center;
    color: white;
    font-weight: 300;
}

.security {
    display: flex;
    flex-direction: column;
    padding: 37px 42px;
    width: 224px;
    height: 165px;
    background: #1c1c1c;
    border: 1px solid #242424;
    border-radius: 8px;
}

#texto-security {
    width: 139px;
    height: 68px;
    margin-top: 16px;
    text-align: center;
    color: white;
    font-weight: 300;
}

.barra1 {
    width: 100%;
    border: 1px solid #242424;
    margin: 132px auto 104px auto;

}

.texto-servicos {
    text-align: center;
}

#titulo-servicos {
    font-size: 48px;
    font-weight: bold;
    color: white;
    width: 100%;
}

#subtitulo-servicos {
    font-size: 24px;
    font-weight: 400;
    color: #999;
    margin-bottom: 100px;
}

.todos-servicos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 139px;
}

.desenvolvimento-web {
    display: flex;
    text-align: left;
}

.desenvolvimento-web img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.desenvolvimento-web h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.desenvolvimento-web p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
}

.criacao-de-interface {
    display: flex;
    text-align: left;
}

.criacao-de-interface img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.criacao-de-interface h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.criacao-de-interface p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
}

.cybersecurity {
    display: flex;
    text-align: left;
}


.cybersecurity img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.cybersecurity h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.cybersecurity p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
}

/* .todos-servicos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 136px;
}

.desenvolvimento-web {
    display: flex;
    text-align: start;
    justify-content: center;
}

.desenvolvimento-web img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.desenvolvimento-web h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.desenvolvimento-web p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
}

.criacao-de-interface {
    display: flex;
    text-align: start;
    width: 100%;
    justify-content: center;
}

.criacao-de-interface img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.criacao-de-interface h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.criacao-de-interface p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
}

.cybersecurity {
    display: flex;
    text-align: start;
    width: 100%;
    justify-content: center;
}

.cybersecurity img {
    padding-right: 8px;
    width: 44px;
    height: 44px;
}

.cybersecurity h1 {
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.cybersecurity p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    width: 270px;
} */

.barra2 {
    width: 100%;
    border: 1px solid #242424;
    margin: 132px auto 104px auto;
}

.botao-acao {
    display: flex;
    justify-content: center;
}

#btnAcao {
    width: 398px;
    height: 72px;
    padding: 16px 32px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

#btnAcao img {
    width: 40px;
    height: 40px;
    padding-right: 8px;
}

#btnAcao a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center ;
}

#btnAcao:hover {
    opacity: 100%;
    background-color: #1c1c1c;
    border: 1px solid #242424;
    border-radius: 8px;
}

.comentarios {
    display: flex;
    justify-content: center;
    margin-top: 104px;    
    flex-direction: column;
}

.titulo-comentarios {
    text-align: center;
}

#titulo-comentario {
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 16px;
}

#subtitulo-comentario {
    color: #999;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 104px;
}

/* .sombra {
    width: 900px;
    height: 232px;
    position: absolute;
    z-index: 2;
    top: 2866px;
    background: rgb(20,20,20);
    background: linear-gradient(90deg, rgba(20,20,20,1) 0%, rgba(20,20,20,1) 5%, rgba(20,20,20,0.2) 25%, rgba(20,20,20,0) 50%, rgba(20,20,20,0.2) 75%, rgba(20,20,20,1) 95%, rgba(20,20,20,1) 100%);
}

.wrapper {
  max-width: 900px;
  width: 100%;
  position: relative;
  text-align: start;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #1c1c1c;
  border-radius: 50%;
  border: 1px solid #242424;
  color: white;
  z-index: 2;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
} 
/* .carousel .card {
  scroll-snap-align: start;
  width: 252px;
  height: 230px;
  list-style: none;
  background: #1c1c1c;
  cursor: pointer;
  padding: 24px 16px;
  flex-direction: column;
  border-radius: 8px;
}

span {
    font-weight: bold;
    font-size: 24px;
    color: #999;
}

h1 {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

h2 {
    font-size: 10px;
    font-weight: normal;
    color: white;
    margin-bottom: 16px;
}

p {
    font-size: 12px;
    font-weight: 400;
    color: white;
} */

/* .card {
    display: flex;
    flex-direction: row;
} */

.contato {
    margin-top: 272px;
}

form {
    display: flex;
    align-items: center;
}

.formulario {
    display: flex;
    justify-content: center;
}

.input-group {
    margin-bottom: 24px;
    position: relative;
}

.quadrado-form {
    width: 100%;
    margin: 0;
    background: #1c1c1c;
    border: 1px solid #242424;
    border-radius: 16px;
    padding: 94px 288px;
    
}

.titulo-form {
    font-weight: bold;
    font-size: 48px;
    color: white;
}

.subtitulo-form {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 16px;
    margin-bottom: 56px;
    
}

input {
    width: 296px;
    height: 54px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #242424;
    outline: 0;
    font-size: 16px;
    transition: 0.2s;
    color: white;
    
}

label {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 18px;
    color: #505050;
    cursor: text;
    font-size: 16px;
    transition: 0.2s;
    
}

input:focus~label, input:valid~label {
    top: -35px;
    font-size: 16px;
}

.btnContato {
    background-color: transparent;
    border: none;
    padding-left: 16px;
    cursor: pointer;
}




.redes-sociais {
    display: flex;
    gap: 32px;
    margin-top: 172px;
    justify-content: center;
    margin-bottom: 24px;
}

.redes-sociais a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer {
    margin: 40px auto;
}

.texto-footer {
    color: #999;
}

.texto-footer a {
    text-decoration: none;
    color: #999;
}

/* @media screen and (max-width: 834px) {
    header {
        justify-content: center;
    }
    
    header nav {
        display: none;
    }

    .image-logo {
        position: none;
    }
    .todos-servicos {
        grid-template-columns: 1fr 1fr;
    }
} */

/* @media screen and (min-width: 1073px) {
    .image-logo-mobile {
        opacity: 0;
    }
} */

/* @media screen and (max-width: 623px) {
    .formulario {
        width: 50%;
    }

    .row {
        flex-direction: column;
    }

    input, textarea, #enviar {
        width: 75%
    }
} */

/* desmarcar o de baixo */


@media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
  }

@media screen and (max-width: 419px) {

    .titulo-form {
        font-size: 40px;
    }

    .subtitulo-form {
        font-size: 14px;
    }
}


@media screen and (max-width: 1231px) {
    .todos-servicos {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .sombra {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #titulo-comentario {
        font-size: 32px;
    }

    footer {
        display: none;
    }

    .img img {
        border-radius: 20px;
    }

    .carousel{
        margin-left: 68px;
    }

}

@media screen and (max-width: 917px) {
    #titulo-servicos {
        font-size: 36px
    }

    #subtitulo-servicos {
        font-size: 20px;
    }
}

@media screen and (max-width: 753px) {
    .quadrados {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .slide {
        padding: 20px;
    }

    #titulo {
        font-size: 36px;
    }

    #subtitulo-comentario {
        font-size: 16px;
    }

    .titulo-form {
        font-size: 40px;
        width: 100%;
    }

    .subtitulo-form {
        width: 100%;
    }

    #subtitulo-servicos {
        font-size: 16px;
        padding: 0 20px;
    }

    #titulo-para-quem {
        font-size: 32px;
    }

    #btnAcao {
        width: 358px;
    }

    #btnAcao a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1072px) {
    .img img {
        width: 100%;
        padding: 0 20px;
    }

    .navegation {
        display: none;
    }

    .fixed-link {
        position: static;
        margin: auto;
    }

    .slider {
        width: 100%;
    }

    #btnPrincipal {
        width: 100%;
    }

    .barra1, .barra2 {
        width: 100%;
    }
}
