*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins', sans-serif;
}

body{
  background:#050505;
  color:white;
  overflow-x:hidden;
}

/* HEADER */

header{
  width:100%;
  padding:22px 70px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  position:fixed;
  top:0;
  left:0;
  z-index:1000;

  background:rgba(0,0,0,.45);
  backdrop-filter:blur(14px);

  border-bottom:1px solid #515151;
}

.logo{
  font-size:38px;
  font-weight:600;
}

.logo span{
  color:#ff5f1f;
}

nav{
  display:flex;
  gap:60px;
}

nav a{
  color:white;
  text-decoration:none;
  transition:.3s;
}

nav a:hover{
  color:#ff5f1f;
}

header button{
  background:#050505;
  color:white;

  border:none;
  border-radius:14px;
  border-bottom: 1px solid #ffefe9;

  padding: 13px 30px;

  cursor:pointer;

  font-size:15px;
  transition:.3s;
}

header button:hover{
  background-color: #993913;
}

/* HERO */

.hero{
  min-height:100vh;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:150px 8%;
}

.hero-text{
  max-width:620px;
}

.mini-title{
  color:#ff5f1f;
  font-size:24px;
}

.hero h1{
  font-size:78px;
  margin:20px 0;
}

.hero h1 span{
  color:#ff5f1f;
}

.hero p{
  color:#d4d4d4;
  line-height:1.8;
  font-size:20px;
}

.hero-link{
  display:inline-block;
  margin-top:60px;

  color:white;
  text-decoration:none;
  font-size:28px;

  border-bottom:2px solid #ff5f1f;
  padding-bottom:8px;

  transition:.3s;
}

.hero-link:hover{
  color:#ff5f1f;
}

.hero-image img{
  width:100%;
  max-width:450px;
  animation:float 4s ease-in-out infinite;
  filter:drop-shadow(0 0 30px rgba(255,107,0,.3));

}
@keyframes float{
  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-20px);
  }

  100%{
    transform:translateY(0px);
  }
}

/* SOBRE */

.sobre{
    background-color: #111111;
  min-height:100vh;

  padding:120px 8%;

  display:flex;
  gap:50px;
  align-items:center;

  position:relative;
}

.sobre-image img{
  width:320px;

  border-radius:25px;

  border:2px solid #ff5f1f;
}

.sobre-text{
  max-width:750px;
}

.sobre-text h2{
  font-size:48px;
  margin-bottom:35px;
}

.sobre-text span{
  color:#ff5f1f;
}

.sobre-text p{
  margin-bottom:35px;
  color:#d0d0d0;
  line-height:1.7;
  font-size:20px;
}

.socials{
  position:absolute;
  right:8%;

  display:flex;
  flex-direction:column;
  gap:35px;
}

.socials button{
  width:65px;
  height:65px;

  border:none;
  border-bottom: 2px solid #ffefe9;
  outline:none;

  border-radius:20px;

  background:#ff5f1f;
  color:white;

  font-size:24px;
  cursor:pointer;

  transition:.35s;

  display:flex;
  align-items:center;
  justify-content:center;

 
}

.socials button:hover{
background-color: #993913;;
}

.socials button:active{
  transform:scale(.96);
}

/* ESPECIALIDADES */



.especialidades{
  

  text-align:center;

   position:relative;
    padding:120px 8%;
    background:#050505;
    overflow:hidden;
    z-index:1;

}

.especialidades{
    background:
    radial-gradient(circle at top left,
    rgba(255,106,0,0.10),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgb(89,33,11),
    transparent 25%),

    #050505;
}


.especialidades::before,
.especialidades::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:#ff6b00;
    filter:blur(130px);
    opacity:0.12;
    z-index:-1;
}

.especialidades::before{
    top:-120px;
    left:-120px;
}

.especialidades::after{
    bottom:-120px;
    right:-120px;
}

.especialidades h1{
  font-size:65px;
  color:#ff5f1f;
}

.card i {
  color: #ff5f1f;
}



.desc{
  margin-top:30px;
  color:#b5b5b5;
  font-size:24px;
  line-height:1.6;
}

.cards{
  display:flex;
  justify-content:center;
  gap:80px;

  margin-top:90px;
}

.card{
  width:350px;

  background:#050505;

 border: none;
 border-right: 2px solid #Ff5f1f;
 border-left:  2px solid #Ff5f1f;
 border-bottom:  3px solid #Ff5f1f;
 
  

  border-radius:30px;

  padding:50px 40px;

  transition:.4s;

  position:relative;
  overflow:hidden;
}

.card{
    backdrop-filter:blur(10px);
    background:rgba(20,20,20,0.75);
}

