@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Passion+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Gothic+Condensed+One&family=Sriracha&display=swap');

* {
    font-family: "Playfair Display", serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    height: 100%;
    max-height: 3000px;
}

header {
    background-color: #dedabc;
}

header > nav {
    background-color: #dedabc;
    padding: 30px;
    font-size: 15pt;
}

div#intro {
    color: white;
    width: 100%;
    max-width: 2500px;
    height: 600px;
    font-style: italic;
    font-size: 13pt;
    text-align: justify; 
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.463);
    background-size: cover;
    background-attachment: fixed;
}

div#intro > h2 {
    margin: auto;
    font-size: 25pt;
}

div#intro > p {
    width: 700px;
    margin: auto;
    font-size: 18pt;
}

section {
    width: 100%;
    max-width: 4000px;
    height: auto;
    margin: auto;
    align-items: center;
}

section.imagem {
    background-color: rgba(0, 0, 0, 0.545);
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.574);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    width: 100%;
}

section#img {
    background-image: url('https://anasoaresc.github.io/projeto-landing-page/images/pexels-giona-mason-1751396-19260835.jpg');
    background-position: right center;
}

section.conteudo {
    padding-bottom: 100px;
    background-color: rgb(243, 242, 238);
}

.conteudo #title {
    background-color: rgb(243, 242, 238);
}

div#itens_pizza{
    justify-content: space-between;
    background-color: rgb(243, 242, 238);
    display: flex;
}

.carrossel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pizza-card {
    height: auto;
    width: 380px;
    text-align: justify;
    padding: 35px;
    margin: 15px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.174);
    border-radius: 15px;
    background-color: white;
}

.pizza-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#title {
    order: 0;
    width: 100%;
    max-width: 2500px;
    height: auto;
    background-color: rgb(234, 230, 215);
    text-align: center;
    padding: 40px 0px 30px 0px;
    font-size: 17pt;
}

h3 {
    text-align: center;
    padding: 10px;
}

h3 > a {
    text-decoration: none;
    color: rgb(35, 33, 31);
}

p > strong {
    font-family: Arial, Helvetica, sans-serif;
}

.seta.esquerda {
    height: 50px;
    width: 50px;
    background-color: rgb(0, 0, 0);
    color: white;
    margin-left: 30px;
    border-radius: 30px;
}

.seta.direita {
    height: 50px;
    width: 50px;
    background-color: black;
    color: white;
    margin-right: 30px;
    border-radius: 30px;
}

footer.final, .final_ {
    width: 100%;
    max-width: 4000px;
    height: 230px;
    background-color: rgb(126, 70, 14);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 170px;
    color: white;
}

#info > ul, #redes_sociais > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

#info > ul > li > a, #redes_sociais > ul > li > a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 17px;
}

footer.final i, .final_ i {
    color: white;
    margin-left: 10px;
    font-size: 40px;
}

.final p, .final_ p {
    font-weight: 400;
    font-size: 15px;
}

.final h4, .final_ h4 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    font-size: 25px
}

#fc, #fnc {
    height: 125px;
    max-height: auto;
}

section.info_ {
    width: 100%;
    max-width: 2000px;
    display: block;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    margin: auto;
}

.info_ #quem_somos,
.info_ #historia {
    width: 100%;
    max-width: 1200px;
    position: relative;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
}

#quem_somos, #historia {
    padding: 30px;
    font-size: 20pt;
}

h2 {
    text-align: center;
    padding-bottom: 50px;
    margin: auto;
}

.info_ #quem_somos {
    margin-right: auto;
    margin-bottom: 50px;
}

.info_ #historia {
    margin-left: auto;
    margin-bottom: 50px;
}

section.imagem2 {
    background-color: transparent;
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.574);
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
}

section#img2 {
    background-image: url('https://anasoaresc.github.io/projeto-landing-page/images/pexels-fariphotography-905847.jpg');
    background-position: center;
}