/*--------------------------------------------------------------
# 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-details-bottom .tab-buttons {
    position: relative;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.project-details-bottom .tab-buttons .tab-btn {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    float: left;
}

.project-details-bottom .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    color: var(--qrowd-white);
    background-color: var(--qrowd-primary);
    padding: 20px 50px 20px;
    font-weight: 800;
    letter-spacing: var(--qrowd-letter-spacing);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.project-details-bottom .tab-buttons .tab-btn.active-btn span {
    color: var(--qrowd-black);
}

.project-details-bottom .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: var(--qrowd-extra);
    transition: all 0.3s ease;
    z-index: -1;
}

.project-details-bottom .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.project-details-bottom .tabs-content {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details-bottom .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.project-details-bottom .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.project-details__tab-box-story {
    position: relative;
    display: block;
}

.project-details__tab-box-story-text {
    font-weight: 500;
}

.project-details__tab-box-story-points {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 53px;
}

.project-details__tab-box-story-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__tab-box-story-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    background-color: var(--qrowd-base);
    border-radius: 50%;
    color: var(--qrowd-white);
    font-size: 8px;
}

.project-details__tab-box-story-points li .text {
    margin-left: 10px;
}

.project-details__tab-box-story-points li .text p {
    font-weight: 700;
    color: var(--qrowd-black);
}

.project-details__tab-box-story-img-box-one {
    position: relative;
    display: block;
}

.project-details__tab-box-story-img-one-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-details__tab-box-story-img-one-single img {
    width: 100%;
}

.project-details__tab-box-story-text-2 {
    font-weight: 500;
    padding-top: 21px;
}

.project-details__tab-box-story-img-two {
    position: relative;
    display: block;
    margin-top: 51px;
}

.project-details__tab-box-story-img-two img {
    width: 100%;
}

.project-details__tab-box-story-text-3 {
    font-weight: 500;
    padding-top: 51px;
}

.project-details__faq {
    position: relative;
    display: block;
    padding-top: 9px;
}

.project-details__faq .faq-one-accrodion .accrodion {
    background-color: var(--qrowd-extra);
}

.project-details__faq .faq-one-accrodion .accrodion.active {
    background-color: rgb(255, 255, 255);
}

.project-details__updates {
    position: relative;
    display: block;
    padding-top: 4px;
}

.project-details__updates-single {
    position: relative;
    display: block;
    margin-bottom: 55px;
}

.project-details__updates-title-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.project-details__updates-sub-title {
    font-size: 14px;
    color: var(--qrowd-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
}

.project-details__updates-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}

.project-details__updates-text-1 {
    font-weight: 500;
}

.project-details__updates-text-2 {
    font-weight: 500;
    padding-top: 32px;
    padding-bottom: 51px;
}

.project-details__updates-img {
    position: relative;
    display: block;
}

.project-details__updates-img img {
    width: 100%;
}

.project-details__updates-single.mrb-0 {
    margin-bottom: 0;
}

.project-details__reviews {
    position: relative;
    display: block;
    padding-top: 2px;
}

.project-details__review-one {
    position: relative;
    display: block;
}

.project-details__review-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 55px;
}

.project-details__review-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1eaea;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.project-details__review-image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.project-details__review-image img {
    border-radius: 50%;
}

.project-details__review-content {
    position: relative;
    margin-left: 45px;
}

.project-details__review-content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--qrowd-black);
    margin-bottom: 26px;
    font-weight: 800;
}

.project-details__review-content p {
    font-size: 16px;
    font-weight: 500;
}

.project-details__review-star {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.project-details__review-star i {
    font-size: 16px;
    color: var(--qrowd-base);
}

.project-details__review-star i + i {
    margin-left: 4px;
}

.project-details__review-form {
    position: relative;
    display: block;
    margin-top: -7px;
}

.project-details__review-form-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 24px;
}

.project-details__review-form-rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.project-details__review-form-rate-box p {
    font-size: 18px;
    font-weight: 500;
}

.project-details__review-rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.project-details__review-rate i {
    font-size: 16px;
    color: var(--qrowd-base);
}

.project-details__review-rate i + i {
    margin-left: 4px;
}

.project-details__review-form-one .row {
    --bs-gutter-x: 20px;
}

.project-details__review-form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.project-details__review-form-input-box input[type="text"],
.project-details__review-form-input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    background-color: var(--qrowd-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--qrowd-gray);
    display: block;
    font-weight: 500;
}

.project-details__review-form-input-box textarea {
    font-size: 14px;
    color: var(--qrowd-gray);
    height: 190px;
    width: 100%;
    background-color: var(--qrowd-extra);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.project-details__review-form-btn-box {
    position: relative;
    display: block;
}

.project-details__review-form-btn {
    border: none;
}

.project-details__review-form-input-box.text-message-box {
    height: 190px;
}

.project-details__right {
    position: relative;
    display: block;
}

.project-details__rewards {
    position: relative;
    display: block;
    background-color: var(--qrowd-extra);
    padding: 50px 60px 60px;
    border-radius: 2px;
}

.project-details__rewards-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 14px;
}

.project-details__rewards-price {
    font-size: 18px;
    color: var(--qrowd-black);
    font-weight: 500;
}

.project-details__rewards-price span {
    font-weight: 800;
    color: var(--qrowd-base);
}

.project-details__rewards-img {
    position: relative;
    display: block;
    margin-top: 4px;
}

.project-details__rewards-img img {
    width: 100%;
}

.project-details__rewards-text-1 {
    font-weight: 500;
    padding-top: 21px;
    padding-bottom: 12px;
}

.project-details__rewards-date {
    font-size: 16px;
    font-weight: 500;
    color: var(--qrowd-black);
}

.project-details__rewards-delivery {
    font-weight: 500;
}

.project-details__rewards-bottom {
    position: relative;
    display: block;
    margin-top: 28px;
    margin-bottom: 23px;
}

.project-details__rewards-bottom li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__rewards-bottom li .icon {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--qrowd-primary);
}

.project-details__rewards-bottom li .text {
    margin-left: 10px;
}

.project-details__rewards-bottom li .text p {
    font-size: 16px;
    font-weight: 800;
    color: var(--qrowd-black);
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Testimonials Carousel Page
--------------------------------------------------------------*/
.testimonials-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    background-color: var(--qrowd-black);
    padding: 120px 0 203px;
    z-index: 1;
}

