@charset "UTF-8";
/* import fontu z Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barriecito&family=Encode+Sans+SC:wght@100..900&family=Monsieur+La+Doulaise&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik+Glitch&display=swap');

/* Libre Caslon Text */
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

/* Lavish Yours */
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');

/* SELEKTORY GLOBALNE */
*{
    transform: 2s;/*płynne zmiany  wygląd*/
}
html{
    scroll-behavior: smooth; /*płynne przewijanie*/
}
body{
    margin: 0;
    font-family: Libre Caslon Text;
    font-size: 1.6rem;
}

a{
    text-decoration: none;
}
p{
    line-height: 150%;
}

.s1rena-nav{
    font-family: Lavishly Yours;
    font-size: 3rem;
}
.s1rena-home{
    font-family: Lavishly Yours;
}

/* NAWIGACJA mobile */
.burger{
	background-color: #144395;
	color: #fff;
	position: fixed;
	top: 2rem;
	right: 2rem;
	font-size: 3rem;
	padding: .5rem 1rem 1rem;
	cursor: pointer;
	z-index: 1;
	display: none; /* na desktop go nie widzimy */
}
.nakladka {
	background-color: #144395;
	opacity: .9;
	position: fixed;
	right: 0;
	width: 0; /* będzie zmiana przez skrypt na 100% */
	overflow: hidden; /*żeby przy szerokości 0 nic nie wystawało */
	height: 100%;
	z-index: 2; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.nakladka ol{
 /*   background-color: green; */
	width: 100%;
	text-align: center;
}
.nakladka ol li{}
.nakladka ol li a{
 /*   background-color: #ddd; */
	display: block;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
}
.nakladka ol li a:hover{
	background-color: #fff;
	color: #222;
}
.zamknijX{
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 4rem;
	background-color: #fff;
	padding: 0 1.1rem .5rem;
}

/* NAWIGACJA desktop */
nav{
    background-color: #144395;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}
nav ol{
/*    background-color: aqua; */
    max-width: 1200px;
    width: 100%;

    display: flex;
    justify-content: space-evenly;
	align-items: center;
}
nav ol li{
    /* background-color: yellow; */
}
nav ol li a{
    /* background-color: blue; */
    color: #fff;

    /* justify-content: space-between; */
    /* align-items: center; */

    /* ODBLOKOWAĆ PADDING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    padding: 1rem 2vw;
    /* position: absolute; */
    display: block;
}
nav ol li a:hover{
    background-color: #fff;
    color: #222;
}

/* WSZYSTKIE SEKCJE*/
section{
	min-height: 90vh; /* vh = % wys. okna przegl. */
	display: flex;
	align-items: center;
	justify-content: center;
}
.zawartosc{
     /*  background-color: red; CMD/CTRL + / */
	max-width: 1200px;
	width: 100%;
}

/*POSZCZEGÓLNE SEKCJE*/
#pierwsza{
    background-color: #eee;
}
#pierwsza .zawartosc{}
#pierwsza h1 {
    color: rgb(255, 255, 255);
    font-size: 7rem;
    text-align: center;
}
#pierwsza{
    background-color: #ddd; 
	background: url(https://obalaplus.si/wp-content/uploads/2023/08/BC1D9B54-F474-4925-AD17-2487E0A05626.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    
    padding: 8rem 4rem 4rem 4rem;
    gap: 3rem;
}

#druga{
    background-color: #ddd; 
	background: url(https://images5.alphacoders.com/779/thumb-1920-779316.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    
    padding: 8rem 4rem 4rem 4rem;
    gap: 3rem;
}
#druga .zawartosc{
/*	min-height: 70vh;*/
    /* background: url(https://copop.de/media/site/536ef0cfc8-1733739838/s1rena_25.jpg); */
    /* image-resolution: 10vw; */
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: left;
	
    display: flex;
    align-items: center;
    justify-content: center;
	
/*    max-width: 1300px;*/
/*    margin: auto;*/
}
#druga img{
    max-width: 50vw;
}
#druga h2{
    font-family: Lavish Yours;
    font-size: 4rem;
    text-align: left;
}
#druga p{
    font-size: 1.5rem;
    font-weight: bold;
}

#trzecia{
    background-color: #ffffff;
}
#trzecia .zawartosc{
    display: flex;
    /* flex-wrap: wrap; */
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
}
#trzecia article{
    /* display: flex; */
    gap: 1rem;
    transition: 2s;
    box-sizing: border-box;
    flex: 3;
}
#trzecia img{
    max-width: 40rem;
    height: 40rem;
}
#trzecia h3{
    color: #144395;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0rem;
}
#trzecia p{
    color: #144395;
}

#czwarta{
    background-color: #ffffff;
	min-height: 90vh;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#czwarta .zawartosc{
    display: flex;
    max-width: 2000px;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 8rem;
}
#czwarta img{
    width: 40rem;
    height: 40rem;
}

#piata{
    background-color: #fff;
	flex-direction: column;
}
#piata .zawartosc{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
    margin: 1rem;
    padding: 2rem;
    border: 1rem;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#piata h1{
    color: #144395;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 200%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
#piata h2{
    color: #144395;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 200%;
    text-align: center;
    font-size: 1.5rem;
    /* font-weight: bold; */
}
#piata h4{
    color:#ffffff
}

