.banner {
    position: relative;
    height: 85vh;
    width: 100%;
    margin-top: 15vh;
    overflow: hidden;
}

.banner img {
    max-width: 100%;
    max-height: 100%;
}


.banner h1 {
    font-size: calc(1.5rem + 0.2vw + 0.2vh);
    font-weight: 600;
}

.banner_infobox {
    padding: 5vh;
    font-size: 1.2rem;
    font-weight: 300;
    font-size: calc(0.97rem + 0.2vw + 0.2vh);
}









#logo1, #logo2, #logo3, #logo4 {
    z-index: 20;
}











       /* Animacje dla slajdu 1 */
       @keyframes slideInLeft {
        0% { transform: translateX(-100vw); opacity: 0; }
        100% { transform: translateX(0); opacity: 1; }
    }

    @keyframes slideInRight {
        0% { transform: translateX(100vw); opacity: 0; }
        100% { transform: translateX(0); opacity: 1; }
    }

    @keyframes slideInUp {
        0% { transform: translateY(100vh); opacity: 0; }
        100% { transform: translateY(0); opacity: 1; }
    }

    @keyframes slideInDown {
        0% { transform: translateY(-100vh); opacity: 0; }
        100% { transform: translateY(0); opacity: 1; }
    }

    .animated {
        animation-duration: 0.8s;
        animation-fill-mode: both;
    }

    .hidden {
        opacity: 0;
    }

    #info1.animated { animation-name: slideInLeft; }
    #redbox1.animated, #guests1.animated { animation-name: slideInRight; }
    #cta1.animated { animation-name: slideInUp; }
    #logo1.animated { animation-name: slideInDown; }

    /* STYLE SLAJD 1*/
    #info1, #logo1, #guests1, #cta1, #redbox1 {
        position: absolute;
        opacity: 0; /* Początkowo ukryte */
    }


    #info1 {
        top: 5vh;
        height: 60vh;
        left: 5vw;
        width: calc(40vw - 20vw);
        padding: 10vh 15vh 5vh 5vh;
    }

    #logo1 {
        top: 10vh;
        left: 40vw;
        width: 25vw;
        height: 30vh;
        text-align: left;
    }

    #guests1 {
        bottom: 0;
        right: 0;
        height: 80vh;
        width: 35vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    #cta1 {
        bottom: 10vh;
        right: 5vw;
        height: auto;
        width: 55vw;
        padding: 2.5vh 2.5vw 2.5vh 5vw;
    }

    #redbox1 {
        width: 35vw;
        right: 0;
        height: 25vh;
        top: 20vh;
    }








/* Animacje dla slajdu 2 */
@keyframes slideInFromBottom {
    0% { transform: translateY(100vh); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideInFromTop {
    0% { transform: translateY(-100vh); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideInFromRight {
    0% { transform: translateX(100vw); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

#redbox2.animated, #guests2.animated {
    animation-name: slideInFromBottom;
}

#logo2.animated {
    animation-name: slideInFromTop;
}

#info2.animated, #cta2.animated {
    animation-name: slideInFromRight;
}

/* Dodanie klasy hidden */
.hidden {
    opacity: 0;
}

/* Style slajdu 2 */
#redbox2, #info2, #guests2, #logo2, #cta2 {
    position: absolute;
    opacity: 0; /* Początkowo ukryte */
}

#redbox2 {
    width: 12.5vw;
    left: 0;
    height: 75vh;
    bottom: 0;
    z-index: 1;
}

#info2 {
    width: 45vw;
    right: 10vw;
    bottom: 10vh;
    padding: 2.5vh 5vw 7.5vh 5vw;
    z-index: 2;
    min-height: 15vh;
}

#guests2 {
    bottom: 0;
    left: 0;
    height: 70vh;
    width: 40vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
}

#logo2 {
    top: 10vh;
    right: 10vw;
    width: 50vw;
    height: 30vh;
    z-index: 4;
    text-align: right;
}

#cta2 {
    bottom: 5vh;
    right: 0vw;
    height: auto;
    width: 30vw;
    padding: 2.5vh 5vw 2.5vh 2.5vw;
    z-index: 5;
}














/* Animacje dla slajdu 3 */
@keyframes slideInFromLeft {
    0% { transform: translateX(-100vw); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

#info3.animated, #logo3.animated {
    animation-name: slideInFromLeft;
}

#bluebox3.animated, #guests31.animated {
    animation-name: slideInFromBottom;
}

#emptybox3.animated, #guests32.animated {
    animation-name: slideInFromRight;
}

