#primary p, #primary p > span, #primary > p > div {
    font-weight: 200;
}

#uvod p, #items-container p, #uvod-text p {
    font-size: 18px;
}

.carousel {
    /*padding: 5rem;*/
    padding: 5vw;
    background: linear-gradient(15deg, #1ca1ca, #911cff, #e19e48);

    display: flex;
    justify-content: center;
    gap: 30px;

    width: 80vw;
    margin: auto;
    box-shadow: 10px 10px 20px #999;
    border-radius: 5rem;
}

.carousel-item {
    background-color: #fff;
    border-radius: 4rem;
    padding: 2rem;
    width: 25%;
    box-shadow: -1px 10px 40px #424141;
}

.carousel-item h2 {
    margin-bottom: 16px;
}

.carousel-item p {
    width: 250px;
    text-align: left;
}

.carousel-item:nth-child(2) {
    position: relative;
    top: -20px;
    width: 300px;
    padding: 2rem 3rem;
}

.check, .check-gold {
    background-image: url('images/icons/check-solid.svg');
    height: 1rem;
    width: 1rem;
    display: inline-block;
    top: 2px;
    position: relative;
    background-repeat: no-repeat;
}

.check-gold {
    background-image: url('images/icons/check-gold.svg');
}

.lock {
    background-image: url('lock-solid.svg');
    height: 1rem;
    width: 1rem;
    display: inline-block;
    top: 2px;
    position: relative;
    background-repeat: no-repeat;
}

.plus {
    background-image: url('plus-solid.svg');
    height: 1rem;
    width: 1rem;
    display: inline-block;
    top: 2px;
    position: relative;
    background-repeat: no-repeat;
}

.carousel-item > div > div {
    text-align: initial;
    padding-top: 10px
}

.carousel-item > div > p {
    margin: 5px 0px
}

.dlazdice {
    box-shadow: 10px 10px 20px #ccc, -10px 10px 20px #ccc;
    border-radius: 2em;
    padding: 1rem;

}

#primary h1, #primary h2 {
    font-weight: 400;
    color: #252525;
}

.main-container-rest {
    position: relative;
    top: 6%;

    box-shadow: 10px 10px 20px #ccc, -10px 10px 20px #ccc;
    border-radius: 1.8em;
    width: 400px;
    padding: 1rem;
    margin-top: 5rem;
    padding-bottom: 53px;
}

.main-code-background {
    position: absolute;
    opacity: 0.4;
    z-index: -100000;
    top: 23%;
    right: 10%;
    background: #b5b2b2;
    box-shadow: none;
    color: #fff;
    border-radius: 1.8em;
    width: 300px;
    padding: 1rem;
    margin-top: 5rem;
    font-family: monospace;
}

.main-code-background .typing-effect {
    font-size: 1.5em !important;
    /*
        width: 26ch ;
        animation: typing 5s steps(26) infinite alternate, effect .5s step-end infinite alternate !important;*/
}

.main-code-background .code {

    font-family: monospace;
    font-size: 1.5em;
    z-index: -100000;
}

/*background: linear-gradient(90deg, white 60%, #b9b9b9);*/
#uvod .main-container h1 {
    width: fit-content;
    margin: 5px 15px
}

#uvod .main-container .title {
    position: relative;
    top: 6%;
    right: 45%;
    right: 10%;
    backdrop-filter: blur(7px);
    width: fit-content;

    box-shadow: 10px 10px 20px #a3a2a2, -10px 10px 20px #a3a2a2;
    border-radius: 1.8em;
    padding: 1rem;
}

.image-container img.reverse {
    opacity: .7;
}

#uvod {
    display: flex;
    padding: 5vw;

    padding-top: 3vw;
    padding-bottom: 0px;
    margin-bottom: -60px;
}

#uvod > div {
    flex: 1
}

@media screen and (max-width: 320px) {
    .main-container-rest {
        padding: 1rem 0px !important;
    }
}

@media screen and (max-width: 350px) {
    .title {
        padding: 1rem 0px !important;
    }


    .hw-container {
        padding-left: 28px !important;
        padding-right: 18px !important;
    }

    .how-it-works::after {
        left: 19px !important;
    }

    .hw-left::after, .hw-right::after {
        left: 3px !important;
    }
}

