@font-face {
    font-family: "montserrat-regular";
    src: url('../../font-face/Montserrat/MONTSERRAT-REGULAR.OTF');
}

@font-face {
    font-family: "montserrat-bold";
    src: url('../../font-face/Montserrat/MONTSERRAT-BOLD.OTF');
}

@font-face {
    font-family: "montserrat-semibold";
    src: url('../../font-face/Montserrat/MONTSERRAT-SEMIBOLD.OTF');
}

@font-face {
    font-family: "Silka";
    src: url('../../font-face/Silka/SILKA-REGULAR-WEBFONT.TTF');
}

@font-face {
    font-family: "Silka-bold";
    src: url('../../font-face/Silka/SILKA BLACK.OTF');
}

@font-face {
    font-family: "Helvetica Neue";
    src: url('../../font-face/Pragmatica/Nimbus-Sans-D-OT-Light_32752.ttf');
}

@font-face {
    font-family: "Poppins";
    src: url('../../font-face/Poppins/Poppins-Regular.ttf');
}

body {
    font-family: "Silka";
    font-style: normal;
    background-color: #F0F0F0;
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
}

html,
body,
.intro-2 {
    height: 100%;
}


h1 {
    font-family: "Silka-bold";
    font-weight: 900 !important;
    font-size: 20px;
    line-height: 140%;
    color: #4F4F4F;
}

h3 {
    font-family: "Silka-bold";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 140%;
    color: #4F4F4F;
}

h4 {
    font-family: "montserrat-bold";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.8px;
    color: #4F4F4F;
}

h5 {
    font-family: "montserrat-bold";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
}

h6 {
    font-family: "Silka";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
}

p {
    font-family: "montserrat-regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #828282;
}

.testi-text {
    font-family: "montserrat-regular";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 160%!important;
    -webkit-line-clamp: unset!important;
    height: auto!important;
}

.pos-text {
    font-family: "montserrat-regular";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    height: 30px;
}

.testi-body {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 16px 16px 16px 0px;
    margin: 34px;
}

.navbar {
    padding: .5rem 3rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Helvetica Neue";
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #4F4F4F;
    -webkit-transition: .35s;
    transition: .35s;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.nav-item {
    margin-top: auto;
    margin-bottom: auto;
}

.nav-btn {
    border: none;
    cursor: pointer;
    color: #F2F2F2 !important;
    border-radius: 8px;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.section-btn {
    font-family: "montserrat-regular";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    padding: 16px 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

@media (min-width:1366px) {
    .streak.streak-photo {
        background-attachment: fixed
    }
}

.streak.streak-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.creative-lp .view {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.streak.streak-long-2 {
    height: 250px;
}

.band-lp .view,
.cafe-lp .view,
.streak.streak-photo {
    -webkit-background-size: cover;
}

.streak {
    display: block;
    position: relative;
    overflow: hidden;
    height: 573px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators .active {
    height: 10px !important;
    width: 33px !important;
    background-color: #23B570;
    border-radius: 10px !important;
    border: none !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 10px !important;
    width: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #DCDCDC;
    background-clip: padding-box;
    border: none !important;
    opacity: .5;
    transition: opacity .6s ease;
}

.fam-img {
    /* -webkit-filter: grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    padding-left:13.43px;
    padding-right:13.43px;
    border-radius: 4.29071px;
    opacity: 1;
    background-color: #FFFFFF;
}

.fam-img:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    opacity: 1;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

label {
    margin-bottom: 12px;
}

form {
    font-family: "Silka";
    font-weight: 700;
    font-size: 12px;
}

.hbfr {
    border-radius: 10px;
    margin-bottom: 10px;
    height: 41px;
    font-size: 12px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD !important;
    font-family: "Silka";
    font-weight: 700;
    font-size: 12px;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BDBDBD !important;
    font-family: "Silka";
    font-weight: 700;
    font-size: 12px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BDBDBD !important;
    font-family: "Silka";
    font-weight: 700;
    font-size: 12px;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active .icon-bb {
    /* color: #4F4F4F; */
    /* background-color: #F2F2F2; */
    border: 1px solid #23B570;
}

.nav-tabs .nav-link {
    font-family: "Silka";
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    border: none;
    /* border-radius: 12px; */
    padding: 0px 0px;
    color: #4F4F4F;
    background-color: #FFFFFF;
}

.icon-bb {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #F2F2F2;
    background-size: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.dir-btn {
    display: inline-block;
    width: 74px;
    height: 74px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    color: #23B570;
}

.dir-btn.dir-left {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/icon-bb/arrowleft.svg");
}

.dir-btn.dir-right {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/icon-bb/arrowright.svg");
}

.icon-bb.kesehatan {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/icon-bb/kesehatan.svg");
}

.icon-bb.kemanusiaan {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/icon-bb/kemanusiaan.svg");
}

.icon-bb.um {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/icon-bb/um.svg");
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-multi-item {
    margin-bottom: 0rem;
}

.fixedwa {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
}

.relwa {
    position: relative;
    width: 420.14px;
    margin-right: 10px;
}

.circlewa {
    position: absolute;
    width: 62.84px;
    height: 61.67px;
    border-radius: 41px;
    background-color: #25D366;
    background-image: url("../../img/icon-bb/bx_bxl-whatsapp.svg");
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}

.boxwa {
    width: 395px;
    height: 74px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 14px 60px 14px 14px;
    margin-bottom:20px;
}

.textwa {
    font-family: "montserrat-regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #828282;
}
.btn-kembali {
    border-radius: 8px!important;
    background: #23B570!important;
    width: 103px!important;
    height: 38px!important;
    font-size:14px!important;
}
footer.page-footer .footer-copyright {
    background-color: #23B570;;
}

.ft-title{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}
.card-title {
    font-family: montserrat-bold;
    font-size: 12px;
    height: 64px;
}

.card-title.event {
    min-height: 70px;
}

.card-text {
    font-family: "montserrat-regular";
    font-style: normal;
    letter-spacing: 0em;
    min-height: 78px;
    color: #BDBDBD!important;
    line-height: 18px;
}

.rm-btn {
    font-family: "Silka";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D9CDB!important;
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .first-bg{
        background-size: 309px; 
        background-position: bottom center;
    }
    .second-bg{
        background-color: #FFFFFF;
    }
}
/* // Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* // Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .first-bg{
        background-size: 380px; 
        background-position: bottom center;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .first-bg{
        background-size: 380px; 
        background-position: bottom center;
    }
    .second-bg{
        background-size: 650px!important; 
        background-position: top left!important;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.hide-search {
    display: none!important;
}

.srin:focus {
    box-shadow: none!important;
}

.item-list {
    display: flex;
    flex-direction: row;
    padding: 17px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.thumb-list {
    width: 50%;
    max-width: 180px;
    height: 101px;
    border-radius: 8px;
    object-fit: cover;
}

.info-camp {
    margin-left: 16px;
    width: 100%;
}

.title-list-camp {
    font-family: montserrat-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 0.7em;
    line-height: 18px;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
    overflow: hidden;
    color: #4F4F4F;
}

.user {
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #4B4B4B;
    margin: 4px 0px;
}

.progress-bar {
    color: #fff;
    /* background-color: #00C84C; */
    background-color: #35927A;
}
.collected-text {
    margin-top: 4px;
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #828282;
    height: 15px;
}

.collected {
    display: flex;
    height: 17px;
}

.nominal-list {
    font-family: montserrat-bold;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #333333;
    white-space: nowrap;
}

.left-day-list {
    margin-left: auto;
    font-family: montserrat-regular;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #A5A5A5;
    white-space: nowrap;
}
