@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    box-sizing: border-box;
    margin:0;
    padding: 0;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

body {
    font-family: Lato;
    background-color: rgb(0, 0, 0);
}

nav {
    max-width: 1200px;
    margin: auto;
    padding: 50px 15px 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}


.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.link a {
    position: relative;
    padding-bottom: 0.75rem;
    color: white;
}

.link a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #006aff;
    transition: all 0.3s ease;
}

.link a:hover::after {
    width: 70%;
}

.contact-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: aliceblue;
    background-color: #005ee100;
    border-radius: 5px;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.contact-options .btn {
    width: auto;
    min-width: 180px;
    justify-content: center;
    text-align: center;
}

.btn:hover {
    background-color: #0044a2;
    border: 2px solid #0044a2;
}

.btn i {
    font-size: 1.2rem;
  }

.container {
    max-width: 1200px;
    margin: auto;
    padding: 5rem 2rem;
}

.blur {
    position: absolute;
    box-shadow: 0 0 1000px 70px #006aff;
    z-index: -100;
}

header {
    position: relative;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}

header .content h1 {
    color: white;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}

header .content h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

header .content  h3 span {
    -webkit-text-fill-color: #006aff;
}

header .content p {
    margin-bottom: 2rem;
    color: #ccc
}

header .content p span {
    -webkit-text-fill-color: #006aff;
}

header .imege {
    position: relative;
}

header .image::before {
    content: "</>";
    position: absolute;
    top: 0;
    margin-top: 8%;
    left: 80%;
    transform: translateX(-50%);
    font-size: 28rem;
    font-weight: 400;
    line-height: 20rem;
    color:#006aff;
    opacity: 0.2;
    z-index: -100;
}

header .image img {
    border-radius: 100%;
    border: 2px solid rgb(23, 23, 96);
    max-width: 500px;
    margin-left: 18%;
}

section .header {
    margin-bottom: 1rem;
    color: white;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
}

.projetos {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.card .links {
    margin-top: 1rem;
}

.projetos .card {
    background-color: #27272a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.projetos .card:hover {
    background-color: #323232;
    border-color: white;
}

.projetos .card span {
    display: flex;
    background-color: #0044a2;
    padding: 2px 9px;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: white;
    border-radius: 5px;
    width: 46px;
}

.projetos .card h4 {
    margin-bottom: 0.5rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.projetos .card p {
    font-family: Nunito;
    color: white;
    margin-bottom: 1rem;
}

.projetos .card a {
    color: white;
    transition: all 0.3s ease;
}

.projetos .card a:hover {
    color: #0044a2;
}

.sub-header {
    max-width: 600px;
    margin: auto;
    text-align: center;
    color: white;
}

.sub-header span {
    -webkit-text-fill-color: #006aff;
}

.Freelancer {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.Freelancer .card span {
    display: inline-block;
    background-color: #0044a2;
    padding: 2px 9px;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: white;
    border-radius: 5px;
}

.Freelancer .card {
    padding: 2rem;
    background-color: #27272a;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.Freelancer .card:hover {
    background-color: #323232;
    border-color: white;
}

.Freelancer .card .content {
    flex: 1;
    margin-bottom: 2rem;
}

.Freelancer .card h4 {
    margin-bottom: 1rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.Freelancer .card h3 {
    color: white;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 2px dashed white ;
}

.Freelancer .card p {
    color: white;
    margin-bottom: 0.75rem;
}

.Freelancer .card p i {
    color: white;
    font-size: 1.2rem;
    margin-right: 0.3rem;
}

.Freelancer .card button {
    color: white;
    background-color: transparent;
    border: 2px solid white;
}

.Freelancer .card button:hover {
    background-color: #0044a2;
    border-color: #0044a2;
}

footer {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}

footer .redes p {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

footer .redes a {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 1.50rem;
    margin: 0 12px;
    border-radius: 100%;
    transition: all 0.3s ease;
}

footer .redes a:hover {
    color: #fff;
    background-color: blue;
    border-color: blue;
}

.copyright {
    color: #fff;
    font-size: 1rem;
    margin-top: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

@media (width < 900px){
    .nav-links{
        display: none;
    }
    header {
        grid-template-columns: repeat(1, 1fr);
    }
    header .image{
        grid-area: 1/1/2/2;
    }
    .projetos{
        grid-template-columns: repeat(1, 1fr);
    }
    .Freelancer {
        grid-template-columns: repeat(1, 1fr);
    }
    footer {
        grid-template-columns: 1fr 200px;
    }
}

@media (width < 600){
    header .image::before{
        display: none;
    }

    .projetos{
        grid-template-columns: repeat(1, 1fr);
    }

    .Freelancer{
        grid-template-columns: repeat(1, 1fr);
    }

    footer {
        grid-template-columns: 1, 150px;
    }
}