:root {
    --cor-verdeacizentado: #829B7C;
    --cor--azulclaro: #B0B7BC;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    background-color: var(--cor-verdeacizentado);
    top: 0;
    width: 100%;
    position: fixed;
}

nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    align-items: center;
}

li {
    margin-right: 52px;
    transition: opacity 0.3s ease-in;
}

.menu-mobile div {
    width: 32px;
    height: 2px;
    background: white;
    margin: 8px;
    transition: 0.3s;
}

.menu-mobile {
    display: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    font-family: 'Inria Sans', sans-serif;
    Color: white;
}

li a:hover {
    background: rgb(161, 161, 161);
}


menu:hover {
    background: rgb(161, 161, 161);
}

.Logotipo {
    width: 90px;
    height: 90px;
}

.Text1 {
    font-family: 'Inria Sans', sans-serif;
    font-size: 55px;
    margin-top: 140px;
    margin-left: 119px;
    animation: fade 2s ease-in-out;

}

.Text2 {
    font-family: 'Inria Sans', sans-serif;
    margin-top: 55px;
    font-size: 55px;
    color: #829B7C;
    margin-left: 400px;
    animation: fade 2s ease-in;

}

.Text3 {
    font-family: 'Inria Sans', sans-serif;
    margin-top: 55px;
    font-size: 55px;
    margin-left: 470px;
    animation: fade 2s ease-in;

}

.Text4 {
    font-family: 'Inria Sans', sans-serif;
    background-color: white;
    box-shadow: 5px 5px 5px rgb(87, 87, 87);
    font-size: 48px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 88px;
    margin-top: 51px;
}

.Text5 {
    display: flex;
    font-family: 'Inria Sans', sans-serif;
    font-size: 48px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 5px 5px 5px rgb(87, 87, 87);
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 88px;
    margin-top: 51px;
}

.Main {
    margin-top: 180px;
    height: 540px;
    background-color: var(--cor-verdeacizentado);
}

.About {
    display: flex;
    justify-content: space-around;
}

.My-Text {
    font-family: 'Inria Sans', sans-serif;
    font-size: 22px;
    text-align: center;
}

.My {
    display: flex;
    align-items: center;
    margin-top: 50px;
    border-radius: 20px;
    width: 500px;
    height: 304px;
    background-color: white;
}

.About_My {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.About_My2 {
    display: flex;
    flex-direction: column;
}

.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 20px;
    background: #D9D9D9;
    width: 114px;
    height: 108px;
}

.container1:hover {
    background: white;
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 20px;
    background: #D9D9D9;
    width: 114px;
    height: 108px;
}

.container2:hover {
    background: white;
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 20px;
    background: #D9D9D9;
    width: 114px;
    height: 108px;
}

.container3:hover {
    background: white;
}

.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-radius: 20px;
    background: #D9D9D9;
    width: 114px;
    height: 108px;
}

.container4:hover {
    background: white;
}

.Container {
    display: flex;
    justify-content: space-between;
}

.Project {
    font-family: 'Inria Sans', sans-serif;
    font-size: 48px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 506px;
    height: 100px;
    background: #ffffff;
    box-shadow: 5px 5px 5px rgb(87, 87, 87);
}

.Project1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #b0b7bc44;
    border-radius: 20px;
    margin-top: 50px;
    width: 441px;
    height: 312px;
}


.Button{
    border: none;
    background-color: #829B7C;
    width: 400px;
    height: 50px;
    font-family: 'Inria Sans', sans-serif;
    display: flex;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 20px;
    color: white;
    display: block;
}

.Button:hover{
     background-color:  white;
      color: black;
      cursor: pointer;
}

.Project2 {
    background: #B0B7BC;
    border-radius: 20px;
    width: 441px;
    height: 312px;
}

.Project3 {
    background: #B0B7BC;
    border-radius: 20px;
    width: 441px;
    height: 312px;
}

.Project4 {
    background: #B0B7BC;
    border-radius: 20px;
    width: 441px;
    height: 312px;
}

.Project_Main {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.Project_Main1 {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-top: 200px;
    height: 500px;
    background: var(--cor-verdeacizentado);
}

.contact {
    font-family: 'Inria Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-top: 30px;
    background: white;
    box-shadow: 5px 5px 5px rgb(87, 87, 87);
    border-radius: 20px;
    width: 506px;
    height: 100px;
}

.Git_Link {
    display: flex;
}

.Git {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 145px;
    height: 122px;
    border-radius: 20px;
    margin-right: 20px;
}

.Link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 122px;
    border-radius: 20px;
    background: white;
    margin-left: 20px;
}

.Git:hover {
    background: #D9D9D9;
}

.Link:hover {
    background: #D9D9D9;
}

.Img_br {
    width: 441px;
    height: 312px;
}
.div_button{
    margin: auto;
}

