html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Gloock', sans-serif;
}
.container {
    margin: -10px;
    height: 400vh;
    min-height: 300px;

    display: grid;
    grid-template-rows: 0.8fr 6vh 3fr 1fr;
}
#color {
    grid-row: 1/2;
    background-color: #013d49;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    grid-row: 1/2;

    background-color: #013d49;
    width: 100%;
    position: fixed;
    z-index: 10;
    margin-bottom: none;
    border-bottom: 1px solid #deb887;
}
.socialmedia {

    display: flex;
    flex-direction: row;
}
.socialmedia img {
    height: 5vh;
    border-radius: 100%;
    margin-inline: 5px;
    cursor: pointer;
}
.socialmedia img:hover {
    box-shadow: 0px 0px 10px #deb887;
}
.logo {
    height: 15vh;
}
#login, #carrinho {
    height: 5vh;
    border-radius: 250px;
    margin-inline: 5px;
    cursor: pointer;
}
.right {
    display: flex;
    flex-direction: row;
}

#login:hover {
    box-shadow: 0px 0px 10px #deb887;
}
#carrinho:hover {
    box-shadow: 0px 0px 10px #deb887;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-row: 2/3;

    background-color: #013d49;
}
a {
    text-decoration: none;
    color:#deb887;
}
ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    font-size: 1.4em;
    color:#deb887;
    list-style:none;

}
.linav {
    margin-inline: 10px;
    padding-bottom: 11px;
    position: relative;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}
.linav::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;

    background-color:#deb887;
}
.linav:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
h1 {
    padding-bottom: 10px;
    position: relative;
    display: block;
    transition: 0.5s;
}
h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;

    background-color:#deb887;
}
h1:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
main {

    display: grid;
    grid-template-rows: 1fr 0.5fr 1fr;
    grid-row: 3/4;

    background-color: rgb(114, 5, 5);
}
article {
    grid-row: 1/2;
    
}

.slider {
    display: block;
    width: 130vh;
    margin: auto;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.slider li {
    list-style: none;
    position: absolute;
}

.slider img {
    margin: auto;
    height: 100%;
    width: 100%;
    vertical-align: top;
    border-radius: 30px;

}
.slider input {
    display: none;
}
.slider label {
    background-color:#d8a767;
    top: 10px;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    width: 15px;
    z-index: 5;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: 10px;
}
label:hover {
    transition: transform .5s ease;
    transform: scale(1.2);
}

.slider li:nth-child(1) label {
    left: 10px;
}

.slider li:nth-child(2) label {
    left: 40px;
}

.slider li:nth-child(3) label {
    left: 70px;
}
.slider img {
    opacity: 0;
    visibility: hidden;
}

.slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.sobretxt {
    position: absolute;
    z-index: 5;
    text-align: center;
    margin-left: 50px;
    bottom:200px;
    background-color: rgba(0, 0, 0, 0.753);
    border-radius: 20px;
    padding: 20px;
    opacity: 0;
    transition: 1s;
    color:#daa969 ;
}
li .sobretxt:hover{
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
    opacity: 1;
}
section {
    font-size: 20px;
    color:#deb887;
}
h1 {
    text-shadow: 0px 0px 30px #aa7126;
}
#categorias {
    grid-row: 2/3;

    text-align: center;
    padding-top: 20px;
}
#categorias figure {
    transition: 0.6s;
    cursor: pointer;
}
#categorias figure:hover {
    transform: scale(1.2);
}
.container2 img {
    height: 25vh;
    border-radius: 100%;
}
.categoriasimg {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#novidades {
    text-align: center;
    margin-bottom: 30px;
}
.novidadesimg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#novidades img {
    height: 80vh;
    margin-inline: -35px;
    transition: 1s ease;
}
.item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.novidadestxt {
    position: absolute;
    color:#e6ae66;
    opacity: 0;
    transition: 0.6s;
}
.item:hover .novidadestxt {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.699);
    padding: 20px;
    border-radius: 10px;
}
#novidades img:hover {
    filter:blur(2px);
    cursor: pointer;
}
#argent {
    text-align: center;
}
.argentimg {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.argentimg img {
    height: 35vh;
}
.argentitems {
    text-align: left;
    color:#deb887;

    background-color: rgb(97, 4, 4);
    font-size: 0.7em;
    padding-inline: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-inline: 15px;
}
.argentitems:hover {
    cursor: pointer;
    filter: brightness(1.1)
}
#novidades h5 {
    opacity: 0;
    transition: 1s ease;
}
h5:hover {
    opacity: 1;
}
footer {
    grid-row: 4/5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background-color: #013d49;
    color:#deb887;
}
#contato, #endereço{
    margin-inline: 20px;
}
