/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    z-index: 2;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--qrowd-black);
}

.main-slider .container {
    position: relative;
    padding-top: 159px;
    padding-bottom: 165px;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    mix-blend-mode: luminosity;
    opacity: 0.5;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: hard-light;
    transform: translateX(500px);
    opacity: 0;
}

.swiper-slide-active .main-slider__shape-1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
}

.main-slider__shape-1 img {
    width: auto;
}

.main-slider__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: soft-light;
    transform: translateX(600px);
    opacity: 0;
}

.swiper-slide-active .main-slider__shape-2 {
    opacity: 0.4;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.main-slider__shape-2 img {
    width: auto;
}

.main-slider__shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: color-dodge;
    transform: translateX(600px);
    opacity: 0;
}

.swiper-slide-active .main-slider__shape-3 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 2000ms;
}

.main-slider__shape-3 img {
    width: auto;
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: left;
}

.main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--qrowd-white);
    font-weight: 500;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--qrowd-white);
}

.main-slider__title {
    position: relative;
    font-size: 90px;
    color: var(--qrowd-white);
    font-weight: 800;
    line-height: 90px;
    letter-spacing: -0.04em;
    margin-top: 12px;
    margin-bottom: 39px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__konten {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--qrowd-white);
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 39px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider__btn:hover {
    color: var(--qrowd-base);
}

.main-slider__btn:before {
    background-color: var(--qrowd-white);
}

.main-slider__btn-two {
    font-size: 14px;
    color: var(--qrowd-white);
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-slider__btn-two:hover {
    color: var(--qrowd-base);
}

.main-slider__btn-two:before {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: var(--qrowd-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.main-slider__btn-two:hover:before {
    background-color: var(--qrowd-base);
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__konten,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    position: absolute;
    top: 38%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--qrowd-black-rgb), 1);
    background-color: rgba(var(--qrowd-white-rgb), 0.2);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 23px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: rgba(var(--qrowd-black-rgb), 1);
    background-color: rgba(var(--qrowd-white-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

.main-slider__nav .swiper-button-prev i {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.point-show {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.point-show__top {
    position: relative;
    display: block;
    counter-reset: count;
}

.point-show__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}
.point-show__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 198px;
    width: 198px;
    background-color: var(--qrowd-white);
    border-radius: 50%;
    border: 10px solid var(--qrowd-primary);
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}

.point-show__single:hover .point-show__icon {
    background-color: var(--qrowd-primary);
}

.point-show__icon img {
    max-width: 80%; /* Ukuran maksimum gambar */
    max-height: 80%;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.point-show__single:hover .point-show__icon img {
    transform: scale(0.9); /* Efek zoom saat hover */
}

.point-show__count {
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-top: 95px solid transparent;
    border-right: 95px solid var(--qrowd-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.point-show__count:before {
    position: absolute;
    right: -76px;
    bottom: 22px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--qrowd-white);
    text-align: center;
    letter-spacing: var(--qrowd-letter-spacing);
}

.point-show__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin-top: 22px;
}

.point-show__bottom {
    position: relative;
    display: block;
    margin-top: 21px;
}

.point-show__bottom-content-box {
    position: relative;
    display: block;
    text-align: center;
}

.point-show__bottom-content-box p {
    font-weight: 500;
}

.point-show__btn {
    margin-top: 41px;
}

/*--------------------------------------------------------------
# Every Step
--------------------------------------------------------------*/
.every-step {
    position: relative;
    display: block;
    z-index: 1;
}

.every-step__wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.every-step__left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    background-color: var(--qrowd-black);
    padding: 120px 0 112px;
    z-index: 1;
}

.every-step-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.03;
    z-index: -1;
}

.every-step-shape-1 img {
    width: auto;
}

.every-step__content {
    position: relative;
    display: block;
    max-width: 507px;
    width: 100%;
    float: right;
    margin-right: 77px;
}

.every-step__content .section-title__title {
    color: var(--qrowd-white);
}

.every-step__content .section-title {
    margin-bottom: 31px;
}

.every-step__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    min-height: 693px;
}

.every-step__right:before {
    position: absolute;
    top: 120px;
    left: -10px;
    height: 453px;
    width: 10px;
    background-color: var(--qrowd-base);
    content: "";
    z-index: 1;
}

.every-step__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.every-step__text {
    font-size: 16px;
    font-weight: 500;
    color: #8b9e9e;
    line-height: 30px;
}

.every-step__points {
    position: relative;
    display: block;
    margin-top: 34px;
}

.every-step__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.every-step__points li + li {
    margin-top: 6px;
}

.every-step__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--qrowd-primary);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.every-step__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 8px;
    color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.every-step__points li .text {
    margin-left: 15px;
}

.every-step__points li .text p {
    font-size: 16px;
    color: var(--qrowd-white);
    font-weight: 700;
}

/*--------------------------------------------------------------
# structure-lembaga-section
--------------------------------------------------------------*/
.structure-lembaga-section {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

/*--------------------------------------------------------------
# structure-lembaga
--------------------------------------------------------------*/
.structure-lembaga {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.structure-lembaga__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.structure-lembaga__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.structure-lembaga__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--qrowd-black-rgb), 0.3);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.structure-lembaga__single:hover .structure-lembaga__img:before {
    transform: translateY(0);
    width: 100%;
}

.structure-lembaga__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.structure-lembaga__single:hover .structure-lembaga__img img {
    transform: scale(1.05);
}

.structure-lembaga__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--qrowd-white);
    padding: 26px 0px 30px;
    margin-top: -85px;
    margin-left: 30px;
    margin-right: 30px;
    transition: all 500ms ease;
    z-index: 2;
}

