/*--------------------------------------------------------------
# Experience One
--------------------------------------------------------------*/

.experience-one {
    position: relative;
    display: block;
    background-color: var(--Freshflow-secondary);
    padding: 128px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.experience-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    mix-blend-mode: plus-lighter;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.experience-one__shape-1 {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.experience-one__shape-1 img {
    width: auto;
}

.experience-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .16;
    z-index: -1;
}

.experience-one__shape-2 img {
    width: auto;
}

.experience-one__shape-3 {
    position: absolute;
    top: 0;
    right: -20px;
    opacity: .16;
    z-index: -1;
}

.experience-one__shape-3 img {
    width: auto;
}

.experience-one__shape-4 {
    position: absolute;
    width: 546.03px;
    height: 584.97px;
    left: -295px;
    top: -83px;
    background: rgba(255, 255, 255, 0.39);
    filter: blur(150px);
    z-index: -1;
}

.experience-one__shape-5 {
    position: absolute;
    width: 546.03px;
    height: 584.97px;
    left: -309px;
    bottom: -115px;
    background: rgba(17, 149, 255, 0.39);
    filter: blur(150px);
    z-index: -1;
}

.experience-one__shape-6 {
    position: absolute;
    width: 546.03px;
    height: 584.97px;
    right: -250px;
    top: -115px;
    background: rgba(17, 149, 255, 0.39);
    filter: blur(150px);
    z-index: -1;
}

.experience-one .container {
    max-width: 1100px;
}

.experience-one__top {
    position: relative;
    display: block;
    background-color: var(--Freshflow-white);
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    padding: 31px 50px 33px;
}

.experience-one__top-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 28px;
}

.experience-one__top-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
}

.experience-one__top-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.experience-one__top-list li .icon {
    position: relative;
    display: inline-block;
    top: 9px;
}

.experience-one__top-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--Freshflow-base);
}

.experience-one__top-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.experience-one__top-list li .content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--Freshflow-gray);
    text-transform: capitalize;
}

.experience-one__top-list li .content p {
    font-size: 18px;
    color: var(--Freshflow-black);
    margin: 6px 0 7px;
}

.experience-one__top-list li .content span {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.experience-one__bottom {
    position: relative;
    display: block;
    margin-top: 56px;
}

.experience-one__bottom-left {
    position: relative;
    display: block;
}

.experience-one__core-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.experience-one__core-text {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.experience-one__core-list {
    position: relative;
    display: block;
}

.experience-one__core-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.experience-one__core-list li+li {
    margin-top: 35px;
}

.experience-one__core-list li .icon {
    position: relative;
    display: inline-block;
    top: 9px;
}

.experience-one__core-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--Freshflow-base);
}

.experience-one__core-list li .content {
    position: relative;
    display: block;
    flex: 1;
}

.experience-one__core-list li .content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.experience-one__core-list li .content p {
    font-weight: 500;
}

.experience-one__bottom-right {
    position: relative;
    display: block;
    margin-left: 110px;
    margin-top: 11px;
}

.experience-one__bottom-right .section-title {
    margin-bottom: 29px;
}

.experience-one__progress-list {
    position: relative;
    display: block;
}

.experience-one__progress-list li {
    position: relative;
    display: block;
}

.experience-one__progress-list li+li {
    margin-top: 29px;
}

.experience-one__progress {
    position: relative;
    display: block;
}

.experience-one__progress-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--Freshflow-black);
    margin-bottom: 6px;
    font-family: var(--Freshflow-font);
    letter-spacing: -0.02em;
}

.experience-one__progress .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: var(--Freshflow-white);
    border-radius: 6px;
}

.experience-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--Freshflow-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.experience-one__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 19px;
    color: var(--Freshflow-black);
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.experience-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.experience-one__progress .bar.marb-0 {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/