@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

body {
    background: #ffffff;
    height: 100vh;
    width: 100%;

}

/* HEADER */

.header {
    background-color: #87CEEB;
    color: #ffffff;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.scrolling-text-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
  }
  
  .scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 35s linear infinite;
    font-size: 18px;
    color: #ffffff;
  }
  
  @keyframes scrollText {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

.icons {
    display: flex;
    gap: 20px;
    font-size: 1.2em;
     margin: 20px;
}

.icons i:hover {
    color: #007bff;
    transform: scale(1.2); 
}

.nav-menu {
    background-color: #ffffff;
    padding: 20px 0;
    color: #333;
    position: relative; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.nav-menu-container {
    max-width: 1400px;
    margin: 0 auto;
}

.nav-menu ul {
    display: flex;
    gap: 20px;
}

.nav-menu ul li {
    list-style: none;
    position: relative;
}

.nav-menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 15px; 
    transition: color 0.3s, background-color 0.3s; 
}

.nav-menu ul li a:hover {
    color: #87CEEB;
    background-color: rgba(135, 206, 235, 0.2);
}

.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    font-size: 14px;
    display: none;
    position: fixed; 
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px; 
    border-radius: 5px;
    z-index: 10;
    left: 0; 
    width: 100vw;
}

.has-submenu:hover .submenu {
    display: block; 
}

.submenu {
    display: block;
    
}

.submenu-column {
    margin-bottom: 10px;
    padding: 10px;
}

.submenu-column h3 {
    margin: 0 0 5px; 
    font-size: 1.1em; 
    font-weight: bold; 
}

.submenu-column ul {
    list-style: none;
    padding: 0;
}

.submenu-column ul li {
    margin: 5px 0;
}

.submenu-column ul li a {
    color: #333;
    text-decoration: none;
    padding: 8px 10px; 
    display: block; 
    transition: color 0.3s, background-color 0.3s; 
}

.submenu-column ul li a:hover {
    color: #87CEEB;
    background-color: rgba(135, 206, 235, 0.2);
}

.burger-menu {
    color: #ffffff;
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.burger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-menu-container {
        display: none;
        flex-direction: column;
        align-items: flex-start; 
        padding-left: 20px;
    }

    .nav-menu-container.show {
        display: flex;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; 
        width: 100%; 
    }

    .nav-menu ul li {
        width: 100%; 
    }

    .nav-menu ul li a {
        display: block;
        text-align: left; 
        padding-left: 10px; 
        width: 100%; 
    }

    .has-submenu .submenu {
        position: static;
        display: none;
        width: 100%; 
    }

    .has-submenu.show .submenu {
        display: block;
    }
}


.hidden {
    display: none;
}

#search-form-container {
    position: absolute;
    top: 12px; 
    right: 15px;
    background-color: white;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


#search-form input[type="text"] {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

#search-form input[type="text"]:focus {
    border-color: #007bff; /
}

#search-form button[type="submit"] {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#search-form button[type="submit"]:hover {
    background-color: #0056b3;
}


.container {
    width: 100%;
    color: #F9F9F9;
    background-color: #F9F9F9;
    box-sizing: border-box;
}

.kontenjerielementa {
    max-width: 1400px;
    margin: auto;
    padding: 4rem 2rem;
}

section .containertekst {
    margin-bottom: 1rem;
    color: #252525;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.containeronama{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}
.containeronama h2 {
    color: #89CFF0;
    margin-bottom: 10px;
}
.opis {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 5px solid #89CFF0;
    background: #f9f9f9;
}
.opis img {
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}
.opis p {
    color:#252525;
    text-align: justify;
}
.opis p:last-child {
    margin-bottom: 0;
}
.clear {
    clear: both;
}
.image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.image-container img {
    width: 48%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* FOOTER */
.site-footer {
    background-color: #89cff0;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #252525;
}

.site-footer .containerfooter {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover {
    color: #89CFF0;
    text-decoration: none;
}

.site-footer h6 {
    color: #252525;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer p {
    color: #252525;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #252525;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #fff;
    text-decoration: none;
}
.copyright-text {
    margin: 0;
}

.copyright-text .highlight {
    font-weight: bold;
    color: #0f4279;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 15px auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icons li {
    display: flex;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.15);
    background-color: #89CFF0;
}

.social-icon {
    width: 28px;
    height: 28px;
    fill: #252525;
    transition: fill 0.3s ease;
}

.social-icons a:hover .social-icon {
    fill: white;
}
/* Responsiveeee */
@media (max-width: 991px) {
    .site-footer .row > div {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer .col-md-6, .site-footer .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        gap: 10px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .social-icon {
        width: 24px;
        height: 24px;
    }
}

.site-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer .col-md-6, .site-footer .col-md-3 {
    flex: 1;
    padding: 0 15px;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
    margin: 10px;
}
@media (max-width: 480px) {
    .social-icons {
        justify-content: center;
        gap: 8px;
    }

    .social-icons a {
        width: 35px;
        height: 35px;
    }

    .social-icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 768px) {
    .site-footer .col-md-6 {
        order: 1;
    }

    .site-footer .col-md-3 {
        order: 2;
    }

    .site-footer .col-md-4 {
        order: 3;
    }
}