.structure-lembaga__single:hover .structure-lembaga__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.structure-lembaga__name {
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
}

.structure-lembaga__name a {
    color: var(--qrowd-black);
    transition: all 500ms ease;
}

.structure-lembaga__name a:hover {
    color: var(--qrowd-base);
}

.structure-lembaga__sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--qrowd-gray);
}

.structure-lembaga__social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.structure-lembaga__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--qrowd-black);
    background-color: var(--qrowd-extra);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.structure-lembaga__social a + a {
    margin-left: 10px;
}

.structure-lembaga__social a:hover {
    color: var(--qrowd-white);
    background-color: var(--qrowd-base);
}

.structure-lembaga__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--qrowd-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.structure-lembaga__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*--------------------------------------------------------------
# program karim
--------------------------------------------------------------*/
.program-donasi {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.program-donasi__top {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.program-donasi__top-left {
    position: relative;
    display: block;
}

.program-donasi__top-left .section-title {
    margin-bottom: 0;
}

.program-donasi__top-right {
    position: relative;
    display: block;
    margin-top: 56px;
    float: right;
}

.program-donasi__filter {
    position: relative;
    display: flex;
    align-items: center;
}

.program-donasi__filter.style1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.program-donasi__filter.style1 li + li {
    margin-left: 25px;
}

.program-donasi__filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--qrowd-gray);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: var(--qrowd-letter-spacing);
    transition: all 0.4s ease;
    z-index: 1;
}

.program-donasi__filter.style1 li .filter-text:before {
    position: absolute;
    bottom: 5px;
    left: -3px;
    right: -3px;
    content: "";
    opacity: 0;
    height: 6px;
    background-color: rgba(254, 144, 67, 0.2);
    transition: all 0.4s ease;
    z-index: -1;
}

.program-donasi__filter.style1 li:hover .filter-text:before {
    opacity: 1;
}

.program-donasi__filter.style1 li:hover .filter-text,
.program-donasi__filter.style1 li.active .filter-text {
    color: var(--qrowd-black);
    text-shadow: 0 0 1px currentColor;
}

.program-donasi__filter.style1 li.active .filter-text:before {
    opacity: 1;
}

.program-donasi__bottom {
    position: relative;
    display: block;
}

.program-donasi__bottom .program-donasi-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# program One
--------------------------------------------------------------*/
.program-donasi-one {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    z-index: 1;
}

.program-donasi-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 464px;
    background-color: var(--qrowd-extra);
    content: "";
    z-index: -1;
}

.program-donasi-one__top {
    position: relative;
    display: block;
}

.program-donasi-one__bottom {
    position: relative;
    display: block;
}

.program-donasi-one__single {
    position: relative;
    display: block;
}

.program-donasi-one__img-box {
    position: relative;
    display: block;
}

.program-donasi-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.program-donasi-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.program-donasi-one__single:hover .program-donasi-one__img img {
    transform: scale(1.05);
    opacity: 0.5;
}

.program-donasi-one__icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.program-donasi-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: var(--qrowd-white);
}

.program-donasi-one__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 26px 30px 20px;
}

.program-donasi-one__tag {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: var(--qrowd-base);
    padding: 7px 19px 8px;
}

.program-donasi-one__tag p {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    color: var(--qrowd-white);
}