/* Dodanie klasy hidden */
.hidden {
    opacity: 0;
}

/* Style slajdu 3 */
#bluebox3, #guests31, #guests32, #emptybox3, #info3, #logo3 {
    position: absolute;
    opacity: 0; /* Początkowo ukryte */
}

#bluebox3 {
    width: 2.5vw;
    left: 0;
    height: 75vh;
    bottom: 0;
    z-index: 1;
}

#guests31 {
    bottom: 0;
    left: 0;
    height: 70vh;
    width: 22.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
}

#guests32 {
    bottom: 0;
    right: 0;
    height: auto;
    width: 25vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 3;
}

#emptybox3 {
    bottom: 0;
    right: 0;
    height: 60vh;
    width: 25vw;
    z-index: 1;
}

#info3 {
    width: 42.5vw;
    left: 5vw;
    min-height: 30vh;
    bottom: 7.5vh;
    padding: 2.5vh 2.5vw 2.5vh 17.5vw;
    z-index: 2;
}

#logo3 {
    top: 10vh;
    right: 32.5vw;
    width: 40vw;
    height: 30vh;
    z-index: 4;
    text-align: right;
}














/* Animacje dla slajdu 4 */
@keyframes slideInFromLeft {
    0% { transform: translateX(-100vw); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInFromRight {
    0% { transform: translateX(100vw); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInFromBottom {
    0% { transform: translateY(100vh); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

#info4.animated {
    animation-name: slideInFromLeft;
}

#logo4.animated {
    animation-name: slideInFromRight;
}

#bluebox4.animated, #guests4.animated {
    animation-name: slideInFromRight;
}

#cta4.animated {
    animation-name: slideInFromLeft;
}

/* Dodanie klasy hidden */
.hidden {
    opacity: 0;
}

/* Style slajdu 4 */
#bluebox4, #guests4, #info4, #logo4, #cta4 {
    position: absolute;
    opacity: 0; /* Początkowo ukryte */
}

#info4 {
    width: 25vw;
    height: 40vh;
    left: 5vw;
    bottom: 20vh;
    padding: 5vh 5vw 15vh 2.5vw;
    z-index: 2;
}

#bluebox4 {
    bottom: 0;
    right: 0;
    height: 60vh;
    width: 30vw;
    z-index: 1;
}

#guests4 {
    bottom: 0;
    right: 0;
    height: auto;
    width: 30vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 3;
}

#cta4 {
    bottom: 7.5vh;
    left: 7.5vw;
    height: auto;
    width: 58vw;
    padding: 2.5vh 2.5vw 2.5vh 5vw;
    z-index: 8;
}

#logo4 {
    top: 15vh;
    right: 35vw;
    width: 25vw;
    height: 30vh;
    z-index: 9;
    text-align: right;
}







.photo_sig {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 0.5rem;
}






.cta_top {
    font-size: 3.8rem;
    font-weight: 600;
    font-size: calc(3.5rem + 0.2vw + 0.2vh);
}



.ctabar {
    color: #fff !important;
    text-align: right;
}


.cta_middle {
    font-size: 2rem;
    margin-top: 10px;
}

.cta_bottom {
    font-size: 2.7rem;
    font-weight: 600;
    text-transform: uppercase;
}




.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    display: none;
}

.slide.active {
    display: block;
}



.dots {
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 998;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}















@media only screen and (min-width: 2500px) {


    .banner h1 {
        font-size: calc(2.2rem + 0.2vw + 0.2vh);
        font-weight: 600;
    }


    .banner_infobox {
        font-size: calc(1.55rem + 0.2vw + 0.2vh);
    }


    .cta_top {

        font-size: calc(4.5rem + 0.2vw + 0.2vh);
    }


    .cta_middle {
        font-size: 3rem;
        margin-top: 10px;
    }

    .cta_bottom {
        font-size: 3.3rem;
    }


  


}










@media only screen and (min-width: 1900px) and (max-width: 2500px) {



    .banner h1 {
        font-size: calc(2rem + 0.2vw + 0.2vh);
        font-weight: 600;
    }


    .banner_infobox {
        font-size: calc(1.27rem + 0.2vw + 0.2vh);
    }



}




@media only screen and (max-width: 1680px) {

    .banner_infobox {
        font-size: calc(1.97rem + 0.2vw + 0.2vh);
    }


}








@media only screen and (max-width: 1540px) {

    .banner_infobox {
        font-size: calc(0.97rem + 0.2vw + 0.2vh);
    }


}