@media screen and (max-width: 369px) {
    #napsat form div p {
        font-size: 11px !important;

        text-align: center;
    }

    #napsat form div button {
        flex: none;
        width: 100% !important;
    }

    #napsat form {
        width: 74% !important;
    }

    #napsat form div {
        flex-direction: column-reverse
    }

}

@media screen and (max-width: 500px) and (min-width: 370px) {
    #napsat form div p {
        font-size: 11px !important;
    }

    #napsat form div button {
        flex: none
    }

    #napsat form {
        width: 300px !important;
    }

}

@media screen and (max-width: 420px) {
    .title h1 {
        font-size: 24px !important;
    }

    .image-container img {
        width: 70% !important;
    }

}

@media screen and (max-width: 599px) {
    .main-container-rest {
        width: unset !important;
    }
}

@media screen and (max-width: 700px) and (min-width: 600px) {
    .main-container-rest {
        width: 70% !important;
    }

    .title {
        width: 70% !important;
    }
}


@media screen and (max-width: 810px) and (min-width: 701px) {
    .main-container-rest {
        width: 60% !important;
    }

    .title {
        width: 60% !important;
    }
}

@media only screen and (max-width: 810px) and (min-width: 421px) {
    .image-container img {
        margin: auto !important;
        width: 300px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .common-inside {
        width: 80vw !important;
        margin-left: 10vw !important;
    }
}

@media only screen and (max-width: 810px) and (min-width: 551px ) {

    .test-title {
        text-align: center;
        font-size: 2.5vw !important;
    }
}

@media only screen and (max-width: 810px) {

    .image-container {
        margin: 2rem 0;
    }

    #works h2 {
        font-size: 32px !important;
    }

    .test-image {
        display: none;
    }

    .title-color {
        display: inline-block
    }

    .uvod-par {
        margin-top: 0rem !important;
        margin: 0 auto;
    }

    #uvod {
        padding: 24vh 5vw;
    }

    .title {
        margin: auto;
        /*margin-top: -4rem;*/
        position: unset !important;
        box-shadow: none !important;
    }

    .main-container-rest {
        margin: auto;
        /*margin-top: 5rem;*/
        box-shadow: none;
    }

    #uvod {
        padding-left: 5vw !important;
    }

    .title {
        padding: none !important;
        backdrop-filter: unset !important;
    }

    .title h1 {
        margin: 0px !important;
        text-align: left;
        font-size: 30px;
    }

    .image-container img.reverse {
        opacity: .8 !important;
    }
}

@media only screen and (max-width: 900px) and (min-width: 811px) {
    .main-container {
        flex: 1.5 !important;
    }

    .main-container-rest {
        width: 350px;
        right: -10%;
    }

    .image-container img {
        margin-left: 1rem !important;
        width: 300px !important;
    }

    #uvod .main-container h1 {
        width: max-content;
    }

    #uvod .title {
        right: 30% !important;
    }

    #uvod {
        padding: 0px !important;
        padding-left: 2vw !important;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 901px) {
    .image-container img {
        width: 350px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .main-container-rest {
        top: 0%;
    }

    #uvod {
        padding-left: 1vw;
        margin-bottom: -20px;
    }
}

/*@media only screen and (max-width: 320px) {
    .image-container {
        width: 100%;
        display: unset !important;
    }
}*/

.image-container {
    width: 100%;
    display: flex;
}

.image-container img {
    /*
    max-width: 500px;
    */
    /*width: 32vw;*/
    width: 450px;
    padding: 12px;
    margin: auto;

    border: 4px solid #00d665;
    border-radius: 100rem;

    border-top: 0px solid white;
    border-right: 0px solid white;
    /* border-left: 0px solid; */

    animation-name: icon-border;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.image-container img.reverse {
    animation-name: icon-border-reverse !important;
}


@keyframes icon-border {
    0% {
        border-color: #00d665;
    }
    25% {
        border-color: #37bce7;
    }
    60% {
        border-color: #37bce7;
    }
    100% {
        border-color: #00d665;
    }
}

@keyframes icon-border-reverse {
    0% {
        border: 4px solid #37bce7;
    }
    25% {
        border: 4px solid #00d665;
    }
    60% {
        border: 4px solid #00d665;
    }
    100% {
        border: 4px solid #37bce7;
    }
}


#image-mesage {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

#image-mesage img {
    width: 60%;
}