.program-donasi-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.program-donasi-one__title a {
    color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.program-donasi-one__title a:hover {
    color: var(--qrowd-base);
}

.program-donasi-one__remaing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-donasi-one__remaing .icon {
    font-size: 14px;
    color: var(--qrowd-primary);
}

.program-donasi-one__remaing .text {
    margin-left: 5px;
}

.program-donasi-one__remaing .text p {
    font-size: 13px;
    font-weight: 500;
}

.progress-levels {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 5px;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    background-color: var(--qrowd-extra);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 74px;
    padding-right: 58px;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 0;
    background-color: var(--qrowd-white);
}

.progress-levels .progress-box .bar .bar-fill {
    position: relative;
    width: 0px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--qrowd-base);
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0px;
    height: 10px;
    width: 10px;
    background-color: var(--qrowd-base);
    border-radius: 50%;
    z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -15px;
    right: -47px;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--qrowd-gray);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--qrowd-gray);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
    position: absolute;
    top: -7px;
    left: -54px;
    font-size: 14px;
    font-weight: 800;
    color: var(--qrowd-black);
    line-height: 14px;
    letter-spacing: -0.02em;
}

.program-donasi-one__goals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-donasi-one__goals-one {
    font-size: 13px;
    font-weight: 600;
}

.program-donasi-one__goals-one span {
    color: var(--qrowd-black);
    font-weight: 700;
}

.program-donasi-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.program-donasi-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.program-donasi-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.program-donasi-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -48px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-donasi-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(var(--qrowd-black-rgb), 0.3);
    margin: 0px 2.5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.program-donasi-one__carousel.owl-carousel .owl-dot.active {
    background-color: rgba(var(--qrowd-primary-rgb), 1);
}

.program-donasi-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.program-donasi-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--qrowd-extra);
    z-index: 1;
}

.faq-one-bg {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 54.1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.faq-one__left .section-title {
    margin-bottom: 30px;
}

.faq-one__left-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--qrowd-gray);
}

.faq-one__img {
    position: relative;
    display: block;
    margin-top: 51px;
}

.faq-one__img img {
    width: 100%;
}

.faq-one__icon {
    position: absolute;
    top: -60px;
    right: 30px;
    height: 120px;
    width: 120px;
    background-color: var(--qrowd-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.faq-one__icon span {
    font-size: 60px;
    color: var(--qrowd-white);
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: var(--qrowd-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #e1eaea;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 40px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 0;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: var(--qrowd-black);
    letter-spacing: -0.04em;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    color: var(--qrowd-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--qrowd-base);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: var(--qrowd-primary);
    position: absolute;
    top: 50%;
    right: -14px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--qrowd-base);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 31px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Individuals Work
--------------------------------------------------------------*/
.video-section {
    position: relative;
    display: block;
    text-align: center;
    padding: 145px 0 107px;
}

.video-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-section__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #172d2d;
    opacity: 0.75;
    content: "";
}

.video-section__inner {
    position: relative;
    display: block;
}

.video-section__video-link {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.video-section__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: var(--qrowd-base);
    background-color: var(--qrowd-white);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-section__video-icon:hover {
    background-color: var(--qrowd-base);
    color: var(--qrowd-white);
}

.video-section__video-icon:before {
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
    content: "";
    border: 1px solid rgba(var(--qrowd-white-rgb), 0.1);
    z-index: 1;
}

.video-section__video-link .ripple,
.video-section__video-icon .ripple:before,
.video-section__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--qrowd-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--qrowd-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--qrowd-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--qrowd-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-section__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-section__title {
    font-size: 60px;
    font-weight: 900;
    color: var(--qrowd-white);
    line-height: 72px;
    padding-top: 70px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 133px;
}

.testimonial-one__slider {
    position: relative;
    display: block;
}

.testimonial-one__main-content {
    position: relative;
    display: block;
}

.testimonial-one__main-content-left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 40px;
}

.testimonial-one__main-content-img {
    position: relative;
    display: block;
}

.testimonial-one__main-content-img > img {
    width: 100%;
}

.testimonial-one__review-box {
    position: absolute;
    max-width: 200px;
    width: 100%;
    background-color: var(--qrowd-base);
    padding: 25px 30px 26px;
    z-index: 1;
    transform: rotate(-90deg);
    bottom: 52px;
    left: -112px;
}

.testimonial-one__review-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: var(--qrowd-black);
}

.testimonial-one__review-box p {
    font-size: 18px;
    color: var(--qrowd-white);
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.testimonial-one__review-icon {
    position: absolute;
    bottom: 10px;
    right: 25px;
    opacity: 0.1;
    z-index: -1;
}

.testimonial-one__review-icon > img {
    width: auto;
}

.testimonial-one__main-content-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.testimonial-one__main-content-right .section-title {
    margin-bottom: 40px;
}

.testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__rating i {
    font-size: 15px;
    color: var(--qrowd-base);
}

.testimonial-one__rating i + i {
    margin-left: 2px;
}

.testimonial-one__text-1 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 16px;
    padding-bottom: 38px;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-one__client-details {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
}

.testimonial-one__client-img img {
    width: auto;
}

.testimonial-one__client-content {
    margin-left: 30px;
}

.testimonial-one__client-content h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

.testimonial-one__client-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.testimonial-one__quote {
    position: relative;
    display: flex;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--qrowd-base);
    top: 7px;
}

.testimonials-one__thumb-wrapper {
    position: absolute;
    bottom: 60px;
    left: 276px;
    max-width: 332px;
    width: 100%;
    background-color: var(--qrowd-primary);
    z-index: 1;
    border: 10px solid var(--qrowd-primary);
}

#testimonials-one__thumb {
    border: 2px solid #fff;
}

