:root {
    --bs-bg-blue: #1e3c62;
    --bs-bg-green: #02a95c;
    --bs-text-blue: #1e3c62;
    --bs-text-green: #02a95c;
    --bs-bg-soft-green: #70b222e8;
    --bs-bg-soft-blue: #1e3c62e8;
    --bs-text-black: #444444;


}

.thumbnail {
    aspect-ratio: 1/1;
    object-fit: cover;
}

body {
    font-family: 'nunito';
}

.min-h-100 {
    min-height: 100%;
}

.min-h32 {
    min-height: 32px;
}

.min-h40 {
    min-height: 40px;
}

.min-h48 {
    min-height: 48px;
}
.h58{
    height:58px;
}

.btn-ldd {
    font-family: "nunito", Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 10px 28px 11px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    margin: 10px 0px 0px;
    background: var(--bs-bg-blue);
}

.btn-payment {
    font-family: "nunitoBold", Poppins, sans-serif;
    font-weight: 600;
    /* font-size: 18px; */
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 10px 21px;
    transition: all 0.5s ease 0s;
    margin: 10px 0px 0px;
    /* background: var(--bs-bg-blue); */
    background: linear-gradient(to right, var(--bs-bg-blue), var(--bs-bg-soft-green));
}

.btn-payment:hover {
    background: var(--bs-text-green);
    color: #f2f2f2;
}

.card-1 {
    border: #eaeaea;
    box-shadow: 0 3px 40px -2px hsla(0, 0%, 68%, .8) !important;
}

#header.header-bg {
    /* background: rgba(73, 133, 126,0.9); */
    background: var(--bs-body-bg);
    /* background:var(--bs-bg-blue); */
}

.shadow-xss {
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1) !important;
}

.brand {
    font-family: "Poppins", "Open Sans";

}

.brand a {
    color: #fff !important;
}

.text-green {
    color: var(--bs-bg-blue);
}

.text-young-green {
    color: var(--bs-text-green);
}

.text-bold {
    font-weight: bold;
    font-family: "nunitoBold";
}

.text-w600 {
    font-weight: 600;
}

.text-w800 {
    font-weight: 600;
}
.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.nunito-bold {
    font-family: "nunitoBold";
}

.text-18 {
    font-size: 18px !important;
}

.text-24 {
    font-size: 24px;
}

.text-90 {
    font-size: 90px;
}

.text-elipsize {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.text-body {
    color: var(--bs-body-bg);
}
.text-body-color{
    color: var(--bs-body-color);
}
.text-body-color:hover{
    color: var(--bs-body-color);
}

.text-blue {
    color: var(--bs-text-blue);
}

.text-soft-green {
    color: var(--bs-bg-soft-green);
}


.text-broken-white {
    color: #e7e7e7;
}

.more-1 {
    -webkit-line-clamp: 1;
    max-height: 24px;
}

.more-2 {
    -webkit-line-clamp: 2;
    /* min-height:40px; */
}

.more-3 {
    -webkit-line-clamp: 3;
}

.more-10 {
    -webkit-line-clamp: 10;
}

.campaign-progress {
    height: 100%;
    transition: 0.9s;
    background: linear-gradient(to right, #afe27c, #274a03) !important;
    background-repeat: no-repeat;
}

.f-right {
    float: right;
}

.progress {
    position: relative;
}

.progress .progress-title {
    position: absolute;
    right: 5%;
}

.btn-read-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: var(--bs-bg-blue) !important;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid var(--bs-bg-blue);

}

.text-link-dark {
    color: #444444;
}

.text-content-grey {
    color: #696969;
}

.progress {
    height: 10px;
}

.btn-ldd:hover {
    background-color: var(--bs-text-green) !important;
    color: #f4f4f4 !important;
}

.text-48 {
    font-size: 48px;
}

.text-36 {
    font-size: 36px;
}

.text-32 {
    font-size: 32px;
}
.text-12 {
    font-size: 12px;
}

.min-vh-90 {
    min-height: 90vh;
}

.min-vh-85 {
    min-height: 85vh;
}

.min-vh-20 {
    min-height: 20vh;
}

.min-h-600 {
    min-height: 600px;
}

.min-h56 {
    min-height: 56px;
    ;
}

.input-lg {
    height: 48px;
    font-size: 1rem;
}

.icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

::placeholder {
    color: #bcbfc5 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbfc5 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bcbfc5 !important;
}

.header-checkout {
    display: flex;
    height: 60px;
    align-items: center;
    background-color: var(--bs-bg-soft-green) !important;
    color: #fff;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.bg-grey {
    background-color: #f7f7f7;
}

.mt-60 {
    margin-top: 5rem;
}

.bottom-bar {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 891;
}

#bottom-bar .navbar-nav .nav-link {
    color: #888888 !important;
}

