@font-face {
    font-family: Gamarasa;
    src: url(../gamarasa/Gamarasa\ Black.otf);
}

body{
    background-color: black;
    margin: 0;
    padding: 0;
    font-family: Gamarasa;
}

.hero{
    background: url(../imagens/ja_morant.jpg);
    background-position: top center;
    background-attachment: fixed;
    height: 93vh;
    display: flex;
    justify-content: center; 
    align-items: center;    
    color: aliceblue;
    text-align: center; 
}

h6{
    opacity: 0;
}

h1{
    font-size: 95px;
    font-weight: 600;
    text-shadow: 0 0 80px rgb(25, 0, 255);
}

nav{
    height: 18vh;
    font-size: 25px;
    font-weight: 600;
    box-shadow: 0 0 90px 20px rgb(57, 15, 97);
}

#titulo{
    font-size: 30px;
    font-weight: 700;
}

h3{
    text-decoration: underline;
    font-size: 60px;
}

.sobre{
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(65deg, rgba(2,0,36,1) 0%, rgba(8,162,194,1) 100%); 
}



.sobre_mim{
  margin: 40px;  
  box-shadow: 0 0 10px 0px cyan;
}

p{  
    text-align: justify;
    text-indent: 10px;
    font-size: 23px;
    font-weight: 600;
}

h2{
    font-size: 50px;
    font-weight: 700;
}

.servicos{
    background-color: black;
}

.service h1{
    color: white;
    font-size: 70px;
    text-align: center;
    padding: 10px 10px;
    text-shadow: 0 0 100px rgb(0, 162, 255);
}

.service h2{
    color: black;
    margin: auto;
    text-align: center;
    text-shadow: 0 0 2px  rgba(0, 225, 255, 0.358);
}

.service .card p{
    text-align: center;
}

.service .card{
    margin: 10px;
}

.mapa{
    padding-top: 10px; 
    text-align: center
}

iframe{
    margin: auto;
    width: 70%;
    height: 50vh;
    text-align: center;
}

.contats{
    background: rgb(2,0,36);
    background: linear-gradient(65deg, rgba(8,162,194,1) 0%,rgba(2,0,36,1) 100%
    ); 
} 

.portfolio{
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 50px 80px;
    margin: 10px;
}

.portfolio h1{
    justify-content: center;
    color: white;
    font-size: 70px;
    text-align: center;
    padding: 10px 10px;
    text-shadow: 0 0 100px rgb(0, 162, 255);
}

.carousel .card{
    background-color: rgb(84, 83, 83);
    color: white;
    text-align: center;
    text-align: justify;
}

.carousel .card h5{
    color: white;
    font-size: 190%;
    text-decoration: underline;
    text-align: center;
    padding: 10px 10px;
    text-shadow: 0 0 100px rgb(0, 162, 255);
}

.portfolio .card{
    margin: 0 auto;
    padding: 0px;
    max-width: 600px;
    
}

footer{
    background-color: black;
}

