* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Poppins', sans-serif;
}


/* NAVIGATION */

.navbar {
    display: flex;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    justify-content: space-around;
    align-items: center;
    letter-spacing: 1px;
    padding: 20px 0;
    height: 125px;
    width: 100%;
    background-color: rgba(0, 0, 0);
}


.navbar .navbar__right {
    list-style: none;
    display: flex;
}


.navbar .navbar__right a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: border 0.3s, color 0.3s;
}

.navbar .navbar__right a:hover {
    border: 2px solid #fff;
    color: #fff;
}


.navbar .navbar__left img {
    width: 350px;
}



/* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */

.hero-img-header,
.hero-img-section1 {
    position: relative;
}

.hero-img-wrapper {
    height: 600px;
    width: 100%;
}

.hero-img-header .hero-img,
.hero-img-section1 .hero-img {
    width: 100%;
    height: 100%;
    background-image: url(zdjecia/1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
}

.hero-text {
    position: absolute;
    top: 30%;
    left: 10%;
}

.hero-text p.upper {
    position: relative;
    left: 10%;
    height: 150px;
    font-family: 'Oswald', cursive;
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px black;
}

.hero-text p.lower {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    letter-spacing: 8px;
    text-shadow: 1px 1px black;
}

/* <!-- TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION  --> */

.arrow-left {
    position: relative;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 95vw solid #000;
    z-index: 1;
}




.text-section-wrapper {
    /* border-top: 20px solid #AAD4A4; */
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.text-section-wrapper p.text {
    position: relative;
    width: 70%;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
    text-align: justify;
    line-height: 30px;
}

.text-section-wrapper p.text:nth-child(2) {
    padding-top: 50px;
}

.text-section-wrapper p.text:nth-child(4) {
    padding-top: 50px;
    padding-bottom: 50px;
}


.text-section-wrapper .text-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: left;
    line-height: 30px;
}

.text-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-list .row2 {
    padding-bottom: 30px;
}

.text-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 300px;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f6f4f4;
    transition: 0.2s;
}

.text-list li img {
    display: block;
    margin: 0 auto 20px;
    width: 75px;
    height: 75px;
}

.text-list a {
    text-decoration: none;
    color: black;
    transition: 0.3s;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    font-family: 'Oswald';
    letter-spacing: 0.1em;
    word-spacing: 5px;
    ;
}

.text-list li:hover a {
    color: #fff;

}

.text-list li:hover {
    border: 2px solid #000;
    background-color: #000;
}

.blog-wrapper h2 {
    font-weight: 300;
    text-align: center;
    font-family: 'Oswald';
    letter-spacing: 0.05em;
    word-spacing: 6px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}

.blog-wrapper h2 a {
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding: 5px;
    border: 3px solid transparent;
}

.blog-wrapper h2 a:hover {
    border: 3px solid black;
}




/* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */

.hero-img-header,
.hero-img-section1 {
    position: relative;
}

.hero-img-wrapper {
    height: 600px;
    width: 100%;
}

.hero-img-section1 .hero-img {
    width: 100%;
    height: 100%;
    background-image: url(zdjecia/2.jpg);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    transform: translate3d(0px, 0px, 0px);
}

.hero-img-section1 .hero-text {
    position: absolute;
    top: 10%;
    left: 50%;
    background-color: #fff;
    width: 40vw;
    padding: 20px;
}

.hero-img-section1 .hero-text .title,
.contact-section-wrapper .title {
    font-size: 40px;
    text-align: center;
    color: #000;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.hero-img-section1 .hero-text p.text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 30px;
    padding-bottom: 10px;
}

.arrow-right {
    position: relative;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 40vw solid #000;
    z-index: 1;
}


/* CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION      */

.contact-section-wrapper {
    width: 70%;
    margin: 100px auto 0;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact-section-wrapper p.title {
    padding-top: 20px;
}

.contact-section-wrapper p.subtitle {
    padding-top: 30px;
    width: 60%;
    margin: 0 auto;
    text-align: justify;
}


.contact-section {
    width: 100%;
    height: 870px;
}

.contact-section-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(../wersja1/zdjecia/DIA03092.jpg); */
    background-position: bottom;
}

.arrow-contact {
    position: relative;
    left: -50px;
    top: 50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 60vw solid #000;
    z-index: 1;
}



/* FORMULARZ */

.contact-setion-popup {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: 50px;
    background-color: #f6f4f4;
}

.contact-setion-popup .popup-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
}


.close-popup-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}



.form-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 50px;
}

.form-container__row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

form .form-container .form-container__row input,
div.sesion {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    border-bottom: none;
    width: 40%;
    height: 40px;
    padding: 5px;
    background-color: transparent;
}

form .form-container .form-container__row div.sesion {
    font-size: 14px;
    color: #505050;
    border-right: none;
    border-left: none;
    width: 80%;
}

form .form-container .form-container__row input.name {
    width: 80%;
}

p.sesion-title {
    margin-right: 10px;
    text-align: left;
    width: 100%;
    color: #707070;
}

select {
    color: #707070;
    width: 42vw;
    font-family: "Lato";
}

