@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');


#lightbox h2{
    font-size: 3vw;
}
#lightbox-content h2 {
    font-family: 'Bungee', sans-serif;
}

#lightbox-content {
    width: 50vw; 
    height: 50vh; 
    height: auto;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 400px; 
    max-width: 90%; 
    top: 50%;
    left:50%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
    display: none;

}

#lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 80px; 
    height: 30px;
    font-size: 14px;
}
#lightbox-content1 {
    width: 100vw; 
    height: 50vh;
    position: fixed;
    transform: translate(-50%, -50%) scale(1); 
    max-width: 20%; 
    top: 70%;
    left: 15%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    margin-left: 30;
    padding: 20px;
    overflow: hidden; 
    transition: transform 0.3s ease; 
    display: none;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
}

#lightbox-content1 img {
    width: 13vw; 
    height: auto; 
    margin-right: 0%;
}

#lightbox-content1 h2 {
    font-size: 1.3em; 
    margin-bottom: 0px; 
}
#lightboxno,
#lightboxno2,
#lightboxno3,
#lightboxno4,
#lightboxno5,
#lightboxno6 {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 80px; 
    height: 30px;
    font-size: 14px;
}

#lightbox-content2 {
    width: 100vw; 
    height: 50vh;
    position: fixed;
    transform: translate(-50%, -50%) scale(1); 
    max-width: 20%; 
    top: 70%;
    left: 35%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    margin-left: 30;
    padding: 20px;
    overflow: hidden; 
    transition: transform 0.3s ease; 
    display: none;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
}

#lightbox-content2 img {
    width: 13vw; 
    height: auto; 
    margin-right: 0%;
}

#lightbox-content2 h2 {
    font-size: 1.3em; 
    margin-bottom: 0px; 
}

#lightbox-content3 {
    width: 100vw; 
    height: 50vh;
    position: fixed;
    transform: translate(-50%, -50%) scale(1); 
    max-width: 20%; 
    top: 70%;
    left: 50%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    margin-left: 30;
    padding: 20px;
    overflow: hidden; 
    transition: transform 0.3s ease; 
    display: none;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
}

#lightbox-content3 img {
    width: 13vw; 
    height: auto; 
    margin-right: 0%;
}

#lightbox-content3 h2 {
    font-size: 1.3em; 
    margin-bottom: 0px; 
}

#lightbox-content4 {
    width: 100vw; 
    height: 50vh;
    position: fixed;
    transform: translate(-50%, -50%) scale(1); 
    max-width: 20%; 
    top: 70%;
    left: 70%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    margin-left: 30;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease; 
    font-family: 'Titillium Web', sans-serif;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
    display: none;
}

#lightbox-content4 img {
    width: 13vw; 
    height: auto; 
    margin-right: 0%;
}

#lightbox-content4 h2 {
    font-size: 1.3em; 
    margin-bottom: 0px; 
}

#lightbox-content5 {
    width: 100vw; 
    height: 50vh;
    position: fixed;
    transform: translate(-50%, -50%) scale(1); 
    max-width: 20%; 
    top: 70%;
    left: 85%;
    background: hsla(136, 56%, 70%, 0.761);
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.586);
    border-radius: 8px;
    text-align: center;
    margin-left: 30;
    padding: 20px;
    overflow: hidden; 
    transition: transform 0.3s ease; 
   display: none;
    border-color: aliceblue;
    border-style: dotted;
    font-family: 'Titillium Web', sans-serif;
}

#lightbox-content5 img {
    width: 13vw; 
    height: auto; 
    margin-right: 0%;
}

#lightbox-content5 h2 {
    font-size: 1.3em; 
    margin-bottom: 0px; 
}
#white-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;  
    pointer-events: none;  
    transition: opacity 5s ease;
    z-index: 10000;
}

#kytkaa-gif {
    display: none;
    position: fixed;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 50%; 
    max-width: 600px; 
    max-height: 600px; 
    z-index: 12000;
    
}
#thank-you-text {
    display: none;
    color: #000000; 
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px; 
    font-weight: bold; 
    padding: 20px;
    z-index: 13000;
}






