/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 28 paź 2022, 14:53:57
    Author     : katyl
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.logo {
    position: fixed;
    background: url(/images/logo.svg) center no-repeat;
    z-index: 100;
    display: block;
    width: 262px;
    height: 89px;
}

input,
#message,
select {
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 2px;
    height: 41px;
    width: 496px;
    padding-left: 10px;
    position: relative;
}

select {
    appearance: none;
}

input::placeholder,
#message::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #A8A8A8;
}

label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #4A4A4A;
    margin-bottom: 0 !important;
}

.form-div {
    margin: 19px 14px 0px 14px;
}

#message {
    height: 127px;
}

#success,
#error {
    display: none;
}

#success span {
    color: #006400;
}

#error span {
    color: #c0392b;
}

#submit {
    width: 280px;
    height: 41px;
    background: #000000;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 49px;
}

.text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 50px;
    max-width: 1100px;
}

.lista {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Montserrat';
    display: flex;
    gap: 36px;
    justify-content: center;
}

.lista-block {
    white-space: nowrap;
    gap: 32px;
    display: flex;
    align-items: center;
}

.lista-col .lista-block {
    margin: 25px 0;
}

.lista_2-block div {
    margin-bottom: 10px;
    position: relative;
}

.li-1::before {
    content: url('/images/1.png');
    position: absolute;
    left: -165px;
    top: 3px;
}

.li-2::before {
    content: url('/images/2.png');
    position: absolute;
    left: -138px;
    top: 3px;
}

.li-3::before {
    content: url('/images/3.png');
    position: absolute;
    left: -120px;
    top: 3px;
}

.li-4::before {
    content: url('/images/4.png');
    position: absolute;
    left: -103px;
    top: 3px;
}

#container-4 .lista {
    justify-content: flex-end;
}

.box {
    position: relative;
    overflow: hidden;
    padding-bottom: 147px;
}

#container-7 {
    padding-bottom: 48px;
}

#container-1 {
    background: url("/images/bkg_1.jpg") right top no-repeat;
    align-items: center;
}

.about-us {
    height: 100%;
    align-items: center;
}

#container-2 {
    background: url("/images/bkg_2.jpg") top left no-repeat;
    align-items: center;
}

#container-2 .row {
    height: 100%;
    align-items: center;
}

#container-3 {
    background: url("/images/bkg_3.jpg") center no-repeat;
    background-size: cover;
}

.business-title {
    justify-content: flex-end;
    text-align: right;
    position: relative;
}

.business-title .title {
    margin-right: 30px;
}

.business-text {
    justify-content: center;
}

.business-text .text {
    position: relative;
}

#container-4 {
    background: url("/images/bkg_4.jpg") center no-repeat;
    background-size: cover;
}

.technologies {
    justify-content: center;
    align-items: center;
}

.formats-text {
    align-items: flex-end;
}

.formats-title {
    justify-content: flex-end;
}

.formats-text .text {
    margin-top: 30px;
}

.subject-div {
    position: relative;
}

.select {
    position: relative;
}

.select::after {
    content: url("/images/Polygon.png");
    display: block;
    right: 10px;
    top: 8px;
    position: absolute;
}

.select.hide::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.information {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-top: 70px;
}

.information a {
    color: #000000;
}

.information div {
    margin: 0 35px;
}

.information span {
    font-size: 32px;
}

.framed {
    border: 32px solid #FFF;
}

#container-4 {
    display: flex;
    justify-content: center;
}

.footer {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #000;
    text-align: right;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 24px;
}

#burgerMenu {
    display: none;
    position: fixed;
    margin: 0;
    right: 3px;
    z-index: 101;
}

.menu_container {
    display: block;
    position: fixed;
    z-index: 300;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

ul {
    padding: 0px;
    margin: 0px;
}

.menu_container li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    list-style: none;
    text-align: right;
    padding-right: 0px;
    margin-bottom: 8px;
    color: #000;
}

.menu_container li a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.menu_container li a:hover {
    color: #000;
    text-decoration: underline;
}

.menu_item a.active::after {
    content: '';
    width: 46px;
    height: 8px;
    background: url("/images/menu_select.svg") center no-repeat;
    position: absolute;
    top: 37%;
    right: -52px;
}

