/* Importando a fonte Poppins do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.nav-link {
    margin-right: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: white;
}
#main-header {
    background-color: transparent;
    transition: background-color 0.5s ease;
    padding: 1rem;
}
#main-header.scrolled {

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: white;
}
.logo{
    width: 14rem;
}

#main-header.scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: white;
}

#main-header.scrolled .nav-link {
    color: #333;
}

#products-section .btn-outline-primary {
    border-radius: 2rem;
    color: #8c8c8c;
    border-color: #8c8c8c;
    padding: 0.6rem 3rem;
}
#banner {
    height: 100vh;
    background: url('../img/cake.jpg') no-repeat center center/cover;
    position: relative;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 1rem;
    align-items: center;
    text-align: center;

}

#banner .display-4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -3px;
}

/* Estilo geral da seção */
#products-section {
    background-color: #f8f9fa;
}

.card {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; /* Mantém o overlay acima da imagem */
}

.card-img {
    transition: transform 0.3s ease-in-out;
    z-index: 1; /* Mantém a imagem abaixo do overlay */
}

.card:hover .card-img {
    transform: scale(1.1); /* Aplica o zoom na imagem */
}

.card h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    z-index: 3; /* Garante que o texto fique visível */
}

.overlay {
    background-color: rgb(0 0 0 / 25%);
}
/* Responsividade */
@media (max-width: 768px) {
    #products-section .card h2 {
        font-size: 1.5rem;
    }
    #main-header {
        background-color: white;
        transition: background-color 0.5s ease;
        padding: 1rem;
    }
    .svg-inline--fa {
        display: var(--fa-display, inline-block);
        height: 1em;
        overflow: visible;
        vertical-align: -.125em;
        color: #d9c8ae;
        font-size: 1.4rem;
        margin-right: 2rem;
        margin-left: 2.4rem;
    }
}

#products-section .text-muted {
    color: #8c8c8c;
}

#products-section .btn-outline-primary {
    color: #a38771;
    border-color: #a38771;
}

#products-section .btn-outline-primary:hover {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #8c8c8c;
}


/* Responsividade */
@media (max-width: 768px){
    #banner .display-4 {
        font-size: 2.5rem;
    }
    .nav-link {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: white;
        margin-right: 2rem;
    }


    .nav-link {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #282828;
        margin-right: 2rem;
        height: 5rem;
    }
}
/* Estilo geral do corpo do documento */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Estilos para os cabeçalhos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #212529;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/* Estilos para os parágrafos */
p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Estilos para os links */
a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Estilos para botões */
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

/* Estilos para listas */
ul, ol {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* Estilos para formulários */
input, textarea, select {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* Estilos adicionais para destacar diferentes seções */
.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1.5rem;
}

#surprise-section {
    height: 56vh;
    background: url(../img/2.jpg) no-repeat center center / cover;
    background-attachment: fixed; /* Adiciona o efeito de parallax */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#surprise-section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3rem;
}

#surprise-section .btn-outline-light {
    color: #fff;
    border-color: #fff;
}

#surprise-section .btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(242 231 215);
}



#quality-section h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
}

#quality-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #8c8c8c;
}

#quality-section p.lead {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
}

#quality-section .btn-outline-secondary {
    color: #8c8c8c;
    border-color: #8c8c8c;
}

#quality-section .btn-outline-secondary:hover {
    background-color: #8c8c8c;
    color: #fff;
}

#quality-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #a38771;
    font-size: 2.3rem;
}
.cs{
    padding: 5rem;
}


.btn-outline-primary {
    color: #a38771;
    border-color: #a38771;
    border-radius: 2rem;
    padding: 0.6rem 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

a:hover {
    color: #8c8c8c;
    text-decoration: underline;
    border-color: #8c8c8c;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #323232;
    border-color: #282828;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: #d9c8ae;
    font-size: 1.4rem;
    margin-right: 2rem;
}

.display-4 {
    font-size: 5.5rem;
}

#momentocake-text {
    border-top: 1px solid;
    position: inherit;
    margin-left: -100%;
    top: 50%;
    color: #a38771;
    font-size: 12.5rem;
    font-weight: 100;
    opacity: 0;
    transition: all 1s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}
.experience-section {
    text-align: center;
    padding: 60px 0;
}
.experience-section h2 {
    font-size: 2.5rem;
    color: #a38771;
}
.experience-section p {
    color: #8d8d8d;
    margin-bottom: 40px;
}
.experience-section .btn-custom {
    background-color: #c4a484;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.experience-section .small-text {
    color: #c4a484;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer {
    background-color: #c4a484;
    color: white;
    padding: 20px 0;
}
.footer a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .logo {
    max-width: 100px;
}
.footer .social-icons a {
    margin: 0 10px;
    font-size: 1.5rem;
}
.footer .whatsapp-button {
    background-color: transparent;
    border: 1px solid white;
    padding: 10px 15px;
    border-radius: 30px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; 
    margin: auto;
}
.footer .whatsapp-button:hover {
    background-color: white;
    color: #c4a484;
}
.nav-footer {
    color: black;
    margin-right: 2rem;
    font-weight: 400;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 200;
    margin-bottom: 3rem;
}
.footer .logo {
    max-width: 13rem;
}
.logo2 {
    width: 13rem;
}
#surprise-section .btn-outline-light {
    color: #fff;
    border-color: #fff;
    border-radius: 52px;
    padding: 0.7rem 5rem;
}