/* Customer about */

.main-title {
    /*padding-top: 100px;*/
}
.custom-tech {
    margin-top: -200px;
}

.main-title::after {
    content: " ";
    position: absolute;
    width: 50vw;
    border-radius: 100%;
    background: rgba(0, 194, 255, 0.08);
    height: 50vw;
    top: -200%;
    left: 40%;
    transition: 0.3s ease-in-out;
    filter: blur(8px);
}

.animation4::after {
    transform: translate(0, 0);
}

.animation5::after {
    transform: translate(0, 200px);
    width: 40vw;
    height: 40vw;
}

.animation6::after {
    transform: translate(0, 300px);
    filter: blur(10px);
}

.main-title::before {
    content: " ";
    position: absolute;
    width: 30vw;
    border-radius: 100%;
    background: rgba(0, 194, 255, 0.08);
    height: 30vw;
    top: -130%;
    left: -30%;
    transition: 0.3s ease-in-out;
    filter: blur(4px);
}

.animation4::before {
    transform: translate(0, 0);
}

.animation5::before {
    transform: translate(-100px, -100px);
}

.animation6::before {
    transform: translate(-150px, -200px);
}

.home-test::after {
    content: " ";
    position: absolute;
    width: 50vw;
    border-radius: 100%;
    background: #0B99AD;
    opacity: .1;
    height: 50vw;
    top: 30%;
    left: 60%;
    transition: 0.3s ease-in-out;
}

.animation1::after {
    transform: translate(0, 0);
}

.animation2::after {
    transform: translate(0, -200px);
}

.animation3::after {
    transform: translate(0, -500px);
}

.home-test::before {
    content: " ";
    position: absolute;
    width: 80vw;
    border-radius: 100%;
    opacity: .1;
    background: #A654CD;
    height: 80vw;
    top: 30%;
    left: -30%;
    transition: 0.3s ease-in-out;
    filter: blur(8px);
}

.animation1::before {
    transform: translate(0, 0);
}

.animation2::before {
    transform: translate(200px, -200px);
}

.animation3::before {
    transform: translate(500px, -500px);
}

.about-tabs {
    display: flex;
    width: 100%;
    position: relative;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.about-tabs-wrapper {
    position: relative;
    display: flex;
}

.about-tabs a {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #ffffff;
    padding: 8px 22px;
    margin-right: 15px;
    border-radius: 20px;
    position: relative;
    white-space: nowrap;
    transition: all .3s ease .2s;
}

.about-tabs a.active {
    color: #ffffff;
}

.about-tabs a.inactive {
    background-color: rgba(255, 255, 255, 0.2);
}

.about-tabs em {
    background: #162431;
    position: absolute;
    height: 34px;
    left: 0;
    top: 0;
    padding: 0px 22px;
    box-sizing: content-box;
    z-index: 0;
    border-radius: 20px;
    transition: all .3s cubic-bezier(0.77, 0.12, 0.42, 0.81);
}

.about-panels {
    width: 100%;
    height: 245px;
    background: white;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 17px -5px rgba(112, 112, 112, 1);
}

.about-panel {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s cubic-bezier(0.97, 0.08, 0.25, 1);
    padding: 30px;
    display: table-cell;
    vertical-align: middle
}

.about-panel .container {
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
}

.about-panel .row {
    display: flex;
}

.about-panel.active {
    opacity: 1;
}

.about-background {
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 0;
    transition: all .5s cubic-bezier(0.68, 0.18, 0.25, 1);
}

.about-panel:nth-child(odd) .about-background {
    transform: translateY(10%) scale(1.1);
    transform-origin: right top;
}

.about-panel:nth-child(even) .about-background {
    transform: translateY(-10%) scale(1.1);
    transform-origin: left bottom;
}

.about-panel.active .about-background {
    transform: translateY(0%) scale(1);
}

.about-gradient {
    position: absolute;
    height: 150%;
    position: absolute;
    width: 100%;
    opacity: 1;
    top: -50%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.about-info {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 9;
    flex: 1;
    height: 200px;
    padding: 26px 20px;
    border-left: 0;
    border-right: 3px solid #E8D5F4;
    transition: border-color 0.3s linear;
}

.about-info h1 {
    font-weight: 700;
    font-size: 42px;
    color: #162431;
}
.about-content {
    flex: 2;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #162431;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.about-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.about-content .about-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.about-project {
    display: flex;
    justify-content: space-between;
}

.about-project .project-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.about-project .project-link::after {
    content: ' ';
    background: url(../img/icons/arrow-white.svg);
    width: 26px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.about-project .project-link:hover::after {
    transform: translateX(30px);
}

.about-project .about-tags {
    display: none;
}

.about-project .about-tags a {
    background: rgba(255, 255, 255, .1);
    padding: 7px 20px;
    margin-left: 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    transition: all .15s ease;
}

.about-project .about-tags a:hover {
    background: rgba(255, 255, 255, .3);
}

.about-our-approach p span {
    font-weight: 400;
}

.about-our-approach-head h1 {
    text-align: left;
}

.about-approach-cat p {
    font-weight: 400;
}

.about-approach-cat p a {
    font-weight: 700;
}

@media all and (max-width: 768px) {
    .about-info h1 {
        font-size: 30px;
    }
    .about-content {
        padding-left: 0px;
    }
    .about-panels {
        height: 415px;
    }
    .about-panel .row {
        flex-direction: column;
    }
    .about-info {
        border-right: 0 !important;
        border-bottom: 2px solid #E9D4F4;
        margin: 0;
        padding: 0 0 15px 0;
    }
    .about-content {
        width: 100%;
        padding-top: 25px;
        font-size: 1.2em;
        font-weight: 400;
    }
    .about-our-approach .et_pb_column:not(:first-child) {
        margin-top: 2.5em;
    }
    .about-have-question strong {
        font-size: 32px;
    }
    .about-our-approach-head h1 {
        text-align: center;
    }
}

.et_pb_section_0_tb_body {
    box-shadow: none !important;
}