*{
        font-family: "Keania One", sans-serif;
        font-weight: 400;
        color: white;
        font-style: normal;
        background-color: #829EB5;
        text-decoration: none;
}

.container1 {
    width: 100%;
    overflow: auto;
    display: flex;
}
.title{
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    align-content: center;
    margin-left: 350px;
    color: black;
}
.logo img{
    width: 70%;
    margin-top: 4px;
    align-content: flex-start;
    margin-left: 50px;
}
.blok11 {       
    display: flex;   
     flex-wrap: wrap;    
     gap: 20px;   
      justify-content: center;   
       padding: 20px;   
        width: 100%;
        background: transparent;
    }
        
        .card {   
            color: white;       
                      display: flex; 
                        flex-direction: column;   
                         justify-content: space-between;  
                           text-align: center; 
                           background-image: url(Festival1.jpg);
                           background-size:cover;
                           background-position: center;
                           height: 800px;      
                              padding: 20px;     
                              width: 90%;         
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    
                    position: relative;
                    overflow: hidden;
                    z-index: 1;
                            }
                              
                              .card h2 {   
                                 font-size: 80px;    
                                 font-weight: bold;
                                 z-index: 2;
                                 position: relative;
                                 margin: 0;
                                 padding: 10px;
                                 background: transparent;
                                 color: #829EB5;
                                }
        
                                        knop { 
                                           max-width: 20px;
                                                 color: white;   
                                                 border: none; 
                                            
                                                      cursor: pointer;   
                                                       font-weight: bold;
                                                       font-size: 65px;
                                                       z-index: 2;
                                          
                                                    }

                                                    knop:hover
                                                     {   
                                                         color: black;
                                                         text-decoration: underline;
                                                        }
.blok12{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.kaart {
    background-color: #d9d9d9;
    text-align: center;
    width: 500px;
    padding: 20px;
    transition: transform 0.3s;
    color: black;
}
    
.kaart img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
.kaart h3 {
    color: black;
    text-decoration: none;
    font-size: 65px;
    font-weight: bold;
    background-color: #d9d9d9;
}
.kaart h3:hover{
    color: #829EB5;
    text-decoration: underline;
}

@media (max width: 768px){
    .blok12 {
        flex-direction: column;
        align-items: center;
    }
}

.box {
    width: 90%;
    text-align: center;
}

.lineup-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px; 
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.artist {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.artist img {
    width: 200px;
    height: auto;
    margin-right: 20px; 
}

.column:last-child .artist img {
    margin-left: 20px; 
    margin-right: 0; 
}

.artist p {
    font-size: 1.2rem;
    font-family: 'Arial Black', sans-serif;
    text-align: left;
}

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body1 {
    font-family: "Keania One", sans-serif;
    background-color: #829EB5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container3 {
    text-align: center;
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #000;
}

.slideshow {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid #fff;
}

.slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.thumbnails {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.thumbnails img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 2px solid #fff;
}

.thumbnails img:hover {
    border-color: #000;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #ccc;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body5 {
    font-family: "Keania One", sans-serif;
    background-color: #829EB5;;
    color: #ffffff;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

header h1 {
    text-align: center;
    font-size: 3em;
    font-family: 'Arial Black', sans-serif;
    color: #000000;
    margin-bottom: 40px;
}

.location {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blok1 {
    margin-top: 150px;
    text-align: left;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
 
 
.blok1 p{
    margin-top: 10px;
    margin-left: 100px;
    font-size: 30px;
    justify-content: flex-end;
    align-items: right;
}

.blok1 img {
    margin-left: 100px;
    width: 500px;
    justify-content: flex-start;
    align-items: left;
}

.blok2 {
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: left;
    color: white;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
 

.blok2 p{
    margin-top: 10px;
    margin-right: 100px;
    font-size: 30px;
    justify-content: flex-start;
    align-items: right;
}
 
.blok2 img {
    width: 500px;
    margin-right: 100px;
    justify-content: flex-end;
    align-items: right;
}

@media (max-width: 768px) {
    .left-section, .right-section {
        width: 100%;
        margin-bottom: 20px;
    }
}