@media only screen and (max-width: 1440px) {

    .banner_infobox {
        font-size: calc(0.97rem + 0.2vw + 0.2vh);
    }

}






@media only screen and (max-width: 1370px) {


    .banner_leftcol {
        font-size: 1rem;
    }

    .banner h1 {
        font-size: calc(1.3rem + 0.2vw + 0.2vh);
        
    }



    .cta_top {
        font-size: calc(3rem + 0.2vw + 0.2vh);
    }


    .cta_bottom {
        font-size: 2.3rem;

    }



    .banner_infobox {
        font-size: calc(0.97rem + 0.2vw + 0.2vh);
    }



    }









    
    @media only screen and (max-width: 1280px) {

        #logo1 img, #logo2 img, #logo3 img, #logo4 img {
            max-width: 90%;
            max-height: 90%;
        }



        
       

    }











    @media only screen and (max-width: 1024px) and (orientation: portrait) {

        #logo1 {
            top: 17.5vh;
            left: auto;
            right: 5vw;
            width: 25vw;
            height: 30vh;
            text-align: left;
        }
    
    
    
        #guests1 {
            bottom: 0;
            right: 0;
            height: 80vh;
            width: 45vw;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
        }
    
    
    
        #info1 {
            top: 5vh;
            height: 60vh;
            left: 5vw;
            width: calc(40vw - 10vw);
            padding: 10vh 5vh 5vh 5vh;
        }
    
    
        #redbox1 {
            width: 35vw;
            right: 0;
            height: 15vh;
            top: auto;
            bottom: 15vh;
        }
    
        #cta1 {
            bottom: 10vh;
            right: auto;
            height: auto;
            width: 70vw;
            padding: 2.5vh 2.5vw 2.5vh 2.5vw;
        }
    
    
    
    
        .banner_infobox {
            font-size: calc(1.17rem + 0.2vw + 0.2vh);
        }
    
    
    
        .cta_top {
            font-size: calc(2rem + 0.2vw + 0.2vh);
        }
    
        .cta_middle {
    display: none;
        }
    
    
        .cta_bottom {
            font-size: 1.8rem;
        }
    
    
    
    
    
    
    
    
        #info2 {
            width: 45vw;
            right: 10vw;
            bottom: 20vh;
            padding: 2.5vh 5vw 7.5vh 5vw;
            z-index: 2;
            min-height: 15vh;
        }
    
    
        #logo2 {
            top: 15vh;
            right: 10vw;
            width: 50vw;
            height: 30vh;
            z-index: 4;
            text-align: right;
        }
    
    
        #cta2 {
            bottom: 17.5vh;
            right: 0vw;
            height: auto;
            width: 30vw;
            padding: 2.5vh 5vw 2.5vh 2.5vw;
            z-index: 5;
        }
    
    
        #redbox2 {
            width: 20vw;
            left: 0;
            height: 75vh;
            bottom: 0;
            z-index: 1;
        }
    
    
    
    
    
    
    
    
    
        #bluebox3 {
            width: 10vw;
            left: 0;
            height: 75vh;
            bottom: 0;
            z-index: 1;
        }
    
    
        #guests31 {
            bottom: 0;
            left: 0;
            height: 70vh;
            width: 30vw;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
            z-index: 3;
        }
    
    
    
        #guests32 {
            bottom: 0;
            right: 0;
            height: auto;
            width: 30vw;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            z-index: 3;
        }
    
    
    
        #info3 {
            width: 42.5vw;
            left: 15vw;
            min-height: 25vh;
            bottom: 25vh;
            padding: 2.5vh 2.5vw 2.5vh 17.5vw;
            z-index: 2;
        }
    
        #logo3 {
            top: 10vh;
            right: 32.5vw;
            width: 40vw;
            height: 30vh;
            z-index: 4;
            text-align: right;
        }
    
    
         #emptybox3 {
            bottom: 0;
            right: 0;
            height: 20vh;
            width: 30vw;
            z-index: 1;
        }
    
    
    
    
    
    
    
    
    
    
    
    
        #info4 {
            width: 35vw;
            height: 30vh;
            left: 5vw;
            bottom: 20vh;
            padding: 5vh 5vw 15vh 2.5vw;
            z-index: 2;
        }
    
    
    
        #bluebox4 {
            bottom: 0;
            right: 0;
            height: 30vh;
            width: 40vw;
            z-index: 1;
        }
    
    
        #guests4 {
            bottom: 0;
            right: 0;
            height: auto;
            width: 40vw;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            z-index: 3;
        }
    
    
    
        #logo4 {
            top: 15vh;
            right: 15vw;
            width: 30vw;
            height: 35vh;
            z-index: 9;
            text-align: right;
        }
    
    
    
        #cta4 {
            bottom: 7.5vh;
            left: 10vw;
            height: auto;
            width: 50vw;
            padding: 2.5vh 2.5vw 2.5vh 5vw;
            z-index: 8;
        }
    
        
            

    }








    @media only screen and (max-width: 1024px) and (orientation: landscape) {


        #logo1 {
            display: none;
        }
    
    
    
        #info1 {
            top: 5vh;
            height: 60vh;
            left: 5vw;
            width: calc(40vw - 0vw);
            padding: 10vh 15vh 5vh 5vh;
        }
    
    
    
        #redbox1 {
            width: 35vw;
            right: 0;
            height: 15vh;
            top: 30vh;
        }
    
        #cta1 {
            bottom: 10vh;
            right: 5vw;
            height: auto;
            width: 55vw;
            padding: 2.5vh 2.5vw 2.5vh 2.5vw;
        }
    
        .cta_top {
            font-size: calc(1.8rem + 0.2vw + 0.2vh);
        }
    
        .cta_middle {
    display: none;
        }
    
    
        .cta_bottom {
            font-size: 1.6rem;
        }
    
    
        #logo2 {
            top: 10vh;
            right: 20vw;
            width: 50vw;
            height: 20vh;
            z-index: 4;
            text-align: right;
        }
    
    
    
        #logo3 {
            top: 10vh;
            right: 40vw;
            width: 40vw;
            height: 20vh;
            z-index: 4;
            text-align: right;
        }
    
    
    
        .banner h1 {
            font-size: calc(1rem + 0.2vw + 0.2vh);
        }
    
        .banner_infobox {
            font-size: calc(0.9rem + 0.2vw + 0.2vh);
        }

    }







    @media only screen and (max-width: 800px) {


    .banner_infobox {
        font-size: calc(1rem + 0.2vw + 0.2vh);
    }


    .cta_bottom {
        font-size: 1.5rem;
    }


 





}












