* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family:'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    background: #fbfbfb;
    scroll-behavior: smooth;
}

h1 {
    font-weight: 800;
}

h2 {
    font-weight: 900;
}

.navbar {
    width: 100%;
}

.navbar2 {
    top: 0;
    left: 0;
    max-width: 1300px;
    padding: 60px 20px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-between;
}

.navbar .logo {
    font-size: 2em;
    color: #012456;
    pointer-events: none;
    padding-right: 86px;
    display: block;
}

#menu {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    display: none;
}

.navbar a {
    color: #012456;
    padding: 6px 25px;
    border-radius: 20px;
    margin: 0 10px;
    font-weight: 500;
    margin-left: 80px;
    font-size: 1.1em;
    transition: 0.5s;
    z-index: 100;
}

.nav-links a:hover {
    background: #1390cf;
    color: #fff;
}

header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('data/o-nas2.jpg');
    background-size: cover;
    background-position: center;
    width: auto;
    height: 768px;
    overflow: hidden;
}

/* header::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(251,251,251,0) 30%, rgba(251,251,251,1) 83%);
} */

@media (min-width: 1367px) {
    header {
        background-position: 50% 50%; 
        height: 768px;
    }
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    width: auto;
    height: 721px;
    flex-wrap: wrap;
}

.hero-text {
    position: relative;
    font-size: 3em;
    font-weight: 800;
    left: 55px;
    color: #012456;
    line-height: 1.05;
    margin: 0;
    bottom: 20px;
}

.hero-text p {
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 6px;
    line-height: 1.25;
    margin: 0;
}

header button {
    width: 195px;
    height: 45px;
    position: relative;
    background-color: #012456;
    color: #fff;
    border-radius: 22px;
    font-size: 1.1rem;
    font-weight: 300;
    border: none;
    box-shadow: 10px 2px 15px rgba(255, 255, 255, 0.5);
  }

#bg-ct {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 535px;
} 


.nav-links.mobile-menu {
    margin-left: 0;
}

@media (max-width: 1290px) {
    header {
        height: 768px;
        background-position: 45.5% 50%;
    }

    #menu {
        display: block;
    }

    .navbar2 {
        position: relative;
        top: 0%;
        left: 0;
        width: 100%;
    }

    .logo {
        position: relative;
        width: 150px;
        transform: translateY(-14px);
        left: 10px;
    }

    .nav-links {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh;
        background-color: #3da8deb4;
        backdrop-filter: blur(6px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 1s ease;
    }

    header .nav-links a {
        margin: 25px;
        font-size: 1.4em;
    }

    .navbar2 a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        color: #ffffff;
    }

    .hero-text {
        font-size: 3.1em;
        left: 0;
        top: -50px;
        text-align: center;
    }
    .hero {
        justify-content: center;
    }
    .hero-text p {
        font-size: 1.45rem;
        padding-top: 10px;
    }
    .hero button {
        width: 180px;
        height: 42px;
        font-size: 1.1rem;
        margin: 0;
        bottom: 3px;
    }
    #bg-ct {
        bottom: 44px;
    }
}

@media (max-width: 806px) {
    .hero-text {
        font-size: 2.8em;
        left: 0;
        top: 20px;
        text-align: center;
    }
    .hero-text p {
        font-size: 1.2rem;
    }
    #bg-ct {
        height: 420px;
        bottom: -25px;
    }
}
                                    /* O NAS */

#splashes {
    position: absolute;
    width: 35%;
    transform: translateY(-85px) translateX(-600px);
    z-index: 1;
}

#splashes2 {
    position: absolute;
    width: 45%;
    transform: translateY(-155px) translateX(250px);
    z-index: -1;
}

#splashes3 {
    position: absolute;
    width: 45%;
    transform: translateY(-485px) translateX(-630px);
    z-index: -1;
}

#splashes4 {
    position: absolute;
    width: 45%;
    transform: translateY(-250px) translateX(55%);
    z-index: -1;
}

  #scales {
    position: absolute;
    left: 0;
    transform: translateY(-436px) translateX(-300px);
    width: 85%;
    z-index: 100;
}

