.whatsapp-icon{
    border-radius: 10px;
}

.btn-whatsapp{
    margin-bottom: 40px;
}

/* section#home */
.home-section {
    height: 100vh;
}



/* h1 título */
.home-title {
    font-size: 52px;
    letter-spacing: 8px;
    font-weight: 300;
    text-transform: uppercase;
}

#gv-whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #25D366;
    border: none;
    cursor: pointer;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s ease-in-out infinite;
    transition: transform 0.3s ease;
    text-decoration: none;
}
#gv-whatsapp-btn:hover { transform: scale(1.1); animation: none; }
#gv-whatsapp-btn img { width: 32px; height: 32px; object-fit: contain; }

.hero-section {
    position: relative;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    border: none;
    background-color: #000;
}

.hero-background {
    position: absolute;
    inset: 0;
    background-image: url("../imagens/slides/noivos.webp");
    background-size: cover;
    background-position: center;
    animation: kenBurnsToLeft 20s linear infinite;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hero-title {
    font-size: 52px;
    letter-spacing: 8px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.band-hero-section {
    background-size: cover;
    background-image: url("../imagens/banda/band.webp");
    background-position: center;
}

