/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

html,
body {
    background: #FCFCFC;
    font-family: Neuwelt;
    /* font-size: 46px; */
    font-style: normal;
    /* font-weight: 700; */
    counter-reset: fitur;
}

div#content,
#banner {
    margin-top: 140px;
    margin-bottom: 80px;
}

button.carousel-control-prev,
button.carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    background: rgba(250, 250, 250, .5);
    /* opacity: .2; */
    opacity: 0;
}

button.carousel-control-prev {
    margin-left: 10px;
}

button.carousel-control-next {
    margin-right: 10px;
}

section#faq,
section#fitur,
section#kontak {
    scroll-margin-top: 120px;
}

section#fitur {
    background: #EAEDF5;
}

section#kontak {
    background: var(--blue-10, #EAEDF5);
}

.c-width {
    min-width: 100%;
}

nav.bg-c-nav {
    background: #2c388c;
}

/* .text-c-h4 {
    color: #5777ba;
} */

/* banner */
#banner .card-right .card-body .card-title {
    color: var(--blue-100, #2B4B9A);
    font-family: Neuwelt;
    /* font-size: 46px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 140%; */
}

#banner .card-right .card-body p {
    color: var(--neutral-80, #454545);
    /* text-align: justify; */
    font-family: Neuwelt;
    /* font-size: 32px; */
    font-style: normal;
    /* font-weight: 500; */
    /* line-height: 140%; */
}

img.image-banner {
    width: 100%;
    height: auto;
    max-height: 300px;
}

#fitur .card-title {
    color: var(--blue-100, #2B4B9A);
    font-family: Neuwelt;
    /* font-size: 46px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 140%; */
}

.card-fitur .card-title {
    font-size: 18px;
}

.card-fitur .card-title:before {
    content: '';
    display: inline-block;
    counter-increment: fitur;
    content: counter(fitur) ". ";
    margin-right: 10px;
}

#fitur .card-body {
    color: var(--neutral-80, #454545);
    font-family: Neuwelt;
    /* font-size: 34px; */
    font-style: normal;
    font-weight: 300;
    /* line-height: 140%; */
}

#fitur .card-header {
    background: #FCFCFC;
}

#kontak .card-title {
    color: var(--blue-100, #2B4B9A);
    text-align: center;
    font-family: Neuwelt;
    /* font-size: 46px; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 140%; */
}

.box-kontak {
    border-radius: 16px;
    background: var(--neutral-0, #FCFCFC);
    padding: 10px 20px;
    margin-bottom: 50px;
}

iframe.maps {
    border: 0;
    width: 100%;
    border-radius: 16px;
}

#carouselExampleIndicators:hover {

    .carousel-control-next,
    .carousel-control-prev {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
        background: rgba(0, 0, 0, .5);
    }
}

.col-right {
    min-height: 400px;
}

.navbar-brand {
    /* color: var(--blue-100, #2B4B9A); */
    font-family: Neuwelt;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.nav-link {
    /* color: var(--neutral-100, #171717); */
    color: #fff;
    font-family: Neuwelt;
    /* font-size: 22px; */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

#banner .card-right .card-body p.font-mtcorsva {
    font-family: Monotype-Corsva;
    font-size: 20px;
}

/* .nav-link.active {
    color: var(--blue-100, #2B4B9A);
    font-weight: 500;
} */

.text-nav-custom {
    font-size: 18px;
    line-height: 18px;
    align-self: center;
}

.card-fitur .card-img-top {
    width: 120px;
    height: auto;
    mix-blend-mode: darken;
}

.card-fitur .card-text {
    color: #454545;
    /* font-family: Neuwelt; */
    /* font-size: 22px; */
    /* font-style: normal; */
    /* font-weight: 300; */
    /* line-height: 140%; */
    font-size: 12px;
}

.card.border-0.card-box-fitur {
    border-radius: 16px;
    /* background: #FCFCFC; */
}

span.text-c-sub {
    font-size: 10px;
    line-height: 18px;
}

span.carousel-control-prev-icon,
span.carousel-control-next-icon {
    background-image: url('../image/prev-arrow-transparent.png');
}

span.carousel-control-next-icon {
    transform: rotate(180deg);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .box-kontak {
        padding: 20px 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    button.carousel-control-prev,
    button.carousel-control-next {
        width: 100px;
        height: 100px;
    }

    button.carousel-control-prev {
        margin-left: 20px;
    }

    button.carousel-control-next {
        margin-right: 20px;
    }

    .c-width {
        min-width: 400px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    section#faq,
    section#fitur,
    section#kontak {
        scroll-margin-top: 100px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}