@media screen and (min-width: 805px) {
    .gallery-4-wrapper {
        background-image: url("smart-glasses.webp");
        background-size: 1000%;
        background-position: center;
        background-size: cover;
        height: auto;
        animation: autoZoom 3s alternate forwards;
    }

    .navbar {
        
    }
}

@keyframes autoZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(3);
    }

    100% {
        transform: scale(2);
    }
}

@media only screen and (min-width: 700px) {

    .people {
        display: flex;
        margin: auto;
    }

    .caleb {
        display: block;
    }

    .binbin {
        display: block;
    }

    .raver {
        display: block;
    }

    .gallery-1,
    .gallery-2,
    .gallery-3,
    .gallery-5,
    .gallery-6,
    .gallery-7 {
        width: 2%;
        height: 300px;
        background: rgba(255, 255, 255, 0.322);
        box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
    }

}

.navbar {
    width: 100%;
    height: 37px;
    background: rgb(245, 243, 243);
    color: rgb(39, 39, 39);
    list-style-type: none;
    display: flex;
    gap: 5px;
    font-family: "Rubik", sans-serif;
    padding: 20px;
    padding-right: 50px;
    text-align: center;
    word-spacing: 20px;
}


.hover {
    display: inline-block;
    transition: transform 0.2s;
}

.hover:hover {
    color: rgb(133, 133, 133);
    transform: scale(1.1);
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

p {
    text-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
}

h3 {
    font-weight: lighter;
    font-size: 30px;
    text-align: center;
}

.header {
    text-align: center;
}

body {
    font-family: "Rubik", sans-serif;
}

.line {
    height: 2px;
    width: 100%;
    margin: auto;
    background-color: black;
}

.gallery-1,
.gallery-2,
.gallery-3 {
    width: 40%;
    height: 300px;
    background: rgba(255, 255, 255, 0.322);
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
    transform: scale(1);
    color: white;
}
.gallery-5 {
    background-image: url("m5stack.webp");
    background-size: cover;
    background-position-x: -20px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-6 {
    background-image: url("uno.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-7 {
    background-image: url("pico.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}
.gallery-1 {
    background-image: url("nano.webp");
    background-size: cover;
    background-position-x: -20px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-2 {
    background-image: url("uno.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-3 {
    background-image: url("pico.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-4 {
    width: 100%;
    height: 250px;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
    max-width: 100%;
}

.gallery-4 {
    background-image: url("smart-glasses.webp");
    background-size: 784px;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-4-wrapper {
    background-image: url("smart-glasses.webp");
    background-size: 784px;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gallery-box {
    display: flex;
    justify-content: space-around;
}

.intro {
    display: flex;
}

.project {
    font-size: 20px;
}

.image {
    width: 500px;
    border-radius: 10px;
}