@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --: lab(2.96% 9.77 -8.54);
    --alto-contraste-fundo: #240a0a;
    --alto-contraste-texto: lab(89.75% 4.09 1.45);
    --alto-contraste-link: hsl(7, 48%, 36%);
}

body {
    font-size: 1rem;
    font-family: 'Montserrat';
}

header {
    background-color: hwb(0 0% 88%);
}


section {
    padding-bottom: 5rem;
}


.nav-link {
    color: hwb(7 1% 78%);
    font-weight: 600;
}

.inicio-fundo {
    
    background-image: url('img/pngtree-gothic-baroque-style-vintage-red-damask-background-with-floral-elements-royal-image_13884499.png');
    
    background-size: cover;
    background-position: right;
    border-radius: 80px;
    width: 100%;
    height: 606px;
    padding: 40px;
    margin: 0 auto;
}


.img-inicio {
    position: absolute;
    right: 0;
    top: 18rem;
    width: 45rem;
    height: auto;
}

.esquerda-conteudo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}


.botao-inicio {
    background-color: var(--roxo);
    border-radius: 30px;
    border: none;
    width: 14em;
    height: 3em;
    align-content: center;

}

.display-4 {
    text-shadow: -5px 5px var(--roxo );
}


#gótico {
    position: relative;
    padding-top: 5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: url('img/46dbfyuuhz441.jpg') top right no-repeat,
        url('img/goth-aesthetic-lsw200vgodnx8gwd.jpg') bottom left no-repeat;
    background-size: 180px 180px;
    
}

#gótico .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    
}


h2 {
    font-family: 'Lemon', serif;
    font-size: 2.5em;
    font-style: normal;
    color: var(--roxo);
}

#galeria {
    background-color: hsla(0, 83%, 7%, 0.278);

}

.fundo-galeria {
    background: url('img/fundo-black-space-0kfw21pdqoj5trap.jpg');
    background-size: 180px 180px;
}

#contato {
    background-image: url('img/images\ \(1\).jpeg');
    background-size: cover;
    padding: 4rem 0;


}

.formulario {
    background-color: lab(12.71% 30.68 14.39);
    padding: 2rem;
    
    border-radius: 10px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
    font-weight: bold;
}

.formulario button {
    background-color: hwb(287 0% 94%);
    border: none;
    font-weight: bold;
}

.form-control {
    background-color: hsl(330, 10%, 4%);
}

.form-control {
    background-color: hsl(330, 17%, 91%);
}
.menu-acessibilidade{
    position: fixed;
    top:2rem;
    right:20px;
    z-index: 1000;
}

.rotacao-botao{
    transform: rotate(-90deg);
    transform-origin: right center;
}

.opcoes-acessibilidade{
    margin-top:10px;
    display: flex;
    flex-direction: column;
}

.opcoes-acessibilidade button{
    margin-bottom: 5px;
}
.apresenta-lista{
    display: none;
}

.alto-contraste{
    background-color: var(--alto-contraste-fundo);
    color: var(--alto-contraste-texto);
}

.alto-contraste header,
.alto-contraste footer,
.alto-contraste .formulario{
    background-color: var(--alto-contraste-fundo);
    color: var(--alto-contraste-texto);
}

.alto-contraste .nav-link{
    color: var(--alto-contraste-link);
}

.alto-contraste .botao-inicio,
.alto-contraste .formulario button,
.alto-contraste .btn-primary{
    background-color: var(--alto-contraste-link);
    color: var(--alto-contraste-fundo)
}

.alto-contraste #gótico {
    background: none;
}

.alto-contraste #galeria {
    background-color: var(--alto-contraste-fundo);
}
.alto-contraste .fundo-galeria {
    background: none;
}