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

@media screen and (min-width: 600px) {
    #uvod {
        padding-top: 8vw !important;
    }
}

#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: 10vh 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: 0 !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 h2 {
    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: 16px !important;
    }

    .title-color {
        display: block !important;
    }

    .test-title h1 {
        display: unset !important;
    }

    .icon-cards__item {
        --distance: 45vw !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: 3vw;
    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/mobile-app/app-store.webp");*/
    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 0 0;

}

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

.title-color {
    color: #00d665;
    color: #33b6d9;
    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 h1 {
    padding: 30px 0 0 0;
    text-align: center;
}

.container-timeline h4 {
    font-size: 1.2em;
    text-align: center;
    padding: 0 0 30px 0;
}

.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: 250px;
    }
}

.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;

    font-size: 17px;
    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;
    }
    .timeline:before {
        bottom: 280px;
    }
}

.container-timeline {
    max-width: 1000px;
    margin: auto;
}

p {
    font-weight: 200;
}

#co-od-nas-cekat {
    background: url('images/mobile-app/macbook.jpg');
    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;
        background: #404040;
    }

    #co-od-nas-cekat-child {
        background-color: rgba(0, 0, 0, 0);
    }
}


/*/-------------*/


.icon-cards {
    position: relative;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards; /* 10s*/
}

.icon-cards__content.step-animation {
    animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, .1);*/
    border-radius: 6px;
    transform-origin: center;

    --distance: 31vw; /*35*/
}

.icon-cards__item:nth-child(1) {
    background-image: url("images/mobile-app/app-store_l.png");
    background-size: contain;
    transform: rotateY(2deg) translateZ(var(--distance));
}

.icon-cards__item:nth-child(2) {
    background-image: url("images/mobile-app/google_l.png");
    background-size: contain;
    transform: rotateY(62deg) translateZ(var(--distance));
}

.icon-cards__item:nth-child(3) {
    background-image: url("images/mobile-app/numbers_l.png");
    background-size: contain;
    transform: rotateY(122deg) translateZ(var(--distance));
}

.icon-cards__item:nth-child(4) {
    background-image: url("images/mobile-app/netflix_l.png");
    background-size: contain;
    transform: rotateY(182deg) translateZ(var(--distance));
}

.icon-cards__item:nth-child(5) {
    background-image: url("images/mobile-app/icloud_l.png");
    background-size: contain;
    transform: rotateY(242deg) translateZ(var(--distance));
}

.icon-cards__item:nth-child(6) {
    background-image: url("images/mobile-app/imessage.png");
    background-size: contain;
    transform: rotateY(302deg) translateZ(var(--distance));
}

@keyframes carousel {
    0%, 8.33% {
        transform: translateZ(-35vw) rotateY(0deg);
    }
    16.66%, 25% {
        transform: translateZ(-35vw) rotateY(-60deg);
    }
    33.33%, 41.66% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }
    50%, 58.33% {
        transform: translateZ(-35vw) rotateY(-180deg);
    }
    66.66%, 75% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }
    83.33%, 91.66% {
        transform: translateZ(-35vw) rotateY(-300deg);
    }
    100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}


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

/*.checkbox {
    position: relative;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f47956;
    transition: color 0.3s ease;
    user-select: none;
}
.checkbox:hover {
    color: #f7a95a;
}
.checkbox__checkbox {
    position: relative;
    top: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    background: white;
    border: 1px solid currentColor;
    border-radius: 4px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.checkbox__checkbox::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.checkbox__label {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox > input:checked ~ .checkbox__checkbox {
    border-color: transparent;
    background: #f47956;
    animation: jelly 0.6s ease;
}
.checkbox > input:checked ~ .checkbox__checkbox:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}*/
@keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

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

    .icon-cards__item:nth-child(1) {
        transform: rotateY(4deg) translateZ(var(--distance));
    }

    .icon-cards__item:nth-child(2) {
        transform: rotateY(64deg) translateZ(var(--distance));
    }

    .icon-cards__item:nth-child(3) {
        transform: rotateY(124deg) translateZ(var(--distance));
    }

    .icon-cards__item:nth-child(4) {
        transform: rotateY(184deg) translateZ(var(--distance));
    }

    .icon-cards__item:nth-child(5) {
        transform: rotateY(244deg) translateZ(var(--distance));
    }

    .icon-cards__item:nth-child(6) {
        transform: rotateY(304deg) translateZ(var(--distance));
    }

    .icon-cards__item {
        --distance: 40vw;
    }
}