.scrollico {
    display: block;
    position: absolute;
    width: 20px;
    height: 90px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/images/scroll_ico.svg");
    background-position: top center;
    background-repeat: no-repeat;
    border: 0px solid #000;
}


.legal-box {
    display: block;
    width: 100%;
    background-color: #000;
    padding: 59px 0;
    bottom: 0px;
}

#legal {
    position: relative;
    max-width: 1136px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.title {
    display: block;
    position: relative;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    font-size: 250px;
    line-height: 200px;
    padding-top: 128px;
    color: #000;
    margin-bottom: 50px;
}

#container-4 .title {
    padding-top: 190px;
}

#container-4 .title .stroke {
    position: absolute;
    top: 72px;
}

.framed .title {
    color: #FFF;
}

.stroke {
    color: rgb(0, 0, 0, 0)
}

.white-stroke {
    -webkit-text-stroke: 1px #FFFFFF;
}

.black-stroke {
    -webkit-text-stroke: 2px #000000;
}

.link {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 48px 0;
    color: #000000;
    background: url(/images/link.png);
}

.link a,
.link a:hover {
    color: inherit;
}

/*images*/
.dots {
    position: absolute;
    right: 90px;
    top: 90px;
}

.dots2 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.dots5 {
    position: absolute;
    top: 210px;
    left: 150px;
}

.white-strips3 {
    bottom: -85px;
    right: 20px;
    position: absolute;
}

.black-strips2 {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dots1 {
    position: absolute;
    bottom: 29px;
    left: 37px;
}

.white-strips2 {
    position: absolute;
    bottom: 0;
    right: 260px;
}

.black-strips1 {
    position: absolute;
    left: -303px;
    bottom: -22px;
}

.dots3 {
    position: absolute;
    left: -75px;
    top: 36px;
}

.dots4 {
    position: absolute;
    right: 295px;
    top: 35px;
}

.ball3 {
    position: absolute;
    right: 0;
    z-index: 200;
    top: 0;
}

.ball2 {
    position: absolute;
    right: -32px;
    top: 100px;
}

.ball4 {
    position: absolute;
    bottom: 50px;
    right: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1096px !important;
    }
}

@media (min-width:992px) {
    .info {
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width:769px) {
    .display768 {
        display: none;
    }

    .lista_2-block div:nth-child(2) {
        margin-left: 15px;
    }

    .lista_2-block div:nth-child(3) {
        margin-left: 30px;
    }

    .lista_2-block div:nth-child(4) {
        margin-left: 45px;
    }

    .formats-title .title {
        margin-right: 109px;
    }

    .formats-text {
        justify-content: center;
    }

    .formats-text .text div {
        display: flex;
        align-items: flex-end;
        margin: 0 15px;
    }

    .business-text_col {
        justify-content: center;
    }

}

@media (max-width:1500px) {
    .lista {
        justify-content: flex-start;
    }

    .lista_2 {
        justify-content: center;
    }

    #container-3 .lista {
        justify-content: flex-end;
    }

    .dots3 {
        left: -45px;
        top: 61px;
        width: 60px;
    }

    .black-strips1 {
        left: -182px;
        bottom: -9px;
        width: 200px;
    }

    .dots4 {
        right: 410px;
        top: 59px;
        width: 60px;
    }

    .ball3-mob {
        right: -50px;
        bottom: -50%;
        position: absolute;
    }
}

@media (max-width:1024px) {
    .lista {
        flex-direction: column;
    }
}

@media (max-width:991px) {
    .contact-form {
        width: 100% !important;
    }

    .information {
        margin-top: 50px;
        flex-direction: column;
    }

    .information div {
        margin: 20px 0px;
    }

    .inputs-box {
        flex-direction: column;
        width: 70%;
    }

    input,
    #message,
    select {
        width: 100%;
    }
}

