* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100vw;
    height: 100vh;
    color: white;
    overflow-x: hidden;
}

#fundo-topo {
    width: 100vw;
    height: 89vh;
    background: linear-gradient(rgba(17, 17, 17, 0.315), rgba(20, 20, 20, 0.568)), url(Img/img-topo.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#elemento-topo {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 1.5em;
    gap: 30%;
    overflow: hidden;
}

#conteudo-topo {
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#logo-topo {
    margin-top: 20px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-family: Parisienne;
    font-size: 40.40%;
}

#btn-topo {
    width: 80%;
    padding-top: 1rem;
    display: flex;
    list-style: none;
    justify-content: center;
}

#btn-topo a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    position: relative;
    list-style: none;
    font-size: 63.40%;
}

#btn-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 1000px) {
    #logo-topo {
        margin-top: 20px;
        width: 100%;
    }

    #btn-links {
        justify-content: center;
        gap: 13px;
    }
}

#meio-topo {
    width: 100%;
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-wrap: wrap;
}

#left-topo {
    width: 50vw;
    height: 70vh;
    justify-content: center;
    align-items: center;
}

#titulo-left {
    width: 80%;
    height: 70%;
    flex-wrap: wrap;
    text-align: start;
    overflow: hidden;
    text-wrap: balance;
}

#titulo-left h2 {
    font-family: 'Bellota Text', cursive;
    font-size: clamp(32px, 5vw, 70px);
    line-height: 1.0;
}

#titulo-left h1 {
    font-family: 'Bellota Text', cursive;
    font-size: clamp(36px, 6vw, 90px);
    line-height: 1.0;
}

#titulo-left h3 {
    font-size: clamp(14px, 2vw, 22px);
    line-height: 0.3;
    margin-top: 45px;
}

#titulo-left h4 {
    font-family: 'Pompiere', cursive;
    font-size: clamp(12px, 2vw, 22px);
    line-height: 0.3;
    margin-top: 60px;
    margin-bottom: 5px;
}

#titulo-left h5 {
    font-family: 'Pompiere', cursive;
    font-size: clamp(14px, 2vw, 22px);
    line-height: 1.2;
}

#centro-topo {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#right-topo {
    width: 30vw;
    height: 100%;
}

#btn-meio-topo {
    width: 95%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-contato {
    width: 90%;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 1400px) {
    #meio-topo {
        width: 100%;
        height: 91%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
    }

    #left-topo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100vw;
        height: 80%;
        overflow: hidden;
    }

    #centro-topo {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #btn-contato {
        width: 90%;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    #titulo-left {
        width: 100vw;
        height: 78%;
        text-align: center;
        font-family: 'Bellota Text', cursive;
        font-size: 70px;
    }

    #btn-meio-topo {
        margin-top: 17px;
        height: 60%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #right-topo {
        width: 0px;
        height: 0px;
    }

    #titulo-left h2 {
        font-family: 'Bellota Text', cursive;
        font-size: clamp(60px, 4vw, 100px);
        line-height: 1.0;
    }

    #titulo-left h1 {
        font-family: 'Bellota Text', cursive;
        font-size: clamp(70px, 5vw, 90px);
        line-height: 1.0;
    }

    #titulo-left h3 {
        font-size: clamp(14px, 2vw, 22px);
        line-height: 0.1;
        margin-top: 20px;
    }

    #titulo-left h4 {
        font-family: 'Pompiere', cursive;
        font-size: clamp(20px, 2vw, 22px);
        line-height: 0.3;
        margin-top: 50px;
    }

    #titulo-left h5 {
        font-family: 'Pompiere', cursive;
        font-size: clamp(20px, 2vw, 22px);
        line-height: 1.2;
        margin: 0;
    }
    #card-5 {
        margin-bottom: 80px;
    }
}



/* From Uiverse.io by StealthWorm */
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    overflow: hidden;
    height: 3rem;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121),
        linear-gradient(137.48deg,
            rgb(34, 40, 30) 10%,
            rgb(193, 157, 77) 45%,
            rgb(245, 239, 221) 67%,
            rgb(184, 144, 81) 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

#container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
}

strong {
    z-index: 2;
    font-family: "Avalors Personal Use";
    font-size: 12px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 4px white;
}

#glow {
    position: absolute;
    display: flex;
    width: 12rem;
}

.circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
}

.circle:nth-of-type(1) {
    background: rgb(193, 157, 77);
}

.circle:nth-of-type(2) {
    background: rgb(218, 255, 218);
}

.btn:hover #container-stars {
    z-index: 1;
    background-color: rgb(193, 157, 77);
}

.btn:hover {
    transform: scale(1.1);
}

.btn:active {
    border: double 4px #fe53bb;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
}

.btn:active .circle {
    background: #fe53bb;
}

#stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
}

#stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
}

#stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
}

#stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
}

#stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-135rem);
    }
}

@keyframes animStarRotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes gradient_301 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse_3011 {
    0% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.75);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


#meio {
    width: 100%;
    height: clamp(10vh, 320vh);
}

#sobre-nos {
    background-color: #afb796;
    width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#ld-esquerdo {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    color: #32412d;
    width: 50vw;
    height: 70vh;
    float: left;
    /* Adicionando flexbox para centralizar o conteúdo */
    display: flex;
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
}

