.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #EDEAE2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    top: 150px !important;
}

.swiper-button-prev {
    top: 150px !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    height: 450px;
    width: 100vw;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-btn {
    opacity: 1;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 20px !important;
    font-size: 100%;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .3); */
}

.card-bg {
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    background-color: #f5ebd1;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #1B475B;
    opacity: .3;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #1B475B;
    opacity: .4;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.card {
    width: 100%;
    height: 100%;
}

.card-image {
    position: absolute;
    left: 5%;
    top: 20px;
    width: 90%;
    height: 60%;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

.card-text-div {
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    width: 70%;
    bottom: 120px;
    left: 15%;
    background-color: #f6f4eb;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

.card-button {
    position: absolute;
    width: 100%;
    bottom: 55px;
}

.card-text {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: smaller;
    color: rgba(122, 91, 50, .8);
    line-height: 18px;
}
.swiper-pagination-bullet{
    margin-left:8px !important;
    margin-right:8px !important;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, .3);
}
.swiper-pagination-bullet-active {
    background-color: #146C94;
}

.ci-1{ background-image: url("images/books.png"); background-size: cover; background-position: center;}
.ci-6{ background-image: url("images/dnevna_razmatranja.png"); background-size: cover; background-position: center;}
.ci-2{ background-image: url("images/calculator-2.png"); background-size: cover; background-position: center;}
.ci-4{ background-image: url("images/bill-and-bob.png"); background-size: cover; background-position: center;}
.ci-5{ background-image: url("images/anonimnost.png"); background-size: cover; background-position: center;}
.ci-7{ background-image: url("images/Q12.png"); background-size: cover; background-position: center;}