@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: "Alata", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color:white;
}
header {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0px 15px 0px 15px;
}

header i {
    margin-right: 5px;
}

header a {
    text-decoration: none;
    color: #064F44;
}
header #zes {
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 0px 30px;
}

.container {
    text-align: center;
    background-color: #064F44;
    padding: 175px 15px 250px;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.logo {
    max-width: 500px;
    height: auto;
    margin-bottom: 60px; /* Odstęp między logo a przyciskami */
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Odstęp między przyciskami */
}

.button {
    background-color: #4caf4f00;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 25px;
    padding: 10px 45px;
}
.button i {
    margin-right: 5px;
}

.services {
    max-width: 1140px;
    padding: 80px 15px;
    margin: 0 auto;
}
h3 {
    font-size: 52px;
    font-family: 400;
    text-transform: uppercase;
    /* text-align: center; */
}
hr {
    background-color: #064F44;
    height: 4px;
    width: 15%;
    margin: 25px 0px;
    border-radius: 100px;
    border: none;
}
.info {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px;
    max-width: 1300px;
    margin: 0 auto;
    gap: 30px;

}
.block {
    width: 30%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    gap: 30px;
}
.block img {
    max-width: 160px;
}
.block p {
    margin-top: 20px;
    font-weight: 500;
}

.team-bg {
    background-color: #fbfbfb;
}

.team {
    padding: 80px 15px;
    margin: 0 auto;
    max-width: 1140px;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 80px;
    vertical-align: middle
    
}
.column.right {
    width: 60%;
}
.column img {
    max-width: 360px;
}
.column h4 {
    font-size: 28px;
    font-weight: 300;
}
.column h5 {
    color: #6a6a6a;
    padding-top: 5px;
    font-weight: 300;
}
.column p {
    padding-top: 12px;
    font-size: 16px;
    font-weight:4300;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
}

.column{
    display:flex; 
    flex-direction: column;
    justify-content: center;
}

footer {
    max-width: 1140px;
    padding: 80px 15px;
    margin: 0 auto;
    color: white;
}
.bg {
    background-color: #064F44;
}
#kontakt hr {
    background-color: #ffffff;
}
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:60px;
}

.footer-column {
    width: 45%;
}

.footer-column h4 {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    width: 85%;
}

.footer-box {
    display: flex;
    gap: 20px;
    margin-top: 70px;
}


.links {
    margin-top: 40px;
}
.links a {
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.links hr {
    width: 100%;
    height: 1px;
}
.footer-box i {
    font-size: 50px;
    margin-top: 10px;
}

.footer-box h5 {
    font-size: 28px;
    font-weight: 400;
}

.footer-box p {
    font-size: 20px;
    font-weight: 400;
}

.footer-box .box-right
{
    width: 100%;
}

.opening-hours {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.columnn {
    flex: 1;
}

.footer-column.maps {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-column.maps h6 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-column.maps p {
    font-weight: 400;
    margin-bottom: 20px;
}


.footer-info {
    display: flex;
    justify-content: space-between;
}

.left-text, .right-text {
    flex-grow: 1;
}

.footer-box a {
    color: white;
    text-decoration: none;
}

.fil {
    max-width: 1140px;
    padding: 80px 15px;
    margin: 0 auto;
}

.fil p {
    font-family: "Open Sans", sans-serif;
    color: rgb(34, 21, 21);
}



.footer-column iframe {
    width: 600px;
}

@media only screen and (max-width: 1050px) {
    .container {
        padding: 75px 15px 75px;
    }
    header {
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        gap: 30px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px;
        border-radius: 0px 15px 0px 15px;
    }
    
    header i {
        margin-right: 5px;
    }
    .logo {
        max-width: 320px;
        margin-bottom: 50px;
    }

    h3 {
        font-size: 32px;
    }

    .info {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 15px;
        max-width: 1300px;
        margin: 0 auto;
    }
    .block {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .block img {
        max-width: 120px;
    }
    .block p {
        font-size: 14px;
        margin-top: 10px;
        font-weight: 500;
    }

    .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px; /* Odstęp między przyciskami */
    }
    
    .button {
        width: 60%;
        background-color: #4caf4f00;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        border: 2px solid white;
        border-radius: 25px;
        padding: 10px 45px;
    }
    .button i {
        margin-right: 5px;
    }


    .block {
        max-width: 150px;
        padding: 20px;
    }
    .column.right {
        width: 100%;
    }
    .column.left {
        width: 100%;
        align-items: center;
    }
    .footer-column iframe {
        width: 300px;
    }

    .footer-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        width: 100%;
    }

    .opening-hours {
        gap: 10px;
    }

    .opening-hours p {
        font-size: 20px;
    }

    .footer-box h5 {
        font-size: 26px;
    }

    .footer-box p {
        font-size: 20px;
    }

    .footer-box i {
        font-size: 32px;
    }

    .footer-column h4 {
        width: 100%;
    }
    
}

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
  }
  
  #cookie-banner a {
    color: #064F44;
    text-decoration: underline;
  }
  
  #accept-cookies {
    margin-left: 20px;
    padding: 5px 10px;
    background-color: #064F44;
    border: none;
    cursor: pointer;
  }
  