@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:wght@100..900&display=swap');



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

body {
    background-image: url(bg_2.jpg);
    background-color: #212121;
    background-repeat: no-repeat;
    color: white;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

header {
    font-weight: 500;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 50px;
    font-size: 120%;
}

header ul {
    display: flex;
}

header li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
}

header li a {
    text-decoration: none;
    color: white;
}

.logo {
    margin-right: auto;
}

.logo img {
    height: 50px;
}

.kontaktButton {
    color: white;
}

.kontaktButton a {
    text-decoration: none;
    color: white;
}

.container1 {
    display: flex;
    flex-direction: column;
    color: white;
    padding-top: 10%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 8%;
}

.c1text {
    margin-bottom: 8%;
}

.c1text1 {
    color: rgb(189, 189, 189);
    font-size: 120%;
    font-family: "Oswald", sans-serif;
}

.c1nadpis {
    font-size: 200%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    
}

.c1text2 {
    color: rgb(189, 189, 189);
    font-size: 120%;
    margin-bottom: 100px;
    font-family: "Oswald", sans-serif;
}

.c1buttons {
    display: flex;
    flex-direction: row;
}

.c1buttons a {
    text-decoration: none;
    color: white;
}

.button1 {
    margin-right: 50px;
    background-color: black;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
}

.button2 {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    border: solid white 1px;
    text-align: center;
}

.c1icons {
    display: flex;
    flex-direction: row;
}

.c1icon img {
    height: 65px;
    width: auto;
    margin-bottom: 10px;
}

.c1icon {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.icon1 {
    padding-left: 0;
}

.icon2 {
    border-right: solid white 1px;
    border-left: solid white 1px;
}

.container2 {
    padding-top: 100px;
    background-color: rgb(33, 33, 33);
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
}

.c2left {
    padding-left: 10%;
    width: 50%;
    display: flex;
    justify-content: center;
}

.c2left img {
    width: 360px;
    box-shadow: rgb(33, 33, 33) -30px -20px 0px -3px, #F7934C -30px -20px;
}

.c2right {
    width: 50%;
    padding-right: 20%;
    display: flex;
    flex-direction: column;
}

.c2rnadpis {
    font-family: "Oswald", sans-serif;
    color: #F7934C;
    margin-bottom: 20px;
}

.c2rnadpis2 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 40px;
}

.c2rtext {
    margin-bottom: 20px;
}

.container3 {
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
}

.c3left {
    padding-left: 15%;
    width: 70%;
}

.c3right {
    display: flex;
    padding-right: 15%;
}

.c3right img {
    width: 360px;
}

.c3ltext, .c3ltext2 {
    width: 70%;
}

.c3lnadpis {
    font-family: "Oswald", sans-serif;
    color: #F7934C;
    margin-bottom: 20px;
}

.c3lnadpis2 {
    font-family: "Oswald", sans-serif;
}

.c3cara {
    margin-top: 20px;
    margin-bottom: 40px;
}

.c3ltext {
    margin-bottom: 20px;
}

