@keyframes wiggle {
    from {transform: translateY(0px);}
    to {transform: translateY(15px);}
}

section.banner{
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../../img/bk/jazz_banner/jazz_banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    top: 0px;
    z-index: 0;
 
}

section.banner h1{
    transform: translateY(20px);
    position: absolute;
    text-align: center;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .15));
    z-index: 1;
    transition: 1s;
    animation: blurin 1s .5s;
}

section.banner div.line{
    margin-top: 25px;
    width: 20px;
    height: 250vh;
    background-color: #ffffff34;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    transform: rotate(65deg);
    margin-left: 100px;
    transition: 1s ease-in-out;
}

section.banner div.line.l1, section.banner div.line.l3 {
    position: relative;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .15);
}

section.banner a{
    position: absolute;
    bottom: 48px;
    margin: auto;
    z-index: 10;
    animation: "wiggle" 1.5s ease-in-out infinite alternate;
    color: var(--white);
}

section.banner a span{
    font-size: 32pt;
}

section.cards.dark{
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    margin-top: -3vh;
    row-gap: 20px;
    column-gap: 20px;
}

section.cards.dark div.card, section.images div.card div.text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #00000030;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 16px;
    border: 1px solid var(--lightergrey);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .15);
}

section.cards.dark div.card.card05{
    flex: 280px 1 1 ;
}

section.cards.dark div.card.cardfull{
    flex: 100% 1 1;
}

h3{
    width: 100%;
    line-height: 2.6rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
}

button{
    padding: 8px 8px;
    margin-bottom: 24px;
}

button:enabled{
    background-color: var(--gold);
}

bb{
    font-weight: 800;
    color: var(--gold);
}

section.grande{
    padding: 42px;
    margin-top: 0;
    width: 110vw;
    height: 100vh;
    position: relative;
    z-index: 10;
}

section.grande h3{
    padding-top: 20vh;
}

section.images{
    margin-top: 150px;
    margin-bottom: 50px;
}

section.images div.img{
    width: 40vw;
    height: 40vw;
    max-height: 65vh;
    background-attachment: fixed;
    border: 1px solid #fff;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .15);
    background-repeat: no-repeat;
    position:relative;

}

section.images div.img1{
    background-image: url(../../img/photos/concert/concPRD_cant1_900w.jpg);
    border-radius: 0px 8px 8px 0px;
    margin-left: -5px;
    background-position-x: -5vw;
}

section.images div.img2{
    background-image: url(../../img/photos/concert/conc25ABR24_cant2_900w.jpg);
    border-radius: 8px 0px 0px 8px;
    margin-top: -30%;
    left: 60vw;
    background-position-x: 38vw;
}

section.images div.card{
width: 80vw;
margin: auto;
overflow: hidden;
display: flex;
 gap: 20px;
 align-items:baseline;
 text-align: justify;
 margin-top: 80px;
}

section.images div.card img{
    width: 40%;
    height: fit-content;
    border-radius: 8px;
    background: #00000077;
    border: 1px solid #fff;
    outline: 2px  solid #fff;
    outline-offset: -10px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .15);
}

section.images div.card div.text{
    flex: 70vw 1 1;
    transform: translateY(-8vw);
}


@media (max-width: 800px){
    section.banner div.line{
        margin: 0px;
        transform: rotate(30deg);
    }
    section.banner div.line.l3{
        z-index: 0;
    }
    section.images div.card img{
        width: 98%;
    }
    section.images div.card{
        flex-wrap: wrap;
    }
    section.images div.card div.text{
        transform: none;
    }

    section.images div.img{
        background-attachment: local;
        background-size: cover;
    }
    section.images div.img1{
        background-image: url(../../img/photos/concert/concPRD_cant1_750w.jpg);
        background-position: 40%, 50%;
    }
    section.images div.img2{
        background-image: url(../../img/photos/concert/conc25ABR24_cant2_750w.jpg);
        background-position: right;
    }
}

@media (max-width: 500px){
    section.images div.img1{
        background-image: url(../../img/photos/concert/concPRD_cant1_500w.jpg);
    }
    section.images div.img2{
        background-image: url(../../img/photos/concert/conc25ABR24_cant2_500w.jpg);
    }
}

@media (max-width: 400px){
    section.images div.img1{
        background-image: url(../../img/photos/concert/concPRD_cant1_400w.jpg);
    }
    section.images div.img2{
        background-image: url(../../img/photos/concert/conc25ABR24_cant2_400w.jpg);
    }
}
