/* -----------------------------------------GLOBAL--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Oswald', sans-serif;
    line-height: 1.4;
    color: #000000;
    background-color: #fafaf8;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;
}

p,
li {
    font-size: 1.3rem;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

p {
    text-align: justify;
}

footer {
    width: 95%;
    margin-left: 2.5%;
    text-align: center;
}

.bcg_hero {
    width: 100vw;
    margin-top: -30vh;
}

.bcg_contact {
    background-image: url('../img/contact-500px.png');
}

.bcg-offert {
    background-image: url('../img/oferta-500px.png');
}

.bcg_clients {
    background-image: url('../img/klienci-500px.png');
}

.bcg-offert,
.bcg_contact,
.bcg_clients {
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    height: 70vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.b-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.b-photo {
    position: relative;
    width: 95vw;
    height: 55vh;
    overflow: hidden;
    backface-visibility: hidden;
    background-image: url('../img/main_6.jpeg');
    opacity: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.b-text {
    position: relative;
    width: 90%;
    margin-top: -20px;
    margin-bottom: 3rem;
    margin-left: 6vw;
}

.b-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border: 1px solid #446078;
}

.p-text {
    padding: 50px 100px;
}

.content-container {
    position: relative;
    padding: 75px 35px;
    text-align: initial;
}

.container-relative {
    position: relative;
    height: 70vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.chevron {
    width: 28px;
    height: 4px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #f5f6f7;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.cookie-disclaimer p {
    font-size: 19px;
}

.chevron {
    width: 28px;
    height: 1px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background-color: #1e3954;
}

.fa,
.fas {
    color: #446078;
}

.footer-text {
    border-top: 1px solid #eeece5;
}

.footer-text p {
    font-size: 1rem;
    text-align: left;
    color: #1a251b;
    padding: 20px;
}

.hero {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.head-container {
    background-image: url('../img/hero_main.jpg');
    background-position: center right;
    background-size: contain;
}

.head-container {
    height: 67vh;
    top: 10vh;
}

.header-logo h1 {
    font-family: 'Michroma', sans-serif;
}

.header-logo img {
    width: 70px;
    margin-left: 20px;
}

.hero-shadow {
    top: 10vh;
    left: 3vw;
    width: 90vw;
    height: 75vh;
}

.hero-text {
    position: absolute;
    left: 10px;
    top: 55vh;
    padding: 0 20px;
}

.hero-text h1 {
    text-align: end;
    color: #446078;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
}

.logo-font {
    font-family: 'Michroma', sans-serif;
}

.motto {
    position: absolute;
    left: 10vw;
    width: 30vw;
}

.motto {
    left: 19px;
    top: 60vh;
    padding-left: 10px;
    padding-bottom: 5vh;
    padding-top: 5vh;
    width: 90%;
}

.motto h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}

.main_bootom_photo {
    position: absolute;
    z-index: 5;
    width: 120px;
    right: 2vw;
    bottom: 2vh;
}

.mr-tb-100px {
    margin: 100px 0;
}

.no-border {
    border-bottom: 1px solid white;
}

.scroll-hero {
    position: absolute;
    left: 50vw;
}

.scroll-icon {
    position: absolute;
    margin-top: 70vh;
    left: 50vw;
}

.scroll-btn {
    display: none;
}

.text {
    padding: 50px 100px 50px 100px;
}

.text h1 {
    text-transform: uppercase;
}

.text-container-100 {
    padding: 150px 250px 100px 250px;
}

.line-right {
    transition: all .6s .5s ease-out;
    transform: scale(0);
    background-color: #010556;
    height: 16px;
    width: .5vw;
}

.text-container-100 {
    padding: 50px 25px;
}

.text {
    padding: 25px 5px;
}

.text h1 {
    margin-left: 1.3rem;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.p-text {
    padding: 50px 10px;
}

.p-lr-10 {
    padding: 0 10px;
}

.p-text h1 {
    padding: 0 25px;
}

@media only screen and (min-device-width: 375px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .header-logo {
        top: -15px;
    }
    .scroll-icon {
        margin-top: 70vh;
    }
    .grid-wrapper {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 812px) and (orientation: portrait) {
    .bcg_hero {
        margin-top: -20vh;
    }
    .scroll-hero {
        margin-top: 20vh;
    }
    .grid-wrapper {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 30em) {
    .b-photo {
        position: relative;
        width: 85vw;
        height: 45vh;
    }
    .b-text {
        width: 80vw;
        margin: 50px 0;
        margin-left: 15vw;
        left: 0;
        top: -7vh;
    }
    .content-container {
        padding: 50px 100px 0 100px;
    }
    .bcg-offert,
    .bcg_contact,
    .bcg_clients {
        margin-top: 100px;
        left: 0;
        width: 100vw;
        height: 44vh;
    }
    .bcg_hero {
        margin-top: -25vh;
    }
    .hero-text {
        left: 10vw;
        top: 55vh;
    }
    .hero-text h1 {
        color: #446078;
    }
    .head-container {
        width: 100vw;
        height: 70vh;
    }
    .motto h1 {
        font-size: 25px;
    }
    .motto {
        left: 10vw;
        top: 69vh;
    }
    .main_bootom_photo {
        position: absolute;
        z-index: 5;
        width: 120px;
        right: 2vw;
        bottom: 6vh;
    }
    .p-text {
        padding: 50px;
    }
    .scroll-hero {
        margin-top: 35vh;
    }
    .scroll-icon {
        margin-top: 46vh;
    }
    .text-container-100 {
        padding: 150px 100px 100px 100px;
    }
    .bcg_clients {
        background-image: url('../img/klienci.png');
        background-size: center bottom;
    }
    .bcg-offert {
        background-image: url('../img/offerta.png');
    }
    .bcg_contact {
        background-image: url('../img/contact.png');
    }
    .content-container {
        position: relative;
        padding: 50px 250px 0 250px;
    }
}

@media only screen and (min-width: 30em) and (orientation: portrait) {
    .content-container {
        padding: 50px 100px 0 100px;
    }
    .b-photo {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 25em) and (orientation: landscape) {
    .b-photo {
        height: 112vh;
    }
    .b-text {
        top: -20vh;
    }
    .bcg_hero {
        width: 58vw;
        margin-top: -1vh;
    }
    .bcg-offert,
    .bcg_contact,
    .bcg_clients {
        width: 68vw;
        height: 100vh;
        left: 3vw;
        top: -25vh;
    }
    .b-content {
        margin-bottom: 0;
    }
    .content-container {
        padding: 100px;
    }
    .head-container {
        width: 90vw;
        height: 118vh;
        top: 0;
    }
    .header-logo {
        top: -30px;
        padding: 25px;
        position: absolute;
        z-index: 1110;
    }
    .hero-text {
        left: 11vw;
        top: 25vh;
    }
    .hero-text {
        left: 75vw;
        top: 30vh;
    }
    .scroll-hero {
        margin-top: 40vh;
    }
    .scroll-icon {
        margin-top: 70vh;
    }
    .motto {
        left: 6vw;
        top: 30vh;
    }
    .main_bootom_photo {
        bottom: 17vh;
    }
}

@media only screen and (min-width: 63em) and (orientation: landscape) {
    .b-photo {
        margin-top: 5rem;
        height: 60vh;
        width: 75vw;
    }
    .b-text {
        top: -10vh;
    }
    .hero {
        height: 65%;
        margin-top: 3rem;
    }
    .header-logo {
        top: 0px;
        left: 50px;
    }
    .main_bootom_photo {
        bottom: 11vh;
    }
    .scroll-hero {
        position: absolute;
        margin-top: 45vh;
        left: 50vw;
    }
}

@media only screen and (min-width: 75em) {
    .bcg-offert,
    .bcg_contact,
    .bcg_clients {
        width: 71vw;
        height: 70vh;
        left: 4vw;
        top: -3vh;
    }
    .bcg_hero {
        width: 60vw;
        margin-top: 0vh;
    }
    .b-photo {
        width: 55vw;
        height: 65vh;
        background-position: center top;
    }
    .b-text {
        position: relative;
        padding: 0 3rem;
        margin-left: 25vw;
        margin-top: 15vh;
        margin-bottom: 0;
        left: 0;
        top: -20vh;
        width: 60%;
    }
    .container-relative {
        height: 70%;
    }
    .content-container {
        padding: 110px 250px 100px 250px;
    }
    .hero {
        height: 95%;
    }
    .header-logo {
        top: 0;
        left: 13vh;
    }
    .main_bootom_photo {
        bottom: 15vh;
        right: 13vw;
    }
    .motto {
        left: 10vw;
        top: 35vh;
        width: 50%;
    }
    .pb-5 {
        padding-bottom: 5rem;
    }
    .p-text h1 {
        padding: 0;
    }
}