#napiste {
    display: none
}

@media screen and (min-width: 1040px) {
    #napiste {
        display: inline;
        font-size: 16px !important;
        float: left !important;
    }
}


@media screen and (max-width: 420px) {
    #image-mesage img {
        width: 90%;
        margin-top: 3rem;
    }

    #items-container {
        flex-direction: column;
        gap: 2rem !important;
    }

    .expect-item {
        margin: auto !important;
        width: unset !important;
    }
}

@media screen and (min-width: 421px) and (max-width: 720px) {
    #items-container {
        padding: 10px 2vw !important;
    }

    .expect-item {
        flex-basis: unset !important;
    }
}

@media screen and (min-width: 1200px) {
    #items-container {
        padding: 10px 15vw !important;
    }

    .expect-item {
        max-width: 270px !important;
    }

}

#items-container {
    padding: 10px 10vw;
}

#items-container {
    --icon-size: 45px;
    --icon-size-bg: 65px;
    display: flex;
    gap: 2.5vw;
    justify-content: center;
    flex-wrap: wrap;
}

#items-container .expect-item .expected-title {
    margin: 0px;
    font-size: 120% !important;
    font-weight: 300;
    width: 100%;
    text-align: center
}

#items-container .expect-item {
    border-radius: .5em;
    background-color: #fff;
    padding: 20px;
    width: 200px;

    flex-basis: 32%;
    max-width: 220px;

    /*box-shadow: 10px 10px 20px #217796, -10px 10px 20px #217796;*/
}

#items-container .expected-icon {
    height: var(--icon-size);
    width: var(--icon-size);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;

    background-position: center;
}

.icon-phone {
    background-image: url("images/icons/mobile-icon.svg");
    background-position: top !important;
}

.icon-rocket {
    background-image: url("images/icons/rocket-icon.svg");
    background-size: 90% !important;

    position: relative;
    top: 5%;
    right: 5%;
}

.icon-user {
    background-image: url("images/icons/user-icon.svg");
    background-size: 80% !important;
}

.icon-balance {
    background-image: url("images/icons/balance-icon.svg");
}

.icon-graph {
    background-image: url("images/icons/graph-icon.svg");
    background-size: 87% !important;
}

.icon-search {
    background-image: url("images/icons/search-icon.svg");
    background-size: 75% !important;
}

.icon-send {
    width: 1em;
    height: 1em;

    width: 16px;
    height: 16px;
    /*kvuli zemen ze ted vsechno p jsou 18px vysoke*/
    background-image: url("images/icons/send-icon.svg");
    display: inline-block;

    position: relative;
    top: 2px;
    left: 3px;
    margin-left: 3px;
}

.spinner {
    width: 1em;
    height: 1em;

    width: 16px;
    height: 16px;
    /*kvuli zemen ze ted vsechno p jsou 18px vysoke*/
    background-image: url("images/icons/spinner-icon.svg");
    display: inline-block;
    animation: spin 2s linear infinite;
    position: relative;
    top: 2px;
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#items-container .expected-icon-bg {

    width: var(--icon-size-bg);
    height: var(--icon-size-bg);
    display: flex;
    margin: auto;

    margin: 1rem auto;
    margin-top: 10px;

    background: #fff;
    box-shadow: 3px 10px 40px #ccc, -3px 10px 40px #ccc;
    margin-bottom: 2rem !important;
    border-radius: 100rem;
}

#items-container div:nth-child(2n) .expected-icon-bg {
    background: linear-gradient(40deg, #1ca1ca, #3acbf4) !important;
}


.how-it-works * {
    box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.how-it-works {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

    font-size: 18px;
}

/* The actual timeline (the vertical ruler) */
.how-it-works::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #3acbf4;
    /*sla by jeste gold*/
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;

    top: 20px;
    border-radius: 100rem;
    /*bottom:16%;*/
    bottom: 15%;
    /*Bud, a nebo to zakoncit jakoze pod necim, pod nejakym objektem, jako kdyby to z nej rostlo*/
}

/* Container around content */
.hw-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.hw-container:first-child::after, .hw-container:last-child::after {
    border-color: gold
}

