.cmn-section-about-page-first {
    padding-top: 50px;
}

.cmmn-content-about-heading h1 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
}

.cmmn-content-about-heading h1 span {
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 45px;
    color: #00FFD0;

}

.cmmn-content-about-heading p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;

}

.row-custom {
    align-items: self-start;
}

.section-img {
    width: 100%;
    height: 100%;
}

.inv-sec {
    overflow: hidden !important;
}

.section-img img {
    width: 100%;
    height: 100%;
}

.about-client-partner {
    border-left: 5px solid #00FFD0 !important;
    /* height: 52px; */
}

.gradient-font-client {
    font-size: 48px;
    font-weight: 600;
    text-align: justify;
    background: linear-gradient(180deg, #00FFD0 0%, #FFFFFF 50%, #00FFD0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    margin-left: 10px;
}

.gradient-font-client-para {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFFCC;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
}

.cmn-global-clients {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .about-client-partner2{
    border-left: 5px solid #00FFD0 !important;
    margin-left: 50px;
}
.about-client-partner3{
    border-left: 5px solid #00FFD0 !important;
    margin-left: 70px;
}
.client3{
    text-align: end;
}
.para3{
    text-align: end;
}
.client2{
    text-align: center;
}
.para2{
    text-align: center;
} */

.cmmn-content-about h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.cmmn-content-about h2 span {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: rgba(0, 255, 208, 1);
}

.cmmn-content-about p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.cmn-sub-para {
    font-size: 18px !important;
}

/*  */
.innovation-sec-cmn {
    display: flex;
    gap: 24px;
    margin-block: 16px;
}

.aboutInnovation {
    margin-top: 65px;
}

.about-para-line-height {
    line-height: 32px;
}

.innovation-cmn-text h4 {
    background: linear-gradient(90deg, #00FFC4 0%, #00A9E6 34.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.innovation-cmn-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

/* FOURTH SECTION */
.foundation-values-card {
    padding: 24px 24px;
    width: 306px;
    height: 318px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border: 2px solid transparent !important;
    border-image-source: radial-gradient(60% 51.57% at 50% 50%, #00FFD0 0%, rgba(0, 255, 208, 0) 100%) !important;
    border-image-slice: 1 !important;
    margin-block: 10px;
}

.foundation-values-card-body h4 {
    color: #00FFD0;
    font-weight: 600;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    margin-top: 24px;
}

.foundation-values-card-body p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
}

/* FIFTH SECTION */
.about-team-member {
    width: 306px;
    height: 306px;
    margin: 0 auto;
}

.about-team-member img {
    width: 100%;
    height: 100%;
}

.about-team-name h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.about-team-name p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFFCC;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.hand-heart {
    animation: hand-heart-pulse 1.5s infinite;
}

@keyframes hand-heart-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* CONTACT FORM 7 CSS  */
.about-contact {
    background: transparent;
    width: 100%;
    padding: 10px;
    /* margin-top: 10px; */
    border-radius: 10px;
    color: rgba(179, 179, 179, 1);
    /* border: unset !important;
    outline: 0 !important; */
    font-family: 'Poppins' !important;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.custom-row-about-contact {
    display: flex;
    align-items: center;
    justify-self: center;
}

.about-label {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}

.about-page-border {
    padding: 2px;
    display: flex;
    border-radius: 14px;
    background: linear-gradient(90deg, #00B2FF 0%, #00FFD0 16.5%, #00B2FF 100%);
}

.about-contact-section {
    background-color: #000;
    width: 100%;
    border-radius: 14px;
    padding: 30px;
}

.about-submit-btn {
    background: linear-gradient(90deg, #00AAFF 0%, #00FFD0 75.84%);
    width: 300px;
    height: 56px;
    border-radius: 53px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-left: 20px;
}

.about-submit-btn::after {
    background-image: url(../assets/about-page/contact-arrow.svg);
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 4px;
    content: "" !important;
    position: absolute !important;
}

.about-img-contact-section img {
    width: 90%;
}

/* .form-card1{
    display: flex;
    justify-content: center;
}
.row{
    display: flex;
    justify-content: center;
}
.col-lg-6{
    display: flex;
} */



/* MEDIA QUERY | MEDIA QUERY | MEDIA QUERY START HERE */
@media screen and (min-width: 1200px) {
    .foundation-values-card {
        width: 275px;
    }

    .foundation-values-card-body h4 {
        font-size: 20px;
    }

    .foundation-values-card-body p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992.77px) {
    .cmmn-content-about-heading h1 {
        font-size: 30px;
    }

    .cmmn-content-about-heading h1 span {
        font-size: 30px;
    }

    .cmmn-content-about-heading p {
        font-size: 18px;
    }

    .gradient-font-client {
        font-size: 30px;
    }

    .gradient-font-client-para {
        font-size: 12px;
    }

    /* Innovation section */
    .about-innovation-heading-section {
        display: flex;
        align-items: center;
    }

    .aboutInnovation {
        margin-top: unset;
    }

    .about-para-line-height {
        line-height: unset;
    }

    .cmmn-content-about h2 {
        font-size: 28px;
    }

    .cmmn-content-about h2 span {
        font-size: 28px;
    }

    .cmn-sub-para {
        font-size: 14px !important;
    }

    /* Third Section */
    .innovation-cmn-text h4 {
        font-size: 22px;
    }

    .innovation-cmn-text p {
        font-size: 14px;
    }

    /* FOURTH SECTION */
    .foundation-values-card {
        width: 220px;
        height: 320px;
    }

    .foundation-values-card-body h4 {
        font-size: 16px;
    }

    .foundation-values-card-body p {
        font-size: 14px;
    }

    /* Fifth Section */
    .about-team-name h4 {
        font-size: 20px;
    }

    .about-team-name p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .row-custom {
        flex-direction: column-reverse;
    }

    .cmmn-content-about-heading h1 {
        text-align: center;
        font-size: 35px;
    }

    .cmmn-content-about-heading h1 span {
        text-align: center;
        font-size: 35px;
    }

    .cmmn-content-about-heading p {
        font-size: 16px;
    }

    .cmn-global-clients {
        justify-content: space-around;
    }

    .gradient-font-client {
        font-size: 35px;
    }

    .gradient-font-client-para {
        font-size: 14px;
    }

    /* Innovation Section */
    .cmmn-content-about h2 {
        font-size: 30px;
    }

    .cmmn-content-about h2 span {
        font-size: 30px;
    }

    .aboutInnovation {
        margin-top: unset;
    }

    .about-para-line-height {
        line-height: unset;
    }

    .cmn-sub-para {
        font-size: 14px !important;
    }

    /* third section */
    .innovation-cmn-text h4 {
        font-size: 25px;
    }

    .innovation-cmn-text p {
        font-size: 16px;
    }

    /* Fourth Section */
    .foundation-values-card {
        margin-block: 10px;
    }

    .foundation-values-card-body h4 {
        font-size: 18px;
    }

    .foundation-values-card-body p {
        font-size: 14px;
    }

    .foundation-values-card {
        width: 280px;
        height: 300px;
        margin: 10px auto;
    }

    /* FIFTH SECTION */
    .about-team-member {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    .about-team-name h4 {
        font-size: 15px;
    }

    .about-team-name p {
        font-size: 12px;
    }

    .about-submit-btn {
        padding-left: 1px;
    }

    .about-submit-btn::after {
        margin-left: 2px;
    }
}

@media screen and (max-width: 768px) {
    .about-submit-btn {
        width: 260px;
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .cmmn-content-about-heading h1 {
        font-size: 27px;
        text-align: center;
    }

    .cmmn-content-about-heading h1 span {
        font-size: 27px;
        text-align: center;
    }

    .cmmn-content-about-heading p {
        font-size: 14px;
        text-align: justify;
        padding-left: 0px;
    }

    .cmn-global-clients {
        justify-content: center;
        gap: 20px;
    }

    .gradient-font-client {
        font-size: 24px;
    }

    .gradient-font-client-para {
        font-size: 10px;
    }

    /* Innovation Section */
    .cmmn-content-about h2 {
        font-size: 25px;
        text-align: center;
    }

    .cmmn-content-about h2 span {
        font-size: 25px;
        text-align: center;
    }

    .cmn-sub-para {
        font-size: 14px !important;
        text-align: center !important;
        padding-left: 0px !important;
    }

    /* third section */
    .innovation-sec-cmn {
        display: flex;
        /* flex-direction: column; */
        gap: 15px;
        margin-block: 8px;
    }

    .innovation-cmn-img {
        width: 20%;
    }

    .innovation-cmn-img img {
        width: 32px;
        height: 32px;
    }

    .innovation-cmn-text h4 {
        font-size: 18px;
    }

    .innovation-cmn-text p {
        font-size: 14px;
    }

    /* FOURTH SECTION */
    .foundation-values-card-body img {
        width: 32px;
        height: 32px;
    }

    .foundation-values-card {
        width: 306px;
        height: 190px;
    }

    .foundation-values-card-body {
        text-align: center;
    }

    .foundation-values-card-body h4 {
        margin-top: 8px;
    }

    .values h2 {
        text-align: center;
    }

    #AIDevelopmentDropdown {
        font-size: 16px;
    }
}

@media screen and (max-width: 321px) {
    .about-client-partner {
        border-left: 2px solid #00FFD0 !important;
    }

    .cmmn-content-about-heading h1 {
        font-size: 25px;
    }

    .cmmn-content-about-heading h1 span {
        font-size: 25px;
    }

    .cmmn-content-about-heading p {
        font-size: 10px;
    }

    .gradient-font-client {
        font-size: 14px;
    }

    /* Innovation Section */
    .cmmn-content-about h2 {
        font-size: 22px;
    }

    .cmmn-content-about h2 span {
        font-size: 22px;
    }

    .cmn-sub-para {
        font-size: 10px !important;
    }

    /* third section */
    .innovation-cmn-text h4 {
        font-size: 16px;
    }

    .innovation-cmn-text p {
        font-size: 12px;
    }

    /* sixth section */
    .about-page-border {
        width: 85%;
    }

    .about-submit-btn {
        width: 195px;
        height: 45px;
        font-size: 12px;
    }

    .about-submit-btn::after {
        margin-left: 1px;
        margin-top: 0px;
    }
}