.uvod-part {
    padding: 40px 40px;
}

.uvod-part-title {
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 48px;
    text-align: left;
    font-family: Outfit, sans-serif;

    width: fit-content;
    margin: auto;

    margin-top: 28px;
    color: #444;
}

.subpart {
    color: #CCC;

    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
}

.html {
    color: #cccccc;
    font-family: cursive;
}

.info-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 2rem;
    padding: 25px;
    width: 60%;
}


.info-box-image-container {
    width: 150Px;
    height: 150px;
    margin: auto;
    background: #00cf8d;
    border-radius: 100Rem;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;

}

.info-box-image-container > svg {
    margin: auto;
    width: 100%;
    height: 85Px;
}

.info-box-image-container-end {
    position: relative; /* Add position relative to create stacking context */
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.info-box > div:first-child {
    margin: 50px 0 70px 0;
}

.mobile-show {
    margin-top: 1rem
}

@media screen and (min-width: 621px) {
    .mobile-show {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .info-box-direction {
        margin: auto;
    }

    .info-box {
        margin: 10px auto;
        box-shadow: none;
        width: 75%;

        border-top: 1px solid #ccc;
        border-radius: 0px;
        padding-bottom: 0px !important;
    }

    hr {
        width: 75%;
        display: block !important;
        margin-bottom: -40px
    }

    .info-box h3 {
        margin: 2rem 0;
    }

    #cards {
        margin: 15px auto !important;
    }

}

@media screen and (max-width: 390px) {
    .uvod-part-title {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 520px) {
    .uvod-spacer {
        display: none;
    }

    .hledame {
        font-size: 7vw;
    }

    .uvod-part-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .info-box {
        margin: 60px auto !important;
        width: 90%;
        padding: 20px 0;
        margin-bottom: 0px !important;
    }

    #cards {
        gap: 0px !important;
    }
}

.info-box h3 {
    width: fit-content;
}

#cards {
    width: 88%;
    max-width: 1400px;
    margin: 100px auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.info-box {
    flex: 0 22%;
    min-width: 250px;
    width: auto;
}

.info-box p {
    max-width: 400px;
    margin: auto;
}

.info-box h3 {
    margin: 21px auto;
}

@media screen and (max-width: 1113px) {
    .info-box {
        flex: 1;
    }

    .info-box:first-child {
        order: 3;


    }

    .info-box:nth-child(2) {
        order: 1;

    }

    .info-box:nth-child(3) {
        order: 2;
        flex: none;
    }
}

@media screen and (max-width: 750px) {
    .info-box:nth-child(3) {
        flex: 1;
    }
}

.student > h3 {
    font-size: 32px;
    font-family: Outfit;
}

.job-box {
    margin: 150px auto;
}

.job-box .info-box-image-container svg {
    height: 110px;
}

.job-box .info-box-image-container {
    margin: 100px auto;
    width: 200px;
    height: 200px;
}

.job-box h3 {
    width: fit-content;
}

@media screen and (max-width: 620px) {
    .job-box {
        display: none;
    }
}

.carousel-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.carousel-logos img {
    height: 70px;
}
@media screen and (max-width: 620px) {
    .carousel-logos {
        display: flex;
        justify-content: center;
        gap: 25px;
        margin-top: 55px;
    }

    .carousel-logos img {
        height: 50px;
    }
    .mobile-webdesign-logos{
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 420px){
 .mobile-programmer{
     gap: 15px;
 }
    .mobile-programmer img{
        height: 45px;
    }
}
@media screen and (max-width: 320px){
.mobile-programmer-none{
    display: none;
}
    .mobile-php{
        order: 3;
        height: 55px!important;
        position: relative;
        top: -5px;
    }

    .mobile-programmer img:nth-child(2){
        order: 2;
    }
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 260px) {
    .carousel-logos{
        display: none;
    }
    .uvod-part {
        padding: 40px 15px;
    }
}



#napsat {
    margin-top: -7px;
    padding-bottom: 5rem;
    margin-bottom: -3rem;
}

#napsat form {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: auto;
    padding: 40px;

    background-color: #fff;
    border-radius: 2em;
    padding: 25px;

    box-shadow: 10px 10px 20px rgba(0,0,0, 0.1), -10px 10px 20px  rgba(0,0,0, 0.1);

}

#napsat input, #napsat textarea {
    font-family: 'Nunito', sans-serif;
    background-color: white;
    border: 2px solid #fff;
    border-radius: .9em;
    padding: 14px 14px;
    font-size: 1.1em;
    margin-top: 15px;
    box-shadow: 3px 10px 40px #ddd, -3px 10px 40px #eee;
}

@media screen and (max-width: 550px) {
    #napsat form {
        width: 75%;
        margin-top: 100px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-bottom: 40px;
        box-shadow: none;
    }
    #napsat{
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }
    .extend-footer {margin-top: 0px!important;
    }
    form .more-link{
        position: relative;
        top: 12px;
    }
    #napsat textarea, #napsat input{
        box-shadow: 3px 10px 40px #f2f2f2, -3px 10px 40px #eee;
    }
}

#napsat input:focus, #napsat textarea:focus {
    outline: none;
    border: 2px solid #1ca1ca;
}

#napsat input:focus, #napsat input {
    transition: .5s;
}

/*#napsat textarea{
    transition: 0s  !important;}*/

#napsat textarea {
    min-height: 5em
}

#napsat button {

    font-size: 1em;

    /*
    box-shadow: 3px 10px 40px #ddd, -3px 10px 40px #eee;
    */
}

#napsat input::placeholder, #napsat textarea::placeholder {
    opacity: .4;
}

#napsat input[type="file"]{

    font-family: Nunito;

    color: #BBB;
}
#napsat input::file-selector-button {
    border:none;
    background:transparent;
    font-family: nunito;
    color: #999;
    display: none;
}@media screen and (max-width: 400px) {
    #napsat form{
        width: 80% !important;
    }
}