/* FONTS GOOGLE IMPORT */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* LOADING WEBSITE */

#loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}#loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* LOADING WEBSITE */



html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

.home {
    display: flex;
    flex-direction: column;
    background-image: url(./img/franek.avif);
    /* background-repeat: no-repeat; */
    background-position: center;

    height: 100vh;
    width: 100%;
}

.start {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 5px #000000;
}

.text-start:hover {
    color: #06ac77;
    transition: 0.5s ease-in-out;
}
/* .start .text-start  {
    color: white;
        flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 5px #000000;
} */
.button-help {
    background:    #06ac77;
    border-radius: 11px;
    padding:       20px 45px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 26px/1 "Open Sans", sans-serif;
    text-align:    center;
    margin: 1rem;
    text-decoration: none;
}


.icon-down {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    color: white;
    font-size: 30px;
    bottom: 20px;
    text-shadow: 2px 2px 5px #000000;
    cursor: pointer;
}

.information-franek {
    /* height: 100vh; */
    min-height: 100vh;
    display: flex;
    background: linear-gradient(30deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 75%);
    flex-direction: column;
}

.text-info {
    background-color: #fff;
    /* width: 100vw; */
    padding: 10px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 5vw;
}

.column-information {
    display: flex;
    flex-direction: column;
    /* padding: 0 1dvi 0 1dvi; */
    padding: 2%;
    justify-content: center;
    align-items: center;
}

.franek-img-1 img{
    border-radius: 20px;
}

.information-text {
    display: flex;
    color: #353535;
    font-family: "Lato", sans-serif;
    background-color: #fff;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    /* margin: 5px; */
    font-style: italic;
    border-radius: 20px;
    /* gap: 331px; */
    flex-direction: column;
}

.information-text a {
    color: #000;
}

.atrakcje-column {
    flex: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    background-image: url("./img/background-atrakcje.jpg");
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
}

.atrakcje-column-2 {
    flex: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
}

.atrakcje-column h1 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-style: italic;
    color: #fff;
    text-shadow: 2px 2px 3px #000000;
}

.atrakcja {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
}

.atrakcja:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.atrakcja-icon {
    font-size: x-large;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
}

.akcja-text {
    font-size: larger;
    color: #fff;
    text-shadow: 2px 2px 3px #000000;
}

.gastro-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    background-image: url("./img/food.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
}

.gastro-column-2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
}

.gastro {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    /* height: 10rem; */
    /* overflow: hidden; */
    margin: 1rem;
}

.gastro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0px 20px 30px black;
}

.gastro-column h1 {
    color: #cacaca;
    text-shadow: 2px 2px 3px #000;
}

.gastro-text {
    color: #000;
    text-shadow: 2px 1px 10px #2b2b2b;
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
    text-align: center;
}

.text-festyn {
    display: flex;
    justify-content: center;
    margin: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.end-website {
    display: flex;
    flex-direction: column;
    background-color: #353535;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    
}

.column-1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
}

.column-2 {
    display: flex;
    align-items: center;
    justify-content:start;
    margin: 0 1rem;
}

.column-1 a {
    text-decoration: none;
    color: #fff;
}

.column-1 a:hover {
    color: #06ac77;
    transition: 0.5s ease-in;
    text-decoration: none;
}

.information-website h2 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #e4e3e3;
}

@media (min-width: 1200px) {
    .column-information {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 2%;
    align-items: center;
    }
    .information-text {
    width: 40%;
    }
    .franek-img-1{
        margin: 1rem;
    }
    .atrakcje-column-2 {
    flex: 2;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
    }
    .gastro-column2 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    font-family: "Roboto Condensed", sans-serif;
    }

    .information-franek {
    height: 20px;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(30deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 75%);
    flex-direction: column;
    }
}