* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Vollkorn", serif;
    font-weight: 450;
}

body {
    min-height: 100vh;
    width: 100%;
}

/* main */
.main {
    background-image: linear-gradient(180deg, rgba(12, 0, 255, 0.5354342420561975) 8%, rgba(47, 117, 255, 0.6614846622242647) 52%, rgba(0, 139, 153, 0.44859950816264005) 100%), url(/img/paging/pcservicesbg.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainzaglavie {
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    color: azure;
    padding-top: 150px;
}

/* main part */
.klienti {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.zaglavie {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.paragraf {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.zaglavie2 {
    padding-left: 10px;
}

/* portfolio cards */
.saitove {
    display: flex;
    justify-content: space-between;
    margin-bottom: -3%;
}
img {
    border-radius: 5px 5px 0 0;
}
.container {
    padding: 2px 16px;

}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.7s;
    width: 25%;
    border-radius: 5px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 70px;
    float: left;
    text-align: center;
    

}

.card:hover {
    box-shadow: 0 8px 16px 0 #297bff;
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        font-size: 24px;
        min-width: 196px;
    }
}

/* separator */
.seperator {
    width: 100%;
    height: 5px;
    animation: rotate 3s infinite linear;
    -webkit-animation: rotate 3s infinite linear;
}

.seperator-wrapper {
    width: 100%;

}


@-webkit-keyframes rotate {
    from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

@keyframes rotate {
    from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

.gradient {
    background: rgb(48, 255, 144);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgb(38, 87, 201) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(48, 255, 144, 1)), color-stop(25%, rgba(237, 45, 237, 1)), color-stop(50%, rgba(201, 152, 38, 1)), color-stop(75%, rgba(48, 255, 230, 1)), color-stop(100%, rgba(48, 255, 144, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(104, 132, 199, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(104, 132, 199, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(104, 132, 199, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(104, 132, 199, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30ff90', endColorstr='#30ff90', GradientType=1);
    /* IE6-9 */

}

/* Client Slider */
/* Client Slider */
#client-slider {
    margin: 0 auto;
    width: 80%;
}

#client-slider.carousel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#client-slider.carousel-item {
    width: 100%;
    text-align: center;
}

#client-slider.client-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

#client-slider.client-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

#client-slider.carousel-control-prev,
#client-slider.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #5591f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#client-slider.carousel-control-prev-icon,
#client-slider.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

#client-slider.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M11.354 1.646a.5.5 0 0 1 0.708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1.708 0z'/></svg>");
}

#client-slider.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M4.646 1.646a.5.5 0 0 1.708 0l6 6a.5.5 0 0 1 0.708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

#client-slider .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

#client-slider .client-review {
    background-color: #89878756;
    border: 1px solid #297bff;
    padding: 20px;
    border-radius: 5px;
}
/* footer */
.socialicons{
    color: azure;
    font-size: 25px;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}