/*--------------------------------------------------------------
#
    Project
    Details
    Top
    --------------------------------------------------------------*/
.project-details-top {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-details-top__left {
    position: relative;
    display: block;
}

/* New CSS for the image gallery */
.product-details__img-big {
    width: 100%;
    max-width: 800px; /* Adjust based on your design */
    margin-bottom: 10px;
}

.product-details__img-big img {
    width: 100%;
    height: auto;
    display: block;
}

.product-details__img-small {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-details__img-small img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-details__img-small img.active {
    border-color: #000; /* Highlight border for active thumbnail */
}

.project-details-top__icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.project-details-top__icon i {
    font-size: 20px;
    color: var(--qrowd-white);
}

.project-details-top__right {
    position: relative;
    display: block;
}

.project-details-top__tag-address {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.project-details-top__tag {
    position: relative;
    display: inline-block;
    background-color: var(--qrowd-base);
    padding: 0 20px 0;
}

.project-details-top__tag p {
    font-size: 12px;
    color: var(--qrowd-white);
    font-weight: 800;
    position: relative;
    display: inline-block;
    line-height: 27px;
    top: -2px;
}

.project-details-top__address {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.project-details-top__address p {
    font-size: 14px;
    font-weight: 500;
}

.project-details-top__address p i {
    color: var(--qrowd-primary);
    margin-right: 5px;
}

.project-details-top__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
    margin-bottom: 20px;
}

.project-details-top__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #e1eaea;
}

.project-details-top__list li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
}

.project-details-top__list-content {
    position: relative;
    display: block;
    padding: 29px 0 25px;
}

.project-details-top__list-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #e1eaea;
}

.project-details-top__list
    li:first-child
    .project-details-top__list-content:before {
    display: none;
}

.project-details-top__list-content h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--qrowd-base);
}

.project-details-top__list-content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.project-details-top__right .progress-levels {
    margin-top: 10px;
    margin-bottom: 11px;
}

.project-details-top__goal {
    font-size: 16px;
    color: var(--qrowd-primary);
    font-weight: 800;
    letter-spacing: var(--qrowd-letter-spacing);
}

.project-details-top__goal span {
    color: var(--qrowd-black);
}

.project-details-top__text {
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 18px;
}

.project-details-top__person {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details-top__person-img {
    position: relative;
    display: block;
    width: 47px;
}

.project-details-top__person-img img {
    width: 100%;
    border-radius: 50%;
}

.project-details-top__person-content {
    margin-left: 10px;
}

.project-details-top__person-content h5 {
    font-size: 16px;
    font-weight: 800;
    color: var(--qrowd-black);
    letter-spacing: 0;
}

.project-details-top__person-content h5 span {
    color: var(--qrowd-gray);
    font-weight: 500;
}

.project-details-top__person-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.project-details-top__money {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.project-details-top__money li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--qrowd-base);
    padding: 15px 16px;
    background-color: var(--qrowd-extra);
}

.project-details-top__money li + li {
    margin-left: 10px;
}

.project-details-top__quantity-btn-social {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details-top__quantity-btn-social .quantity-box {
    position: relative;
    width: 90px;
    border-radius: 0px;
    height: 60px;
}

.project-details-top__quantity-btn-social .quantity-box input {
    width: 90px;
    border-radius: 0px;
    height: 60px;
    border: 1px solid #e1eaea;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--qrowd-font);
    padding-left: 22px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: var(--qrowd-gray);
}

.project-details-top__quantity-btn-social .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--qrowd-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #e1eaea;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.project-details-top__quantity-btn-social .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #e1eaea;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.project-details-top__btn-box {
    margin-left: 10px;
}

/* kolom bagikan */
.product-details__social {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--qrowd-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qrowd-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--qrowd-extra);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a + a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--qrowd-white);
    background-color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# Project Details Bottom
--------------------------------------------------------------*/
.project-details-bottom {
    position: relative;
    display: block;
}

