* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.box-nav {
    background-color: rgb(12, 12, 12);
    width: 100%;
    height: 100vh;
}

.footer-top {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
}

.back-footer-top {
    background-color: rgba(19, 19, 19, 0.541);
    width: 60%;
    height: 60%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    backdrop-filter: blur(20px);
}

.back-footer-top button {
    height: 70%;
    width: 31%;
    border: 0;
    border-radius: 30px;
    background: #00000000;
    font-weight: 700;
    font-size: 90%;
    color: rgb(167, 167, 167);
    cursor: pointer;
    transition: 0.5s;
}

.back-footer-top button:hover {
    box-shadow: rgba(255, 255, 255, 0.13) 0px 0px 0px 0.5px;
}

.back-footer-top button.active {
    height: 70%;
    width: 31%;
    border: 0;
    border-radius: 30px;
    background: linear-gradient(268deg, rgba(63, 185, 255, 0.829) 0%, rgba(7, 149, 237, 0.829) 100%);
    font-weight: 700;
    font-size: 90%;
    color: rgb(19, 19, 19);
    transition: 0.5s;
}

.box-home {
    background-color: black;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.box-home video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    opacity: 0.8;
}

.back-home {
    position: absolute;
    z-index: 90;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-home {
    background-color: rgba(19, 19, 19, 0.541);
    width: 93%;
    height: 80%;
    margin-top: 3.3%;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.title {
    width: 100%;
    height: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
}

.title input {
    width: 96%;
    height: 50%;
    border-radius: 20px;
    border: 0;
    padding-left: 1%;
    background-color: rgba(255, 255, 255, 0.034);
}

.title h1 {
    font-family: "Poppins", sans-serif;
    color: rgb(206, 206, 206);
}

.projects {
    width: 100%;
    height: 83%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.box-projects {
    width: 97%;
    height: 96%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    gap: 1.5%;
    overflow-y: scroll;
}

.project-card {
    background-color: rgba(255, 255, 255, 0.048);
    width: 18.8%;
    height: 99%;
    border-radius: 20px;
    box-shadow: inset rgba(255, 255, 255, 0.13) 0px 0px 0px 0.5px;
}

.title-project {
    width: 100%;
    height: 20%;
    font-size: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.desc-project {
    width: 100%;
    height: 14%;
    font-size: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10%;
}

.box-desc {
    width: 80%;
    text-align: center;
    word-wrap: break-word;
    font-size: 60%;
    font-weight: 500;
    color: rgb(136, 135, 135);
}

.image-project {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;   
}

.image-project img {
    height: 70%;
    border-radius: 100%;
    margin-top: -3%;
}

.languages {
    margin-top: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5%;
    gap: 5%;
}

.languages img {
    height: 100%;
}

.status-project {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40%;
    color: rgb(145, 145, 145);
}

.status-project h1 {
    font-weight: 500;
}

.home {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    overflow-y: scroll;
}

.home.active {
    opacity: 1;
    pointer-events: all;
}

.image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0;
    border-radius: 20px;
}

.image h1 {
    font-family: "Poppins", sans-serif;
    font-size: 500%;
    color: rgb(255, 255, 255);
}

.desc {
    margin-top: -2%;
    width: 35%;
    color: rgb(163, 163, 163);
    font-size: 80%;
    text-align: center;
}

.desc h2 {
    font-weight: 500;
}

.box-contact {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
}

.box-contact h1 {
    font-family: "Poppins", sans-serif;
}

.box-contact button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.11);
    box-shadow: inset rgba(255, 255, 255, 0.274) 0px 0px 0px 2px;
    transition: 0.5s;
    cursor: pointer;
}

.box-contact button:hover {
    background-color: rgba(255, 255, 255, 0.274);
}

.box-contact button img {
    height: 40%;
}