#gallery {
    height: calc(41dvh - 30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*transform: translateX(-100vw) translateY(110%);
    transform: translateX(-600px) translateY(110%);*/
    font-size: 26px;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    border: 0;
}

.galleryPort{
    width: 400vw;
    transform: translateX(-100vw) translateY(115%);
}
.galleryPort_mini{
    width: 400vw;
    transform: translateX(-100vw) translateY(107%);
}
.galleryLand{
    width: calc(4 * 600px);
    transform: translateX(-600px) translateY(100%);
}

.gallery-item {
    width: calc(100% - 60px);
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    background-size: contain; /* Adatta l'immagine per coprire l'intero div */
    background-position: center; /* Centra l'immagine nel div */
    background-repeat: no-repeat;
}

#bullets{
    position: absolute;
    width: 100vw;
    height: 30px;
    display: block;
    /* justify-content: center; */
    transform: translateX(0vw) translateY(43dvh);
    font-size: 20px;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    border: 0;
    color: lightgray;
}

.bullets_mini{
    transform: translateX(0vw) translateY(40dvh)!important;
}

.bulletsLand{
    max-width: 600px;
    transform: translateX(0vw) translateY(40dvh)!important;
}

#bullets .active{
    color:#e0c287;
}

.opening{
    height: 100dvh;
    width: 50.5%;
    background-color: #fffef8;
    display: inline-block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
}

#ceralacca{
    width: 100vw;
    height: 100dvh;
    z-index: 5;
    position: absolute;
    display: block;
    background-image: url(img/ceralacca.png);
    background-size: 30%;
    background-position-x: center;
    background-position-y: calc(50% - 50px);
    background-repeat: no-repeat;
}

#left{
    z-index: 4;
    left: 0px;
    box-shadow: #d7c8ac 5px 0px 10px 5px;
    transition: left 0.3s ease-out, box-shadow 0.3s ease-out;
}

#left.active{
    left: -50vw!important;
    box-shadow: #d7c8ac00 200px -2px 10px 5px!important;
}

#right{
    z-index: 3;
    right: 0px;
    box-shadow: #d7c8ac -5px 0px 10px 5px;
    transition: right 0.3s ease-out, box-shadow 0.3s ease-out;
}

#right.active{
    right: -50vw!important;
    box-shadow: #d7c8aca1 2px 2px 6px 0px;
}

.corsivo {
    font-size: 30px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%
}

.small{
    font-size: 20px;
    padding: 10px 0;
    display: block;
    width: 100% 
}

.sending{
    text-align: center;
}

.foto{
    background-image: url('img/foto.svg');
}
.ricevimento{
    background-image: url('img/ricevimento.svg');
}
.cerimonia{
    background-image: url('img/cerimonia.svg');
}
.listaNozze{
    background-image: url('img/listaNozze.svg');
}