.project-details__tab-box {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
.project-page-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-page-one .project-one__single {
    margin-bottom: 30px;
}

.box-button {
    display: flex; /* Menggunakan flexbox untuk penataan horizontal */
    justify-content: space-between; /* Menyebar tombol-tombol ke kiri dan kanan */
    align-items: center; /* Menyelaraskan tombol-tombol secara vertikal */
    gap: 10px; /* Jarak antara tombol-tombol */
    margin-top: 20px;
}

.infaq-btn {
    display: block; /* Tombol menjadi block-level element untuk menyesuaikan lebar kontainer */
    width: 100%; /* Tombol mengisi lebar kontainer box-button */
    text-align: center; /* Menyelaraskan teks di tengah tombol */
    padding: 10px; /* Memberikan ruang di dalam tombol */
    border: none;
    background-color: var(--qrowd-base);
    color: var(--qrowd-white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    transition: all 0.5s linear;
    overflow: hidden;
    position: relative; /* Penting untuk efek ::before */
    box-sizing: border-box; /* Menghindari masalah dengan padding dan border */
}

.infaq-btn::before {
    position: absolute;
    content: "";
    background-color: var(--qrowd-black);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.infaq-btn:hover {
    color: var(--qrowd-white);
    background-color: var(--qrowd-primary);
}

.infaq-btn:hover::before {
    height: 380%;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    z-index: 1;
}

.project-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 464px;
    background-color: var(--qrowd-extra);
    content: "";
    z-index: -1;
}

.project-one__top {
    position: relative;
    display: block;
}

.project-one__bottom {
    position: relative;
    display: block;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img-box {
    position: relative;
    display: block;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
    opacity: 0.5;
}

.project-one__icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.project-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: var(--qrowd-white);
}

.project-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;
}

.project-one__tag {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: var(--qrowd-base);
    padding: 7px 19px 8px;
}

.project-one__tag p {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    color: var(--qrowd-white);
}

.project-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.project-one__title a {
    color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__title a:hover {
    color: var(--qrowd-base);
}

.project-one__remaing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__remaing .icon {
    font-size: 14px;
    color: var(--qrowd-primary);
}

.project-one__remaing .text {
    margin-left: 5px;
}

.project-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;
}

.project-one__goals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-one__goals-one {
    font-size: 13px;
    font-weight: 600;
}

.project-one__goals-one span {
    color: var(--qrowd-black);
    font-weight: 700;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.project-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;
}

.project-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;
}

.project-one__carousel.owl-carousel .owl-dot.active {
    background-color: rgba(var(--qrowd-primary-rgb), 1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Ready One
--------------------------------------------------------------*/
.ready-one {
    position: relative;
    display: block;
    z-index: 2;
}

.ready-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--qrowd-base);
    padding: 57px 60px 56px;
    overflow: hidden;
    z-index: 1;
}

.ready-one-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}

.ready-one-shape-1 img {
    width: auto;
}

.ready-one__big-icon {
    position: absolute;
    right: 0;
    top: -95px;
    transform: rotate(-30deg);
}

.ready-one__big-icon span {
    position: relative;
    display: inline-block;
    font-size: 350px;
    color: rgba(var(--qrowd-white-rgb), 0.1);
}

.ready-one__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--qrowd-black);
    content: "";
    z-index: 1;

    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.ready-one__left {
    position: relative;
    display: flex;
    align-items: center;
}

.ready-one__left .icon {
    position: relative;
    margin-right: 10px;
    top: 7px;
}

.ready-one__left .icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--qrowd-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ready-one__left .icon:hover span {
    transform: scale(0.9);
}

.ready-one__left .content {
    position: relative;
    display: block;
}

.ready-one__left .content p {
    font-size: 16px;
    font-weight: 500;
    color: #ffd7c7;
    line-height: 26px;
}

.ready-one__left .content h3 {
    font-size: 34px;
    font-weight: 800;
    color: var(--qrowd-white);
}

.ready-one__right .thm-btn {
    background-color: var(--qrowd-black);
}

.ready-one__right .thm-btn::before {
    background-color: var(--qrowd-white);
}

.ready-one__right .ready-one__btn:hover {
    color: var(--qrowd-base);
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.similar-project:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 485px;
    background-color: var(--qrowd-extra);
    z-index: -1;
}

.similar-project .project-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    z-index: 1;
}

.project-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 464px;
    background-color: var(--qrowd-extra);
    content: "";
    z-index: -1;
}

.project-one__top {
    position: relative;
    display: block;
}

.project-one__bottom {
    position: relative;
    display: block;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img-box {
    position: relative;
    display: block;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
    opacity: 0.5;
}

.project-one__icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.project-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: var(--qrowd-white);
}

.project-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;
}

.project-one__tag {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: var(--qrowd-base);
    padding: 7px 19px 8px;
}

.project-one__tag p {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    color: var(--qrowd-white);
}

.project-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.project-one__title a {
    color: var(--qrowd-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__title a:hover {
    color: var(--qrowd-base);
}

.project-one__remaing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__remaing .icon {
    font-size: 14px;
    color: var(--qrowd-primary);
}

.project-one__remaing .text {
    margin-left: 5px;
}

.project-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;
}

.project-one__goals {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-one__goals-one {
    font-size: 13px;
    font-weight: 600;
}

.project-one__goals-one span {
    color: var(--qrowd-black);
    font-weight: 700;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.project-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;
}

.project-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;
}

.project-one__carousel.owl-carousel .owl-dot.active {
    background-color: rgba(var(--qrowd-primary-rgb), 1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}