.container4 {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.c4mezi {
    justify-content: center;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c4cara {
    width: 300px;
}

.c4nadpis {
    font-family: "Oswald", sans-serif;
    color: grey;
}

.c4nadpis2 {
    font-family: "Oswald", sans-serif;
    font-size: 120%;
    
}

.c4obrazky {
    width: 100%;
    margin-top: 8%;
    display: flex;
    flex-direction: column;
}

.row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}


.row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row1 .obr1 img {
    width: 600px;
}

.row1 .obr2 img {
    width: 600px;
}

.row2 img {
    width: 600px;
}



footer {
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.footcol {
    display: flex;
    flex-direction: column;
}

.footcol1 {
    width: 30%;
    color: grey;
    flex-direction: row;      
    align-items: center;  
}

.footcol11 {
    line-height: 1.25;
    font-size: 70%;
    align-items: center;
    margin-right: 100px;
}

.footcol12 {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footlogo {
    margin-right: 20px;
    height: 50px;
    width: 33px;
}

.footcol2 {
    width: 20%;
    text-align: center;
    justify-content: center;
}

.footcol2 a {
    color: white;
    text-decoration: none;
    line-height: 2.2;
    font-size: 120%;
    font-weight: 600;
}

.footcol3 {
    width: 30%;
    align-items: flex-end;
}

.footcol3text {
    text-align: left;
}

.footcol3 h1 {
    margin-bottom: 10px;
}

.footcol3 p {
    color: grey;
    font-size: 110%;
}

.fc3t1 {
    margin-bottom: 10px;
}






@media only screen and (max-width: 1200px) {
    .container4 {
        padding: 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .row1 {
        justify-content: space-around;
    }

    .row2 {
        justify-content: space-around;
    }

    .row1 .obr1 img {
        width: 400px;
    }

    .row1 .obr2 img {
        width: 400px;
    }

    .row2 .obr1 img {
        width: 400px;
    }

    .row2 .obr2 img {
        width: 400px;
    }

    .footcol1{
        flex-direction: column;
    }

    .footcol11 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .row1 .obr1 img {
        width: 400px;
    }

    .row1 .obr2 img {
        width: 400px;
    }

    .row2 .obr1 img {
        width: 400px;
    }

    .row2 .obr2 img {
        width: 400px;
    }

    .c1buttons {
        justify-content: center;
    }

    .c1icons {
        justify-content: space-between;
    }

    .container2 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .c2right {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .container3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .c3left {
        width: 50%;
        padding: 0;
        margin-bottom: 50px;
    }

    .c3right {
        padding-right: 0;
    }

    .container4 {
        display: flex;
        flex-direction: column;
    }

    .row1, .row2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        display: flex;
        flex-direction: column;
    }

    .footcol {
        width: 100%;
    }

    .footcol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footcol11{
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .footcol11 h1 {
        margin-bottom: 25px;
    }

    .footcol2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footcol3 {
        align-items: center;
    }

    .footcol3text {
        text-align: center;
    }

    .fc3t1 {
        text-align: center;
    }

}

@media only screen and (max-width: 450px) {
    .row1 .obr1 img {
        width: 220px;
    }

    .row1 .obr2 img {
        width: 220px;
    }

    .row2 .obr1 img {
        width: 220px;
    }

    .row2 .obr2 img {
        width: 220px;
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px 5%;
    }

    .logo {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    header ul {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    header li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .c1buttons {
        justify-content: space-between;
    }

    .c1icons {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    

    .c1icon {
        margin-top: 30px;
    }

    .c1text2 {
        margin-bottom: 50px;
    }

    .icon1 {
        padding: 0;
    }

    .icon2 {
        border: none;
    }

    .container1 h1{
        font-size: 160%;
    }

    .container2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin: 0;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .c2left img {
        width: 250px;
        margin-bottom: 20px;
    }

    .c2right {
        padding: 0;
    }

    .container3 {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin: 0;
        margin-bottom: 50px;
    }

    .c3left {
        padding-left: 0;
    }

    .c3lnadpis2 {
        padding-right: 50px;
    }

    .container4 {
        align-items: center;
    }

    .c3right img {
        width: 250px;
        margin-bottom: 20px;
    }

    .row1, .row2 {
        flex-direction: column;
        align-items: center;
    }


    footer {
        display: flex;
        flex-direction: column;
    }

    .footcol {
        width: 100%;
    }

    .footcol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footcol11{
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }

    .footcol11 h1 {
        margin-bottom: 25px;
    }

    .footcol2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footcol3 {
        align-items: center;
    }

    .footcol3text {
        text-align: center;
    }

    .fc3t1 {
        text-align: center;
    }
}

/* ------------------------script-slider---------------------------------------------- */

.hidden{
    opacity: 0;
    filter: blur(3px);
    transform: translateX(-100%);
    transition: all 0.6s;

}

.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/* ------------------------script-slider---------------------------------------------- */

.hidden_2{
    opacity: 0;
    filter: blur(3px);
    transform: translateX(100%);
    transition: all 0.6s;

}

.show_2{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* ------------------------script-slider---------------------------------------------- */
.hidden_3{
    opacity: 0;
    filter: blur(3px);
    transform: translateY(-100%);
    transition: all 1s;

}

.show_3{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* ------------------------script-slider---------------------------------------------- */
.hidden_4{
    opacity: 0;
    filter: blur(3px);
    transform: translateY(100%);
    transition: all 0.5s;

}

.show_4{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* ------------------------modalni okno---------------------------------------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 10%;
  }
  
  .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
  }
  
  .close {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }

  .banner {
    position: absolute;
    bottom: 3.125em;
    left: 3.125em;
    width: max-content;
    padding: 1.25em 1em;
    border-radius: 0.25em;
    background-color: #0b0c14;
    color: #fff;
    transform: translateY(2em);
    opacity: 0;
    animation: fade-in 16s;
}

.banner p {
    font-size: 125%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.banner button {
    background-color: #F7934C;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.banner button:hover {
    background-color: #FFA76B;
}

.progress {
    position: absolute;
    inset: auto 0.625em 0.375em;
    height: 0.25em;
    background-color: #e6e4e4;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 0.5em;
    animation: load 14.2s 0.2s linear;
}

@keyframes fade-in {
    5%,
    90% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes load {
    100% {
        transform: scaleX(1);
    }
}