.hw-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #1ca1ca;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.hw-left {
    left: 0;
}

/* Place the container to the right */
.hw-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.hw-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.hw-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.hw-right::after {
    left: -16px;
}

/* The actual content */
.hw-content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}

.hw-number {
    font-size: calc(75% - 2px);
    margin: 0px;
    color: #999;
}

.hw-container h3 {
    width: fit-content;
}

.hw-container ul {
    list-style: none;
}

/*\002B
\2713*/
.hw-container:last-child li:last-child:before {
    content: "\002B" !important;
    color: #444 !important;
}

.hw-container li:before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1ca1ca; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/*@keyframes enter-right-animation {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}*/

@media (prefers-reduced-motion: no-preference) {
    .hw-right-animation {
        animation: enter-left-animation 0.8s 1;
    }

    .hw-left-animation {
        animation: enter-right-animation 0.8s 1;
    }
}

/*
TODO
chce to bud schvat komiksove bubliny, nebo je dat jako before
nejakeho nizsiho elementu, a animaci dat na to, na ne ty kolecka

TODO
lepsi animace

TODO
vrchni text

TODO svg vlny
*/

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .how-it-works::after {
        left: 31px;
    }

    /* Full-width containers */
    .hw-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .hw-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .hw-left::after, .hw-right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .hw-right {
        left: 0%;
    }
}


@media screen and (max-width: 400px) {
    .hw-content {
        padding: 15px 20px;
    }

    .hw-right::before, .hw-left::before {
        display: contents;
    }

    .hw-container {
        padding-left: 40px;
    }

    .hw-content ul {
        padding-left: 25px;
    }

}

@media screen and (max-width: 550px) {
    #grid {
        width: 90% !important;
    }

    .uvod-par p {
        font-size: 20px !important;
        letter-spacing: 0 !important;
    }

    .test-title {
        text-align: center;
        font-size: 22px !important;
    }

}

@media screen and (max-width: 420px) {
    #works h2 {
        font-size: 24px !important;
        padding-top: 1rem;
    }

}

.typing-effect {
    width: 22ch;
    animation: typing 5s steps(22) infinite alternate, effect .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
}

@keyframes typing {
    0% {
        width: 0;
    }
    50% {
        width: 22ch;
    }
}

@keyframes effect {
    50% {
        border-color: transparent;
    }
}

.web-summary > div {
    padding-top: 5px
}

.web-summary {
    margin: 4.5rem auto;
    width: fit-content;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;

}

#namiru {
    font-size: 130%
}

#namiru i {
    height: 1.3rem;
    width: 1.3rem;
    right: 2px;
}

#napsat {
    background-color: #1ca1ca;
    background-color: #23b5af;
    margin-top: -7px;
    padding-bottom: 5rem;
    padding-top: 3rem;
    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(33, 119, 150, 0.6), -10px 10px 20px rgba(33, 119, 150, 0.6);
}

#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 {
        background: #F6F6F6;
    }
}

#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;
}

body {
    scroll-behavior: smooth;
}

hr {
    margin: 6rem 0;
}

.common-inside > h3.uv6:after {
    background-color: #64cfe1;
}

.test-title {
    FONT-SIZE: 4vw;
    font-family: 'Outfit';
    font-weight: 400;
    letter-spacing: 3px;
    --display: flex;
    justify-content: center;
    letter-spacing: 1px;
    width: 40vw;
}

.test-image {
    background-image: url("images/lines.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    margin: 0 100px;
    --width: 40vw;
    flex: 0.6 !important;
}

@media screen and (min-width: 1200px) {
    .hw-number {
        font-size: calc(92% - 2px) !important;
    }
}

.uvod-par {
    display: flex;
    justify-content: center;
    margin: 15rem 0;

}

.uvod-par p {
    font-size: 22px;
}

.title-color {
    color: #00d665;
    color: #73d3b2;
}


/*CODEPEN PART*/

body {
    transition: 2s;
    background: #FFFFFF;
}

.gray {
    background: #fafafa;
    animation: gray-entry;
    animation-duration: 1s;
}

@keyframes gray-entry {
    0% {
        background-color: #fff;
    }
    100% {
        background-color: #fafafa;
    }
}

.container-timeline h2 {
    padding: 30px 0 0 0;
    text-align: center;
}

.container-timeline p.quota {
    font-size: 1.3em;
    text-align: center;
    padding: 0 0 30px 0;
    font-weight: 700;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;

}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 3px;
    background-color: #d9d9d9;
    margin-left: -1.5px;
    left: 20px;
}

