/* Struktur */
/* header */
#header {
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

/* features */
.img-feature {
    max-height: 300px;
}

/* pricing */
.card-deck .card {
    min-width: 220px;
}

/* testimonilas */
.testimonial {
    max-width: 75%;
    margin: auto;
}

.img-testimonial {
    max-width: 75%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Custom CSS */
.year-container {
    margin: 20px 0;
}

.card {
    width: 100%;
}

@font-face {
    font-family: 'CloisterBlack';
    src: url('../fonts/cloisterblack-webfont.woff2') format('woff2'),
        url('../fonts/cloisterblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.cloisterBlack {
    font-family: 'CloisterBlack', sans-serif;
}


.rounded-image {
    border-radius: 20px;
    overflow: hidden;
}