/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/
.project-page-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-page-one .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;
}

/*--------------------------------------------------------------
# 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);
}