.card::before{
  content:'';

  position:absolute;

  width:200px;
  height:200px;

  box-shadow: rgb(204, 76, 25);

  border-radius:50%;

  top:-80px;
  right:-80px;
}

.card:hover{
  transform:translateY(-12px);
  box-shadow: rgb(221, 75, 18);
}

.icon{
  width:100px;
  height:100px;

  border-radius:50%;

  border:2px solid #ff5f1f;

  margin:auto;

  display:flex;
  align-items:center;
  justify-content:center;

  color:white;

  font-size:32px;

  box-shadow:0 0 25px rgb(221, 75, 18);
}

.icon i {
  color: #ffffff;
  width: 50px;
  height: 50px;
}

.card h2{
  margin-top:35px;
  font-size:38px;
}

.line{
  width:80px;
  height:3px;

  background:#ff5f1f;

  display:block;

  margin:22px auto 35px;
}

.card ul{
  list-style:none;

  display:flex;
  flex-direction:column;
  gap:24px;

  text-align:left;
}

.card ul li{
  font-size:22px;
  color:#d4d4d4;
}

/* RESPONSIVO */

@media(max-width:1100px){

  .hero,
  .sobre,
  .cards{
    flex-direction:column;
  }

  nav{
    display:none;
  }

  .hero h1{
    font-size:52px;
  }

  .hero-image img{
    width:100%;
  }

  .socials{
    position:relative;
    flex-direction:row;
    right:0;
  }
}

/* meus projetos */

.projetos{
    position:relative;
    padding:120px 8%;
    background:#111111;
    overflow:hidden;
    text-align:center;
}

/* BLUR */

.blur{
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:#ff5f1f;
    filter:blur(140px);
    opacity:0.12;
    z-index:0;
}

.blur-left{
    top:-120px;
    left:-120px;
}

.blur-right{
    bottom:-120px;
    right:-120px;
}

/* TITULO */

.tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    border:1px solid #ff5f1f;
    border-radius:999px;
    color:#fff;
    font-size:14px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.tag i{
    color:#ff5f1f;
}

.projetos h1{
    font-size:70px;
    color:#fff;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.projetos h1 span{
    color:#ff5f1f;
}

.desc{
    color:#b5b5b5;
    max-width:650px;
    margin:0 auto 70px;
    line-height:1.8;
    font-size:18px;
    position:relative;
    z-index:2;
}

/* CARDS */

.cards-projetos{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(380px,1fr));
    gap:35px;
    position:relative;
    z-index:2;
}

.card-projeto{
    background:rgba(255,255,255,0.03);
    border: none;
    border-bottom: 2px solid #bf4717;
    border-left: 2px solid #bf4717;
    border-right: 2px solid #bf4717;
    border-radius:32px;
    overflow:hidden;
    backdrop-filter:blur(12px);
    transition:0.5s;
    text-align:left;
}

.card-projeto:hover{
    transform:translateY(-10px);
    box-shadow:0 0 20px #ff5f1f;
}

.img-projeto{
    padding:18px;
}

.img-projeto img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:24px;
}

/* CONTEÚDO */

.conteudo{
    padding:0 28px 28px;
}

.categoria{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    border-radius:999px;
    border:2px solid rgba(115,46, 14);
    color:#ff5f1f;
    font-size:13px;
    margin-bottom:22px;
   
}

.conteudo h2{
    color:#fff;
    font-size:38px;
    line-height:1.2;
    margin-bottom:20px;
}

.conteudo p{
    color:#bdbdbd;
    line-height:1.8;
    margin-bottom:35px;
}

/* FOOTER */

.footer-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}


.btn-projeto{
    padding:14px 24px;
    border:none;
    border-radius:16px;
    background:transparent;
    border:none;
    border-bottom: 2px solid #ff5f1f;
    color:#ff5f1f;
    font-size:18px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    transition:0.4s;
}

/* HOVER */

.btn-projeto:hover{
    
    color:#ff5f1f;
    transform:translateY(-4px);
    box-shadow:
    0 0 20px rgba(255,107,0,0.35),
    0 0 50px rgba(255,107,0,0.15);
}

/* ÍCONE */

.btn-projeto i{
    transition:0.4s;
}

.btn-projeto:hover i{
    transform:translateX(5px);
}

.footer-card a{
    color:#ff5f1f;
    text-decoration:none;
    font-size:26px;
    display:flex;
    align-items:center;
    gap:12px;
    transition:0.4s;
}

.footer-card a:hover{
    gap:20px;
}

.techs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.techs span{
    padding:10px 16px;
    border-radius:12px;
    border:1px solid rgba(115,46, 14);
    background:rgba(255,255,255,0.03);
    color:#fff;
    font-size:14px;
}


/* contato */