.Project1:hover {}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 820px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        overflow-x: hidden;
    }

    .menu {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 70vh;
        background: var(--cor-verdeacizentado);
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
    }

    li {
        margin: 0;
        opacity: 0;
    }

    .menu-mobile {
        display: block;
        margin-top: 30px;
        transition: 0.3s;
    }

    .menu.active {
        margin-top: 30px;
        transition: transform 0.3s ease-in;
        transform: translateX(0);
        border-radius: 0px 0px 0px 15px;
    }

    .menu.active li {
        opacity: 1;
    }

    .menu-mobile.active .line1 {
        transform: rotate(-45deg) translate(-8px, 8px);
    }

    .menu-mobile.active .line2 {
        opacity: 0;

    }

    .menu-mobile.active .line3 {
        transform: rotate(45deg) translate(-5px, -7px);

    }


    .Text1 {
        font-family: 'Inrian Sans', sans-serif;
        font-size: 55px;
        margin-top: 182px;
        margin-left: 55px;

    }

    .Text2 {
        font-family: 'Inrian Sans', sans-serif;
        margin-top: 40px;
        font-size: 55px;
        color: #829B7C;
        margin-left: 55px;

    }

    .Text3 {
        font-family: 'Inrian Sans', sans-serif;
        margin-top: 40px;
        font-size: 55px;
        margin-left: 55px;

    }

    .About {
        display: flex;
        flex-direction: column;
    }

    .Main {
        margin-top: 180px;
        height: 1000px;
        background-color: var(--cor-verdeacizentado);
    }

    .Container {
        display: flex;
    }

    .container1 {
        margin-right: 10px;
    }

    .container2 {
        margin-right: 10px;

    }

    .container3 {
        margin-right: 10px;
    }

    .About_My2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Project_Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .Project2 {
        margin-top: 50px;
    }

    .Project_Main1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .Project4 {
        margin-top: 50px;
    }
}


@media (max-width: 456px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        overflow-x: hidden;
    }

    .menu {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 70vh;
        background: var(--cor-verdeacizentado);
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
    }

    li {
        margin: 0;
        opacity: 0;
    }

    .menu-mobile {
        display: block;
        margin-top: 30px;
        transition: 0.3s;
    }

    .menu.active {
        margin-top: 30px;
        transition: transform 0.3s ease-in;
        transform: translateX(0);
        border-radius: 0px 0px 0px 15px;
    }

    .menu.active li {
        opacity: 1;
    }

    .menu-mobile.active .line1 {
        transform: rotate(-45deg) translate(-8px, 8px);
    }

    .menu-mobile.active .line2 {
        opacity: 0;

    }

    .menu-mobile.active .line3 {
        transform: rotate(45deg) translate(-5px, -7px);

    }


    .Text1 {
        font-family: 'Inrian Sans', sans-serif;
        font-size: 55px;
        margin-top: 182px;
        margin-left: 25px;

    }

    .Text2 {
        font-family: 'Inrian Sans', sans-serif;
        margin-top: 40px;
        font-size: 55px;
        color: #829B7C;
        margin-left: 25px;

    }

    .Text3 {
        font-family: 'Inrian Sans', sans-serif;
        margin-top: 40px;
        font-size: 55px;
        margin-left: 25px;

    }

    .My {
        margin-right: 20px;
    }

    .About {
        display: flex;
        flex-direction: column;
    }

    .Main {
        margin-top: 180px;
        width: 456px;
        height: 1000px;
        background-color: var(--cor-verdeacizentado);
    }

    .Container {
        display: flex;
    }

    .container1 {
        margin-right: 10px;
    }

    .container2 {
        margin-right: 10px;

    }

    .container3 {
        margin-right: 10px;
    }

    .About_My2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Project_Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 20px;
    }


    .My {
        display: flex;
        align-items: center;
        margin-top: 50px;
        border-radius: 20px;
        width: 430px;
        height: 304px;
        background-color: white;
    }

    .Project_Main1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-left: 20px;

    }

    .Project1 {
        margin-right: 10px;
    }

    .Project2 {
        margin-right: 10px;
        background: #B0B7BC;
        border-radius: 20px;
        width: 430px;
        height: 312px;
    }

    .Project3 {
        margin-right: 10px;
        background: #B0B7BC;
        border-radius: 20px;
        width: 430px;
        height: 312px;
    }

    .Project4 {
        margin-right: 10px;
        background: #B0B7BC;
        border-radius: 20px;
        width: 430px;
        height: 312px;
    }

    .Project {
        font-family: 'Inria Sans', sans-serif;
        font-size: 48px;
        border-radius: 20px;
        margin-top: 30px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: 100px;
        background: #ffffff;
        box-shadow: 5px 5px 5px rgb(87, 87, 87);
    }


    .contact {
        font-family: 'Inria Sans', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        margin-top: 30px;
        background: white;
        box-shadow: 5px 5px 5px rgb(87, 87, 87);
        border-radius: 20px;
        width: 406px;
        height: 100px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 200px;
        width: 456px;
        height: 500px;
        background: var(--cor-verdeacizentado);
    }

}