/* FIXME:: */ 
h1 {
    margin-top: 0;
    font-size: 35pt;
    margin-bottom: 0;
}
/* FIXME:: */ 
p{  text-align: justify;
    font-size: 20pt;
    max-width: 60vw;
    margin: 10px 0 0 0;
    hyphens: auto;
}


/* _______________________________________________ */
.sec.visible { opacity: 1; transform: translateY(0);}
.display {transition: 0.5s;}
option{color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.863); backdrop-filter: blur(10px);}
/* ________________________________________________ */


/* FIXME:: */ 
.sec{
    scroll-margin-top: 40px;
    margin: 100px auto 100px auto;
    max-width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8vw;
    flex-wrap:nowrap;

    /* przezroczystosc */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* FIXME: */
.enableImg{
    display: none;
}

/* FIXME: */ 
.sec img {
    max-width: 350px;
    max-height: 100%;
    margin: 0%;
    padding: 0%;
    border-radius: 20px;
}

.sec1_Img_Div {
    display: grid; /* Ustawienie siatki */
    grid-template-columns: repeat(2, 1fr); /* Dwie kolumny o równej szerokości */
    grid-template-rows: repeat(2, 1fr); /* Dwa wiersze o równej wysokości */
    gap: 1rem; /* Równe odstępy między wierszami i kolumnami */
    height: fit-content; /* Wysokość dopasowana do zawartości */
    justify-content: center;
    align-items: center;
    bottom: 0;
}
/* FIXME: */
.sec1_Img_Div img{
    max-width: 230px; 
    /* border-radius: 0px; */
}

/* FIXME: */ 
.sec1{
margin-top: 200px
}


/* _____________________________________________________ */
.secSelect{ justify-content: center; text-align: center;}
.secSelect p{text-align: center; max-width: 100vw;}

select {
    font-size: 20pt; font-weight: bold; text-align: center;
    color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.562); backdrop-filter: blur(10px);
    height: auto; width: 300px; 
    margin: 10px auto 10px auto; padding: 6px 12px;
    border-radius: 20px; outline: none; border-style: none;
    box-sizing: border-box;
}
/* _____________________________________________________ */

/* FIXME: */ 
.sec4{
    min-height: 350px;
    border-width: 2px; border-radius: 20px; border-style: solid;
    box-shadow: inset 0px 0px 10px #ffffff;
    padding: 25px;
}
.opowiesc {
    text-align: center;
}
.stopka {
    flex-direction: column;
    justify-content: start;
        text-align: center;

} 
h3 {
        font-size: clamp(18px, 5vw, 33px); 
}
        .stopka a{
            font-size: 20pt;
            text-decoration: underline;
        }
        .stopka p{
            text-align: center !important;
        }
