
/* About Inner Page */

:root {
    --primary: #006efe;
    --secondary: #30d1be;
    --light: #fff;
    --dark: #000;
    --button: linear-gradient(126deg, #2872d1, #35dbb7);
    --header: linear-gradient(#011230, #1071b6);
}

.about-inner-section {
    padding-top: 80px;
}

.inner-about-heading {
    max-width: 1075px;
}

.sub-title {
    font-size: 16px;
    font-weight: 600;
    padding-left: 92px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ff4a68;
}

.sub-title::before {
    left: 0;
    top: 10px;
    height: 2px;
    content: "";
    width: 80px;
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, #FF4A68 29.33%, rgba(255, 74, 104, 0) 100%);
}

.main-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.067;
    letter-spacing: -2px;
    color: black;
    margin-bottom: 3rem;
}

.split-line {
    display: block;
    text-align: start;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 0%;
    transform: translate(0px, 0px);
    opacity: 1;
    -webkit-text-stroke: 0px white;
    color: inherit;
}

.seo-rotate {
    width: 200px;
    height: 200px;
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.split-line span {
    font-style: italic;
    font-family: "Playfair", serif;
    color: linear-gradient(#8215FF 15.05%, #2DA9FF 99.63%);
    background: linear-gradient(92.38deg, #8215FF 15.05%, #2DA9FF 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.exp-area {
    width: 100%;
    padding-top: 65px;
    padding-left: 10px;
    position: relative;
    padding-right: 110px;
    padding-bottom: 100px;
}

.exp-area::before {
    top: 0;
    left: 0;
    width: 1px;
    opacity: 0.24;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #1C1C2D 0%, rgba(91, 91, 147, 0) 100%);
}

.exp-count {
    gap: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.inner-about-contain {
    position: relative;
}

.exp-count h3 {
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 25% 35%;
    background-image: url(../images/about/year-bg.webp);
}

.exp-count h3 span {
    text-shadow: 10px 8px 0px rgba(28, 28, 45, 0.08);
}

.exp-count p {
    font-size: 20px;
    line-height: 1.2;
    max-height: 170px;
    writing-mode: vertical-rl;
}

.reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.reviews img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -20px;
}

.exp-para {
    padding: 65px 0px;
}

.exp-button a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px 28px;
    background: var(--button);
    background-size: 200%, 1px;
    text-decoration: none;
}

.img-wrapper {
    bottom: 80px;
    width: 100%;
    height: 550px;
    max-width: 680px;
    position: relative;
}

.item-img1 {
    transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    right: 65px;
    top: -65px;
}

.item-img2 {
    top: 0px;
    right: 200px;
    position: absolute;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.item-img3 {
    left: 20px;
    bottom: 35px;
    position: absolute;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

#aboutText {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.349);
    text-stroke: 1px var(--light);
    letter-spacing: 10px;
    /*white-space: nowrap;*/
    transition: transform 0.2s linear;
    position: relative;
    z-index: -1;
}

.img-inner {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 250px);
    opacity: 1;
    overflow: hidden;
    border-radius: 16px;
}

.img-inner img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 400px;
    width: 300px;
}

.specialist h1 {
    font-size: 25px;
    font-weight: 700;
}

.specialist ul {
    padding-left: 0rem !important;
    margin-bottom: 2rem;
}

.specialist ul li {
    line-height: 40px;
}

.specialist ul li i {
    color: var(--primary);
    margin-right: 10px;
    font-size: 20px;
}

.working-process {
    background: url('../images/about/Our-working-process.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: #000;
    position: relative;
    margin: 0 1rem;
    border-radius: 30px;
    z-index: 0;
}

.working-process .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#011230cf, #1071b6db);
    z-index: 0;
    border-radius: 30px;
}

.working-process-heading p {
    width: 70%;
    margin: 0 auto 3rem;
    color: #fff;
}

ul li {
    list-style-type: none;
}

.working-process #aboutText {
    -webkit-text-stroke: 1px #fff;
    font-size: 4rem;
}

.working-process .content-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

.working-process .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.working-process .tab-btn {
    background: var(--button);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 130px;
    border-radius: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.3s ease;
}

.working-process .tab-btn img {
    transition: transform 0.5s ease;
        width: 70%;
    padding: 13px;
}

.working-process .tab-btn.active {
    background: var(--header);
    color: #fff;
}

.tab-btn:hover img {
    transform: rotate(360deg);
}

.working-process .tab-content {
    display: none;
    max-width: 800px;
    margin: 0 auto;
}

.working-process .project {
    position: relative;
    right: 0;
}

.working-process .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.working-process .tab-content p {
    margin-top: 1rem;
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-box {
    position: relative;
    min-height: 350px;
}

.stat-box .project,
.stat-box .customer,
.stat-box .active-customer {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
}

.stat-box .project {
    top: 0;
    right: 0;
}

.stat-box .customer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stat-box .active-customer {
    bottom: 0;
    left: 0;
}

.stat-box .project:hover,
.stat-box .customer:hover,
.stat-box .active-customer:hover {
    transform: scale(1.05);
    z-index: 1;
}

.stat-box .customer:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.stat-box h4 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.stat-box hr {
    margin: 5px 0;
    width: 100%;
    border-top: 2px solid #000;
}

.stat-box p {
    margin: 0;
    font-size: 16px;
}

.underline1 {
    height: 2px;
    width: 100px;
    background-color: #fff;
    margin: auto;
    margin-top: 20px;
}

.underline2 {
    height: 4px;
    width: 30px;
    background-color: var(--primary);
    margin: auto;
    margin-top: -3px;
}

.no-margin {
    margin-left: 0px;
}

.process-section {
    padding: 5rem 0;
    position: relative;
}

.section-image {
    position: absolute;
    z-index: -1;
    opacity: 1;
    max-width: 250px;
    transition: all 0.4s ease;
}

.section-image.left-top {
    top: 0;
    left: 0;
}

.section-image.right-bottom {
    bottom: 0;
    right: 0;
}

.working-process-area {
    display: flex;
    gap: 15px;
    position: relative;
    margin-top: 2rem;
}

.process-section .underline1,
.mvv-section .underline1 {
    background-color: #000 !important;
}

.process-item {
    flex: 1;
    background-color: #fff;
    padding: 25px 28px 40px 28px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.process-step {
    font-size: 120px;
    background: linear-gradient(180deg, #1264a1 0%, #fff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 16px;
    justify-content: center;
}

.title {
    margin-bottom: 20px;
    font-size: 20px;
}

.desc {
    margin: 0;
}

.process-item:not(:last-child)::after {
    content: "\f061";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 24px;
    color: #6298c0;
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #fff;
    border: 7px solid #006efe24;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.mvv-section {
    padding: 2rem 0;
    background: #1268a91c;
    margin: 1rem;
    border-radius: 20px;
}

.mvv-card {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mvv-card:hover {
    transform: translateY(-8px);
}

.mvv-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.mvv-title-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.mvv-icon {
    font-size: 36px;
    width: 80px;
    height: 80px;
    background: linear-gradient(-45deg, rgb(7 20 253 / 30%) 0%, rgba(30, 138, 138, 0) 50%, rgb(0 66 255 / 83%) 100%);
    border-radius: 50%;
    border: 1px solid rgba(30, 138, 138, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: all 0.4s ease-in-out;
}

.mvv-card:hover .mvv-icon {
    background: var(--primary);
    color: #fff;
}

.mvv-title {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 0;
}

.mvv-text-wrap {
    flex: 2;
    display: flex;
    justify-content: flex-end;
}

.mvv-desc {
    width: 85%;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.mvv-bg {
    position: absolute;
    top: 50%;
    left: 28%;
    width: 210px;
    height: 220px;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) scale(0.7);
    transition: opacity 0.6s, transform 0.5s ease;
    z-index: 1;
}

.about-midium-inner {
    display: none;
}

.mvv-card:hover .mvv-bg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* About Page Responsive */

@media (max-width: 1199px) {
    .about-inner {
        display: none;
    }

    .about-midium-inner {
        display: block;
    }

    .about-midium-inner .img-wrapper .item-img1 {
        transform: rotate(0);
        position: static;

    }

    .about-midium-inner .img-wrapper .item-img2 {
        transform: rotate(0);
        position: static;

    }

    .about-midium-inner .img-wrapper .item-img3 {
        transform: rotate(0);
        position: static;

    }

    .about-midium-inner .img-wrapper {
        bottom: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
        position: relative;
        align-items: center;
        justify-content: space-evenly;
        margin: 2rem 0;
    }

    .about-midium-inner .exp-area {
        padding-bottom: 0;
        padding-top: 0;
    }

    .about-midium-inner .exp-para {
        padding: 0;
    }

    .about-midium-inner .exp-count h3 {
        font-size: 200px;
    }
}

@media only screen and (max-width: 991px) {

    .mvv-content-wrap {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .mvv-title-wrap {
        justify-content: center;
        margin-bottom: 20px;
    }

    .mvv-text-wrap {
        justify-content: center;
    }

    .mvv-desc {
        width: 100%;
    }

    .mvv-bg {
        display: none;
    }

    .working-process-area {
        flex-direction: column;
    }

    .process-item:not(:last-child)::after {
        display: none;
    }

}

@media (max-width: 767px) {
    .working-process #aboutText {
        font-size: 3rem;
    }

    .exp-para #aboutText {
        font-size: 4rem;
    }

    .working-process-heading p {
        width: 100%;
    }
}

@media (max-width: 479px){
    .about-inner-section {
        padding-top: 40px;
    }
}

@media (max-width: 414px) {
    .working-process #aboutText {
        font-size: 2rem;
    }

    .exp-para #aboutText {
        font-size: 3rem;
    }

    .working-process .tab-btn{
        height: 80px;
        width: 100px;
    }
}

