@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: white;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Navbar */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
}
.navlogo img {
    cursor: pointer;
    width: 60px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
nav li {
    margin-left: 30px;
}
nav a {
    text-decoration: none;
    color: black;
}

nav a:hover {
    color: #FFBD5A;
    transition: 0.2s;
}

/* Mainpage */

.container1 {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 150px;
    padding-bottom: 100px;
}

.c1left{
    padding-top: 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.c1left h1{
    margin-bottom: 20px;
}

.c1left p{
    margin-bottom: 60px;
}

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

.button1 {
    height: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #F2F2F2;
    border-radius: 20px;
    width: fit-content;
}

.button11 {
    margin-right: 30px;
}

.button1:hover {
    font-weight: 500;
    border: black 1px solid;
    transition: 0.2s;
}

.button1 a {
    text-decoration: none;
    color: black;
}



.button2 {
    height: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-radius: 20px;
    border: 1px solid #FFBD5A;
    width: fit-content;
}

.button2:hover {
    font-weight: 500;
    transition: 0.2s;
}

.button2 a {
    text-decoration: none;
    color: black;
}

.c1right {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.c1right img{
    width: 500px;
}

/* ukazka */

.container2 {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.container2 h1{
    margin-bottom: 50px;
}

.c2obrazky {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 50px;
}

.prace {
    border-radius: 16px;
}

.prace img {
    width: 500px;
    border-radius: 10px;
}

/* napln */

.container3 {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.c3left{
    align-items: center;
    width: 50%;
}

.c3left img {
    width: 500px;
}

.c3right {
    width: 50%;
}

.c3right h1{
    margin-bottom: 20px;
}

/* pozadujeme */

.container4 {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.container4 h1 {
    margin-bottom: 20px;
}

.cards{
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.card {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px 1px;
}

.card:hover {
    width: 28%;
    padding-left: 50px;
    padding-right: 50px;
}

.card img{
    width: 60px;
    margin-top: 10px;
}


.card1 img {
    width: 80px;
}

.card h2 {
    margin-bottom: 10px;
}

.card p {
    margin-top: 20px;
}

/* nabizime */

.container5 {
    background-color: #F2F2F2;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.c5nadpis{
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
    background-color: #F2F2F2;
}

.c5left {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.container5 p {
    margin-bottom: 50px;
}

.row {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.row img {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

.c5right {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.c5right img {
    box-shadow: #F2F2F2 -10px -10px 0px -2px, #FFBD5A -10px -10px;
    width: 500px;
}

/* dotaznik */

.dotaznik {
    color: black;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 100px;
}

.dotaznik p {
    margin-bottom: 50px;
}

.dotaznik form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.inputbox {
    border-bottom: 2px solid black;
    width: 50%;
    margin-bottom: 20px;
}

.inputbox input {
    border: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    color: black;
}

footer {
    font-family: Poppins;
    color: black;
    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 {
    text-align: center;
    width: 30%;
    color: grey;
    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: black;
    text-decoration: none;
    line-height: 2.2;
    font-size: 90%;
    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: 80%;
}

.fc3t1 {
    margin-bottom: 10px;
}




/* ------------------------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);
}

@media only screen and (max-width: 1200px) {
    .c1right img {
        width: 400px;
    }

    .prace img {
        width: 400px;
    }

    .c3left img {
        width: 400px;
    }

    .c5right img {
        width: 300px;
    }
}

@media only screen and (max-width: 800px) {
    nav {
        display: flex;
        flex-direction: column;
    }

    .container1 {
        padding-top: 30px;
        flex-direction: column;
    }

    .c1left {
        width: 100%;
        justify-content: center;
    }

    .c1right {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .c1right img {
        width: 400px;
        margin-top: 50px;
    }


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

    .button11 {
        margin: 0;
        margin-bottom: 20px;
    }

    .c2obrazky {
        flex-direction: column;
    }    

    .prace img {
        width: 400px;
    }

    .container3 {
        flex-direction: column-reverse;
    }

    .c3left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .c3right {
        width: 100%;
    }

    .c3left img {
        width: 400px;
    }

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

    .card {
        width: 80%;
        margin-bottom: 50px;
    }

    .container5 {
        flex-direction: column;
    }

    .c5left {
        width: 100%;
    }

    .c5right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .c5right img {
        width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    nav {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        margin: 0;
        text-align: center;
        margin-top: 10px;
    }

    .container1 {
        padding-top: 30px;
        flex-direction: column;
    }

    .c1left {
        width: 100%;
        justify-content: center;
    }

    .c1right {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .c1right img {
        width: 300px;
        margin-top: 50px;
    }


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

    .button11 {
        margin: 0;
        margin-bottom: 20px;
    }

    .c2obrazky {
        flex-direction: column;
    }    

    .prace img {
        width: 300px;
    }

    .container3 {
        flex-direction: column-reverse;
    }

    .c3left {
        width: 100%;
    }

    .c3right {
        width: 100%;
    }

    .c3left img {
        width: 300px;
    }

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

    .card {
        width: 80%;
        margin-bottom: 50px;
    }

    .container5 {
        flex-direction: column;
    }

    .c5left {
        width: 100%;
    }

    .c5right {
        width: 100%;
    }

    .c5right img {
        width: 300px;
    }

    footer {
        flex-direction: column;
    }

    .footcol {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footcol1 {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .footcol2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footcol3text {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