.hero-2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 170px 30px 130px;
    gap: 100px;
    font-size: 1.45rem;
}

.hero-2 img {
    width: 380px;
    border-radius: 30px;
    z-index: 100;
}

.hero-2-text p, .plywanie-text p, .openwater-text p,
.swimrun-text p, .plywaniezimowe-text p, .plywaniezimowe-text2,
.triathlon-text, .rozne-text p, .inspire p {
    padding-top: 7px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7em;
}

.hero-2-text h2, .plywanie-text h2, .openwater-text h2,
.swimrun-text h2, .plywaniezimowe-text h2, .triathlon-text h2,
.rozne-text h2, .inspire-text h2 {
    font-weight: 900;
    margin-top: 0;
    color: #012456;
    font-size: 2em;
}

.hero-2-text, .plywanie-text, .openwater-text, .swimrun-text,
.plywaniezimowe-text, .triathlon-text, .rozne-text, .inspire-text {
    width: 980px;
    color: #012456;
    position: relative;
    z-index: 200;
}

.more-about-btn {
    margin-top: 20px;
    width: 195px;
    height: 45px;
    position: relative;
    background-color: #1390cf;
    color: #fff;
    border-radius: 12px;
    font-size: 1.15rem;
    font-weight: 300;
    border: 0;
  }

@media (max-width: 1020px) {
    #splashes {
        width: 30%;
        transform: translateY(-100px) translateX(-500px);
    }

    #splashes2 {
        width: 30%;
        transform: translateY(-100px) translateX(-500px);
    }

    #scales {
        position: absolute;
        left: 0;
        transform: translateY(-340px) translateX(-730px);
        width: 1500px;
        z-index: 10;
    }

    .hero-2 img {
        width: 460px;
        border-radius: 30px;
    }
}

@media (max-width: 639px) {
    .hero-2 {
        padding-top: 80px;
    }

#scales {
    position: absolute;
    left: 0;
    transform: translateY(-140px) translateX(-730px);
    width: 1500px;
    z-index: 10;
    }
}

@media (max-width: 600px) {
    #splashes {
        width: 60%;
        right: 60px;
        transform: translateY(-275px) translateX(0);
    }
    #splashes2 {
        width: 70%;
        right: 60px;
        transform: translateY(35px) translateX(-65%);
    }
    #splashes3 {
        width: 70%;
        right: 60px;
        transform: translateY(-450px) translateX(15%);
    }
    #splashes4 {
        width: 70%;
        right: 60px;
        transform: translateY(-300px) translateX(15%);
    }
    header {
        height: 850px;
    }
    /* header::after {
        content: "";
        position: absolute;
        bottom: -102px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, rgba(251,251,251,0) 30%, rgba(251,251,251,1) 83%);
    } */
    .hero-2 img {
        width: 80vw;
        border-radius: 30px;
    }
    .hero-2-text, .plywanie-text {
        font-size: 1em;
        left: 0;
        top: 35px;
        text-align: center;
    }
    .hero-2-text p, .plywanie-text p, .openwater-text p, .swimrun-text p,
    .plywaniezimowe-text p, .plywaniezimowe-text2, .triathlon-text, .rozne-text p, .inspire-text p {
        font-size: 0.6em;
        padding-top: 15px;
    }
    .hero button {
        width: 180px;
        height: 42px;
        font-size: 1.1rem;
        margin: 0;
        bottom: -15px;
    }
    .hero-2-text h2, .plywanie-text h2, .openwater-text h2, .swimrun-text h2,
    .plywaniezimowe-text h2, .triathlon h2, .inspire h2 {
        font-size: 1.5em;
        font-weight: 800;
        margin-top: 0;
    }
    #bg-ct {
        height: 380px;
        bottom: -43px;
    }
}

.social-media {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 40%;
    gap: 40px;
    padding-bottom: 100px;
}

.footer1 {
    background: #e8f5ff; /* #e8f5ff; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer1 h2 {
    margin: 0;
    text-align: center;
    color: #012456;
    font-size: 2.6em;
    padding-top: 70px;
}

  .partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 200px;
    padding: 0 200px;
  }

  .partners img {
    width: 120px;
  }

  #wks {
    width: 250px;
  }