form .form-container .form-container__row input:nth-child(1) {
    border-right: none;
    border-left: none;
}

form .form-container .form-container__row input:nth-child(2) {
    border-right: none;
}

form .form-container .form-container__row:nth-child(6) input,
form .form-container .form-container__row:nth-child(7) input {
    width: 80%;
    border-right: none;
}

form .form-container .form-container__row:nth-child(7) input {
    border-bottom: 1px solid #999;
    height: 150px;
}

.form-container .send-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #000;
    transition: color 0.3s;
}

textarea.last {
    padding-top: 10px;
    padding-left: 5px;
    width: 80%;
    height: 100px;
    border-left: none;
    border-right: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}


.send-btn-enabled:hover {
    color: #000;
}


.privacy-policy,
.robots-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.robots-wrapper p,
.privacy-policy p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #505050;
    padding: 10px;
}

.privacy-policy p a {
    color: #000;
}

.robots-wrapper input {
    width: 10%;
    padding: 5px;
}



.phone-mail-wrapper,
div.phone,
div.email {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #707070;
}

div.phone,
div.email {
    text-align: left;
}

p.text-bold {
    font-weight: 400;
    padding: 0 8px;
    letter-spacing: 2px;
}

p.text a {
    color: #707070;
    text-decoration: none;
}




/* COOKIES-ALERT   COOKIES-ALERTCOOKIES-ALERT  COOKIES-ALERT */


.cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100px;
    border-top: 10px solid #000;
    background-color: #fff;
}

