/********** Template CSS **********/
:root {
    --primary: #13547a;
    --secondary: #80d0c7;
    --third: #099ee9;
    --light: #F8F8F9;
    --dark: #001D23;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url(https://pkbmgenerasigemilangcom.b-cdn.net/2022/12/french-stucco.png);
    background-repeat: round;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(15deg, #80d0c7 0%, #13547a 100%);
    border-radius: 10px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 105px;
    z-index: 99;
    font-size: 1.2em !important;
    color: var(--light);
    background-color: var(--third);
}

.back-to-top:hover {
    color: var(--third);
    border-color: var(--third);
}

.back-to-top svg {
    margin-top: 7px;
}


.chat-open-dialog {
    z-index: 2147483000;
    position: fixed;
    border: none;
    bottom: 30px;
    right: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    background-color: #2db742;
    border: 2px solid #2db742;
    background-size: 28px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    color: var(--light);
    font-size: 24px;
    text-align: center;
    padding-top: 11px;
}

.chat-open-dialog:hover {
    color: var(--light);
    background-color: transparent;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-third {
    color: var(--third) !important;
}

.text-white {
    color: var(--light) !important;
}

.text-muted {
    color: #555555 !important;
}

.text-title {
    font-family: 'Saira', sans-serif
}

.text-gd {
    background: linear-gradient(45deg, #082f46 0%, #099ee9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.bg-gradient {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    font-weight: 500;
    font-size: 1.1rem;

}

.btn.btn-primary {
    color: var(--light);
    background-color: var(--third);
    border-color: var(--third);
}

.btn.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--light);
}

.sradius {
    border-radius: 1.3rem;
}

.sradius1 {
    border-radius: 2.8rem;
}


.btn.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn.btn-primary:hover {
    color: var(--third);
    background: transparent;
}

.btn-square {
    width: 45px;
    height: 45px;
}

.btn-sm-square {
    width: 26px;
    height: 26px;
}

.btn-lg-square {
    font-size: 20px;
    width: 35px;
    height: 35px;
}

.btn-lg-square svg {
    margin-top: 7px;
}


/*** Navbar ***/
.sticky-top {
    transition: .5s;
}

.head-top {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.top-bar {
    height: 45px;
}

.top-bar a.text-white svg * {
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.top-bar a.text-white:hover svg * {
    fill: var(--primary);
}

.navigation {
    background-image: url(../img/bgnate.png);
    background-repeat: round;
}

.navbar .logo {
    width: 125px;
}

.navbar .dropdown-toggle::after {
    content: "";
    border: none;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--primary);
    font-weight: 700;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav {
    /* border-top: 2px solid var(--primary); */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--third);
}

.navbar .nav-item .dropdown-menu {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.navbar .nav-item .dropdown-menu a {
    line-height: 2.5em;
    padding: 0 25px;
    color: var(--light);
    font-weight: 600;
    transition: 0.5s ease-in;
}

.navbar .nav-item .dropdown-menu a:hover {
    color: var(--dark);
}

.navbar-toggler {
    border: none;
    color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 18H10' stroke='rgb(19, 85, 124)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12L16 12' stroke='rgb(19, 85, 124)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 6L20 6' stroke='rgb(19, 85, 124)' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.navbar-brand {
    display: inline-block;
    max-width: 125px;
    text-align: center;
}



@media (max-width: 991.98px) {
    .navigation {
        padding: 0 !important;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light);
    }

    .burger-button {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        border-top: 2px solid var(--primary);
        padding-top: 20px;
    }

    .navbar .navbar-toggler {
        margin-right: 0 !important;
        border: 2px solid var(--primary);
    }

    .navbar .navbar-toggler span {
        border-radius: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .content-menu {
        text-align: left;
    }

    .back-to-top {
        right: 15px;
        bottom: 90px;
    }

    .chat-open-dialog {
        bottom: 15px;
        right: 8px;
    }

}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
        transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    }

}

/*lightbox*/
.lb-data {
    position: relative;
}



#lightboxOverlay {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

#lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.lb-data .lb-caption {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 1.5em;
    color: var(--light);
    z-index: 10;
}

.lb-data .lb-close {
    z-index: 11;
    position: relative;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 3rem;
    position: relative;
}

.page-header::before {
    height: 2px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-progress small {
    color: #b1b1b1;
}


.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}

.pagination .page-link {
    border: 1px solid var(--primary);
    margin: 0 10px;
    padding: 10px 20px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 10px !important;
    color: var(--primary);
    transition: .5s;
}

.article-detail .content p {
    color: #555555 !important;
}

.article-related h1,
.article-new h4 {
    border-bottom: 2px solid var(--primary);
}

.article-new {
    position: sticky;
    top: 1.5em;
}

.article-new a {
    text-decoration: none;
}

.article-new a img,
.article-new a h6 {
    transition: .5s;
}

.article-new a:hover img {
    opacity: 0.5;
}

.article-new a:hover h6 {
    color: var(--third) !important;
}

.article-share .btn {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 0px;
    width: 30px;
    height: 30px;
}

.article-share .btn svg {
    margin-top: 6px;
}

.article-share .btn:hover {
    color: var(--light);
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.article-info small {
    color: #b1b1b1;
}

.article .pagination .active .page-link,
.article .pagination .active .page-link:hover {
    color: var(--light);
    background-color: var(--primary);
    border-color: var(--primary);
}

.article .pagination .page-link:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.article .pagination .page-item:first-child .page-link,
.article .pagination .page-item:last-child .page-link {
    font-size: 1.5em;
    border: transparent;
    padding: 5px 20px;
}

.article .pagination .page-item:first-child .page-link:hover,
.article .pagination .page-item:last-child .page-link:hover {
    color: var(--secondary);
    background-color: transparent;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


.service-item .icon-benefit {
    font-size: 3em;
    background-color: var(--secondary);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    padding: 20px;
}

lord-icon {
    width: 100%;
    height: 100%;
}

/* .service-item .icon-benefit svg{
    margin-top: 40px;
}

.service-item .icon-benefit svg *{
    fill: url(#rg);
} */

/*** Donate ***/
.donate-bg {
    background-image: url(../img/slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.donate {
    background: rgba(0, 29, 35, .8);
}

.donate .swiper1 {
    width: calc(100% - 80px);
    overflow: hidden;
    position: static;
    padding-bottom: 50px;
    margin: 0 auto;
}

.donate .swiper1 .swiper-slide {
    text-align: center;
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
}

.team-item .detail-team {
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.team-item .detail-team:hover {
    cursor: pointer;
    color: var(--light) !important;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    font-size: 1.4em;
}

.modal-team .team-social .btn {
    display: inline-flex;
    color: var(--light);
    background: var(--primary);
    border-radius: 40px;
    font-size: 1.4em;
}

.team-item .team-social .btn svg,
.modal-team .team-social .btn svg {
    margin-top: 5px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.modal-team .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--secondary);
}

@media (max-width:570px) {
    .modal-team {
        padding-bottom: 90px;
    }
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgb(246, 246, 246, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgb(246, 246, 246, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/*** Footer ***/

.double-vid {
    width: 100%;
    min-height: 228px;
}

/*** Footer ***/

.footer {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
    color: var(--light);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "";
    color: var(--light);
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .btn-square {
    font-size: 1.25em;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}