body {
    margin: 0;
    font-family: 'Raleway', sans-serif;


}


.nav {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: rgb(16, 16, 16);
    height: 100px;
    margin-bottom: 80px;

}

.gallery {
    padding: 10px
}

ul {
    display: flex;
}

li {
    list-style-type: none;
    padding: 20px;

}


.logo {
    width: 60px;
    margin-top: -20px;
}

a {
    text-decoration: none;
    color: rgb(11, 11, 11);
    color: white;
}


.hero-section {
    height: 100px;
    width: 100%;
    border: 15px;
    border-color: black;
}

.container {
    width: 20%;
    position: relative;
    transition: transform 500ms;
    border: 55px;
    border-color: black;

}

.container img {
    width: 105%;
    height: 105%;
    opacity: 1;
    height: auto;
    transition: .5s ease-in-out;
    display: block;
}



.row {
    display: flex;
    border-top: 55px;
    border-color: black;
}

.row .container:focus,
.row .container:hover {
    transform: scale(1.5);
    z-index: 1;
}

.middle {
    background-color: rgb(162, 46, 46);
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.container:hover .middle {
    opacity: 1;
}

.text {
    color: white;
    font-size: 15px;
    padding: 16px 32px;


}

.producto {
    margin-top: 254px;
}

.aii {
    margin-top: 204px;
    color: rgb(10, 10, 9);
    font-size: 44px;
    margin-bottom: -65px;
    text-align: center;
}

.footer {
    display: flex;
    justify-content: center;
    padding: -10px 0;
    width: 100%;
    margin-top: 1600px;
    font-size: 30px;
    background-color: rgb(13, 13, 12);
}

.spacer {
    /* background-color: rgb(15, 15, 15); */
    height: 200px;
    width: 100%;
    padding-top: 500px;
}





@media only screen and (max-width: 1500px) {
    .text {
        font-size: 10px;
        padding: 32px 16px;
    }



    .footer {
        position: relative;
        bottom: 0;
    }
}


@media only screen and (max-width: 675px) {

    .nav {
        display: flex;
        justify-content: center;
        padding: 10px;
        background-color: rgb(16, 16, 16);
        height: 90px;
        margin-bottom: 70px;
        padding-right: 40px;
        position: sticky;

    }

    li {
        list-style-type: none;
        padding: 20px;

    }

    .gallery {
        margin-top: -60px;
        padding: 30px;
    }

    .extra-item {
        display: none;
    }

    .container {
        width: 100%;
        display: absolute;
    }

    .row .container:focus,
    .row .container:hover {
        transform: none;
        /* z-index: 1; */
    }

    .spacer {
        /* background-color: rgb(15, 15, 15); */
        padding-top: 150px;
    }


    .footer {
        margin-top: 2070px;
        display: flex;
        justify-content: center;
        background-color: rgb(7, 7, 7);
        width: 400px;
    }

    .footer p {
        font-size: 12px;
        margin: 20px 20px;
        display: flex;
        justify-content: center;

    }

    .text {
        font-size: 22px;
        padding: 32px 16px;
    }

    .aii {
        margin-top: 84px;
        color: rgb(235, 235, 229);
        font-size: 25px;
        margin-bottom: 5px;
        text-align: center;
        background-color: rgb(14, 13, 13);
        opacity: 0.7;
        font-style: italic;
        border-style: dotted;
        box-sizing: content-box;
        box-shadow: inset;

    }

    .logo {
        width: 40px;
        margin-top: -10px;
    }



    .container {
        width: 20%;
        position: relative;
        transition: transform 500ms;
        border: 55px;
        border-color: black;

    }

    .producto {
        margin-top: 54px;
    }

    .gallery {
        padding: 20px;
        text-align: center;
    }

    .amazon {
        display: flex;
        justify-content: center;
        padding-bottom: 5px;
        background-color: rgb(218, 171, 42);
        width: auto;

    }

    .amazonn {
        padding: 20px;

    }

    .scll {
        display: none;
    }

    .aquire {
        text-align: center;
        padding: 10px;
        background-color: rgb(46, 130, 204);
        opacity: 0.7;
        font-style: italic;
        color: white
    }

}

.amazon {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
    background-color: rgb(218, 171, 42);

}

.amazonn {
    padding: 20px;

}

.aquire {
    text-align: center;
}