body {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    background-image: url('bilder/bildbra6.jpg');
    background-size: contain;
   
}

.bokningssida{

    background-image: url('bilder/svart_base.jpg');
    background-size: contain;
    
}


#header {
    color: black;
    position: sticky;
    top: 3%;
    background-color: red;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    border-radius: 5px;
    height: 50px;
    border: solid black;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    
}

#hem{
    top: 25px;
    left: 30px;
    position: absolute;
}

#hem img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#test {
    
    border: solid black;
    margin-top: 2000px;
    color: white;
}

#testin{
    color: white;
}



#foot {
    border: solid black;
    background-color: black;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    
}


#navlist {
    display: flex; 
    justify-content: center; 
    gap: 50px;
    

}

#navlist a {
    text-decoration: none;  
    color: black;
}

#TextHead {
    margin-top: -0.7%;
    margin-bottom: 0.7%;

}

#loginb {
    background-color: black;
    color: white;
    position: absolute;
    right: 10%;
    top: 28px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#signup {
    background-color: black;
    color: white;
    position: absolute;
    right: 4%;
    top: 28px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.popup{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

.classpop-content {
    background-color: white;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    max-width: 40%; /* Could be more or less, depending on screen size */
    position: relative;
}

#cancelbtn, #cancelbtn2{
    position: absolute;
    top: 3px;
    right: 3px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.moviesimg{
    width: 300px;
    height: 300px;
    
}

.slideshow-wrapper {
    display: flex;
    align-items: center;  /* vertically center arrows */
    justify-content: center;
    
}



.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin-top: 60px;
}

/* Hide the images by default */
.mySlides {
    display: none;
    justify-content: center;
    gap: 20px;
}

.mySlides.active{
    display: flex;
}

.movie{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.movie p{
    color: white;
}

.prev, .next {
    cursor: pointer;
    
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin-top: 60px;
    
    

}

.prev {
    margin-right: 30px; 
}

.next {
    margin-left: 30px;
}


#platsbakgrund{
    
    background-image: url("/bilder/svart_base.jpg");
    width: fit-content;
    margin-top: 10%;
    display: grid;
    grid-template-columns: repeat(15, 30px);
    justify-self: center;
    gap: 3px;
    
    
}

.plats{
    padding: 10px;
    margin: 2px;
    margin-top: 20px;
    transition: transform 0.1s;
    width: 30px;
    height: 30px;
    
}

.plats:hover {
    transform: translateY(-2px);
    background-color: gray;
    border-radius: 5px;

}


.plats.aktiv {
    background-color: deepskyblue;
    border-radius: 5px;
    
}

.plats.tagen{
    background-color: red;
    border-radius: 5px;
    cursor: not-allowed;
}

#bokab, #avbokab {
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    justify-self: center;
    
    
}

#bokab:hover, #avbokab:hover{
    transform: translateY(-2px);
    background-color: grey;
}

#bokaknappar{
    display: flex;
    justify-content: center;
    gap: 20px;
}

#tider{
   
    background-image: url('bilder/svart_base.jpg');
    border-radius: 8px;
    padding: 15px;
    margin-left: 47px;
    margin-top: 100px;
    width: 350px;
    color: white    
    
}

#kiosk{
    color: white;
    background-color: #888;
    border-radius: 8px;
    padding: 15px;
    width: 700px;
    
}

#kiosk h2{
    justify-self: center;
}

#indexcontent{
    display: flex;
    gap: 200px;
   
    

}

#bokningar-container{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.biljett{
    display: flex;
    width: 500px;
    height: 250px;
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.biljett-bild{
    width: 130px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    
}

.biljkett-bild img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.biljett-info{
    padding: 20px;
    flex: 1;
}

.biljett-info h2{
    margin-top: 0;
    margin-bottom: 16px;
}

.biljett-info p {
    margin: 10px 0;
    line-height: 1.5;
}