@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: url("../img/big-ben-6216420\ \(1\).jpg") center center/cover no-repeat;
    font-family: "Montserrat", sans-serif;
    background-color: rgb(233, 233, 233);
}

span {
    color: #ddd4bb;
}

.container {
    max-width: 2000px;
    margin: 0 auto;
    padding: 10px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 30px;
    background: rgba(226, 226, 226, 0.801);
    backdrop-filter: blur(10px) brightness(90%);
    -webkit-backdrop-filter: blur(10px) brightness(90%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 100%;
    z-index: 1000;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-header img {
    width: 50px;
}

.header h1 {
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #777265;
}

.navbar ul {
    list-style: none;
    display: flex;
}

.navbar ul li {
    margin: 0 10px;
}

.navbar ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    margin-left: 200px;
}

.banner {
    font-family: "Montserrat", sans-serif;
    top: 240px;
    margin: 30px;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    align-content: center;
    height: 50vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-banner h1 {
    font-weight: 300;
    font-size: 40px;
    color: white;
}

.img-banner img {
    width: 400px;
    height: 100%;
}

.content-parcerias {
    margin-top: 150px;
    height: 100%;
    background-color: rgb(233, 233, 233);
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 100px;
    justify-content: space-between;
}

.box1 img {
    width: 100%;
    padding: 60px;
}

#sobre {
    height: 400px;
}

.sobre {
    margin-top: -90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    background: url("../img/Encastoadeira_Produto01.webp") center center/cover no-repeat fixed;
}

.sobre1 {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    color: white;
    background: url("../img/DSC_1914\ \(1\).JPEG") center center/cover fixed;
}

.sobre2 {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    color: white;
    background: url("../img/AGROFOR.webp") center center/cover fixed;
}

.sobre3 {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    color: white;
    background: url("../img/pexels-pixabay-416747.jpg") center center/cover fixed;
}

.sobre4 {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    color: white;
    background: url("../img/IMG-20240821-WA0025.jpg") top center/cover fixed;
}


.content-sobre {
    width: 100%;
    margin: 30px;
}

.descricao {
    width: 100;
}

.img-sobre img {
    width: 500px;
    padding: 50px;
}

@media (max-width: 1024px) {
    .header {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    body {
        align-items: flex-start;
    }

    .header {
        max-width: 100%;
        padding: 15px;
    }

    .navbar ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #222;
        text-align: center;
    }

    .navbar ul.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .navbar ul li {
        margin: 15px 0;
    }

    .content-parcerias {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 100px;
        justify-content: space-between;
    }

    .banner {
        height: 80vh;
        margin-top: -50px;
    }


    .content-header {
        display: flex;
        justify-content: space-around;
    }

    .box1 img {
        width: 100%;
        padding: 0px;
    }


    .img-banner img {
        width: 300px;
        margin-top: -100px;
    }
}

.contato {
    padding: 60px 20px;
    background-color: #f5f7fa;
    border-radius: 30px;
    text-align: center;
}

.content-contato {
    max-width: 800px;
    margin: 0 auto;
}

.content-contato h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #008cff;
}

.content-contato p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
}

.form-contato {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-contato input,
.form-contato textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
    width: 100%;
}

.form-contato button {
    padding: 15px;
    background-color: #008cff;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-contato button:hover {
    background-color: #006acc;
}

.info-contato {
    margin-top: 40px;
    font-size: 1rem;
    color: #333;
}

.copyright {
    background-color: #1a1a1a;
    color: #ccc;
    text-align: center;
    padding: 20px 10px;
    font-size: 0.9rem;
    border-top: 1px solid #333;
}