.contato{
    position:relative;
    padding:120px 8%;
    background:#050505;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    overflow:hidden;
    width:100%;
    min-height:100vh;
}

/* BLUR */

.blur{
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:#ff5f1f;
    filter:blur(140px);
    opacity:0.12;
    z-index:0;
}

.blur-left{
    top:-120px;
    left:-120px;
}

.blur-right{
    bottom:-120px;
    right:-120px;
}

/* TEXTO */

.contato-texto{
    position:relative;
    z-index:2;
}

.tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    border-radius:999px;
    border:1px solid rgba(255,107,0,0.35);
    color:#fff;
    margin-bottom:30px;
    font-size:14px;
}

.tag i{
    color:#ff5f1f
}

.contato-texto h1{
    font-size:78px;
    color:#fff;
    line-height:1;
    margin-bottom:30px;
}

.contato-texto h1 span{
    color:#ff5f1f;
}

.contato-texto p{
    color:#bdbdbd;
    font-size:22px;
    line-height:1.7;
    max-width:520px;
    margin-bottom:50px;
}

/* INFO */

.info{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.icon-info{
    width:75px;
    height:75px;
    border-radius:20px;
    border:1px solid rgba(255,107,0,0.25);
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.02);
}

.icon-info i{
    color:#ff5f1f;
    font-size:30px;
}

.info h3{
    color:#fff;
    font-size:30px;
    margin-bottom:6px;
}

.info span{
    color:#bdbdbd;
    font-size:22px;
}

/* FORM */

.formulario{
    position:relative;
    z-index:2;

    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,107,0,0.3);
    border-radius:32px;
    padding:40px;

    backdrop-filter:blur(15px);
}

/* INPUTS */

.input-box{
    width:100%;
    height:85px;
    border-radius:20px;
    background:#0f0f0f;
    border:1px solid rgba(255,255,255,0.06);

    display:flex;
    align-items:center;
    gap:20px;

    padding:0 25px;

    margin-bottom:22px;
}

.input-box i{
    color:#fff;
    font-size:30px;
}

.input-box input{
    width:100%;
    background:transparent;
    border:none;
    outline:none;
    color:#fff;
    font-size:24px;
}

/* TEXTAREA */

.textarea{
    height:220px;
    align-items:flex-start;
    padding-top:28px;
}

.textarea textarea{
    width:100%;
    height:100%;
    resize:none;
    background:transparent;
    border:none;
    outline:none;
    color:#fff;
    font-size:24px;
}

/* BOTÃO */

.btn-enviar{
    width:100%;
    height:85px;
    border:none;
    border-radius:20px;
   
    background:#ff5f1f;
    color:#fff;

    font-size:28px;
    font-weight:600;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;

    cursor:pointer;
    transition:0.4s;
}

.btn-enviar:hover{
    transform:translateY(-5px);

    background-color: #993913;
}

.btn-enviar i{
    transition:0.4s;
}

.btn-enviar:hover i{
    transform:translateX(6px);
}

/* RESPONSIVO */

@media(max-width:1100px){

    .contato{
        grid-template-columns:1fr;
    }

    .contato-texto h1{
        font-size:55px;
    }

    .contato-texto p{
        font-size:18px;
    }

    .info h3{
        font-size:24px;
    }

    .info span{
        font-size:18px;
    }

    .input-box input,
    .textarea textarea{
        font-size:18px;
    }

    .btn-enviar{
        font-size:22px;
    }

}



/* RESPONSIVO */

@media(max-width:900px){

    .projetos h1{
        font-size:50px;
    }

    .cards-projetos{
        grid-template-columns:1fr;
    }

    .conteudo h2{
        font-size:30px;
    }

}


/* responsivo contato */

@media(max-width:1100px){

    .contato{
        flex-direction:column;
    }

    .contato-texto,
    .formulario{
        width:100%;
    }

}


/* footer */

.footer{
    width:100%;
    padding:30px 8% 20px;

    background:#050505;

    border-top:1px solid #515151;

    position:relative;
    overflow:hidden;
}




/* responsivo geral */



@media(max-width:1200px){

  header{
    padding:20px 40px;
  }

  .hero{
    gap:60px;
  }

  .hero h1{
    font-size:60px;
  }

  .sobre{
    flex-direction:column;
    text-align:center;
  }

  .socials{
    position:relative;
    right:0;
    flex-direction:row;
    justify-content:center;
    margin-top:40px;
  }


  

}





/* TABLETS */

