/*-----------------------------------------------------------
* Template Name    : Kings Services
* Author           : King Service
* Created          : feb 2025
* File Description : Main css file of the template
*------------------------------------------------------------
*/

/***********************
    1.ALL
    2.CORES
    3.NAVBAR

************************/


/* ===================== */
/* All */
/* ===================== */
* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* =============================================== */
/* CORES*/
/* ================================================ */
:root {
    --cor-principal: #40a43b;
    --cor-texto: #4A585C;
    --cor-sombra: #b7b7b7;
    --cor-branca: #ffffff;
    --cor-texto-principal: #252525;
    --cor-bacground-page: #ffffff;
    --cor-branca-permanet: #fff;
    --cor-footer: #4A585C;
    --cor-branco-permanente: #ffff;
}

.darkmode {
  --cor-principal: #40a43b;
  --cor-texto: #ffffff;
  --cor-sombra: #292929;
  --cor-branca: #323232;
  --cor-texto-principal: #ffffff;
  --cor-bacground-page: #4A585C;
  --cor-branca-permanet: #fff;
  --cor-footer: #4A585C;
}
body{
  background-color: var(--cor-branca);
}



/* =====================
BANNER
======================== */
.banner{
    width: 100%;
    z-index: -100;
}

.banner-content{
    width: 100%;
}

.imagem img{
    width: 100%;
height: 350px;
    object-fit: cover;
    filter: brightness(40%);
}

.conteudo-banner{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 70px;
max-width: 449px;
align-items: center;
margin: 0 auto;
margin-top: -511px;
}

.banner-right{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 500px;
    margin-top: -100px;
}

.card-banner{
    border: 1px solid var(--cor-branca);
    display: flex;
    align-items: center;
padding: 10px 70px;
gap: 20px;
transition: .9s;
width: 450px;

}

.card-banner:hover{
    border: 1px solid #d7d7d752;
    background-color: #d7d7d752;
    backdrop-filter: blur(5px);
}

.card-banner p{
font-size: 16px;
color: var(--cor-branca-permanet);
}
.card-banner img{
width: 50px;
    }

.banner-left h1{
    font-size: 70px;
    color: var(--cor-branca-permanet);
}

.banner-left p{
    color: var(--cor-branca-permanet);
    font-size: 20px;
    width: 550px;
    font-weight: lighter;
    text-align: left;
}

.banner-left a{
    color: var(--cor-branca-permanet);
    font-size: 14px;
    transition: .5s;
    margin-left: 10px;
}
.conteudo-banner a:hover{
    color: #6dff54;
    font-size: 18px;
}





.mf-working-hour, .mf-contact-box {
    width: 450px;
}
.mf-contact-box {
    background-color: #f2f2f2;
    padding: 35px 30px;
}
.mf-contact-box-clearfix{
background-color: #e1e1e1;
padding-right: 60px;
padding-left: 20px;
padding-top: 20px;
color: #6b6b6b;
border-radius: 10px;
}

.contacts{
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-top: -20px;
margin-bottom: 70px;
padding: 10px;

}

.mapa{
justify-content: right;
position: relative;

}
.mapa iframe {
    width: 500px;
    height: 300px;
    justify-content: left;
    margin-left: 50px;
}
.contact-info-phone{
    padding-top: 20px;
    padding-bottom: 20px ;
}
.contact-info-address, .contact-info-phone, .contact-info-email{
display: flex;
gap: 30px;
width: 200px;
top: 30px;
}
.contact-info-address i, .contact-info-phone i, .contact-info-email i{
    color: #2b2b2b;
    font-weight: bold;
}
.contact-info-address span, .contact-info-phone span, .contact-info-email span{
    color: #2b2b2b;
    font-weight: bold;
}

.contacts {

    & ul {
        list-style: none;
        padding: 20px;
        display: flex;
        justify-content: left;
        margin: 0;
    
        & li {
            display: inline;
            margin: 0 15px;
        
            & a {
                color: var(--cor-principal);
                text-decoration: none;
                font-size: 12pt;
            }
        }
    }
}
.contato{
    position: relative;
    text-align: center;
    align-items: center;
    margin: 200px;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1f1f1f00;
}

        .enviar{
            border: none;
            border-radius: 10px;
            padding: 10px 0px;
            align-items: center;
            text-align: center;
            background-color: aqua;
        }
        #bot{
            background-color: var(--cor-principal);
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }









/* ===================================== */
/* SOBRE NOS */
/* ===================================== */
.hero-section {
    position: relative;
    width: 100%;
    /* height: 100vh;  */
    overflow: hidden;
    top: 50px;
    margin-bottom: 100px;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    
    background-size: cover;
    /* opacity: 0.3;  */
    z-index: 1;
  }
  
  /* Conteúdo principal centralizado */
  .container2 {
    position: relative;
    z-index: 2; 
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px 20px;
    color: var(--cor-texto); 
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .profile-section {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
    gap: 40px;
    border: 2px solid #d4d4d4;
    padding: 15px;
    border-radius: 0px;
  }
  
  .profile-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden; 
  }
  
  .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  

  .profile-info h1 {
    font-size: 36px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: var(--cor-principal);
  }
  
  .profile-info p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: left;
    max-width: 400px;
    color: var(--cor-texto);
  }
  
  /* Ícones de redes sociais */
  .social-icons a i{
    margin-top: 20px;
    color: var(--cor-texto);
    transition: .5s;

  }
  
  .social-icons a {
    margin: 0 8px;
    font-size: 24px;
    color: var(--cor-branca);
    transition: color 0.3s ease;
    text-decoration: none;
  }
  
  .social-icons a i:hover {
    color: var(--cor-principal); 
    transform: scale(1.05);
  }