@media (min-width: 576px) {
    .timeline:before {
        left: 50%;
        bottom: 210px;
    }
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
}

.timeline > li:after, .timeline > li:after {
    content: "";
    display: table;
    clear: both;
}

.timeline > li .panel {
    width: 100%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
}

.timeline > li .panel summary {
    display: block;
    user-select: none;
    outline: none;
    padding: 20px;
    margin-bottom: 0px;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: margin, background;
    font-weight: 600;
    font-size: 18px;
}

.timeline > li .panel summary::-webkit-details-marker {
    display: none;
}

.timeline > li .panel p {
    padding: 0 20px 10px;
}

.timeline > li .panel[open] summary {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .timeline > li {
        padding-left: 0px;
    }

    .timeline > li .panel {
        width: 50%;
    }

    .timeline > li:not(:nth-child(even)) {
        padding-right: 90px;
    }

    .timeline > li:nth-child(even) {
        padding-left: 90px;
    }

    .timeline > li:nth-child(even) > :nth-child(even) {
        float: right;
    }

}

.timeline > li > .icon {
    color: #d9d9d9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.5em;
    text-align: center;
    position: absolute;
    left: 20px;
    margin-left: -25px;
    background-color: #fafafa;
    z-index: 999;
    border-radius: 50%;
}

.timeline > li > .icon:before {

    height: 50px;
    width: 50px;
    display: block;
    background-image: url(images/icons/time-line-dot.svg);
    background-size: 40px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .timeline > li > .icon {
        left: 50%;
    }
}

.timeline > li > .icon.done {
    color: #23b5af;
}

@keyframes icon-done {
    0% {
        background-image: url(images/icons/time-line-clock.svg);
        background-size: 40px;
    }
    20% {
        background-size: 0px;
        background-image: url(images/icons/time-line-check.svg);
    }
    50% {
        background-size: 48px;
    }
    80% {
        background-size: 40px;
    }
}

.timeline > li > .icon.done:before {
    animation-name: icon-done;
    animation-duration: 2s;

    height: 50px;
    width: 50px;
    display: block;
    background-image: url(images/icons/time-line-check.svg);
    background-size: 40px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}

.timeline > li > .icon.working {
    color: #eeba4c;
}

.timeline > li > .icon.dot:before {

    height: 50px;
    width: 50px;
    display: block;
    background-image: url(images/icons/time-line-dot.svg);
    background-size: 40px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}

.timeline > li > .icon.dot {
    color: #eeba4c;
}

@keyframes icon-working {
    0% {
        background-image: url(images/icons/time-line-check.svg);
        transform: rotateZ(1deg);

    }
    20% {
        background-image: url(images/icons/time-line-clock.svg);
    }
    60% {
        transform: rotateZ(360deg);
    }

}

.timeline > li > .icon.working:before {
    animation-name: icon-working;
    animation-duration: 2s;
    transform: rotateZ(360deg);

    height: 50px;
    width: 50px;
    display: block;
    background-image: url(images/icons/time-line-clock.svg);
    background-size: 40px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .container-timeline {
        padding: 0 3vw;
    }
}
@media screen and (min-width: 576px) and (max-width: 999px){
    .container-timeline {
        padding: 0 30px;
    }
}
@media screen and (max-width: 575px){
    .container-timeline {
        padding:0 25px 0 15px ;
    }
}
.container-timeline {
    max-width: 1000px;
    margin: auto;
}

p {
    font-weight: 200;
}

#co-od-nas-cekat{
    background: url('images/test.jpg');
}
#co-od-nas-cekat-child{
    background-color: rgba(0,0,0,0.75);
}
@media screen and (max-width: 512px) {
    #co-od-nas-cekat{
        background: #2e99b9;
    }
    #co-od-nas-cekat-child{
        background-color: rgba(0,0,0,0);
    }
}

h3{
    width: fit-content;
}