#bottom-bar .navbar-nav .nav-link.active {
    color: var(--bs-bg-blue) !important;
    background-color: #eaeaea !important;
}

#bottom-bar .navbar-nav .nav-link i {
    font-size: 18px;
}

.link-active {
    color: #47b2e4 !important;
}

.shadow-hover-2 {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1) !important;
}

.news-items .slick-list {
    padding-top: 15px;
    padding-bottom: 15px;

}

.text-grey {
    color: #444;
}

/*
.slick-prev,.slick-next{
    border:none;
    background:rgba(0,0,0,0.2);
    border-radius: 50%;
    padding:3px 5px;
    position: absolute;
    top:36%;
    z-index:1;

}

.slick-prev i ,.slick-next i{
    font-size:32px;
    font-weight: bold;;
    color:#fff;
}
*/

.slick-prev {
    left: -20px !important;
}

.slick-next {
    right: -20px !important;
}

.slick-prev,
.slick-next {
    width: 36px !important;
    height: 36px !important;
    z-index: 995;

}

.slick-prev:before,
.slick-next:before {
    color: #abadb1eb !important;
    font-size: 36px !important;
}

.galleries .item {
    position: relative;
    height: 100%;
}

.galleries .item .card {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.galleries .item .icon-box {
    height: 100%;
    border-radius: 15px;
}

.galleries .icon-box img {
    height: 100%;
    border-radius: 15px;
}

.view-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
}

.item:hover {
    z-index: 1;
}

.item .icon-box:hover {
    transform: scale3d(1.1, 1.1, 1);
    z-index: 1;
    border-radius: 15px;
}

.item .icon-box:hover img {
    border-radius: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 50%;
    background-size: 65%;
}

.icon-cart {
    margin: 10px !important;
}

.carousel-handler {
    position: relative;
}

.bg-green {
    background: var(--bs-text-green);
}

.bg-blue {
    background: var(--bs-bg-blue);
}

.bg-soft-green {
    background: var(--bs-bg-soft-green);
}

.bg-soft-blue {
    background: var(--bs-bg-soft-blue);
}

.hero-info {
    position: absolute;
    bottom: -4rem;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
}

.hero-info-center {
    margin-top: -15px;
    margin-bottom: -15px;
    z-index: 2;
}

.underscore {
    width: 15%;
    margin: 0 auto;
    background-color: var(--bs-bg-blue);
    height: 2px;
}

.btn-gradient {
    background: linear-gradient(to right, var(--bs-bg-blue), var(--bs-bg-soft-green)) !important;
    color: #fff;
}

.btn-gradient:hover {
    color: #f4f4f4;
    background: linear-gradient(to right, var(--bs-bg-blue), var(--bs-bg-soft-blue)) !important;
}

.border-end-1 {
    border-right: 1px solid #dcdcdc;
}

.border-top-1 {
    border-top: 1px solid #dcdcdc;
}

.p-relative {
    position: relative;
}

.artikel-item {
    overflow: hidden;
    position: relative;
}

