*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    background-color: #121A1F; 
}

.main-width{
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0px 20px;
}

.hero{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #121A1F; 
    background-size: cover; 
    position:  absolute;
}

header{
    padding: 40px 0 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    height: 55px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

nav .hamb{
    width: 35px;
    height: 24px;
    right: 3%;
    top: 60px;
    z-index: 5;
    background: transparent;
    position: absolute;
    cursor: pointer;
    display: none;
}

nav .hamb span{
    display: block;
    background: #027AAC;
    width: 100%;
    height: 3px;
    transition: .3s;
    transition-property: transform,opacity;

}

nav .hamb span:nth-child(2){
    margin: 7px 0px ;
}

nav .nav-list{
    list-style: none;
}

nav .nav-list li{
    display: inline-block;
}

nav .nav-list li a{
    display: inline-block;
    color: #eee;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

nav .nav-list li:not(:last-child) a:hover{
    color: #027AAC;
    transition: .4s;

}

nav .nav-list li.btn a{
    display: inline-block;
    background: transparent;
    border: 2px solid #027AAC;
    padding: 9px 28px;
    border-radius: 30px;
    line-height: 1.3;
    color: #027AAC;
    font-weight: 500;
}

nav .nav-list li.btn:hover a{
    background: #027AAC;
    color: #eee;
    border: 2px solid transparent;
    transition: .4s;
}

.container{
    padding-top: 190px;
}

.container .hero-text{
    margin-bottom: 40px;
}

.container .hero-text h1{
    color: #eee;
    font-size: 47px;
    font-weight: 900;
    line-height: 1.2;
    margin: 20px 0px 20px; 
}

span{
    color: #027AAC;
}

.container .hero-text h3{
    color: #eee;
    font-weight: 400;
    font-size: 17px;
}
.container .hero-text p{
    width: 440px;
    max-width: 100%;
    color: #eee;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.social a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #eee;
    cursor: pointer;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 35px;
}

.social a:hover{
    transform: scale(1.1);
    background: #027AAC;
    transition: .4s;
}

.container .hero-text button{
    color: #eee;
    background: #027AAC;
    border: 2px solid #027AAC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    border-radius: 30px;
    cursor: pointer;
}
.container .hero-text button:hover{
    background: transparent;
    border: 2px solid #027AAC;
    color: #027AAC;
    transition: .4s;
}

.bottom{
    margin-top: 200px;
    padding-bottom: 20px;

}

.bottom p {
    color: #eee;
    letter-spacing: 2px;
    font-size: 15px;
}


.team {
    padding: 150px 0;
    color: #fff;
}

.team .main-width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-member {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    text-align: center;
}

.team-member img {
    max-width: 100%;
}

.member-info h2 {
    margin-top: 30px;
}

.member-info p {
    margin: 30px 0;
}

.social-icons a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #eee;
    cursor: pointer;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.social-icons a:hover {
    transform: scale(1.1);
    background: #027AAC;
    transition: .4s;
}

.section-title{
    padding-bottom: 15px;
    text-align: center;
    font-size: 250%;
    text-decoration: underline #027AAC 4px;
    color: #eee;
}

.member-info {
    background-color: #191E21;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.our-work {
    padding: 10px 0;
    color: #fff;
}

.work-item {
    position: relative; /* Přidej nový řádek */
    width: calc(100% - 0px);
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden; /* Přidej nový řádek */
}

.work-item img {
    max-width: 100%;
    transition: transform 0.4s ease; /* Přidej nový řádek */
}

.work-info {
    position: absolute; /* Přidej nový řádek */
    bottom: -100%; /* Přidej nový řádek */
    left: 0; /* Přidej nový řádek */
    width: 100%; /* Přidej nový řádek */
    height: 100%; /* Přidej nový řádek */
    background: linear-gradient(to top, rgba(2, 122, 172, 1), rgba(2, 122, 172, 0)); /* Přidej nový řádek */
    transition: bottom 0.3s ease; /* Přidej nový řádek */
    padding: 20px; /* Přidej nový řádek */
    box-sizing: border-box; /* Přidej nový řádek */
}

.work-info h1,
.work-info p {
    color: #fff; /* Přidej nový řádek */
    margin-top: 2%;
}

.work-item:hover img {
    transform: scale(1.1); /* Přidej nový řádek */
}

.work-item:hover .work-info {
    bottom: 0; /* Přidej nový řádek */
}

.requirements {
    padding-top: 60px;
    padding: 10px 0;
    color: #fff;
}

.requirements .main-width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.requirements-content {
    width: calc(50% - 20px); /* Polovina šířky s mezerou 20px */
    margin-bottom: 20px; /* Mezera mezi jednotlivými sekce požadavků */
}

.requirements-content h3 {
    margin-bottom: 10px; /* Mezera mezi nadpisem a seznamem požadavků */
}

.requirements-content ul {
    padding-left: 18px; /* Odsazení seznamu požadavků */
}
li {
    list-style: none;
}

.requirements-content ul li::before {
    content: '\2022'; /* kód odrazky */
    color: #027AAC; /* nová barva odrazky */
    font-size: 15px;
    margin-right: 8px; /* vzdálenost mezi odrazkou a textem */
}

.join {
    text-decoration: underline;
}
.title {
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 25px;
    font-size: 200%;
    margin-left: -200px;
}

.form-section {
    background: transparent;
    padding: 55px 0;
}

.application-form {
    max-width: 100%; /* Můžeš změnit maximální šířku formuláře */
    margin: auto;
}

/* Úprava vzhledu formulářových prvků */
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    color: #eee;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea {
    width: 100%; /* Můžeš změnit šířku polí pro vstup textu */
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}


textarea {
    height: 100px; /* Můžeš změnit výšku textového pole pro vstup dlouhého textu */
}

button[type="submit"] {
    background-color: transparent; /* Můžeš změnit barvu tlačítka odeslání formuláře */
    border: 3px solid #027AAC;
    color: #027AAC;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    width: 20%; /* Můžeš změnit šířku tlačítka odeslání formuláře */
    margin-top: 10px;
}

button[type="submit"]:hover {
    background: #027AAC;
    color: #eee;
    font-weight: 600;
    border: 3px solid transparent;
    transition: .4s;
}
/* Custom vertikální scrollbar */
::-webkit-scrollbar {
    width: 10px; /* Šířka scrollbar */
}

::-webkit-scrollbar-track {
    background: linear-gradient(to top, rgba(2, 122, 172, 0.3), rgba(2, 122, 172, 0)); /* Barva pozadí tracku */
}

::-webkit-scrollbar-thumb {
    background: #eee; /* Barva thumbu */
}

::-webkit-scrollbar-thumb:hover {
    background: #0175A6; /* Barva thumbu na hover */
}

/* CSS pro patičku */
footer {
    width: 100%;
    background: linear-gradient(to top, rgba(2, 122, 172, 0.3), rgba(2, 122, 172, 0)); /* Barva pozadí pro patičku */
    color: #fff; /* Barva textu pro patičku */
    padding: 20px 0; /* Odsazení vnitřního obsahu patičky */
    text-align: center; /* Zarovnání textu do středu */
    border: transparent 0 solid;
    border-radius: 8px;
}

.footer-content ul {
    list-style-type: none; /* Odstranění výchozích odrážek u seznamu */
    padding: 5px;
}

.footer-content ul li {
    margin-bottom: 5px; /* Odsazení mezi jednotlivými položkami seznamu */
}

.footer-content a {
    color: #fff; /* Barva odkazů */
    text-decoration: none; /* Odstanění podtržení */
}

.footer-social {
    margin-top: 10px; /* Odsazení od horního obsahu patičky */
}

.footer-social a {
    color: #fff; /* Barva ikon */
    margin: 0 10px; /* Odsazení mezi ikonkami */
    font-size: 24px; /* Velikost ikon */
}
.copyright {
    margin-top: 20px; /* Odsazení od ostatního obsahu patičky */
    font-size: 70%;
    opacity: 0.5;
}






@media screen and (max-width:930px) {
        .main-width{
            width: 100%;
        }
        nav .hamb {
            display: initial;
        }
        .click {
            top: 46px;
        }
        .click span {
            position: absolute;
            margin-top: 12px;
        }
        .click span:first-child {
            transform: rotate(-40deg);
        }
        .click span:nth-child(2) {
            opacity: 0;
            margin: 0;
        }
        .click span:last-child {
            transform: rotate(40deg);
            top: 0;
        }
        nav .nav-list {
            position: absolute;
            top: 90px;
            right: -65%;
            bottom: 0;
            width: 60%;
            height: 50%;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(5px);
            z-index: 2;
            padding: 6% 9%;
            transition: .3s right;
            border-radius: 10px;
        }
        nav .nav-list li {
            display: block;
        }
        nav .nav-list li a {
            display: block;
            text-align: center;
            font-size: 18px;
            font-weight: 400;
            margin-left: 0;
            margin-bottom: 40px;
        }
        nav .nav-list li.btn a {
            position: absolute;
            bottom: 0%;
            right: 20%;
            left: 20%;
            padding: 7px 15px;
            font-size: 14px;
        }
        nav .nav-list.open {
            right: 0;
        }
        .team-member {
            width: calc(50% - 20px);
        }
        .work-item {
            width: 100%;
        }

        .requirements-content {
            width: 100%; /* Požadavky na menších obrazovkách zabírají celou šířku */
            margin-bottom: 20px; /* Mezera mezi jednotlivými sekce požadavků */
        }

        /* Úpravy responzivního formuláře */
        .form-section{
            width: 100%;
        }
        .application-form {
            width: 100%; /* Formulář bude mít šířku 100 % */
            max-width: 100%; /* Formulář může mít maximální šířku 100 % */
            margin: 0; /* Zrušíme všechny okraje */
            padding: 20px; /* Přidáme polštářový prostor formuláři */
            border-radius: 10px; /* Zaoblené rohy formuláře */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Stín pro oddělení formuláře od zbytku obsahu */
        }

        /* Úpravy vzhledu formulářových prvků pro menší obrazovky */
        input[type="text"],
        input[type="email"],
        input[type="date"],
        input[type="number"],
        textarea {
            width: 100%; /* Vstupní pole formuláře na menších obrazovkách zabere celou šířku */
        }

        button[type="submit"] {
            width: 100%; /* Tlačítko odeslat na menších obrazovkách zabere celou šířku */
            margin-top: 20px; /* Větší mezera mezi polem a tlačítkem na menších obrazovkách */
        }
        }


        @media screen and (max-width: 600px) {
            .team-member {
                width: 100%;
            }
}
