*{
    padding: 0px;
    margin: 0px;
    color: white;
    font-family: "Montserrat", sans-serif;
    user-select: none;  
}

@font-face {
    font-family: 'Deltha';
    src: url('/fonts/Deltha.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
:root{
    --amarelo:#ECB163;
    --amareloLight:#fae29a;
    --vermelho:#E0380B;
    --grey: rgb(130, 130, 130);
    --gradi: linear-gradient(90deg,rgba(236, 177, 99, 1) 0%, rgba(224, 56, 11, 1) 100%);
}
p, li{
    font-size: 12px;
}
h2, h1, h5{
    background: var(--gradi);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Deltha';
}
.gradiButton{
    background: var(--gradi);
    color: #fff; 
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.gradiButton:hover {
  opacity: 0.85;
  padding: 13px 17px;
}
body{ 
    background-image: url('../img/background-banner-forest.webp');
    margin: 0;
    padding: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* NAVBAR */
.navbar {
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);   
    -webkit-backdrop-filter: blur(12px);
    height: 50px;
}
.navMenu .navbar .logo{
    height: 30px;
    width: 40px;
}
.navMenu .navbar .logo:hover{
     width: 48px;
    height: 38px;
    transition: 0.8s;
}
.navMenu .navbar .navbar-nav .nav-item .nav-link{
    padding: 0 30px;
    color: var(--grey);
    font-weight: bold;
    text-decoration: none;
}
.servicos .boxServicos .developer .card .card-body .linksServicos a:hover,
.servicos .boxServicos .designer .card .card-body .linksServicos a:hover,
.servicos .boxServicos .marketing .card .card-body .linksServicos a:hover,
.footerLinks ul li a:hover,
.projetos .verMais:hover,
.navMenu .navbar .navbar-nav .nav-item .nav-link:hover{
    background: var(--gradi);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.navMenu .navbar .navRight li a{
    color: var(--grey);
}
.nav-link.active {
    color: var(--amarelo) !important;
    font-weight: 600;
    text-decoration: underline;
}
.navMenu .navbar .navbar-toggler .hamburguer{
    font-size: 35px;
    color: var(--amarelo);
} 

/* HERO */
.hero .boxWrapper .boxW,
.hero .boxWrapper .boxImg .img{
    height: 100vh;
}
.hero .boxWrapper .boxW .boxTxt{
    align-items: center;
}
.hero .boxWrapper .boxW .boxTxt .box{
    width: 100%;
}
.hero .boxWrapper .boxW .boxTxt .box .btnBox{
    height: 60px;
    display: flex;
    align-items: center;
}
.hero .boxWrapper .boxW .boxTxt .box h1{
    font-family: 'Deltha';
    margin: 0;
    padding: 0;
    font-size: 40px;
}
.hero .boxWrapper .boxW .boxTxt .box h4{
    font-weight: 300;
}
.hero .boxWrapper .boxW .boxTxt .box h4 strong{
    font-weight:600 ;
}
.hero .boxWrapper .boxW .boxTxt .box p{
   margin-top: 50px; 
}
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks{
    height: 35px;
    justify-content: center;
}
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks .insta,
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks .whats,
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks .tiktok{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks a{
    padding: 0 15px;
}
.hero .boxWrapper .boxW .boxTxt .box .socialMidiaLinks i:hover{
    font-size: 20px;
    transition: 0.3s;
    color: var(--amarelo);
}
.hero .boxWrapper .boxW .boxContact .boxEfectBlur{
    background: rgb(94 94 94 / 15%);
    backdrop-filter: blur(12px);           
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    max-width: 270px;
    top: 60%;
}
.hero .boxWrapper .boxW .boxContact {
    height: 100vh;
}
.hero .boxWrapper .boxW .boxContact .boxEfectBlur .icons a i{
    font-size: 18px;
    background: var(--gradi);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}
.hero .boxWrapper .boxW .boxContact .boxEfectBlur .icons a{
    text-decoration: none;
    color: white;
}

.hero .boxWrapper .boxW .boxContact .boxEfectBlur .icons a:hover{
   background: var(--gradi);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

/* PROJETOS */
.projetos{
    height: auto;
    padding-bottom: 50px;
    background-image: url('../img/fundo-texturizado-abstrato-2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.projetos h2{
    margin-top: 80px;
}
.projetos .box{
    max-width:300px;
    max-height: 300px;
    min-width:260px;
    min-height: 260px;
    background-color: white;    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    margin: 10px;
    position: relative;
}
.projetos .box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 100% 0%;
    
}
.projetos .box .degrade{
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(1deg,rgba(0, 0, 0, 1) 11%, rgba(150, 150, 150, 0) 65%);
    position: absolute;
     
}
.projetos .box .degrade:hover{
   background: unset;
}
.projetos .box .degrade .degradeBox{
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.projetos .verMais{
    color: var(--amarelo);
    text-decoration: none;
}
.projetos .box .degrade .degradeBox h6{
    font-size: 20px;
}
.projetos .box .degrade .degradeBox p{
    padding: 0;
    margin: 0;
}

/* SERVIÇOS */
.servicos .boxServicos{
    height: 100vh;
    align-items: center;
}
.servicos .boxServicos .servicosWrapper{
    display: flex;
    justify-content: space-between;
}
.servicos .boxServicos .title h2{
    color: var(--amarelo);
}
.servicos .boxServicos .developer,
.servicos .boxServicos .designer,
.servicos .boxServicos .marketing{
    height: 320px;
    max-width: 535px;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
     background: rgb(94 94 94 / 15%);
    backdrop-filter: blur(12px);           
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    z-index: 1;
}
.servicos .boxServicos .developer::before,
.servicos .boxServicos .designer::before,
.servicos .boxServicos .marketing::before{
  content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: var(--gradi);
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.servicos .boxServicos .developer .card,
.servicos .boxServicos .designer .card ,
.servicos .boxServicos .marketing .card {
    height: 100%;
    border: unset;
    background-color: unset;
}
.servicos .boxServicos .developer .card .card-body .linksServicos a,
.servicos .boxServicos .designer .card .card-body .linksServicos a,
.servicos .boxServicos .marketing .card .card-body .linksServicos a{
    color: var(--amarelo);
    text-decoration: none;
} 
.servicos .boxServicos .developer .card .card-body h5,
.servicos .boxServicos .designer .card .card-body h5,
.servicos .boxServicos .marketing .card .card-body h5{
    color: var(--amarelo);
}
.servicos .boxServicos .developer .card .card-body a,
.servicos .boxServicos .designer .card .card-body a,
.servicos .boxServicos .marketing .card .card-body a{
    color: var(--grey);
}
.servicos .boxServicos .developer .card .card-body a:hover,
.servicos .boxServicos .designer .card .card-body a:hover,
.servicos .boxServicos .marketing .card .card-body a:hover{
    color: var(--amarelo);
}
.servicos .boxServicos .developer .card .card-body .linksServicos,
.servicos .boxServicos .designer .card .card-body .linksServicos,
.servicos .boxServicos .marketing .card .card-body .linksServicos{
    position: absolute;
    top: 265px;
}
.servicos .boxServicos .developer .card .icons,
.servicos .boxServicos .designer .card .icons,
.servicos .boxServicos .marketing .card .icons{
text-align: center;
}
.servicos .boxServicos .developer .card .icons img,
.servicos .boxServicos .designer .card .icons img,
.servicos .boxServicos .marketing .card .icons img{
    width: 40px;
    padding: 15px 0;
}

/* INFO */
.tecnology{
    height: auto;
    padding-bottom: 50px;
    background-image: url('../img/InteligenciaArtificial.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.tecnology .container,
.tecnology .container .boxTecnology{
    height: 100%;
}
.tecnology .container .boxTecnology .adjust{
    height: 300px;
    min-height: 340px;
}
.tecnology .container .boxTecnology .boxIaText,
.tecnology .container .boxTecnology .boxIaImg{
    height: 100%;
    max-height: 700px;
}
.tecnology .container .boxTecnology .boxIaText{
    border-radius: 10px;
    padding: 10px;
    border: 2px solid var(--amarelo);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
}
.tecnology .container .boxTecnology .boxIaText .box .btnBox{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 60px;
}
.tecnology .container .boxTecnology .boxIaText .box h1{
   font-size: 18px;
}

/*CONTRATEME*/
.contrateme{
    background-image: url(../img/background-notebook-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contrateme .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contrateme .container .boxImg,
.contrateme .container .boxText{
    width: 100%;
    max-width: 500px;
    text-align: center;
}
.contrateme .container .boxText a i{
    color:black;
    font-size: 16px;
}
.contrateme .container .boxText h1{
    font-size: 30px;
}
.contrateme .container .boxText .btn{
    background-color: var(--amarelo);
}
.contrateme .container .boxImg img{
    width: 100%;
    max-width: 415px;
}

/*FOOTER*/
footer{
    padding-top: 0;
    margin-top:0;
    background-color: #181818;;
}

/* MOBILE */
 @media (max-width: 1000px) {
            .navMenu .navbar{
                height: auto;
            }
            .navMenu .navbar .navLogo{
                top:10px;
            }
            .navMenu .navbar .navbar-nav .nav-item{
                padding: 10px 0;
                font-size: 20px;
            }
         
            
           .hero .boxWrapper .boxW {
                display: block;
                height: auto;
                padding-top: 80px;
                }
           .hero .boxWrapper .boxW  .boxTxt{
                width: 100%;
                display: block;
                justify-content: center;
                }
            .hero .boxWrapper .boxW .boxTxt .box{
                width: 100%;
                max-width: 100%;
            }
            .hero .boxWrapper .boxW .boxTxt .box h1{
                font-size: 40px;
            }
            .hero .boxWrapper .boxW .boxTxt .box .btnBox{
                justify-content: center;
            }
            .hero .boxWrapper .boxW .boxContact{
                height: auto;
                width: 100%;
                padding: 50px 0;
            }


            .servicos .boxServicos{
                height: auto;
                padding: 20px 0;
            }
           .servicos .boxServicos .servicosWrapper {
                display: block;     
                display: grid;
                justify-content: center;
            }


           .tecnology{
                height: auto;
                background-position: right;
            }
            .tecnology .container .boxTecnology{
                display: block;
                padding: 20px;
            }
            .tecnology .container .boxTecnology .adjust{
                height: auto;
            }
            .tecnology .container .boxTecnology .boxIaText{
                width: 100%;
                background: rgb(94 94 94 / 15%);
                backdrop-filter: blur(35px);
                -webkit-backdrop-filter: blur(35px);
            }

            .contrateme{
                height: auto;
                background-image: none;
            }
            .contrateme .container {
                display: block;
                width: 100%;
               max-width: 100%;
            }
            .contrateme .container .boxText{
               max-width: 100%;
            }
            .contrateme .container .boxImg{
                display: none;
            }
        }
 @media (max-width: 780px) {
            .tecnology .container .boxTecnology h2{
                -webkit-text-fill-color:unset   ;
                background-clip: unset;
                color: white;
            }
            .hero .boxWrapper .boxW .boxTxt .box h1{
                font-size: 50px;
            }
        }
 @media (max-width: 780px) {
            .hero .boxWrapper .boxW .boxTxt .box h1{
                font-size:35px;
            }
        }

