@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    background: linear-gradient(90deg, white, #fff, rgba(206, 210, 220, 0.597));
    height: 1400px;
}

#container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    width: 100%;
    position: relative;
}

#container::after {
    content: " ";
    width: 103%;
    height: 4px;
    background-color: #06050cfc;
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 10%;
    transform: translateX(-2%);
}

header {
    background-color: #F7F7F7;
    width: 100%;
    padding: 14px;
}

#buttons {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 35px;
    cursor: pointer;
    margin: 18px;
}

#whats {
    border-radius: 420px;
    transform: translateX(-4%);
}

nav a {
    text-decoration: none;
    color: #111;
    opacity: 90%;
    font-size: 18px;
    margin-left: 110px;
    position: relative;
    font: bold;

}

#nav-menu a:after {
    content: " ";
    width: 0;
    height: 3px;
    background-color: #120f31fc;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10%;
    transition: 0.5s;
}

#nav-menu a:hover {
    color: #817f7f;
}

#nav-menu a:hover:after {
    width: 100%;
}

@keyframes flutuar {
    0% {
        top: 0;
    }

    100% {
        top: 20px;
    }

    /*animation: flutuar 2s ease-in-out infinite alternate;*/
}

@keyframes opacidade {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }

    /*animation: opacidade 5s ease-in-out;*/
}

#gmail:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#whats:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#face:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#insta:hover {
    transform: scale(1.10);
    transition: transform 0.4s;
}

#infs {
    background-image: url(../assets/back.svg);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 580px;
    display: flex;
    align-items: center;
}

#texts {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

#cartao {
    transform: rotateZ(-33deg);
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
    margin: 45px;

}

#pro {
    color: rgb(243, 155, 62);
    font: bold;
    font-size: 38px;

}

#perf {
    color: rgb(243, 155, 62);
    font: bold;
    font-size: 30px;

}

#escrita {
    font-size: 34px;
    padding: 20px;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 19px;
    color: #fff;
}

#escrita:after {
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #060606fc;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 10%;
    transition: 0.5s;
}

#contain {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#main {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

#produto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    flex-direction: column;
    width: 25%;
    padding: 20px;
    margin: 30px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.532);
    transition: all 0.2s linear;
}

#produto:hover {
    transform: scale(1.08);
}


#produto button:hover {
    background-color: rgb(245, 173, 96);

}

#produto button:active {
    background-color: rgb(243, 155, 62);
    transform: scale(1.05);

}

#produto a {
    text-decoration: none;
    color: #111;
    font-size: 20px;
    font: bolder;
}

#produto button {
    width: 80%;
    border-radius: 7px;
    background-color: rgb(243, 155, 62);
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
}

#produto h4 {
    color: rgb(106, 106, 106);
    border-radius: 5px, solid, #111;
}

#textss {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #000000;
    gap: 5px;
}

#info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    width: 100%;
    height: 300px;
    position: relative;
    top: -4px;

}

#direito {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    height: 20px;
    transform: translateY(-20%);
}

#info2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    color: #fff;
    font-size: 15px;

}

#info3 {
    display: flex;
    align-items: center;
    gap: 7px;
}

#cent {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    width: 50%;
}

#mobile-menu {
    display: none;
}

@media screen and (max-width: 600px) {
    #container::after {
        width: 108%;
        transform: translateX(-4%);
    }


    #contain {
        flex-direction: column;
        padding: 10px;
    }

    #produto {
        width: 85%;
    }

    #produto button {
        padding: 6px;
        width: 60%;
    }

    #escrita:after {
        display: none;
    }

    #escrita {
        font-size: 22px;
        width: 75%;
        transform: translateX(5%);
    }

    #texts {
        flex-direction: column;
    }

    #cartao {
        transform: rotateZ(0deg);
        width: 85%;
        height: 100%;

    }

    #info3 {
        font-size: 12px;
        gap: 10px;
    }

    #serv {
        display: none;
    }

    #cent {
        gap: 15px;
    }

    #nav-item {
        display: flex;
        justify-content: center;
        list-style: none;
        height: 57px;
        font-size: 18px;
        transition: 0.2s ease-in-out;
        width: 400px;
    }

    #mobile-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.916);
        backdrop-filter: blur(105px);
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        padding: 35px;
        letter-spacing: 2px;
        font-family: "Raleway", sans-serif;
    }

    #nav-menu {
        display: none;
    }

    #mobile-menu li a {
        text-decoration: none;
        color: #fff;
        gap: 25px;
        position: relative;
        top: 15px;
    }

    #nav-item:hover {
        transform: scale(1.05);
        background-color: #3f3f3fa3;
    }

    #escrita h6 {
        font-size: 18px;
    }

}