.testimonial-one__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    cursor: pointer;
    border: 2px solid #fff;
    background-color: var(--qrowd-black);
}

.testimonial-one__img-holder > img {
    width: 100%;
    transition: all 0.5s ease-in-out 0.6s;
}

.swiper-slide-thumb-active .testimonial-one__img-holder > img {
    opacity: 0.5;
}

#testimonials-one__carousel-pagination {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 180px;
    right: 0;
    left: auto;
    width: 100%;
    z-index: 20;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--qrowd-black-rgb), 0.3);
    transition: all 500ms ease;
    opacity: 1;
    margin: 0;
    display: block;
}

#testimonials-one__carousel-pagination
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
    margin-left: 5px;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--qrowd-primary-rgb), 1);
}

/*--------------------------------------------------------------
# Berita One
--------------------------------------------------------------*/
.berita-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.berita-one__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 497px;
    background-color: var(--qrowd-extra);
    z-index: -1;
}

.berita-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.berita-one__img-box {
    position: relative;
    display: block;
}

.berita-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.berita-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.berita-one__single:hover .berita-one__img img {
    transform: scale(1.05);
}

.berita-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--qrowd-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.berita-one__img > a > span {
    position: relative;
}

.berita-one__img > a > span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--qrowd-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.berita-one__img > a > span::after {
    content: "";
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--qrowd-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.berita-one__img > a:hover > span::before,
.berita-one__img > a:hover > span::after {
    background-color: var(--qrowd-white);
}

.berita-one__single:hover .berita-one__img > a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.berita-one__date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--qrowd-base);
    text-align: center;
    padding: 15px 14px 15px;
    align-items: center;
}

.berita-one__date p {
    font-size: 16px;
    color: var(--qrowd-white);
    font-weight: 800;
    line-height: 16px;
    margin-bottom: 2px;
}

.berita-one__date span {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--qrowd-white);
    letter-spacing: 0.1em;
    line-height: 12px;
    text-transform: uppercase;
}

.berita-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 30px 30px;
}

.berita-one__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.berita-one__meta li + li {
    margin-left: 10px;
}

.berita-one__meta li a {
    font-size: 14px;
    font-weight: 500;
    color: #6e7a7a;
    line-height: 34px;
}

.berita-one__meta li a:hover {
    color: var(--qrowd-base);
    transition: all 500ms ease;
}

.berita-one__meta li a i {
    color: var(--qrowd-primary);
    padding-right: 6px;
}

.berita-one__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 37px;
}

.berita-one__title a {
    color: #1e3737;
    transition: all 500ms ease;
}

.berita-one__title a:hover {
    color: var(--qrowd-base);
}

.berita-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--qrowd-extra);
    padding: 0px 30px 0px;
    margin-top: 21px;
}

.berita-one__button a {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qrowd-gray);
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.berita-one__button a:hover {
    color: var(--qrowd-base);
}

.berita-one__arrow a {
    font-size: 16px;
    color: var(--qrowd-gray);
    transition: all 500ms ease;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.berita-one__arrow a:hover {
    color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# Gallery Carousel Page
--------------------------------------------------------------*/
.gallery-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.gallery-carousel-page .gallery-page__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-page__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--qrowd-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
        -webkit-transform 700ms ease;
}

.gallery-page__single:hover .gallery-page__img:before {
    opacity: 0.9;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.gallery-page__img img {
    width: 100%;
}

.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.gallery-page__icon a {
    height: 97px;
    width: 97px;
    background-color: var(--qrowd-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--qrowd-white);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.gallery-page__icon a:hover {
    background-color: var(--qrowd-white);
    color: var(--qrowd-base);
}