@media only screen and (max-width: 768px) and (orientation: portrait) {


    
    #logo1 {
        top: 17.5vh;
        left: auto;
        right: 5vw;
        width: 20vw;
        height: 30vh;
        text-align: left;
    }



#logo4 {
    top: 15vh;
    right: 15vw;
    width: 25vw;
    height: 35vh;
    z-index: 9;
    text-align: right;
}


#info1 {
    top: 5vh;
    height: 60vh;
    left: 5vw;
    width: 50vw;
    padding: 10vh 5vh 5vh 5vh;
}




#redbox1 {
    width: 35vw;
    right: 0;
    height: 15vh;
    top: auto;
    bottom: 25vh;
}



#info2 {
    width: 60vw;
    right: 5vw;
    bottom: 20vh;
    padding: 5vw;
    z-index: 2;
    min-height: 15vh;
}




#cta2 {
    bottom: 17.5vh;
    right: 0vw;
    height: auto;
    width: 40vw;
    padding: 2.5vh 5vw 2.5vh 2.5vw;
    z-index: 5;
}






#info3 {
    width: 60vw;
    left: 15vw;
    min-height: 25vh;
    bottom: 25vh;
    padding: 2.5vh 2.5vw 2.5vh 12.5vw;
    z-index: 2;
}


#guests32 {
display: none;
}





#cta4 {
    bottom: 5vh;
    left: 10vw;
    height: auto;
    width: 65vw;
    padding: 2.5vw;
    z-index: 8;
}


}








@media only screen and (max-width: 768px) and (orientation: landscape) {


    #logo1, #logo2, #logo3, #logo4 {
        display: none !important;
        }
        
        
        #cta1 {
            display: none;
        }
        
        .banner_infobox {
            font-size: calc(0.8rem + 0.2vw + 0.2vh);
        }
        

        .cta_bottom {
            font-size: 1.2rem;
        }


        
        #info1 {
            top: 5vh;
            height: auto;
            left: 5vw;
            width: 55vw;
            padding: 5vw;
        }
        
        
        #redbox1 {
            width: 30vw;
            right: 0;
            height: 15vh;
            top: 25vh;
        }


        #guests2 {
            bottom: 0;
            left: 0;
            height: 70vh;
            width: 30vw;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
            z-index: 3;
        }
        
        
        
        
        #info2 {
            width: 60vw;
            right: 5vw;
            bottom: 10vh;
            padding: 5vw;
            z-index: 2;
            min-height: 15vh;
        }
        


        .cta_bottom {
            font-size: 1.2rem;
        }


        #cta4 {