@media screen and (min-width: 891px) and (max-width: 1099px) {
    .icon-cards__item {
        --distance: 35vw;
    }
}

@media screen and (max-width: 1099px) {
    #uvod {
        flex-direction: column-reverse;
    }

    .test-image {
        margin: 100px auto;
    }

    .test-title {
        width: 100%;
    }

    .title-color {
        display: inline-block
    }

    .test-title h1 {
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .test-title {
        animation-name: animation-tit2;
        animation-duration: 3s;
    }
}

@media screen and (min-width: 1100px) {
    .icon-cards__item {
        --distance: 24vw;
    }
}


@keyframes animation-tit2 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        color:;
    }
}

.platforms {
    display: flex;
}

.platforms div {

    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.platforms div:first-child {
    background-image: url("images/mobile-app/apple.png");
    flex: 1;
    background-size: 50%;
}

.platforms div:nth-child(2) {
    flex: 1.5;
    background-image: url("images/mobile-app/android.webp");
}

@media screen and (min-width: 700px) {
    .platforms {
        margin: 3rem auto;
    }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
    .platforms div {
        flex: 1;
    }

    .platforms {
        margin-top: 5rem;
        flex-direction: column;
        height: 250px;
    }

    .platforms div:first-child {

        background-size: contain;
    }

    .platforms div:nth-child(2) {
        flex: 2 !important;
    }
}

@media screen and (min-width: 610px) and (max-width: 767px) {
    .platforms div:first-child {
        background-size: 40% !important;
    }
}

#counter {
    display: flex;
    justify-content: center;
    padding: 130px 0;
    color: #FFFFFF;
    text-align: center;

    gap: 30px;
    transition: .5s;
}

#counter div {
    min-width: 150px;
}

#counter > div > div p {
    margin: 0;
}

#counter > div > p:first-child, #counter #projects, #counter #lines, #counter #days {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}


/**/
#counter div {
    min-width: 200px !important;
}

#counter > div > p:first-child {
    background: #04CF8D;
    border-radius: 0.5em;
    padding: 4px 10px;
    margin-bottom: 10px;
}

/*counter technology*/
@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}
@media screen and (max-width: 480px) {
    @property --num {
        syntax: "<integer>";
        initial-value: 20;
        inherits: false;
    }
}



#counter #projects {
    transition: --num 5s;
    counter-set: num var(--num);
    /*font: 800 40px system-ui;*/
}

#counter #projects::after {
    content: counter(num);
}

/*#counter #projects:hover {
    --num: 40000;
}*/

.show-count {
    --num: 20;
}

/*counter 2*/
@property --numB {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}
@media screen and (max-width: 480px) {
    @property --numB {
        syntax: "<integer>";
        initial-value: 200000;
        inherits: false;
    }
}

#counter #lines {
    transition: --numB 5s;
    counter-set: numB var(--numB);
    /*font: 800 40px system-ui;*/
}

#counter #lines::after {
    content: counter(numB);
}

.show-count-lines {
    --numB: 200000;
}


/*counter 3*/
@property --numC {
    syntax: "<integer>";
    initial-value: 200;
    inherits: false;
}

@media screen and (max-width: 480px) {
    @property --numC {
        syntax: "<integer>";
        initial-value: 57;
        inherits: false;
    }
}
#counter #days {
    transition: --numC 5s;
    counter-set: numC var(--numC);
    /*font: 800 40px system-ui;*/
}

#counter #days::after {
    content: counter(numC);
}

.show-count-days {
    --numC: 57;
}


/*#counter>div:nth-child(2)>p:first-child {
    background: -webkit-linear-gradient(130deg, #23cc95 30%, #30ceff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
/*Mozna dat i na pc, vypada to libove ten text*/


@media screen and (max-width: 419px) {
    #counter > div:first-child > p:first-child {
        background-image: linear-gradient(40deg, #00cf8d 30%, #1ca1ca 100%);
    }

    #counter > div:nth-child(3) > p:first-child {
        background-image: linear-gradient(220deg, #00cf8d 50%, #1ca1ca 100%);
    }

    #counter > div:nth-child(2) > p:first-child {
        background: -webkit-linear-gradient(130deg, #23cc95 30%, #30ceff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media screen and (min-width: 420px) {
    /*Mozna odstranit media 420, na mobilu to vypada taky libove*/
    #counter > div:first-child > p:first-child, #counter > div:nth-child(3) > p:first-child {
        width: fit-content;
        margin: 10px auto;
        min-width: 80px;
    }

    #counter > div:nth-child(2) > p:first-child {
        margin: 10px auto;
    }
}