/* Seção inferior */
.secao-inferior {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    max-width: 1100px;

    text-align: left;
    padding: 0px;
    gap: 40px;
}

.bloco {
    width: 35%;
    text-align: left;
    padding-bottom: 50px;
    margin-top: 70px;
    padding: 30px;
    background-color: var(--cor-bacground-page);
    box-shadow: 1px 4px 15px var(--cor-sombra);
}
 
.bloco h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 8%;
    color: var(--cor-principal);
}

.bloco p {
    font-size: 16px;
    color: var(--cor-texto);
    text-align: left;
    height: 140px;
    width: 225px;
    margin-left: 8%;
}


.bloco i{
    color: var(--cor-texto);
    font-size: 25px;
}

.bloco i :first-child{
    font-size: 200px;
}

.bloco i:last-child{
    margin-left: 240px;
}















/* ====================== */
/* MENSAGEM */
/* ====================== */

.contact-section h1{
    font-size: 32px;
    margin-bottom: 30px;
    color: #3a3a3a;

}

.contact-section {

text-align: center;
padding: 10px;

padding-bottom: 90px;
}
.contact-form {
background: var(--cor-branca);
padding: 20px;
border-radius: 0px;
border: 2px solid #d7d7d7;
/* background-color: #c3d6ff; */
width: 550px;
/* height: 330px; */
margin: auto;
z-index: 1;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #d7d7d7;
border-radius: 2px;
}
.contact-form button {
background: var(--cor-principal);
color: var(--cor-branca);
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
.contact{
/* position: relative;
display: flex;
width: 100%;
margin: 0px;
max-width: 900px;
align-items: center;
justify-content: center; */
display: flex;
align-items: center;
gap: -0px;
max-width: 900px;
margin: auto;
margin-top: 0px;
justify-content: center;
}
.image img{
width: 450px;
padding: 0;
position: relative;
left: 50px;
top: 2px;
border-radius: 10px;

}



/* ======================
PROJECTS
====================== */

.project-section {
    text-align: center;
    /* padding: 50px; */
    margin-top: 80px;

  
  }
  /* .project-section .pic{
    max-width: 900px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
  } */

  
  .project-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 0px;
    flex-wrap: wrap;
    max-width: 900px;
margin: 0 auto;
  }
  .project-container img{
    width: 200px;
    height: 200px;
    /* object-fit: cover; */
  }
  
  .project-card {
    background: var(--cor-branca);
    padding: 20px;
    border-radius: 8px;
    width: 250px;
    text-align: center;
    box-shadow: 0 5px 15px var(--cor-sombra);
    margin-bottom: 40px;
    margin-top: 0px;
    transition: .5s;
  }

  /* .project-card span{
    font-size: 20px;
    color: #444444;
  } */
  
  .project-card h2 {
    color: var(--cor-principal);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .project{
    display: flex;
    align-items: center;
    text-align: center;
    /* gap:5px; */
    margin-left: 5px;
  }
  .project i{
  /* background-color: #1077bc; */
  border-radius: 3px;
  padding: 0px 8px;
  color: var(--cor-principal);
  font-weight: bold;
  font-size: 10px;
  }
  
  .project p{
    font-size: 10px;
    color: var(--cor-texto);
  }











.conteudo h1{
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--cor-texto);
    margin-bottom: 40px;
}
.conteudo h1 span{
    color: var(--cor-principal);
}

    
/* ====================== */
/* RESPONSIVIDADE */
/* ====================== */
@media (max-width: 720px) {


    .container2 {
      position: relative;
      z-index: 2; 
      width: 100%;
      max-width: 900px;
      margin: auto;
      padding: 50px 20px;
      color: #fff; 
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    
    .profile-section {
      display: contents;
      /* flex-direction: row; */
      align-items: center;
      justify-content: center;
      gap: 70px;
    }
    .profile-info{
      margin-top: 50px;
      text-align: center;
      justify-content: center;
    }
    .profile-info p{
      text-align: center;
    }

    .contacts {
        position: relative;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        /* margin-top: -20px; */
        margin-bottom: 70px;
        padding: 10px;
        flex-direction: column;
    }
    

    .banner-text h1 {
        font-weight: bold;
        font-size: 52px;
        margin-top: 0px;
    }
    
    .mapa{
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 300px;
    }

    .mapa iframe{
      width: 300px;
      border-radius: 10px;
      margin-left: 2%;
      margin-top: 20px;
    }

    .bloco {
        width: 100%;
    }


}