.artikel-title {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.artikel-title {
    position: absolute;
    left: 0;
    bottom: -64px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
    text-align: center;
    width: 100%;
    /* background: var(--bs-bg-blue); */
    background: linear-gradient(180deg,hsla(0, 0%, 10%, 0),#000);
    opacity: .9;

}

.artikel-item:hover .artikel-title {
    opacity: 1;
    bottom: 0;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.uppercase {
    text-transform: uppercase;
}

.mt-68 {
    margin-top: 68px;
}

.object-fit-cover {
    object-fit: cover;
}

.partner-logo {
    height: 80px;
}

.border-white {
    border-color: white !important;
}

.border-broken-white {
    border-color: #e7e7e7 !important;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.no-wrap {
    white-space: nowrap;
}

h6.more-2 {
    min-height: 36px;
}

.small.more-3 {
    min-height: 63px;
}

.line-clamp1 {
    -webkit-line-clamp: 1;
}

.line-clamp2 {
    -webkit-line-clamp: 2;
}

.line-clamp3 {
    -webkit-line-clamp: 3;
}

.line-clamp18 {
    -webkit-line-clamp: 19;
}

.about-wakaf {
    max-height: 414px;
    overflow: hidden;
}

.more-18 {
    -webkit-line-clamp: 19;
}

.section-title h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    background: #ddd;
    bottom: -10px;
    left: calc(50% - 60px);
}

.section-title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: -10px;
    left: calc(50% - 20px);
}

.layer-kiri {
    background: url('/assets-front/img/layer_kiri.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.layer-tengah {
    background: url('/assets-front/img/layer_tengah.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.layer-kanan {
    background: url('/assets-front/img/layer_kanan.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.btr-15 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.br-15 {
    border-radius: 12px;
}

.bbr-15 {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bl-15 {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.program-title-absolute {
    position: absolute;
    /* background-color: var(--bs-bg-blue); */
    background: linear-gradient(180deg,hsla(0, 0%, 10%, 0),#000);
    bottom: 0;
}

.doa-program-title {
    min-height: 42px;
    ;
}

.avatar-doa-wakif {
    font-size: 75px;
}

.search-pad {
    position: relative;
}

.search-input {
    padding: 4px 15px;
}

.btn-search {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.program-highlight-title {
    height: 52px;
}

.program-highlight-footer {
    /*
    position: absolute;
    bottom: 0px;

    left: 12px;
    right: 12px;
    */
    background-color: #f0f1f2;
    border-bottom-right-radius: 12px;
    margin-left:-16px;
    margin-right:-16px;
}


.btn-share-wa {
    background-color: var(--bs-bg-soft-green);

}

.btn-share-fb {
    background-color: var(--bs-bg-soft-blue);

}

.btn-share-wa,
.btn-share-fb {
    color: #fff;
}

.btn-share-wa:hover {
    background-color: var(--bs-bg-green);
    color: #fff;
}

.btn-share-fb:hover {
    background-color: var(--bs-bg-blue);
    color: #fff;
}
.urgent{
    position: absolute;
    top: 5px;
    left: 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: lightgray;
    padding: 0.25rem 1rem;
    background: linear-gradient(to right, var(--bs-bg-blue), var(--bs-bg-soft-green)) !important;
    color: #fff;
}

.navigate-pad{
    border:1px solid;
    padding:1rem;
}

.pembaruan-date{
    position:absolute;
    top:5px;
    right:5px;
    background-color: var(--bs-bg-soft-green);
    color:#fff;
    padding:3px 12px;
    border-radius: 10px;
}
.top-menu{
    border-radius:12px !important;
}
.thumb-navigation{
    width:100%;
}
.cart-menu{
    display:none;
}
.gal-image-2{
    width: 80px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 15px auto;
    border-radius: 50%;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 19%), 0 8px 8px rgb(0 0 0 / 23%);
}
.btn-blink{
    box-shadow: 0 2px 5px rgb(0 0 0/20%);
    -webkit-animation: glowing 1.3s infinite;
    animation: glowing 1.3s infinite;
}
.fit-content{
    width:fit-content;
}
.btn-share-sm{
    font-size: .75rem;
    padding:1px 4px;
}
@media (min-width: 992px) {

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        /* background-color: #0a303873; */
        background: linear-gradient(to right, var(--bs-bg-blue), var(--bs-bg-soft-green)) !important;
        color: #fff !important;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a i{
        color:#fff;
    }

    .program-highlight {
        box-shadow: 0px 0 12px 0 rgba(0, 0, 0, 0.15) !important;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
        padding-right:1.625rem;
        padding-left:1.625rem;
    }



}
@media (min-width: 1400px){
    .container{
        max-width:1140px;
    }
}
@media (min-width: 1025px) {

    .program-items .slick-slide,
    .doa-items .slick-slide {
         margin: 0 .4rem;
         padding-left:.6rem;
         padding-right:.6rem;

    }

    /* the parent */
    .program-items .slick-list,
    .doa-items .slick-list {
        margin: 0 .4rem;
        padding-left:.6rem;
        padding-right:.6rem;
    }
    .slick-list {
        padding: 20px 0;
    }
}

@media (max-width: 1024px) {
    .program-highlight-title {
        min-height: 60px;
        max-height: 60px;
    }

    .avatar-doa-wakif {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .services .icon-box:hover {
        transform: none !important;
    }

    .partner-logo {
        height: 60px;
    }

    .avatar-doa-wakif {
        font-size: 56px;
    }

    .program-highlight-title {
        min-height: 48px;
    }
    .cart-menu{
        display:block;
    }

    .slick-dots{
        bottom:-8px !important;
    }


}

@media(max-width:767px) {
    #footer {
        margin-bottom: 60px;
    }

    .back-to-top {
        bottom: 75px !important;
    }

    /*
    .icon-box{
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0);

    }
    */
    .partner-logo {
        height: 56px;
    }

    :root {
        --bs-body-font-size: 1rem !important;
    }

    .btn-donate {
        font-size: .825rem;
    }

    .min-h40 {
        min-height: 40px;
    }

    h6.more-2 {
        min-height: 36px;
    }

    .artikel-item-title {
        min-height: auto !important;
    }

    .avatar-doa-wakif {
        font-size: 32px;
    }

    .icon-box {
        box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    }

    .program-highlight-title {
        max-height: 48px;
    }
    #hero{
        margin-top: 30px !important;
    }
    .program-highlight-footer {
        margin-left:-8px;
        margin-right:-8px;
    }


}

@media(max-width:576px) {
    .avatar-doa-wakif {
        font-size: 52px;
    }
}

@media(max-width:480px) {
    .partner-logo {
        height: 48px;
    }

    .btn-donate {
        font-size: .725rem;
    }

    .small {
        font-size: .725rem;
    }

    .small.more-3 {
        min-height: 52px;
    }

    .avatar-doa-wakif {
        font-size: 56px;
    }

    .program-highlight-title {
        max-height: 52px;
    }
    #hero{
        margin-top: 30px !important;
    }
    .artikel-title{
        font-size: .825rem;
    }
    .h58{
        height:52px;
    }

}
@media(max-width:320px) {
    .program-highlight-title {
        min-height: 36px;
        max-height: 36px;
    }
    .avatar-doa-wakif {
        font-size: 36px;
    }
    .btn-gradient{
        padding:1px 8px !important;
    }
    .small {
        font-size: .525rem;
    }
    :root{
        --bs-body-font-size: .725rem !important;
    }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .share-button-pad{
        display: flex !important;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .share-button-pad{
        display: flex !important;
    }
}

.slick-prev:before {
    content: "←" !important;
}

.slick-next:before {
    content: "→" !important
}

.slick-track {
    padding: 20px 0;
}
.top-menu{
    left:-100% !important;
}

@keyframes increase {
    from { left: -5%; width: 5%; }
    to { left: 130%; width: 100%;}
   }
@keyframes decrease {
    from { left: 40%; width: 40%; }
    to { left: 150%; width: 10%;}
}
@keyframes glowing {
    0% {
      background-color: var(--bs-bg-soft-green);
      box-shadow: 0 0 5px var(--bs-bg-green);
    }
    50% {
      background-color: #b0f1c7;
      box-shadow: 0 0 20px #548b60;
    }
    100% {
      background-color: #55f311;
      box-shadow: 0 0 5px #18940d;
    }
  }
