*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar-track{
    background: radial-gradient(circle, rgb(53, 30, 0), rgb(210, 168, 0));
}

::-webkit-scrollbar{
    width: 13px;  
}
::-webkit-scrollbar-thumb{
    height: 10px;
    background-color:rgb(255, 219, 121);
    box-shadow: 0px 0px 5px 10px rgba(182, 146, 1, 0.546);
    border-radius: 10px;
}
body{
    background-color: black;
    min-width: min-content;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logozoom{
    opacity: 0;
    position: fixed;
    background-color: black;
    z-index: 2000;
    width:80vh;
    margin-top: 6%;
    border: 2px solid rgb(255, 166, 0);
    border-radius: 20%;
}
header{
    font-family: system-ui;
    display: flex;
    background:rgb(0, 0, 0);
    width: 100%;
    height: 7%;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    color:white;
    animation-name: "headeranimation";
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 1000;
}
header::after{
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 2%;
    background: radial-gradient(circle,rgb(255, 255, 255), rgb(255, 167, 85), rgb(0, 0, 0));
    z-index: 1000;
}
header img {
    width: 39px;
}

header img:hover {
    cursor: zoom-in;
}
nav {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    width: 70%;
    justify-content: space-between;
    padding: 0 6%;
    font-size: large;
}
.href{
    font-weight: 600;
    text-decoration: none;
    color: #ffdc8f;
    position: relative;
}
.href:hover{
    color: rgb(255, 255, 255);
    background-clip: text;
    transition: 0.3s;
    cursor: pointer;
}

.href::after{
    content: "";
    background: rgb(255, 246, 198);
    left: 0;
    bottom: -4px;;
    height: 3px;
    width: 0;
    transition: 0.3s;
    position: absolute;

}

.href:hover::after{
    width: 100%;
}

.inicio {
    background-image: url(imgs/barbearia.png);
    background-color: rgb(22, 12, 0);
    background-position: 25%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    font-family: system-ui;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
}
.content-inicio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 5%;
    width: 40%;
    min-width: 400px;
    font-size: clamp(16px, 6vw, 100%);
}
.content-inicio h1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 500px;
    padding: 20px 40px;
    font-family: Cambria;
    background: transparent;
    color:transparent;
    background-clip: text;
    margin-top: 5%;
    margin-bottom: 40px;
    font-size: clamp(50px, 6vw, 100%);
    animation-name: "deslizardireita";
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.content-inicio h1:hover{
    cursor: default;
}