#kopalnia {
    width: 180px;
}

#splywajnatrening {
    width: 125px;
    transform: translateX(-38px);
}

@media (min-width: 1500px) {
    .partners {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        height: 200px;
        padding: 0 400px;
      }
}

  @media (max-width: 999px) {

    .partners {
        padding-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 600px;
        gap: 60px;
        padding: 0;
    }

    .partners img {
        width: 150px;
      }
    
      #wks {
        width: 220px;
      }
      
      #splywajnatrening {
        width: 125px;
        transform: translateX(0);
    }

  .social-media {
    display: flex;
    margin: auto;
    width: 80%;
    padding-bottom: 100px;
    gap: 5px;
    }
  .social-media img {
    width: 85%;
  }  
}

@media (max-width: 600px) {
    .footer1 h2 {
        font-size: 2em;

    }
}

.footer2 {
    position: static;
    border-top: solid 1px #01245612;
    background: #e8f5ff; /* #e8f5ff; */
    display: flex;
    justify-content: center;
    padding: 30px 0 30px;
}

.footer2 img {
    padding: 15px 0;
    width: 70px;
}


/*                             PŁYWANIE                                  */


.plywanie {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 130px 0;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.plywanie-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .plywanie {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    
    .plywanie-text {
        padding: 0 30px 0 30px;
    }

    .hero-2-text, .plywanie-text, .openwater-text, .swimrun-text,
.plywaniezimowe-text, .plywaniezimowe-text2, .triathlon-text, .rozne-text, .inspire-text {
    color: #012456;
    position: relative;
    z-index: 200;
}
}

.plywanie-content-img {
    width: 25%;
    height: 100%;
    flex: 1 0 25%;
    cursor: pointer;
    transition: width 0.3s ease;
}

.img1 {
    background-image: url('data/plywanie1.jpg');
    background-position: center;
    background-size: cover;
}

.img2 {
    background-image: url('data/plywanie2.jpg');
    background-position: center left;
    background-size: cover;
}

.img3 {
    background-image: url('data/plywanie3.jpg');
    background-position: center;
    background-size: cover;
}

.img4 {
    background-image: url('data/plywanie4.jpg');
    background-position: center;
    background-size: cover;
}

.plywanie-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.plywanie-content-img.img4.full-image {
    background-position: 50% 53.5%;
}

.plywanie-content-img.img3.full-image {
    background-position: 50% 60%;
}

.plywanie-content-img.img2.full-image {
    background-position: 50% 21%;
}

.plywanie-content-img.img1.full-image {
    background-position: 50% 100%;
}

.plywanie-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img2, .img4 {
        display: none;
    }
}

.plywanie-text {
    text-align: center;
}


/*                             OPEN WATER                                */

