body {
    max-width: 100%;
    overflow-x: hidden;
}

section {
    overflow: hidden;
}

* {
    font-family: 'Arima Madurai', cursive;
    font-size: 1em;
    transition: all 0.3s ease;
}

*:focus {
    outline: none !important
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.header-container {
    margin-bottom: -101px;
    color: #fff;
}

footer {
    background: #9db40c;
    font-size: 0.9em;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

.gradient {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 242px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    color: #fff;
    padding: 0;
}

@media only screen and (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 1.2em;
    }
}

.navbar-brand {
    margin-right: 0;
}

.navbar-nav .nav-link:hover {
    color: #9DB40C;
}

.sticky-top {
    transition: all 0.3s ease;
}

.stick {
    background: rgba(0, 0, 0, 0.85);
}

.stick .bar1, .stick .bar2, .stick .bar3 {
    background-color: #fff;
}

.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #9DB40C;
    transition: width .3s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link.active::after {
    width: 100%;
    color: #9DB40C;
}

.navbar-toggler {
    margin-top: -23px;
    margin-bottom: -100px;
    margin-left: -10px;
}

.navbar-toggle-icon {
    position: relative;
    z-index: 12;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.stick .bar1,
.stick .bar2,
.stick .bar3 {
    background-color: #fff;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.content-header {
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    height: 55px;
    z-index: 3;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.flower-header::before {
    background: rgba(157, 180, 12, 0.89);
    width: 115%;
    height: 69px;
    position: absolute;
    content: 'O nas w kilku zdaniach';
    z-index: 2;
    padding: 0.65em;
}

.flower-header::after {
    display: block;
    position: relative;
    content: url('../img/svg/flower-1.svg');
    right: -108%;
    top: -13px;
    z-index: 2;
}

.flower-inverted-header::before {
    background: rgba(157, 180, 12, 0.89);
    width: 125%;
    margin-left: -23%;
    height: 69px;
    position: absolute;
    content: 'Co mówią o nas?';
    z-index: 1;
    padding: 0.65em;
    text-align: right;
    padding-right: 1.5em;
}

.flower-inverted-header::after {
    display: block;
    position: relative;
    content: url('../img/svg/flower-1.svg');
    left: -100px;
    top: -13px;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .header-container.sticky-top {
        margin-bottom: 0;
    }

    .sticky-top {
        background-color: #000;
    }
}

@media only screen and (max-width: 524px) {
    .sticky-top .text-center {
        text-align: right;
    }

    .navbar-brand .img-fluid {
        max-width: 75%;
    }

    .content-header {
        font-size: 1.4em;
    }

    .content-header::before { width: 100%; padding: 1em; }
    .contant-header::after { right: 20px; }
    .flower-inverted-header::before {  padding: 1em; max-width: 90%; }
    .flower-header::before { width: 90% !important; padding: 1em; max-width: 95%; padding: 1em; }
    .flower-header::after { right: 32px!important; top: 35px !important; }
    .nasza-oferta-badge, .wybrane-realizacje-badge { padding: 0.8em; max-width: 100%; font-size: 1.4em !important; }
    .nasza-oferta-badge::before, .wybrane-realizacje-badge::before {

        margin-left: -70px;
        margin-top: -28px;
    }
}


@media only screen and (max-width: 992px) {
    .flower-header::before {
        width: 100%;
    }

    .flower-header::after {
        right: 2px;
        position: absolute;
        top: 40px;
    }
}

.container.o-nas {
    color: #868686;
}

@media only screen and (max-width: 992px) {
    .flower-inverted-header::before {
        width: 100%;
        margin-left: initial;
    }

    .flower-inverted-header::after {
        right: 2px;
        position: absolute;
        top: 40px;
        left: 30px;
    }
}

.nasza-oferta-badge, .wybrane-realizacje-badge {
    margin: 0 auto;
    background: #000;
    padding: 12px 25px 10px 85px;
    font-size: 2.1em;
    width: 305px;
    height: 69px;
    color: #fff;
}

.nasza-oferta-badge::before, .wybrane-realizacje-badge::before {
    content: url('../img/svg/flower-2.svg');
    position: absolute;
    display: inline-block;
    margin-left: -65px;
    margin-top: -20px;
}

.wybrane-realizacje-badge {
    width: 415px;
    background-color: rgb(157, 180, 12);
}

.btn {
    border-radius: 0;
    color: #fff;
    background-color: #000;
    border: 1px solid rgb(0, 0, 0);
}

.btn:hover {
    background: rgb(157, 180, 12);
    border: 1px solid rgb(157, 180, 12);
    color: #000;
}

.btn-show-more-inverted:hover {
    border: 1px solid #000;
}

.btn-show-more:hover {
    border: 1px solid #000;
    color: #fff;
}

.btn-show-more:after {
    display: inline-block;
    content: url('../img/svg/arrow.svg');
    padding-top: 5px;
    padding-left: 10px;
}

.nasza-oferta-parallax {
    /* The image used */
    background-image: url("../img/parallax/nasza-oferta.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-parallax {
    /* The image used */
    background-image: url("../img/parallax/footer.jpg");
    min-height: 250px;
    background-attachment: fixed;
    background-position: 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.gallery-parallax {
    /* The image used */
    background-image: url("../img/parallax/galeria.jpg");
    min-height: 550px;
    background-attachment: fixed;
    background-position: 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.gallery-parallax .overlay {
    min-height: 550px;
    background-color: rgba(255, 255, 255, 0.8);
}

.footer-parallax .overlay {
    min-height: 250px;
    background-color: rgba(0, 0, 0, 0.8);
}

.nasza-oferta-parallax .overlay {
    min-height: 500px;
    background-color: rgba(157, 180, 12, 0.9);
}

.box-oferta {
    color: #fff;
}

.box-oferta h2 {
    font-size: 1.5em;
}

.box-oferta-hover {
    transition: all 0.1s ease;
}

.box-oferta-hover:hover {
    color: #000;
}

.box-oferta-hover:hover svg * {
    stroke: #000;
}

.white-icon-on-hover:hover svg * {
    stroke: #fff;
}

.green-header {
    color: rgb(157, 180, 12);
    font-size: 1.2em;
}

.filtr-item a img {
    border-radius: 0px;
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
    width: 100%;
}

.filtr-item {
    border-radius: 0;
    padding: 5px;
}

.filtr-item a {
    background: url('../img/svg/plus.svg') rgb(157, 180, 12) no-repeat center
}

.filtr-item a:hover img {
    filter: none;
    -webkit-filter: none;
    opacity: 0.2;
}

.filter-selector {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.filter-selector.active {
    font-weight: bold;
    border-bottom: 2px solid rgb(157, 180, 12);
}

.co-mowia .quote {
     text-align: center;
 }

.co-mowia .heading {
   padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.co-mowia .quote .person {
    color: rgb(157, 180, 12);
    font-size: 1.2em;
}

.co-mowia .quote::before {
    content: url('../img/svg/quote-start.svg');
    position: absolute;
    left:0;
}

.co-mowia .quote::after {
    content: url('../img/svg/quote-end.svg');
    position: absolute;
    bottom: 45px;
    right: 0;
}

.green-color {
    color: rgba(157, 180, 12, 0.89);
}

.font-w-500-bigger {
    font-weight: 500;
    font-size: 1.2em;
}

.kontakt-bg {
    background: url('../img/top/kontakt.jpg');
}

.image-header {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.image-header h1 {
    font-size: 1.75em;
    position: absolute;
    top: 30vh;
    right: 25%;
    background-color: rgb(157, 180, 12);
    padding: 15px 15px 10px 55px;
}

.image-header h1::after {
    display: block;
    position: absolute;
    content: url('../img/svg/flower.svg');
    top: -13px;
    z-index: 2;
    left: 5px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

#mobileMenu {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

#mobileMenu  a {
 padding: 15px;
}

.h-100-vh {
    max-height: 100vh;
}


@media only screen and (max-width: 992px) {
    .h-100-vh {
        max-height: 50vh;
    }
}

@media only screen and (max-width: 1100px) {
    .h-100-vh {
        max-height: 75vh;
    }
}

.accordion {
    color: #000;
    font-weight: bold;
    font-size: 1.54em;
    margin-bottom: 1em;
    cursor: pointer;
}

[data-accordion] [data-control] {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

[data-control], [data-content] > * {
    border-bottom: 1px solid rgb(157, 180, 12) !important;
}