.testimonial-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: -1;
}

.testimonial-two__left {
    position: relative;
    display: block;
    z-index: 5;
}

.testimonial-two__left .section-title {
    margin-bottom: 30px;
}

.testimonial-two__left .section-title__title {
    color: var(--qrowd-white);
}

.testimonial-two__text {
    color: #8b9e9e;
    font-weight: 500;
    margin-right: 85px;
}

.testimonial-two__right {
    position: relative;
    display: block;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 50px 50px 37px;
    border: 1px solid #dde5e5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-two__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-two__single:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    background-color: var(--qrowd-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.testimonial-two__single:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__client-img {
    position: relative;
    display: inline-block;
    width: 88px;
}

.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid var(--qrowd-primary);
}

.testimonial-two__client-content {
    margin-left: 20px;
}

.testimonial-two__client-name {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 5px;
}

.testimonial-two__client-sub-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.testimonial-two__text-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    padding-top: 19px;
    padding-bottom: 12px;
}

.testimonial-two__quote {
    position: relative;
    display: inline-block;
}

.testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--qrowd-base);
}

.testimonial-two__rating {
    position: absolute;
    bottom: 50px;
    right: -20px;
    display: flex;
    align-items: center;
    background-color: var(--qrowd-extra);
    padding: 12px 20px 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__rating {
    background-color: var(--qrowd-base);
}

.testimonial-two__rating:after {
    position: absolute;
    bottom: -15px;
    right: 0;
    content: "";
    border-top: 0px solid transparent;
    border-left: 20px solid #e1eaea;
    border-bottom: 15px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__rating:after {
    border-left: 20px solid #f57845;
}

.testimonial-two__rating i {
    font-size: 15px;
    color: var(--qrowd-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__rating i + i {
    margin-left: 3px;
}

.testimonial-two__single:hover .testimonial-two__rating i {
    color: var(--qrowd-white);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 24px;
    left: -400px;
    margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--qrowd-black);
    background-color: rgba(var(--qrowd-white-rgb), 0.2);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--qrowd-black);
    background-color: rgba(var(--qrowd-white-rgb), 0.2);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(var(--qrowd-white-rgb), 1);
}