@media (max-width:768px) {
    .logo {
        background-image: url(/images/logo-mob.png);
        width: 108px;
        height: 72px;
        top: 15px;
        left: 15px;
    }

    .display769 {
        display: none;
    }

    .legal-box {
        padding: 32px 0;
    }

    .li-1::before,
    .li-2::before,
    .li-3::before,
    .li-4::before {
        content: url('/images/5.png');
        left: -65px;
        top: 1px;
    }

    .lista_2 {
        margin-left: 30px;
    }

    .footer,
    .link,
    .information {
        font-size: 19px;
        line-height: 23px;
    }

    .technologies .title {
        margin: 15px 0 30px;
    }

    .row {
        max-width: 100%;
    }

    .link .row {
        max-width: fit-content;
    }

    #container-4 .title {
        padding-top: 110px;
    }

    #burgerMenu {
        display: block;
        right: 32px;
        top: 35px;
    }

    #check {
        display: none;
    }

    .menu_item a.active::after {
        display: none;
    }

    .menu_container li {
        background: #FFF;
        padding: 16px;
        text-align: center;
    }

    .menu_container {
        top: 69px;
        transform: translateY(0);
    }

    .open_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 25px;
        cursor: pointer;
    }

    .open_menu span {
        background: #000;
        border-radius: 2px 0px 0px 2px;
        height: 4px;
        margin: 2px 0;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .open_menu span:nth-of-type(1) {
        width: 50%;
    }

    .open_menu span:nth-of-type(2) {
        width: 75%;
    }


    .open_menu span:nth-of-type(3) {
        width: 100%;
    }

    #check:checked~.open_menu span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(0px, 14px);
    }

    #check:checked~.open_menu span:nth-of-type(3) {

        transform-origin: top;
        transform: rotatez(-45deg)
    }

    #check:checked~.open_menu span:nth-of-type(2) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(-2px, 10px) rotatez(45deg);
    }

    .menu_none {
        display: none;
    }

    #check:checked~.menu_none {
        display: block;
    }

    .title {
        font-size: 74px;
        line-height: 64px;
        margin: 0 0 30px 0;
    }

    .lista-col .lista-block {
        margin: 0;
    }

    .lista-col .lista-block:nth-child(2) {
        margin-top: 38px;
    }

    .text {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 30px;
    }

    .lista-block {
        gap: 19px;
    }

    .lista {
        font-size: 19px;
        line-height: 20px;
        gap: 38px;
    }

    #container-2 {
        padding-bottom: 215px;
    }

    .formats-text {
        justify-content: center;
    }

    .formats-title .title {
        margin-right: 30px;
    }

    .formats-text .text {
        flex-direction: column;
        margin-bottom: 120px;
        margin-top: 0;
    }

    .formats-text .text div:nth-child(2) {
        margin: 40px 0;
    }

    .inputs-box {
        width: 100%;
    }

    .contact-form {
        margin-top: 20px;
    }

    .form-div {
        margin: 0 0 25px;
    }

    #submit {
        margin: 22px;
    }

    #container-7 {
        padding: 50px 0 32px;
    }

    #container-7 .title {
        padding-top: 32px;
    }

    #container-3 .title {
        padding-top: 64px;
    }

    /*images*/

    .dots {
        right: 20px;
        top: 20px;
    }

    .white-strips3 {
        bottom: -55px;
        height: 250px !important;
        right: 5px;
    }

    .dots1-mob {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .dots4 {
        right: 20px;
        top: 20px;
        width: 87px;
    }

    .ball2 {
        right: -15px;
        top: 50px;
    }

    .ball3 {
        right: 0;
    }

    .white-strips2 {
        bottom: -43px;
        right: -33px;
    }

}

@media (max-width:440px) {
    .framed {
        border: 15px solid #FFF;
    }

    .information span {
        font-size: 28px;
    }
}

/*animacje*/
.element-show {
    animation: appearance 1s linear forwards;
}

.animation-elem {
    transform: translateY(300px);
    opacity: 0;
}

.animation-elem-2 {
    animation-delay: 0.5s;
}

.animation-elem-3 {
    animation-delay: 1s;
}

.animation-elem-4 {
    animation-delay: 1.5s;
}

.animation-elem-5 {
    animation-delay: 2s;
}

.animation-elem-6 {
    animation-delay: 2.5s;
}

@keyframes appearance {
    from {
        transform: translateY(300px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}