@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: "Poppins", sans-serif;
}

body {
    scroll-behavior: smooth;
}

h1 {
    margin-bottom: 20px;
}

/* Stylizacja sekcji */
section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding-top: 106px;
    /*align-items: center;*/
    /*text-align: center;*/
    font-size: 1rem;
    transition: background-color 0.5s;
}

.content {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
    /*text-align: center;*/
}

#section0 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}
#section0 img {
    max-width: 1920px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width: 1600px) {
    #section0 img {
        object-fit: cover;
        /*object-position: left;*/
        object-position: 20% 0%;
        width: 100%;
    }
}

#section1 { background-color: #FFF; }
#section2 {
    background: rgb(11,52,113);
    background: linear-gradient(165deg, rgba(11,52,113,1) 0%, rgba(27,86,173,1) 35%, rgba(0,212,255,1) 100%);
    color: #FFF;
}
#section3 { background-color: #FFF; }
#section4 {
    background: rgb(11,52,113);
    background: linear-gradient(165deg, rgba(11,52,113,1) 0%, rgba(27,86,173,1) 35%, rgba(0,212,255,1) 100%);
    color: #FFF;
}
#section5 { background-color: #f8f9fa; }
#section6 {
    background: rgb(11,52,113);
    background: linear-gradient(165deg, rgba(11,52,113,1) 0%, rgba(27,86,173,1) 35%, rgba(0,212,255,1) 100%);
    color: #FFF;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 20px;
    z-index: 2000;
}

.nav-content {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    height: 80px;
}

.logo img {
    max-height: 100%;
    height: auto;
}

.menu {
    display: flex;
}

.menu a {
    color: #000;
    text-decoration: none;
    margin: 0 20px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.menu a:hover {
    color: #1b56ad;
}

.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-icon div {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 4px;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: rgba(255, 255, 255, 1.0);
        position: absolute;
        top: 60px;
        left: 0;
    }

    .menu a {
        margin: 10px 0;
        font-size: 1rem;
        text-align: center;
    }

    .menu-icon {
        display: flex;
    }

    .menu.active {
        display: flex;
    }
    
    #section0 img {
        object-fit: cover;
        object-position: 21% 0%;
        max-width: 100%;
        height: 70vh;
        margin: 20px auto;
    }
    
    #map {
        height: 400px !important;
    }
    
    .korzyscbox {
        flex: 1 1 100%;
        padding: 10px;
    }
    .korzyscbox img {
        max-width: 355px;
    }
    
    .footercolumn {
        flex: 1 1 100%;
    }
    .col2 {
        flex: 1 1 100%;
    }
    .form-container {
        padding: 15px;
    }

    .submit-btn {
        font-size: 1rem;
    }
}

.menu a.active-link {
    color: #1b56ad;
    font-weight: bold;
}

.bold {font-weight: bold;}
.hashtag-text {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    margin: 50px 0 0 0;
    /*width: 100%;*/
    text-align: left;
    /*font-size: 1rem;*/
    /*font-weight: bold;*/
    color: #000;
}

.contenttext {
    text-align: justify; margin-bottom: 1.5rem;
}

#map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #ddd;
}

.korzysctitle {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.5rem;
}

.slow-zoom {
    animation: zoomInOut 3s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.korzyscdiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1320px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.korzyscbox {
    flex: 1 1 33%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.col2 {
    flex: 1 1 30%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
}

.col2 h2 {
    margin-bottom: 10px;
    color: #21577f;
}

.col2 a {
    color: #21577f;
    font-weight: bold;
    text-decoration: none;
}

.photo { padding:10px; margin:0 0 8px 0; background-color:#21577f; border:1px solid #1E4F72; box-shadow: 0px 0px 5px #555;}

.uzgodnieniadiv {
    width: 350px;
    background-color: #21577f;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.uzgodnieniadiv a {
    color: #FFF;
    text-decoration: none;
}

.pobierzul {
    padding-left: 20px; color: #FFF;
}

.pobierzul a {
    color: #FFF;
    text-decoration: none;
}

.p_z_a a {
    color: #FFF;
    text-decoration: none;
}

.form-container {
    color: #FFF;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    /*background-color: #f7f7f7;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    font-family: 'Poppins', sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #FFF;
}

.form-group input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #1b56ad;
    outline: none;
}

.required {
    color: red;
}

.form_p_title {
    text-align: center; color: #FFF; margin-top: 10px; margin-bottom: 30px; font-size: 1.6rem;
    /*text-shadow: -1px -1px 0px #555, 2px 2px 4px rgba(120, 120, 120, 0.3), 4px 4px 6px rgba(120, 120, 120, 0.2);*/
}

/* Stylowanie przycisku */
.submit-btn {
    /*width: 100%;*/
    padding: 12px;
    padding-left: 20px; padding-right: 20px;
    background-color: #1b56ad;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        outline: rgba(27, 86, 173, 0.7) solid 0px
    }

    70% {
        outline: rgba(0, 196, 204, 0) solid 16px
    }

    100% {
        outline: rgba(0, 196, 204, 0) solid 0px
    }
}

.submit-btn:hover {
    background-color: #154284;
}

#footer {
    background-color: #181818;
    padding: 20px;
    color: #999;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footercolumn {
    flex: 1 1 25%;
    box-sizing: border-box;
    padding: 10px;
}

.footercolumn h3 {
    margin-bottom: 10px;
}

.footercolumn ul {
    list-style-type: none;
    padding: 0;
}

.footercolumn ul li {
    margin: 5px 0;
}

.footercolumn a {
    text-decoration: none;
    color: #999;
    transition: color 0.3s;
}

.footercolumn a:hover {
    color: #1b56ad;
}