.content-inicio h2{
    color: transparent;
    margin-bottom: 40px;
    animation-name: "fade-in" ;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.content-inicio p{
    color: transparent;
     animation-name: "fade-in" ;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.btn-inicio{
    opacity: 0;
    background:  linear-gradient(12deg, #442901,rgb(155, 101, 0),#ffb10a, rgb(255, 255, 255));
    color: white;
    font-family: system-ui;
    font-size: 20px;
    border-radius: 15px;
    border:none;
    border-right: 2px solid rgb(255, 245, 156);
    box-shadow: 0px 0px 20px rgb(255, 218, 138);
    padding: 14px 28px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 40px;
    animation: "aumentarrapidamente" 0.3s 2.5s ease-out forwards;
}

.barbeiro{
    width: 60%;
    height: auto;
    animation: "aparecer" 3s;
}

.sobre{
    font-family: system-ui;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-items: center;
    color: #ffedc7;
    background-color:rgb(22, 12, 0);
    height: auto;
    padding: 50px;
    font-size: 22px;
}
.container-sobre{
    max-width: 80%;
    animation: "aparecer" 0.5s forwards ease-out;
    animation-iteration-count: 1;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;

}
.sobre h2{
    background-image: linear-gradient(35deg,rgb(88, 58, 0), orange,white,white);
    color: transparent;
    background-clip: text;
    margin: 50px;
    font-size: clamp(30px, 5vw, 50px);
    animation: "aparecer" 0.5s forwards ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.alunos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    max-height: auto;
    padding: 50px;
    background: linear-gradient(-5deg,rgb(0, 0, 0), rgb(36, 20, 0),rgb(22, 12, 0),rgb(22, 12, 0));;
}
.alunos h2{
    background-image: linear-gradient(35deg,rgb(88, 58, 0), orange,white,white);
    background-clip: text;
    color: transparent;
    font-family: system-ui;
    font-size: clamp(30px, 5vw, 50px);
    margin: 30px;
    animation: "aparecer" 0.5s forwards ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.container-alunos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    animation: "aparecer" 0.5s forwards ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}

.aluno{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color:#ffedc7;
    width: 330px;
    margin: 40px;
    background-color: rgb(61, 44, 12);
    padding: 40px;
    border-radius: 20px;
    min-height: 400px;
    max-height: auto;
    font-size: 20px;
    border: 5px ridge #ffd078;
    box-shadow:  0px 0px 20px rgb(143, 98, 0);
    animation: "aparecer" 0.5s forwards ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.aluno img{
    width: 120px;
}

.produto {
    background-image: url(imgs/corte.jpg);
    background-position: 80%;
    background-size: cover;
    min-height: 100vh;
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
ul{
    font-family: system-ui;
    color: white;
    padding: 50px;
    margin: 50px;
    width: auto;
    list-style-image: url(imgs/verificado.png) ;
    list-style-position: inside;
    font-size: 30px;
    font-weight: 900;
}
li {
    font-size: 20px;
    margin: 20px;
    text-align: justify;
}
.container-promo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: system-ui;
    background-color: rgb(92, 71, 29);
    width: 350px;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    border: 5px #ffd078 groove;
    box-shadow: 0px 0px 20px rgb(190, 102, 0);
    color: rgb(255, 218, 149);
}

.aproveite {
    color: rgb(255, 188, 188);
    text-shadow: 0px 0px 20px rgb(255, 0, 0) ;
    font-size: 50px;
}

.promo {
    color: rgb(255, 180, 180);
     text-shadow: 0px 0px 10px rgb(255, 0, 0) ;
     margin:20px;
}
.preco {
    font-size: 30px;
}
s{
    color: rgb(255, 172, 146);
}
strong{
    color:rgb(255, 172, 146);
    text-shadow: 0px 0px 10px red;
}
.btn-comprar{
    margin: 50px;
    width: 200px;
    height: 50px;
    border: none;
    background-color: rgb(255, 123, 0);
    border-radius: 20px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0px 0px 20px rgb(255, 227, 70);
}

.btn-comprar:hover{
    background-color: rgb(255, 81, 0);
    box-shadow: 0px 0px 20px rgb(255, 0, 0);
    cursor: pointer;
}

.newsletter{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: system-ui;
    height: 100vh;
    padding: 50px;
    background: linear-gradient(160deg,rgb(0, 0, 0), rgb(22, 12, 0), rgb(133, 86, 0) );
}

.container-newsletter {
    color: rgb(94, 61, 0);
    font-weight: 600;
    background: linear-gradient(15deg, rgb(92, 60, 0), orange, white);
    max-width: 80%;
    min-height: 100px;
    max-height: auto;
    font-size: 100%;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgb(143, 98, 0);
    animation: "aparecer" 0.5s forwards ease-out;
    animation-timeline: view();
    animation-range: entry 0% cover 30%;
}
.container-newsletter h2{
    margin: 30px;
}
.input-email{
    border:none;
    border-radius: 10px;
    width: 60%;
    height: 30px;
    margin: 50px;
    outline: none;
    padding-left: 20px;
    font-size: 19px;
}

.btn-enviar{
    width: 20%;
    height: 40px;
    font-size: 15px;
    font-family: system-ui;
    color: white;
    border: none;
    border-radius: 10px;
    background: rgb(209, 101, 0);
}
.btn-enviar:hover{
    background-color:rgb(175, 85, 0);
    cursor: pointer;
}
.contato{
    color: #e7cf95;
    width: 100%;
    height: auto;
    background-color:rgb(0, 0, 0);
    font-size: 20px;
    font-family: system-ui;
}


.container-contato{
    padding: 20px;
    padding-bottom: 0;
}
.container-contato h2 {
    margin-bottom: 30px;
}

.certificacao{
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-top: 2px orange solid;
    margin-top: 30px;
    padding: 40px;
    font-size: 100%;

}
.selo{
    width: 100px;
    height: 60px;
}

@keyframes headeranimation {
    from{
        margin-top: -250px;
    }
    to{
        margin-top: 0;
    }
}

@keyframes deslizardireita {
    0% {
       margin-left: -300px;
       opacity: 0;
    }
    50%{
        opacity: 50%;
    }
    100%{
        background-image: linear-gradient(45deg, orange, white );
        margin-left: 0px;
        opacity: 100%;
    }
}

@keyframes fade-in{
    from{
        opacity: 0;
        color: #e7cf95
    }
    to {
        opacity: 100%;
        color: #e7cf95
    }
}

@keyframes aumentarrapidamente {
    0%{ 
        transform: (0);
        opacity: 0;
        background: transparent;
        color: transparent;
    }
    50%{
        transform: (50);
        font-size: 5px;
        opacity: 50%;
    }
    100%{
        opacity:100%;
        transform: (100);
        font-size: 20px;
        background:  linear-gradient(12deg, #442901,rgb(155, 101, 0),#ffb10a, rgb(255, 255, 255));
        color: white;
    }
}

@keyframes aparecer {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100%;
    }
}

@keyframes writing {
    
}

@media (max-width: 1024px) {

    header {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .logozoom{
        margin-top: 30%;
        width: 45vh;
    }

    nav {
        width: 100%;
        justify-content: center;
        padding: 0;
        gap: 8.5px;
        margin-top: 10px;
    }
       .inicio {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        padding-top: 100px; /* por causa do header fixo */
    }

    .content-inicio {
        width: 90%;
        min-width: unset;
    }

    .barbeiro {
        width: 90%;
        margin-top: 30px;
    }
      .input-email {
        width: 90%;
        margin: 20px 0;
    }

    .btn-enviar {
        width: 60%;
    }
    .certificacao{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

}

