* {
    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(13, 0, 255, 0.401) 8%, rgba(47, 116, 255, 0.549) 52%, rgba(0, 140, 153, 0.366) 100%), url(/img/paging/code.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;
}
/* compartment (text boxes) */
.compartment{
    margin-left: 10%;
    margin-right: 10%;
}
.compartment h2{
    font-size: 33px;
    text-align: center;
    font-weight: 600;
}
.compartment p{
    font-size: 20px;
    text-align: center;
    
}
/* 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;
}
/* 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;
}