@media screen and (max-width: 760px) {
    #counter {
        flex-direction: column;
    }

    #counter div {
        margin: auto;
        max-width: 220px;
    }

}

.stores {
    display: flex;
    padding: 0 10%;
    gap: 80px;
    margin: 12rem 0;
    justify-content: center;
}

.stores > div {

}

.stores h2 {
    /*font-weight: bold;*/
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 40px !important;
    margin-top: -1px;
    /*margin-top: calc(var(--scroll-progress) * 20)px;*/
    margin-top: 110px;
}

.stores-1 {
    display: flex;
    justify-items: center;
    flex-direction: column;

}

.stores-1 img {
    width: 250px;
    height: fit-content;
    margin-left: auto;
}

.stores-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;

    transition: transform 0.5s;

}

.stores-2 p {
    margin: 5px;
    font-size: 21px;
}

.stores-2 i {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}


#faq {
    display: flex;
    justify-content: center;

    padding: 130px 0;
    color: #FFFFFF;
}

#faq > div {
    flex: 1;
}

.faq-image-circle {
    margin: auto;
    border-radius: 100rem;
    padding: 2rem;
    width: 300px;
    height: 300px;
    background: #FFFFFF;

    position: relative;
    top: 15%;
}

#faq-img {
    padding-left: 40px;
}

#faq details {
    border-radius: .9em;
    background: #FFFFFF;
    color: #000;
    padding: 15px 20px;
    font-size: 21px;
    width: 80%;
    transition: .7s;
    margin: 20px;
}

@media screen and (min-width: 1200px) {
    #faq details {
        width: 600px;
    }

    .faq-image-circle {
        width: 400px;
        height: 400px;
        margin-left: auto;

        position: unset;
        top: 0%;
    }

    #faq-img {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1000px) {
    #faq {
        flex-direction: column;
        gap: 50px;
    }

    #faq-img {
        padding-left: 0px;
    }

    #faq details {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 770px) {
    #faq details {
        width: 80%;
    }
}

/*
       [4, 4]
       [4, 4]

[0, 0] [1, 1] [2, 2] [5, 5]
[0, 0] [1, 1] [2, 2] [5, 5]

       [3, 3]
       [3, 3]
*/


/* temp */
/*
       [4, 4]
       [4, 4]
       !*  *!
       [4, 4]
       [4, 4]

[0, 0] [1, 1] [2, 2] [5, 5]
[0, 0] [1, 1] [2, 2] [5, 5]

       [3, 3]
       [3, 3]

*/

@media screen and (max-width: 900px) {
    .stores {
        flex-direction: column;
        gap: 0px;
    }

    .stores-1 {
        flex-direction: row;
        overflow: hidden;
        width: 90vw;
    }

    .stores-1 img {
        margin: auto;
        width: 47%;
        height: auto;
    }

    .stores-2 {
        width: fit-content;
        margin: auto;
    }
}

#faq summary {
    list-style: none;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: margin, background;
}

#faq summary::-webkit-details-marker {
    display: none;
}

#faq summary::-webkit-details-marker {
    display: none;
}


#faq details:hover {
    background: ;
    padding: 20px 20px;
    transition: .7s;
    cursor: pointer;
}

#faq .panel p {
    padding: 0 20px 10px;
}

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


@media screen and (max-width: 260px) {
    .stores-1 img{
        width: 49% !important;
    }
}

@media screen and (max-width: 400px) {
    .faq-image-circle {
        height: unset !important;
        width: 60%;
    }
    .stores{
        padding: 0 3% !important;
    }
    .stores h2{
        font-size: 30px !important;
    }
}

.faq-questions-icon {
    background-image: url("angle-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: relative;
    top: 5px;
    right: 2px;
    transform: rotateX(180deg);
    height: 25px;
    width: 25px;
    display: inline-block;
    transition: .6s;
}

#faq a {
    color: #08aabb;
    color: #00cf8d !important;
    font-weight: bolder;
}


.common-inside h3, .common-inside h2{
    width: fit-content;
}


:root {
    --num: 20;
    --numB: 200000;
    --numC: 57;
}

@media screen and (max-width: 480px) {
    #counter #projects::after {
        content: '20';
    }
    #counter #days::after {
        content: '57';
    }
    #counter #lines::after {
        content: '200000';
    }
}