.cookies-alert-wrapper {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.cookies-alert-wrapper p {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookies-alert-wrapper p a {
    color: #000;
}

button.cookies-accept {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.1s;
}

button.cookies-accept:hover {
    background-color: #000;
}

.cookie-hide {
    display: none;
}

.cookie-show {
    display: block;
}




/* FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER       */

.footer-wrapper {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
}


.footer-text-wrapper {
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 100%;
    background-color: #F5F5F5;
}

.footer-text-wrapper p {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.1em;
    word-spacing: 5px;
    text-transform: uppercase;
    color: #909090;
}


@media (max-width: 365px) {
    .about-me-wrapper .hero-img-section1 .hero-text p.text {
        font-size: 10px;
    }

    body .contact-section-wrapper p.subtitle {
        font-size: 10px;
    }
}



@media (max-width: 440px) {



    /* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */
    /* .hero-img-wrapper {
        height: 668px;
    } */


    .hero-img-section1 .hero-img-wrapper {
        height: 1000px;
    }

    .hero-img-header .hero-img {
        background-size: cover;
        background-position: right 60% bottom;
        background-repeat: no-repeat;
    }


    .blog-wrapper h2 {
        font-size: 18px;
        width: 60%;
    }

    /* <!-- ABOUT-ME SECTION        ABOUT-ME SECTION        ABOUT-ME SECTION        ABOUT-ME SECTION --> */
    .about-me-wrapper .arrow-left {
        display: none;
    }


    .about-me-section {
        width: 100vw;
        overflow: hidden;
        padding-top: 70px;
        padding-bottom: 40px;
    }


    .about-me-section-wrapper {
        position: relative;
        flex-direction: column;
        width: 100%;
    }

    .about-me-section-text-wrapper {
        width: 90vw;
        height: 200vw;
        justify-content: space-between;
    }

    .about-me-img {
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75vw;
        height: 106vw;
    }

    .about-me-section-text-wrapper .upper-title {
        font-size: 20px;
        line-height: 24px;
    }

    .about-me-section-text-wrapper .lower-title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-me-section-text-wrapper .quote {
        font-size: 12px;
        line-height: 18px;
    }

    .about-me-section-text-wrapper .desc {
        font-size: 12px;
        line-height: 18px;
    }

    .about-me-section-text-wrapper .offer-text {
        padding-top: 0px;
    }

    .about-me-section-text-wrapper .offer {
        padding-top: 10px;
    }


    /* CONTACT-SECTION CONTACT-SECTION         CONTACT-SECTION         CONTACT-SECTION  */


    .contact-section {
        margin-top: 90px;
        width: 100%;
        height: 1071px;
    }

    .contact-section-wrapper p.subtitle {
        font-size: 13px;
        height: 500px;
        width: 70%;
    }




}



@media (max-width: 1100px) {



    /* NAVIGATION   NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION*/
    /* NAVIGATION   NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION*/
    .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        transform: translate(0, 0);
    }

    .navbar .navbar__left {
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
    }

    .navbar .navbar__left img {
        position: absolute;
        width: 100%;
        max-width: 430px;
        top: -110px;
        /* height: 100px; */
    }

    .navbar .navbar__right {
        display: none;
    }


    /* HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG     HEADER HERO-IMG */


    .hero-img-wrapper {
        height: 400px;
    }

    .hero-text p.upper {
        position: relative;
        top: -10%;
        left: 10%;
        height: 150px;
        font-size: 40px;
    }

    .hero-text p.lower {
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 1px;
        letter-spacing: 3px;
    }


    /* <!-- HERO-IMG-SECTION1 HERO-IMG-SECTION1     HERO-IMG-SECTION1       HERO-IMG-SECTION1       HERO-IMG-SECTION1 --> */
    .hero-img-section1 p {
        width: 90vw;
        font-size: 16px;
    }

    .hero-img-section1 .hero-img-wrapper {
        /* height: 284px; */
        overflow: hidden;
    }

    .hero-img-section1 .hero-img {
        height: 500px;
    }

    /* <!-- TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION     TEXT-SECTION  --> */
    .text-section-wrapper {
        width: 100%;
    }

    .text-section-wrapper p.text {
        width: 80%;
    }

    .text-section-wrapper .text-list {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .text-list .row1,
    .text-list .row2 {
        display: flex;
        flex-direction: column;
    }

    .text-list .row1 {
        padding-bottom: 0;
    }

    .text-list .row2 {
        padding-top: 0;
    }

    .text-list li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* 
    ABOUT ME      ABOUT ME      ABOUT ME      ABOUT ME     ABOUT ME      ABOUT ME      ABOUT ME   */
    .about-me-wrapper {
        display: flex;
        flex-direction: column;
    }

    .hero-img-section1 .hero-text {
        top: 30%;
        left: 10%;
        width: 80%;
    }

    .hero-img-section1 .hero-text p.text {
        font-size: 12px;
        width: 100%
    }

    .hero-img-section1 .hero-text p.text {
        padding: 0;
    }

    .arrow-right {
        display: none;
    }

    /* <!-- CONTACT-SECTION CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION --> */

    .contact-section {
        height: 76vw;
    }

    /* .contact-section-wrapper p.subtitle {
        padding-top: 30px;
        width: 60%;
        margin: 0 auto;
        text-align: justify;
        font-size: 13px;
        height: 500px;
    } */

    .contact-section-window {
        width: 81vw;
        height: 30vw;
        border-top: 2vw solid #C79C75;
        top: 50%;
    }

    .contact-section-window p.question {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 10px;
    }

    .contact-section-window p.contact {
        padding-top: 10px;
        font-size: 12px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-setion-popup .popup-title {
        font-size: 16px;
    }

    .contact-setion-popup {
        width: 90%;
        padding: 10px;
    }

    .form-container {
        padding-bottom: 50px;
    }

    form .form-container .form-container__row input,
    div.sesion {
        width: 50%;
        height: 40px;
        padding: 5px;
        font-size: 10px;
    }

    form .form-container .form-container__row input.name,
    form .form-container .form-container__row input.last {
        width: 100%;
        font-size: 10px;
    }

    form .form-container .form-container__row div.sesion {
        width: 100%;
    }

    form .form-container .form-container__row div.sesion p {
        font-size: 10px;
    }

    div.sesion {
        font-size: 10px;
    }

    textarea.last {
        width: 90vw;
        font-size: 10px;
    }

    select {
        font-size: 10px;
    }


    /* .robots-wrapper {
        flex-direction: column;
    } */

    .robots-wrapper p {
        font-size: 10px;
    }

    .robots-wrapper input {
        width: 20%;
        font-size: 10px;
    }

    .privacy-policy p {
        font-size: 10px;
    }


    .phone-mail-wrapper {
        flex-direction: column;
    }

    div.email,
    div.phone {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .phone-mail-wrapper p a,
    .phone-mail-wrapper p.text-bold,
    .phone-mail-wrapper p.text {
        font-size: 10px;
    }


    /* COOKIES         COOKIES         COOKIES         COOKIES      */
    .cookies-alert {
        height: 150px;
    }


    .cookies-alert-wrapper p {
        width: 70%;
        font-size: 10px;
    }



    /* FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER  FOOTER   */




    .footer-text-wrapper p {
        font-size: 6px;
        line-height: 45px;
    }

    .footer-socials-wrapper {
        padding-bottom: 20px;
        height: 71px;
        width: 100vw;
        border-top: 1px solid #C8C6C6;
        text-align: center;
    }

}


@media (min-width: 431px) and (max-width: 1100px) {


    /* <!-- ABOUT-ME SECTION        ABOUT-ME SECTION        ABOUT-ME SECTION        ABOUT-ME SECTION --> */

    .about-me-section {
        width: 100vw;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 30px;
    }


    .about-me-section-wrapper {
        position: relative;
        width: 90%;
    }

    .about-me-section-text-wrapper {
        width: 45vw;
        height: 42vw;
        justify-content: space-between;
    }

    .about-me-img {
        width: 32vw;
        height: 45vw;
    }

    .about-me-section-text-wrapper .upper-title {
        font-size: 20px;
        line-height: 24px;
    }

    .about-me-section-text-wrapper .lower-title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-me-section-text-wrapper .quote {
        font-size: 12px;
        line-height: 18px;
    }

    .about-me-section-text-wrapper .desc {
        font-size: 12px;
        line-height: 18px;
    }



    .contact-section-wrapper p.subtitle {
        padding-top: 30px;
        width: 80%;
        margin: 0 auto;
        text-align: justify;
        font-size: 12px;
        padding-bottom: 30px;
    }

}