display: none;
        }


        #info4 {
            width: 50vw;
            height: 50vh;
            left: 5vw;
            bottom: 10vh;
            padding: 5vh 5vw 15vh 2.5vw;
            z-index: 2;
        }


}





@media only screen and (max-height: 700px) {


    .banner_infobox {
        font-size: calc(0.9rem + 0.2vw + 0.2vh);
    }


    .cta_top {
        font-size: calc(3rem + 0.2vw + 0.2vh);
    }


    #logo2 {
        top: 10vh;
        right: 10vw;
        width: 50vw;
        height: 25vh;
        z-index: 4;
        text-align: right;
    }



    .cta_bottom {
        font-size: 2.3rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    #logo3 {
        top: 10vh;
        right: 32.5vw;
        width: 40vw;
        height: 25vh;
        z-index: 4;
        text-align: right;
    }

    
}











@media only screen and (max-width: 670px) and (orientation: portrait) {


    #cta1 {

        display: none;
    }


    #logo1 {
display: none;
    }


    #info1 {
        top: 5vh;
        height: 60vh;
        left: 5vw;
        width: 70vw;
        padding: 5vh 5vh 5vh 5vh;
    }


    .banner_infobox {
        font-size: calc(0.9rem + 0.2vw + 0.2vh);
    }



    #redbox1 {

        display: none;
    }


    #guests1 {
        bottom: 0;
        right: 0;
        height: 30vh;
        width: 35vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }




    #redbox2 {
        width: 40vw;
        left: 0;
        height: 75vh;
        bottom: 0;
        z-index: 1;
    }




    #logo2 {
        display: none;
    }
    


    .cta_bottom {
        font-size: 1.2rem;
    }



    #cta2 {
        bottom: 12.5vh;
        right: 0vw;
        height: auto;
        width: 50vw;
        padding: 2.5vh 5vw 2.5vh 2.5vw;
        z-index: 5;
    }




    #info3 {
        width: 60vw;
        left: 15vw;
        min-height: 35vh;
        bottom: 10vh;
        padding: 2.5vh 2.5vw 2.5vh 12.5vw;
        z-index: 2;
    }


    #emptybox3 {
        bottom: 0;
        right: 0;
        height: 20vh;
        width: 15vw;
        z-index: 1;
    }




    #logo4 {
        display: none;
    }



    .banner h1 {
        font-size: calc(1.1rem + 0.2vw + 0.2vh);
    }


    #info4 {
        width: 75vw;
        height: 30vh;
        left: 5vw;
        bottom: 25vh;
        padding: 5vh 5vw 15vh 2.5vw;
        z-index: 2;
    }


    #cta4 .cta_top {
        display: none;
    }


    #cta4 {
        bottom: 7.5vh;
        left: 10vw;
        height: auto;
        width: 55vw;
        padding: 2.5vw;
        z-index: 8;
    }

}






@media only screen and (max-width: 670px) and (orientation: landscape) {


    .banner h1 {
        font-size: calc(1.1rem + 0.2vw + 0.2vh);
    }



    #info1 {
        top: 5vh;
        height: auto;
        left: 5vw;
        width: 75vw;
        padding: 2.5vw;
    }


    #redbox1 {
        width: 20vw;
        right: 0;
        height: 15vh;
        top: auto;
        bottom: 5vh;
    }


    #guests1 {
        bottom: 0;
        right: 0;
        height: 80vh;
        width: 15vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }






    #redbox2 {
        width: 5vw;
        left: 0;
        height: 75vh;
        bottom: 0;
        z-index: 1;
    }



    #guests2 {
        bottom: 0;
        left: 0;
        height: 70vh;
        width: 20vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 3;
    }



    #info2 {
        width: 70vw;
        right: 5vw;
        bottom: 15vh;
        padding: 2.5vw;
        z-index: 2;
        min-height: 15vh;
    }





    #guests32 {
display: none;
    }


    #emptybox3 {
        bottom: 0;
        right: 0;
        height: 50vh;
        width: 10vw;
        z-index: 1;
    }


    #guests31 {
        bottom: 0;
        left: 0;
        height: 50vh;
        width: 22.5vw;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        z-index: 3;
    }



    #info3 {
        width: 70vw;
        left: 7.5vw;
        min-height: 30vh;
        bottom: 10vh;
        padding: 2.5vw;
        z-index: 2;
    }

}