.openwater {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px 50px;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.openwater-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .openwater {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    
    .openwater-text {
        padding: 0 30px 0 30px;
    }
}

.openwater-content-img {
    width: 33%;
    height: 100%;
    flex: 1 0 33%;
    cursor: pointer;
    transition: width 0.3s ease;
}

.img11 {
    background-image: url('data/openwater1.jpg');
    background-position: 50% 8%;
    background-size: cover;
}

.img22 {
    background-image: url('data/openwater2.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.img33 {
    background-image: url('data/openwater3.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.openwater-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.openwater-content-img.img33.full-image {
    background-position: 50% 25%;
}

.openwater-content-img.img22.full-image {
    background-position: 50% 21%;
}

.openwater-content-img.img11.full-image {
    background-position: 50% 11%;
}

.openwater-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img22 {
        display: none;
    }
}

.openwater-text {
    text-align: center;
}


/*                             SWIMRUN                                  */

.swimrun {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 100px 0;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.swimrun-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .swimrun {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    
    .swimrun-text {
        padding: 0 30px 0 30px;
    }
}

.swimrun-content-img {
    width: 33%;
    height: 100%;
    flex: 1 0 33%;
    transition: width 0.3s ease;
}

.img111 {
    background-image: url('data/swimrun1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.img222 {
    background-image: url('data/swimrun2.jpg');
    background-position: 50% 60%;
    background-size: cover;
}

.img333 {
    background-image: url('data/swimrun3.jpg');
    background-position: 50% 40%;
    background-size: cover;
}

.swimrun-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.swimrun-content-img.img333.full-image {
    background-position: 50% 25%;
}

.swimrun-content-img.img222.full-image {
    background-position: 50% 21%;
}

.openwater-content-img.img111.full-image {
    background-position: 50% 11%;
}

.swimrun-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img222 {
        display: none;
    }
}

.swimrun-text {
    text-align: center;
}

/*                             PŁYWANIE ZIMOWE                                  */

.plywaniezimowe {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 100px 0 100px 0;
    gap: 50px;
    font-size: 1.8rem;
    margin: auto;
}

.plywaniezimowe-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .plywaniezimowe {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    

}

.plywaniezimowe-content-img {
    width: 25%;
    height: 100%;
    flex: 1 0 25%;
    transition: width 0.3s ease;
}

.img1111 {
    background-image: url('data/plywaniezimowe1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.img2222 {
    background-image: url('data/plywaniezimowe2.png');
    background-position: 50% 100%;
    background-size: cover;
}

.img3333 {
    background-image: url('data/plywaniezimowe3.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.img4444 {
    background-image: url('data/plywaniezimowe4.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.plywaniezimowe-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.plywaniezimowe-content-img.img333.full-image {
    background-position: 50% 25%;
}

.plywaniezimowe-content-img.img222.full-image {
    background-position: 50% 21%;
}

.plywaniezimowe-content-img.img111.full-image {
    background-position: 50% 11%;
}

.plywaniezimowe-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img2222, .img4444 {
        display: none;
    }
}

.plywaniezimowe-text {
    text-align: center;
}

.zawodyzimowe {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 50px;
}

@media (max-width: 1000px) {
    .zawodyzimowe {
        flex-wrap: wrap;
        margin: auto;
        gap: 70px;
    }
    .plywaniezimowe-text {
        text-align: center;
        padding: 0 30px;
    }
    
}

@media (max-width: 600px) {
    #plywaniezimowe {
        font-size: 50px;
    }
    #plywaniezimowe-text {
        font-size: 24px;
    }
    #plywaniezimowe-text2 {
        font-size: 15px;
    }
}

.img5555, .img6666 {
    width: 360px;
}

/*                             TRIATHLON                                  */

.triathlon {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px 0;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.triathlon-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .triathlon {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    
    .triathlon-text, .triathlon-text2 {
        padding: 0 30px 0 30px;
    }
}

.triathlon-content-img {
    width: 20%;
    height: 100%;
    flex: 1 0 20%;
    transition: width 0.3s ease;
}

.img11111 {
    background-image: url('data/triathlon1.jpg');
    background-position: 50% 80%;
    background-size: cover;
}

.img22222 {
    background-image: url('data/triathlon2.jpg');
    background-position: 50% 100%;
    background-size: cover;
}

.img33333 {
    background-image: url('data/triathlon3.jpg');
    background-position: 50% 0%;
    background-size: cover;
}

.img44444 {
    background-image: url('data/triathlon4.jpeg');
    background-position: 50% 20%;
    background-size: cover;
}

.img55555 {
    background-image: url('data/triathlon5.jpg');
    background-position: 50% 80%;
    background-size: cover;
}

.triathlon-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.triathlon-content-img.img333.full-image {
    background-position: 50% 25%;
}

.triathlon-content-img.img222.full-image {
    background-position: 50% 21%;
}

.triathlon-content-img.img111.full-image {
    background-position: 50% 11%;
}

.triathlon-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img33333, .img44444 {
        display: none;
    }
}

.triathlon-text {
    text-align: center;
}

.triathlon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 50px;
}

@media (max-width: 1000px) {
    .triathlon {
        flex-wrap: wrap;
        margin: auto;
        gap: 70px;
    }
    .triathlon-text {
        text-align: center;
        padding: 0 30px;
    }
}

.img55555, .img66666 {
    width: 360px;
}

#triathlon {
    font-size: 60px;
}

