* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", serif;
    scroll-behavior: smooth;
}

html,
body {
    overflow-y: hidden;
}

.container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    background-color: #e0dcca;
}

.container>section {
    scroll-snap-align: start;
}

.home-1 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    position: relative;
}

.contact {
    background-color: #000;
}

.contact .text-menu {
    color: #fff;
}

.text-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 4rem;
    padding-top: 3.5rem;
    color: #000;
    z-index: 7;
    display: flex;
    font-size: 1.25vw;
    font-family: "Work Sans", serif;
    transition: 0.3s ease-in-out;
}

.text-menu:hover {
    color: #6d6d6d;
    cursor: pointer;
    text-decoration: none;
    scale: 110%;
}

.text-menu i {
    padding-right: 0.5rem;
    padding-top: 2.25px;
}

.navbar {
    width: 45vh;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: -31.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.navbar .colorchange {
    color: #fff;
}

.menu-text {
    color: #fff;
}

.change {
    left: 0;
    background-color: #000;
}

.nav-list {
    text-align: left;
    font-size: small;
}

.nav-item-principal {
    list-style: none;
    margin: 1rem;
    letter-spacing: 0.063rem;
    color: #fff;
    gap: 0.625rem;
}

.nav-item-child {
    list-style: none;
    margin: 0.938rem;
    margin-left: 1rem;
    letter-spacing: 0.063rem;
}

.nav-item-principal:hover {
    color: #6d6d6d;
    cursor: pointer;
}

.nav-item-child:hover {
    color: #6d6d6d;
    cursor: pointer;
}

.nav-item-child-bottom {
    bottom: 0;
    position: absolute;
}

.home-1 .row {
    width: 100%;
    display: flex;
    padding: 6.25rem;
    color: #A3A3A3;
}

.home-1 .column {
    flex: 50%;
    align-items: center;
    display: flex;
    height: 100%;
    color: #000;
}

.contact .column h1 {
    color: #fff;
}

.contact .column h1 span {
    color: rgb(202, 174, 16);
}

.home-1 .column h1 {
    font-size: 4rem;
    margin-right: 3.125rem;
    font-weight: 300;
}

.home-1 .column-two {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.home-1 .column-two a {
    font-size: 1.25rem;
    letter-spacing: 0.063rem;
    line-height: 1.3;
    font-weight: 300;
    margin-right: 15rem;
    margin-bottom: 2rem;
}

.contact .column-two a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

.contact .column-two a:hover {
    color: #6d6d6d;
    scale: 110%;
    transition: ease-in-out 0.3s;
}

.right-buttons {
    position: absolute;
    right: 0;
    top: 44%;
    justify-content: center;
    align-items: center;
    padding-right: 4.688rem;
    justify-content: space-between;
    z-index: 2;
}

.right-buttons li {
    margin-bottom: 0.625rem;
    list-style: none;
    font-size: 1.5em;
}

a {
    text-decoration: none;
    color: #A3A3A3;
    cursor: pointer;
}

a:hover {
    color: #6d6d6d;
    text-decoration: none;
}

a.active {
    text-decoration: none;
    color: #A3A3A3;
}

.home-3 {
    background-color: white;
}

@media (min-width: 720px) {

    .video-grid {
        display: grid;
    }

}

.video-grid {
    grid-template-columns: repeat(3, 1fr); /* Cria 3 colunas iguais */
    width: 100%;
    height: 100vh; /* Define a altura como a tela inteira */
    gap: 30px; /* Espaço entre os vídeos */
}

.video-column {
    position: relative;
    overflow: hidden;
}

.video-column video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo se ajustar à coluna como um background */
}

.home-4 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/Maria/01/Imagenspagina/image14.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-5 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    cursor: pointer;
}

.home-5 video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    opacity: 100%;
}

.home-6 {
    margin-top: 15rem;
    height: 100vh;
    width: 100%;
    background-color: #e0dcca;
    display: flex;
    background-image: url("../imgs/jobs/Avva/avva/Imagemhome/SCARRARD-Avva Lab-18.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-7 {
    margin-top: 15rem;
    height: 100vh;
    width: 100%;
    background-color: #e0dcca;
    display: flex;
    background-image: url("../imgs/jobs/Hedo/hedo/Imagemhome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-8 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/Tayna/tayna/Imagemhome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-9 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/Joana/joana/Imagenshome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-10 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/VaiPelaSombra/vaipelasombra/Imagemhome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-11 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/Entorno/entorno/Imagenshome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-12 {
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    background-image: url("../imgs/jobs/Simples/simples/Imagemhome/imghome.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .text-menu {
        padding-left: 2rem;
        padding-top: 2rem;
        font-size: 4vw;
    }

    .home-1 .row {
        flex-direction: column;
        padding: 2rem;
    }

    .home-1 .column {
        flex: 100%;
        margin-bottom: 2rem;
    }

    .home-1 .column h1 {
        font-size: 2.5rem;
        margin-right: 0;
    }

    .home-1 .column-two a {
        margin-right: 0;
        font-size: 1rem;
    }

    .right-buttons {
        top: 30%;
        padding-right: 2rem;
    }

    .right-buttons li {
        font-size: 1.2em;
    }

    .video-grid {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 15px;
    }

    .home-6,
    .home-7 {
        margin-top: 5rem;
    }
}

@media (max-width: 480px) {
    .text-menu {
        padding-left: 1rem;
        padding-top: 1rem;
        font-size: 5vw;
    }

    .home-1 .column h1 {
        font-size: 2rem;
    }

    .home-1 .column-two a {
        font-size: 0.9rem;
    }

    .right-buttons {
        top: 20%;
        padding-right: 1rem;
    }

    .right-buttons li {
        font-size: 1em;
    }
}