* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --blue: white;
    --blueHover: #244124;
}

html {
    font-size: 10px;
    overflow-x: hidden;
    font-family: 'Arsenal', sans-serif;
    max-height: 170%;

}

.portfolio .web img {
    /*    box-shadow: 10px 5px 30px black;*/
}

.logo {
    margin-top: 1px;
    height: 7rem;
    z-index: 100;

}

.logob {
    top: 0;
    left: 0;
    position: absolute;
    height: 40vh;
    z-index: 50;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

header {
    position: relative;
    background-color: #244124;
    height: 100vh;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}


header > * {
    position: absolute;
}

header img {
    height: 80%;
    bottom: 0;
    right: 5%;

}

header div.welcome {
    z-index: 1;
    top: 7%;
    left: 5%;
    right: 5%;
    font-family: 'Arsenal', sans-serif;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


header h1 {
    margin-top: px;
    font-size: 20px;
}

header h2 {
    font-size: 20px;
    font-weight: normal;
}

header button {
    font-family: 'Arsenal', sans-serif;
    margin-top: 40vh;
    font-weight: 300;
    line-height: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    font-size: 12px;
    border: 2px solid white;
}

@media (orientation: portrait) and (min-width: 320px) {
    header h1 {
        font-size: 24px;
    }

    header h2 {
        font-size: 24px;
    }

    header button {
        margin-top: 40vh;
        line-height: 40px;
        font-size: 16px;
    }

    .logob {
        top: 0;
        height: 40vh;
        left: 0;
        margin: 0 auto;

    }
}

@media (orientation: portrait) and (min-width: 410px) {
    header h1 {
        font-size: 26px;
    }

    header h2 {
        font-size: 26px;
    }

    header button {
        margin-top: 40vh;
        line-height: 50px;
        font-size: 20px;
    }

    header img {
        right: 5%;
    }

    .logob {
        top: 0;
        left: 0;
    }
}

@media (orientation: portrait) and (min-width: 768px) {
    header p {
        font-size: 80px;
    }


    header h1 {
        font-size: 32px;
    }

    header h2 {
        font-size: 32px;
    }

    header button {
        margin-top: 40vh;
        line-height: 60px;
        font-size: 24px;
    }

    header img {
        right: 5%;
    }

    .logob {
        top: 0;
        left: 0;
        margin: 0 auto;
    }

}


@media (orientation: landscape) {
    header img {
        height: 80%;
        bottom: 0;
        right: 5%;
    }

    header div.welcome {
        top: 15%;
        left: 7%;
        right: 48%;
    }

    header button {
        margin-top: 40vh;
    }

    .logob {
        top: 0%;
        left: 0;
        margin: 0 auto;
    }

}

@media (orientation: landscape) and (min-width: 640px) {
    header h1 {
        font-size: 24px;
    }

    header h2 {
        font-size: 24px;
    }

    header button {
        font-size: 16px;
        line-height: 40px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    header div.welcome {
        left: 3%;
    }

    header p {
        font-size: 56px;
    }



    header button {
        margin-top: 40vh;
        font-size: 28px;
        line-height: 70px;
    }

    header img {
        right: 10%;
        height: 80%;

    }

    .logob {
        height: 40vh;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

}

@media (orientation: landscape) and (min-width: 1280px) {

    header div.welcome {
        text-align: left;
        left: 6%;
    }

    header p {
        font-size: 100px;
    }



    header button {
        margin-top: 40vh;
        font-size: 30px;
        line-height: 80px;
        padding: 0 40px;
        border-width: 2px;
    }

    header img {
        right: 10%;
        height: 80%;

    }

    .logob {
        height: 40vh;
        top: 0;
        left: 0;
        margin: 0;
    }

}

@media (orientation: landscape) and (min-width: 1600px) {

    header div.welcome {
        left: 8%;
    }

    header p {
        font-size: 120px;
    }


    header button {
        line-height: 90px;
    }

    header img {
        right: 10%;
        bottom: 20% height: 60%;

    }

    .logob {

        height: 40vh;
    }

}

@media (min-width: 1024px) {
    header button {
        cursor: pointer;
        transition: .3s;
    }

    header button:hover {
        background-color: #fff;
        color: #111;
    }

}

/*przyklejone menu*/
.sticky {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 100;

}


/*navigacja*/
nav {

    margin: 0 auto;
    max-width: 1920px;
    background-color: #244124;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9vh;
    padding: 2em;
    position: relative;
    z-index: 5;
    font-family: 'Arsenal', sans-serif;
}

ul {
    list-style-type: none;
    display: flex;
    width: 70%;
    justify-content: space-around;
}

a {
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    position: relative;
    padding: .2em;
    color: var(--blue);
}


a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: var(--blue);
    height: .15em;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

a:hover::after {
    width: 100%;
}

/* Burger Styling */

.burger {
    position: flex;
    right: 50%;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.line {
    width: 3em;
    height: .3em;
    background: var(--blue);
    margin: .7em;
    border-radius: 10px;
    transition: .3s ease-in-out;
}



@media only screen and (max-width: 1000px) {
    .burger {
        display: block;
        transition: .3s ease-in-out;
    }

    .burger.active .line:first-child {
        transform: translateY(-300px);
    }

    .burger.active .line:nth-child(2) {
        transform: rotate(-405deg) translateY(8px);
    }

    .burger.active .line:nth-child(3) {
        transform: rotate(-320deg) translateY(-10px);
    }



    ul {
        position: absolute;
        right: 0;
        top: 8vh;
        background-color: rgba(62, 91, 62, 90%);
        height: 92vh;
        flex-direction: column;
        text-align: center;
        transform: translate(100%);
        transition: .3s ease-in-out;
    }

    .uslugi ul a {
        line-height: 750%;
    }

    ul.active {
        transform: translate(0%);
    }

    a {
        color: white;
        font-size: 2 rem;
        letter-spacing: 4px;

    }



    .kontakt a {
        color: white;
    }
}


@media only screen and (max-width: 760px) {
    ul {
        width: 100%;
    }
}

/*usługi menu*/



    .zakres {
        max-width: 1920px;
        margin: 0 auto;
    }

    .zakres .item {
        height: 25vh;
    }

    .zakres .item {
        background-color: #244124;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .zakres .item:nth-of-type(1) {
        background-image: url(../images/handshake.png);
        background-size: 50%;
    }

    .zakres .item:nth-of-type(2) {
        background-image: url(../images/waga.png);
        background-size: 50%;
    }

    .zakres .item:nth-of-type(3) {
        background-image: url(../images/law.png);
        background-size: 50%;
    }

    .zakres .item:nth-of-type(4) {
        background-image: url(../images/family.png);
        background-size: 50%;
    }

    .zakres .item:nth-of-type(5) {
        background-image: url(../images/finance.png);
        background-size: 50%;
    }

    .zakres .item:nth-of-type(6) {
        background-image: url(../images/building.png);
        background-size: 50%;
    }

    .service {
        display: block;
        box-sizing: border-box;
        color: white;
    }

    .zakres .item p {
        font-family: 'Arsenal', sans-serif;
        line-height: 15vh;
        box-sizing: border-box;
        color: white;
        text-align: center;
        text-shadow: 0 0 4px black;
        font-size: 20px;
        padding: 50px 0;
        background-size: 90%;
    }

    .zakres h1 {
        font-family: 'Arsenal', sans-serif;
        padding: 20px;
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
    }

    @media (min-width: 533px) {
        .zakres .item {
            float: left;
            width: 33.33%;
            height: 40vh;
        }
    }

    @media (min-width: 768px) {
        .zakres h1 {
            font-size: 48px;
            margin-top: 40px;
            margin-bottom: 35px;
        }

        .zakres .item p {
            font-size: 30px;
            padding: 15px 0;
        }
    }

    @media (min-width: 1024px) {
        .zakres .item p {
            padding: 0;
            line-height: 40vh;
            transition: 1s;
            cursor: default;
        }

        .zakres .item:hover p {
            opacity: 1;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .zakres .item {
            background-size: 100%;
            transition: 1s;
        }

        .zakres .item:hover {
            background-size: 75%;
        }
    }

    @media (min-width: 1600px) {
        .zakres h1 {
            font-size: 60px;
            margin-top: 50px;
            margin-bottom: 45px;
        }

        .zakres .item p {
            font-size: 40px;
        }
    }


/*O NAS*/

.more {
    color: white;
    font-size: 18px;
}

.portfolio {
    background-color: white;
    padding: 10px 0 30px;
}

.portfolio h1 {
    font-size: 28px;
    font-family: 'Arsenal', sans-serif;
    sans-serif;
    text-transform: uppercase;
    color: black;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.portfolio .web img {
    margin: 0 auto;
    width: 100%;
}

.portfolio .about {
    color: white;
    font-family: 'Arsenal', sans-serif;
    font-weight: normal;
    padding: 10px 20px 20px 0;
    text-align: left;
}

.portfolio .about h2 {
    font-size: 23px;
    text-align: center;
    border-bottom: 2px solid white;
    margin-bottom: 12px;
    padding-bottom: 6px;
    text-indent: 20px;
}

.portfolio .about p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 12%;
    padding-left: 20px;
    text-align: center;
}

.portfolio .project {
    max-width: 1400px;
    margin: 0 auto 20px;
}

.portfolio .project:nth-of-type(odd) {
    background-color: #244124;
}

.portfolio .project:nth-of-type(even) {
    background-color: #244124;
}


@media (min-width:768px) {

    .portfolio h1 {
        font-size: 40px;
    }

    .portfolio .about h2 {
        font-size: 28px;
        text-indent: 40px;
    }

    .portfolio .about p {
        font-size: 18px;
        text-align: justify;
        padding-left: 40px;
    }

    .portfolio .project {
        margin-bottom: 40px;
    }

    .more {
        color: white;
        font-size: 18px;
    }
}

@media (orientation: landscape) {

    .web,
    .about {
        width: 50%;
        float: left;
    }

    .web img {
        display: block;
    }

    .portfolio .project:nth-of-type(even) .web {
        float: right;

    }

    .portfolio .project:nth-of-type(even) .about {
        padding-right: 0;
    }

    .portfolio .project:nth-of-type(even) .about p {
        padding-right: 20px;
    }

    .portfolio .project:nth-of-type(even) .about h2 {
        text-indent: 0;
        margin-left: 40px;
    }


}


@media (orientation: landscape) and (min-width: 1400px) {
    .portfolio h1 {
        font-size: 60px;
        padding: 30px 0;
    }

    .portfolio .about h2 {
        padding-top: 50px;
        font-size: 28px;
        text-indent: 40px;
        margin-bottom: 50px;
    }

    .portfolio .about p {
        font-size: 20px;
        text-align: justify;
        padding-left: 40px;
        line-height: 150%;
    }

    .portfolio .project {
        margin-bottom: 40px;
    }
}



/*Usługi */

.features {
    max-width: 1600px;
    margin: 50px auto 0;
    padding: 5%;
    text-align: left;

}

.features h1 {
    font-family: 'Arsenal', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;

}

.features h2 {
    font-family: 'Arsenal', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.features p {
    font-family: 'Arsenal', sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 10px;
    margin-right: 20px;
    padding-right: 20px;
    text-align: justify;
}

.features img {
    width: 100%;
    margin: 5px 0;
    max-width: 375px;

}

.down {
    margin-top: 20px;
}

@media (min-width:360px) {
    .features h1 {
        font-size: 28px;
    }

    .features h2 {
        font-size: 24px;
    }

    .features p {
        font-size: 14px;
    }
}




@media (min-width:768px) {
    .features h1 {
        font-size: 36px;
    }

    .features h2 {
        font-size: 28px;
    }

    .features p {
        font-size: 18px;
    }


}

@media (min-width:1024px) {
    .features {
        margin-top: 50px;
        text-align: left;

    }

    .feature {
        float: left;
        width: 100%;
        padding: 5px 20px;
    }

    .features h1 {
        font-size: 36px;
    }

    .features h2 {
        font-size: 22px;
    }

    .features p {
        font-size: 16px;
        line-height: 100%;
        padding: 0 10px;
        text-align: justify;
    }


}

@media (min-width:1600px) {


    .feature {

        padding: 20px 50px;
    }

    .features h1 {
        font-size: 60px;
    }

    .features h2 {
        font-size: 32px;
    }

    .features p {
        font-size: 21px;
        line-height: 140%;
        padding: 0 10px;
    }

    .down {
        border-top: solid black 2px;
    }
}

/* sekcja contact */

.contact {
    background-color: #000;
    padding: 30px 20px;
}

.contact h1 {
    font-family: 'Arsenal', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.contact h2 {
    font-family: 'Arsenal', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.contact .wrap {
    padding-top: 20px;
    max-width: 1024px;
    margin: 0 auto;
}

.contact input,
.contact button,
.contact textarea {
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Arsenal', sans-serif;
    font-size: 12px;
    padding: 5px;
}

.contact input {

    height: 36px;

}

.contact textarea {
    height: 120px
}

.contact button {
    font-size: 14px;
    line-height: 40px;
    background-color: black;
    color: white;
    border: 2px solid white;
}

.contact .socials {
    padding-top: 30px;
    font-size: 0;
}

.contact .social {

    padding: 10px 0;
    color: white;
    font-family: 'Arsenal', sans-serif;

}

.contact .social img {
    float: left;

}

.contact .social span {
    line-height: 72px;
    padding-left: 20px;
    float: left;
    font-size: 20px;
}

@media (min-width: 533px) {
    .contact .social {
        display: inline-block;
        width: 50%;
    }

}

@media (min-width: 1024px) {

    .contact h1 {
        font-size: 60px;
        padding: 30px 0;
    }

    .contact form,
    .contact .socials {
        float: left;
        width: 70%;
        padding: 0 20px
    }

    .contact .social {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .contact input,
    .contact button,
    .contact textarea {
        margin-bottom: 35px;

    }

    .contact input {

        height: 46px;
        font-size: 24px;

    }

    .contact textarea {
        height: 180px;
        font-size: 24px;
    }

    .contact button {
        font-size: 20px;
        line-height: 50px;
        transition: .3s;
        cursor: pointer;

    }

    .contact button:hover {
        color: black;
        background-color: #fff;
    }
}


footer {
    background-color: #244124;
    color: white;
    font-family: 'Arsenal', sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.kontakt a {
    color: white !important;
}

/* cookieinfo */
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925; 
}

/*koniec*/