#piata .zawartosc{
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        /* gap: 1rem; */
        gap: 3rem;
        text-align: center;
}
#piata .koncerty{
    position: relative;
    text-align: center;
    color: white;
    flex: 0 1 auto;
    width: 200;
}
#piata .koncerty p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#piata img{
    height: 30vw;
    width: 30vw;
    object-fit: contain;
    object-fit: cover;
    object-fit: center center;
}

/* STOPKA*/
#stopka{
    background: url(https://www.americahttps://i.pinimg.com/736x/0c/e2/34/0ce234d58015580b7ef6ac4098083f8c.jpghttps://ig.utexas.edu/wp-content/uphttps://ig.utexas.edu/wp-content/uploads/2023/03/Choppy-GoM_DONG_IMG3553-768x576.jpgloads/2023/03/Choppy-GoM_DONG_IMG3553-768x576.jpgnoceans.org/wp-content/uplhttps://https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Atlantic_near_Faroe_Islands.jpg/1920px-Atlantic_near_Faroe_Islands.jpgupload.wikimedia.org/wikipedia/commons/thumb/a/a7/Atlantic_near_Faroe_Islands.jpg/1200px-Atlantic_near_Faroe_Islands.jpgads/2021/06/shutthttps://i0.wp.com/eos.org/wp-content/uploads/2021/10/ocean-surface.jpg?fit=1200%2C675&ssl=1rstock_1807037https://img.freepik.com/premium-photo/sun-rays-water-blue-ocean-background-abstract-sun-light-water-wallpaper_548821-41258.jpg47-740x493.jpg);
    background-color: #144395;   
    color: #fff;
    min-height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
}
#stopka .zawartosc{
     display: flex;
    /* flex-wrap: wrap; */
    gap: 15rem;
    justify-content: center;
    align-items: flex-start;
}
.center {
    font-family: Lavishly Yours;
      text-align: center;
      font-size: 100px;
    }
    #stopka .left{
      /* text-align: center; */
      font-size: 20px;
    }
    #stopka .right{
      /* text-align: center; */
      font-size: 20px;
}
    #stopka .copy{

    }
#stopka h2{
    font-weight: bold;
    font-size: 30px;
}

/**************************************************/
/*******************R*W*D**************************/
@media all and (max-width:1000px){
    #trzecia .zawartosc{
        flex-direction: column;
    }
    #trzecia article{
        display: flex;
        gap: 1rem;
    }
    #trzecia article img{
        max-width: auto;
        width: 30vw;
        height: 30vw;
    }
    #trzecia p{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        padding: 1rem 3rem;
    }
     #piata img{
        height: 80vw;
        width: 80vw;
        object-fit: contain;
        object-fit: cover;
        object-fit: center center;
    }
  #piata p{
        font-size: 2rem;
    }

    #stopka .zawartosc{
       flex-direction: column;
        /* align-items: center; */
        gap: 1rem;
    }
    
}/*koniec 1000px*/
@media all and (max-width:800px){
    #druga{
        flex-direction: column;
        align-items: center;
    }
    #druga img{
       max-width: 80vw;
    }
    #trzecia article{
        flex-direction: column;
        align-items: center;}
     #trzecia article img{
        max-width: auto;
        width: 80vw;
        height: 80vw;
        padding: 1rem;
}
  #trzecia p{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        padding: 1rem 3rem;
    }
#piata img{
    height: 80vw;
    width: 80vw;
    object-fit: contain;
    object-fit: cover;
    object-fit: center center;
}
  #piata p{
        font-size: 2rem;
    }
}/*koniec 800px*/

@media all and (max-width:600px){
    .burger{display: block;}
    nav{display: none;}

      #druga img{
       max-width: 80vw;
    }

      #trzecia article img{
        max-width: auto;
        width: 80vw;
        height: 80vw;
        padding: 1rem;}

        #trzecia p{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        padding: 1rem 3rem;
    }

     #czwarta img{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        max-width: 80vw;
        height: 80vw;}

        #piata img{
    height: 80vw;
    width: 80vw;
    object-fit: contain;
    object-fit: cover;
    object-fit: center center;
}
  #piata p{
        font-size: 1.5rem;
    }

}/*koniec 600px*/

@media all and (max-width:400px){
    #pierwsza h1 {
    color: rgb(255, 255, 255);
    font-size: 5rem;
    text-align: center;
}

    #druga{
            padding: 2rem 1.5rem 2rem 1.5rem;
    }
    #druga img{
       max-width: 80vw;
    }
    #druga h2{
        font-weight: bold;
         font-size: 2rem;
         padding: 1rem 0rem;
    }
    #druga p{
        font-size: 1.2rem;
        text-align: justify;
        gap: 2rem 2rem;
        font-weight: lighter;
    }

      #trzecia article img{
        max-width: auto;
        width: 80vw;
        height: 80vw;
        padding: 1rem;
    }
    #trzecia p{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: justify;
        gap: 3rem;
        padding: 1rem 2rem;
        font-size: 1.2rem;
    }
    #czwarta img{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        max-width: 80vw;
        height: 80vw;
    }
    #piata img{
    height: 80vw;
    width: 80vw;
    object-fit: contain;
    object-fit: cover;
    object-fit: center center;
}
    #piata h1{
    font-size: 1.7rem;
}
    #piata h2{
    font-size: 1.2rem;
}
    #piata p{
        font-size: 1.2rem;
    }

    #stopka .zawartosc{
       flex-direction: column;
        justify-content: left;
        gap: 3rem;
    }
    
}/*koniec 400px*/
/*************************************************/
/*************************************************/