@media (max-width: 600px) {
    #triathlon {
        font-size: 50px;
    }
}

/*                             RÓŻNE                                  */

.rozne {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px 0;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.rozne-content-box {
    width: 100%;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .rozne {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    
    .rozne-text, .rozne-text2 {
        padding: 0 30px 0 30px;
    }
}

.rozne-content-img {
    width: 20%;
    height: 100%;
    flex: 1 0 20%;
    transition: width 0.3s ease;
}

.img111111 {
    background-image: url('data/rozne1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.img222222 {
    background-image: url('data/rozne2.jpg');
    background-position: 50% 100%;
    background-size: cover;
}

.img333333 {
    background-image: url('data/rozne3.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.img444444 {
    background-image: url('data/rozne4.jpg');
    background-position: 50% 25%;
    background-size: cover;
}

.rozne-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.rozne-content-img.img333.full-image {
    background-position: 50% 25%;
}

.rozne-content-img.img222.full-image {
    background-position: 50% 21%;
}

.rozne-content-img.img111.full-image {
    background-position: 50% 11%;
}

.rozne-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img33333, .img44444 {
        display: none;
    }
}

.rozne-text {
    text-align: center;
}

.rozne {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 50px;
}

@media (max-width: 1000px) {
    .rozne {
        flex-wrap: wrap;
        margin: auto;
        gap: 70px;
    }
    .rozne-text {
        text-align: center;
        padding: 0 30px;
    }
}

.img55555, .img66666 {
    width: 360px;
}

#rozne {
    font-size: 30px;
}

.rozne {
    padding-bottom: 60px;
}

/*                             INSPIRE                                  */

.inspire {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px 0;
    gap: 50px;
    font-size: 1.45rem;
    margin: auto;
}

.inspire-content-box {
    width: 100%;
    height: 460px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1000px) {
    .inspire {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 0 130px 0;
    }
    .inspire-content-box {
    padding-left: 0;
    padding-right: 0;
    height: 360px;
    }
    .inspire-text, .inspire-text2 {
        padding: 0 30px 0 30px;
    }
}

.inspire-content-img {
    width: 20%;
    height: 100%;
    flex: 1 0 20%;
    transition: width 0.3s ease;
}

.img1111111 {
    background-image: url('data/inspire1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

@media (min-width: 1700px) {
    .img1111111 {
        background-position: 50% 37%;
    }
}

.inspire-content-img.full-image {
    width: 100% !important;
    background-position: 50% 80%;
    flex-basis: 1% !important;
}

.inspire-content-img.img333.full-image {
    background-position: 50% 25%;
}

.inspire-content-img.img222.full-image {
    background-position: 50% 21%;
}

.inspire-content-img.img111.full-image {
    background-position: 50% 11%;
}

.inspire-content-img.hidden {
    display: none;
    transition: all 0.3s ease;
}

@media (max-width: 800px) {
    .img33333, .img44444 {
        display: none;
    }
}

.inspire-text {
    text-align: center;
}

.inspire {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding-top: 50px;
}

@media (max-width: 1000px) {
    .inspire {
        flex-wrap: wrap;
        margin: auto;
        gap: 70px;
    }
    .inspire-text {
        text-align: center;
        padding: 0 30px;
    }
}

.img55555, .img66666 {
    width: 360px;
}

#inspire {
    font-size: 30px;
}


/*                                                  NASZE PROFILE                                                    */

@media (max-width: 999px) {
    .IISA, .nasimistrzowie, .slyfe {
        flex-direction: column-reverse;
        gap: 50px;
        text-align: center;
    }
    .nasze-profile h3 {
        padding-top: 30px;
    }
    .nasze-profile {
        padding: 0 30px;
    }
}

.nasze-profile {
    max-width: 950px;
    margin: auto;
    color: #012456;
}

.nasze-profile h2 {
    text-align: center;
}

.IISA, .nasimistrzowie, .slyfe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.nasze-profile img {
    height: 150px;
    width: 150px;
    transform: translateY(20px);
}

.lastbg {
    background-color: #e8f5ff;
}