#ld-direito {
    background-image: url(Img/foto-cerimonia-ale-e-gi.webp);
    width: 50vw;
    height: 70vh;
    float: left;
    background-size: cover;
    /* Preenche todo o espaço da div, sem distorcer */
    background-position: center;
    /* Centraliza a imagem */
    background-repeat: no-repeat;
    /* Impede que a imagem se repita */
}

#ld-esquerdo,
#ld-direito {
    display: flex;
    align-items: center;
    /* Centraliza o conteúdo no eixo Y */
    justify-content: center;
    /* Centraliza o conteúdo no eixo X */
    font-family: 'Libre Baskerville', serif;
    color: rgb(35, 54, 30);
}

#texto-sobre-nos {
    width: 85%;
}

#texto-sobre-nos h1 {
    font-size: 45px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 5px;
}

#texto-sobre-nos h2 {
    font-family: 'Playfair Display SC', serif;
    letter-spacing: 2.5px;
    text-align: left;
    font-size: 23px;
}
@media screen and (max-width: 1400px) {
    #texto-sobre-nos h1 {
        font-size: 35px;
        font-family: 'EB Garamond', serif;
        letter-spacing: 5px;
    }
    #texto-sobre-nos h2 {
        font-family: 'Playfair Display SC', serif;
        letter-spacing: 2.5px;
        text-align: left;
        font-size: 15px;
    }
}
/* Estilos para telas menores (celulares) */
@media (max-width: 1190px) {

    #ld-esquerdo,
    #ld-direito {
        width: 100%;
        /* Ambos os lados ocupam 100% da largura */
    }

    #ld-direito {
        margin-top: 20px;
        /* Espaçamento entre os blocos */
    }

    #ld-esquerdo {
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

#galeria {
    min-height: 120vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(to bottom, rgb(209, 190, 148), rgba(209, 190, 148, 0.123));

}

#imgs-galeria {
    column-count: 4;
    column-gap: px;
    /* Espaço entre as colunas */
}

.img-glr {
    width: 100%;
    margin-top: 10px;
}

#img9 {
    margin-bottom: 10px;
}

@media (max-width: 1190px) {
    #imgs-galeria {
        column-count: 2;
        column-gap: 10px;
        /* Espaço entre as colunas */
    }
}
#fundo-servicos {
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(209, 190, 148, 0.308));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#servicos {
    width: 90vw;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

#elemento-servicos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#texto-servicos {
    width: 90vw;
    height: 20%;
    color: white;
    padding-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}

#servicos h1 {
    font-family: Parisienne;
    font-size: 3.5rem;
}

/* From Uiverse.io by Yaya12085 */
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 450px;
    width: 260px;
    padding: 20px 1px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.699), 0 4px 6px -4px rgba(29, 33, 36, 0.4);
    border-radius: 10px;
}

.content {
    height: 290px;
    padding: 20px;
}

.content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px;
}

button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
}


#card-1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0)), url(Img/churrasco.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

#card-2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.295), rgba(0, 0, 0, 0)), url(Img/frango.jpg);
    background-size: cover;
    margin-bottom: 20px;
}

#card-3 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.452), rgba(0, 0, 0, 0)), url(Img/carne.webp);
    background-size: cover;
    background-position: center;
    background-position: center;
    margin-bottom: 20px;
}

#card-4 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0)), url(Img/pizza.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

#card-5 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0)), url(Img/brunch.webp);
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

#local {
    background: linear-gradient(to top, rgb(209, 190, 148), rgba(209, 190, 148, 0.123));
}

#local h1 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Parisienne;
    font-size: 3rem;
}

#mapa {
    height: 70vh;
    display: flex;
    justify-content: center;
}

#mapa iframe {
    width: 80%;

}

#rodape {
    width: inherit;
    display: flex;
    height: calc(40vh + 25vh);
    background-color: #32412d;
    color: rgb(255, 241, 210);
    flex-wrap: wrap;
}

#elemento-rdp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
    margin-top: -7%;
}

#titulo-rdp {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 1%;
    padding-top: 2%;
}

#titulo-rdp h1 {
    font-family: Parisienne;
    font-size: 2.8rem;
}

#atendimento-rdp {
    text-align: center;
    height: 100px;
    font-size: 15px;
}

#atendimento-rdp h2 {
    font-size: 25px;
    font-family: Parisienne;
}

#contato-rdp {
    text-align: center;
    height: 100px;
    font-size: 15px;
}

#contato-rdp h2 {
    font-size: 25px;
    font-family: Parisienne;
}

#redes-sociais {
    text-align: center;
    width: 200px;
    font-size: 20px;
}

#redes-sociais h2 {
    text-align: center;
    font-size: 25px;
    font-family: Parisienne;
}

#redes-sociais li {
    text-decoration: none;
    list-style: none;

}

#icone-redes-sociais {
    display: flex;
    justify-content: center;
    gap: 20%;
}

#icone-redes-sociais a {
    color: white;
}

.whatsapp-fixo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-fixo:hover {
    transform: scale(1.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-fixo img {
    width: 50px;
    height: 50px;
}