/* Utils */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
/* End Utils */


/* Header */
header {
    background: url(../../../images/pages/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 92px;
}
/* End Header */


/* Tentang Kami */
#tentangKami {
    margin-top: 80px;
}

.teka-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.teka-overlay-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.teka-modal-iframe {
    width: 100%;
    height: 500px;
    border: 1px solid var(--nt-04);
    border-radius: var(--border-radius);
}

.teka-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-shadow {
    position: absolute;
    width: 122px;
    height: 122px;
    background: var(--primary);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.teka-btn-container:hover .teka-btn-shadow {
    opacity: 0.5;
    visibility: visible;
}

.teka-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white) !important;
    font-size: 42px;
    position: absolute;
    z-index: 2;
}
/* EndTentang Kami */


/* Keunggulan kami */
#keunggulanKami {
    padding-top: 80px;
}

.keka-card {
    box-shadow: none;
    border: 1px solid var(--nt-02);
    height: 100%;
    transition: var(--transition);
}

.keka-card:hover {
    border-color: var(--primary);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.10);
    transform: translateY(-8px);
}

.keka-card .card-body {
    padding: 48px 24px;
}

.keka-ic-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 184, 252, 0.05);
    margin-bottom: 16px;
}

.keka-gutter {
    margin-left: -16px;
    margin-right: -16px;
}

.keka-gutter > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
}
/* End Keunggulan kami */

/* Promosi */
#promosi {
    background: url(../../../images/pages/home/promosi-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 56px;
}

.promosi-vector {
    position: absolute;
}

.promosi-vector.top {
    top: 0;
    left: 0;
}

.promosi-vector.bottom {
    bottom: 0;
    right: 0;
}

.promosi-text {
    padding-top: 107px;
    padding-bottom: 107px;
}
/* End Promosi */


/* Fitur koperasi */
#fiturKoperasi {
    margin-top: 56px;
}

.fitko-card {
    border-radius: 4px;
    background: var(--white, #FFF);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
/* End Fitur koperasi */


/* Manfaat koperasi */
#manfaatKoperasi {
    margin-top: 80px;
}
/* End Manfaat koperasi */


/* Paket koperasi */
#paketKoperasi {
    margin-top: 80px;
}

.pako-card {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid var(--nt-02);
    transition: var(--transition);
}

.pako-card .card-body {
    padding-top: 53px;
    padding-bottom: 53px;
}

.pako-card:hover {
    border-color: var(--primary);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
/* End Paket koperasi */


/* Tertarik koperasi */
#tertarikKoperasi {
    padding-top: 44px;
    padding-bottom: 44px;
    background: #021E48;
    margin-top: 56px;
}
/* End Tertarik koperasi */


/* testimonial */
#testimonial {
    margin-top: 56px;
}

.testi-card {
    transition: var(--transition);
    width: 34vw;
    border-radius: 4px;
    border: 1px solid var(--nt-02);
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: none;
    margin-bottom: 24px;
}

.testi-card .card-body {
    padding: 32px;
}

.testi-img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.testi-carousel .slick-slide {
    opacity: .7;
    transition: var(--transition);
}

.testi-carousel .slick-slide.slick-center {
    opacity: 1;
}

.testi-carousel .slick-slide.slick-center .testi-card {
    border-color: var(--primary);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.testi-carousel-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--nt-02);
    border: 1px solid var(--nt-03);
    color: var(--nt-07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: var(--transition);
}

.testi-carousel-arrow:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
/* End testimonial */


/* Kenapa memilih koperasi */
#kenapaMemilihKoperasi {
    padding-top: 44px;
    padding-bottom: 44px;
    background: #021E48;
    margin-top: 56px;
}
/* End Kenapa memilih koperasi */


/* Klien kami */
#klienKami {
    margin-top: 56px;
    margin-bottom: 80px;
}

.klika-card {
    transition: var(--transition);
    width: 17vw;
    border-radius: 4px;
    border: 1px solid var(--nt-02);
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: none;
    margin-bottom: 24px;
}

.klika-card:hover {
    border-color: var(--primary);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.klika-card .card-body {
    padding: 24px;
}

.klika-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 8px;
}

.klika-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
}

.klika-carousel .slick-dots li button:before {
    font-size: 12px;
}
/* End Klien kami */

@media (max-width: 767.98px) {

    /* Header */
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    header {
        padding-top: 110px;
        padding-bottom: 53px;
    }
    /* End Header */

    /* Promosi */
    .promosi-vector {
        width: 15%;
    }
    /* End Promosi */

    /* Testimonial */
    .testi-card .card-body {
        padding: 16px;
    }

    .testi-card {
        width: 75vw;
    }
    /* End Testimonial */

    /* Klien Kami */
    .klika-card {
        width: 70vw;
    }
    /* End Klien Kami */

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

        /* Testimonial */
        .testi-card .card-body {
            padding: 16px;
        }

        .testi-card {
            width: 75vw;
        }
        /* End Testimonial */

        /* Klien Kami */
        .klika-card {
            width: 70vw;
        }
        /* End Klien Kami */

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}