@media(max-width:992px){

  /* HEADER */

  header{
    padding:18px 30px;
  }

  nav{
    gap:30px;
  }

  .logo{
    font-size:30px;
  }

  header button{
    padding:12px 24px;
  }

  /* HERO */

  .hero{
    flex-direction:column;
    text-align:center;
    gap:70px;
    padding:180px 8% 100px;
  }

  .hero-text{
    max-width:100%;
  }

  .hero h1{
    font-size:52px;
  }

  .hero p{
    font-size:18px;
  }

  .hero-link{
    font-size:24px;
  }

  .hero-image img{
    max-width:380px;
  }

  /* SOBRE */

  .sobre{
    padding:100px 8%;
  }

  .sobre-image img{
    width:280px;
  }

  .sobre-text h2{
    font-size:42px;
  }

  .sobre-text p{
    font-size:18px;
  }

  /* ESPECIALIDADES */

  .especialidades h1{
    font-size:52px;
  }

  .desc{
    font-size:18px;
  }

  .cards{
    flex-direction:column;
    align-items:center;
    gap:40px;
  }

  .card{
    width:100%;
    max-width:450px;
  }

  /* PROJETOS */

  .projetos h1{
    font-size:52px;
  }

  .cards-projetos{
    grid-template-columns:1fr;
  }

  .conteudo h2{
    font-size:30px;
  }

  /* CONTATO */

  .contato{
    grid-template-columns:1fr;
    gap:70px;
  }

  .contato-texto{
    text-align:center;
  }

  .contato-texto p{
    margin:auto;
    margin-bottom:50px;
  }

  .info{
    justify-content:center;
  }

}

/* CELULARES */

@media(max-width:768px){

  /* HEADER */

  header{
    padding:18px 20px;
  }

  nav{
    display:none;
  }

  .logo{
    font-size:28px;
  }

  header button{
    padding:10px 18px;
    font-size:14px;
  }

  /* HERO */

  .hero{
    padding:160px 6% 90px;
  }

  .mini-title{
    font-size:18px;
  }

  .hero h1{
    font-size:42px;
    line-height:1.2;
  }

  .hero p{
    font-size:16px;
  }

  .hero-link{
   display: none;
  }

  .hero-image img{
    max-width:300px;
  }

  /* SOBRE */

  .sobre{
    padding:90px 6%;
  }

  .sobre-image img{
    width:230px;
  }

  .sobre-text h2{
    font-size:36px;
  }

  .sobre-text p{
    font-size:16px;
  }

  .socials{
    gap:18px;
  }

  .socials button{
    width:55px;
    height:55px;
    font-size:20px;
  }

  /* ESPECIALIDADES */

  .especialidades{
    padding:90px 6%;
  }

  .especialidades h1{
    font-size:42px;
  }

  .desc{
    font-size:16px;
  }

  .card{
    padding:40px 28px;
  }

  .card h2{
    font-size:30px;
  }

  .card ul li{
    font-size:18px;
  }

  .icon{
    width:85px;
    height:85px;
  }

  /* PROJETOS */

  .projetos{
    padding:90px 6%;
  }

  .projetos h1{
    font-size:42px;
  }

  .cards-projetos{
    gap:25px;
  }

  .img-projeto img{
    height:250px;
  }

  .conteudo{
    padding:0 22px 24px;
  }

  .conteudo h2{
    font-size:26px;
  }

  .conteudo p{
    font-size:15px;
  }

  .footer-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .btn-projeto{
    width:100%;
    justify-content:center;
  }

  /* CONTATO */

  .contato{
    padding:90px 6%;
  }

  .contato-texto h1{
    font-size:42px;
  }

  .contato-texto p{
    font-size:16px;
  }

  .info{
    align-items:flex-start;
    text-align:left;
  }

  .icon-info{
    width:60px;
    height:60px;
  }

  .icon-info i{
    font-size:24px;
  }

  .info h3{
    font-size:22px;
  }

  .info span{
    font-size:16px;
  }

  .formulario{
    padding:25px;
  }

  .input-box{
    height:70px;
    padding:0 18px;
  }

  .input-box i{
    font-size:22px;
  }

  .input-box input,
  .textarea textarea{
    font-size:16px;
  }

  .textarea{
    height:180px;
  }

  .btn-enviar{
    height:70px;
    font-size:20px;
  }

  /* FOOTER */

  .footer{
    padding:30px 6% 20px;
  }

}

/* CELULARES PEQUENOS */

@media(max-width:480px){

  .hero h1,
  .sobre-text h2,
  .especialidades h1,
  .projetos h1,
  .contato-texto h1{
    font-size:34px;
  }

  .hero-link{
    font-size:18px;
  }

  .card{
    padding:35px 22px;
  }

  .conteudo h2{
    font-size:22px;
  }

  .btn-projeto{
    font-size:16px;
    padding:12px 18px;
  }

  .tag{
    font-size:12px;
    padding:10px 18px;
  }

  .logo{
    font-size:24px;
  }

}