@font-face {
    font-family: GeneralSans-Regular;
    src: url(../fonts/GeneralSans-Regular.woff2) format("woff2"), url(../fonts/GeneralSans-Regular.woff) format("woff"),
        url(../fonts/GeneralSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: GeneralSans-Medium;
    src: url(../fonts/GeneralSans-Medium.woff2) format("woff2"), url(../fonts/GeneralSans-Medium.woff) format("woff"),
        url(../fonts/GeneralSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: GeneralSans-Semibold;
    src: url(../fonts/GeneralSans-Semibold.woff2) format("woff2"), url(../fonts/GeneralSans-Semibold.woff) format("woff"),
        url(../fonts/GeneralSans-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
:root {
    --primary-color: #ff576d;
    --primary-color-light: #ffecec;
    --secondary-color: #8748c2;
    --secondary-color2: #59258a;
    --secondary-color-light: #f2e4ff;
    --font-color-dark: #341552;
    --blue-color: #d9f0f3;
    --fw-400: "GeneralSans-Regular";
    --fw-500: "GeneralSans-Medium";
    --fw-600: "GeneralSans-Semibold";
}

/* <<<<<<<<<<<<<,manish csss>>>>>>>>>>> */

/* <<<<<<<<<<<<<,manish csss>>>>>>>>>>> */
.who-are-we-card img {
    position: inherit !important;
    top: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    transition: none !important;
    padding-block: 37px;
}

.who-are-we-card {
    border: none !important;
    height: 430px !important;
}
.who-are-we-card h4 {
    font-size: 26px !important;
    margin-bottom: 16px !important;
}
.who-are-we-card p {
    font-size: 22px !important;
}

.labs_div img {
    max-height: 30px;
    opacity: 0.6;
}

.our-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-bottom: 50px;
}

.community-card {
    padding: 15px !important;
    border: 1px solid #e5d4f4;
    position: relative;
    height: 100%;
    border-radius: 80px !important;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    width: max-content;
}

.latest-happening {
    position: relative;
    top: 35px;
}

.labs_div:hover {
    background-color: #e0d8ff;
}

.labs_div:hover img {
    opacity: 1;
}

.labs_div:hover p {
    color: #59258a;
}

.labs_div:hover .machine-link-dark,
.owl-case-study {
    display: block;
}

.labs_div p {
    font-size: 20px;
    margin-left: 10px;
    line-height: 33px;
    color: #341552 !important;
    font-family: var(--fw-600);
    margin-bottom: 0;
}

.our-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}

.tech-tabs {
    position: relative;
}

.tech-tabs .nav {
    display: block !important;
}

.tech-tabs .nav-item .nav-link {
    font-size: 32px;
    font-family: var(--fw-600);
    line-height: 61px;
    color: #c77fff;
    padding-left: 30px;
    margin-bottom: 10px;
}
.tech-tabs li.nav-item {
    height: 100%;
    padding: 0;
}

.tech-tabs .nav-link {
    margin-left: 20px !important;
}

.tech-tabs .nav-item {
    position: relative;
}

.tech-tabs .nav-link.active {
    background-color: transparent !important;
    color: #fff !important;
}

.tech-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c57efd;
    border-radius: 50%;
    opacity: 0.7;
    background-color: transparent;
}
.tech-tabs .nav-link.active::after {
    background-color: #fffdfa;
    border-color: #fffdfa;
    opacity: 1;
}

.technologies {
    padding-top: 350px;
    padding-bottom: 105px;
    margin-top: -330px;
}

.v-line {
    /* position: relative; */
    position: absolute;
    bottom: 0;
}
.tech__apps__img {
    margin-bottom: 0 !important;
}

.v-line::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 4px;
    width: 1px;
    height: 230px;
    background-color: #c77fff;

    margin-top: 20px;
}

.row-g {
    row-gap: 20px;
}

.hall-award {
    background-color: #fff;
    border: 1px solid #fe8595;
    border-radius: 25px;
    padding: 32px 60px 26px 150px;
    position: relative;
}

a .hall-arrow {
    width: 30px;
    height: 10px;
}

.hall-triangle {
    position: absolute;
    bottom: -74px;
    right: 15px;
}

.tavus {
    padding-top: 80px;
    background-color: #f7eeff;
}

.btn-clor {
    color: #f230aa !important;
    background-color: #fff !important;
}

.btn-clor img {
    filter: none !important;
}
.tavus-inner {
    background-color: #f230aa;
    padding: 80px;
    border-radius: 24px;
}
.title_div.tavus-inner a span {
    color: #f230aa !important;
}
.technologies__tab {
    min-height: 600px;
}

.discover {
    background-repeat: no-repeat;
    background-image: url("../images/discover-bg1.svg");
    background-size: contain;
    background-position: center center;
    /* background-color: #F7EEFF; */
    /* transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.discoverbg {
    background-color: #f7eeff;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.design-descover {
    background-image: url("../images/discover-design.svg");
    background-size: cover;
    background-position: bottom left;
    height: 1100px;
    /* height: 100vh; */
}
.discover-inner {
    background-color: #9948e8;
    padding: 30px 40px;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}
.discover_conatct_us {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.discover_conatct_us span {
    color: #9948e8 !important;
}
.testi__profile {
    margin-top: 100px;
}
.testi__profile__content {
    text-align: left;
}

.btn-clorr {
    color: #9948e8 !important;
}
.service-tab-sec {
    background-color: #ffece2;
}
.service-tab {
    padding-top: 50px;
}

.service-tab nav .active-section {
    color: #ff576d !important;
    background-color: transparent;
}

.service-tab .nav-link {
    font-size: 22px;
    position: relative;
    color: var(--font-color-dark);
    font-family: var(--fw-600);
    padding-left: 100px;
    text-align: left;
    margin-bottom: 20px;
    cursor: pointer;
}
.service-tab .nav-link:hover span {
    color: #ff576d;
}
.service-tab .nav-link.active {
    background-color: transparent !important;
}
.service-tab .nav-link.active span {
    color: #ff576d;
}
.service-tab .nav-link.active::before {
    opacity: 1;
}
.service-tab .nav-link:hover::before {
    opacity: 1;
}
.backed_div {
    padding: 80px !important;
}
a.lab.btn__primary:hover {
    color: #fff !important;
}
.service-tab .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 35px;
    height: 20px;
    border-radius: 0px 30px 30px 0px;
    /* background-color: #FE8595; */
    opacity: 0;
    /* background-image: linear-gradient(73deg, #fff, transparent); */
    background-image: url("../images/icon.png");
}
.accordion-item {
    border-bottom: 1px solid #e6e6e6 !important;
}
.service-h6 {
    font-size: 24px !important;
    font-family: var(--fw-400);
    color: #ff576d !important;
    line-height: 35px !important;
    padding-top: 40px;
}
.service-tab .nav-link span {
    font-family: var(--fw-500);
    font-size: 24px;
    color: var(--font-color-dark);
}
.font-44 {
    font-size: 44px !important;
    line-height: 61px !important;
}
.font-34 {
    font-size: 34px !important;
    line-height: 51px !important;
}
.font-24 {
    font-size: 22px !important;
}

.service-tab-text {
    position: relative;
}

.service-h6-txt {
    color: #ff576d;
    padding-top: 50px;
    font-size: 32px !important;
}

.service-tab .nav-item .nav-link {
    margin-left: 0px !important;
}

.real-stories {
    /* background-image: url(../images/pages/home/real-stories-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    /* height: 1000px; */
    /* height: 100vh; */
}
.service-bg:hover {
    box-shadow: none !important;
}

.real-card p {
    font-size: 26px;
    line-height: 40px;
    padding-block: 30px;
    color: #341552 !important;
}

.hyathi-team .real-card p {
    padding-block: 0px;
    line-height: 34px;
    color: #59258a !important;
}
.hyathi-team .real-card p.team-testimonial {
    font-size: 20px;
    color: #212529 !important;
}

.real-card .font-32 {
    color: #9948e8;
    font-family: var(--fw-600);
}
.real-card .font-18 {
    font-size: 18px;
}

.real-comma {
    width: 30px !important;
    height: 20px;
}

.real-card {
    background-color: #fff;
    padding-block: 60px;
    border-radius: 24px;
    padding-inline: 60px;
}
.hyathi-team .real-card {
    padding-inline: 0px;
    padding-block: 0px;
    padding: 0px 20px;
}
.real-btn {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    margin-top: 30px;
}
.brdr-top {
    border-top: 1px solid #c77fff;
}
.real-caritas {
    width: 100px !important;
    height: 25px;
}
.brdr-top h6 {
    padding-top: 20px;
}
.cutting-edge {
    text-align: end;
}
.cutting-edge img {
    width: 250px;
    height: 190px;
}
.tech-div {
    padding-bottom: 10px;
}
.real-stories .swiper-button-next {
    color: #000 !important;
    bottom: 0 !important;
    width: 60px !important;
}
.real-stories .swiper-button-next::after {
    display: none !important;
}
.real-stories .swiper-button-prev::after {
    display: none !important;
}
.real-stories .swiper-button-prev {
    color: #000 !important;
    width: 60px !important;
}
.swiper {
    position: inherit !important;
}
.swiper-button-next img {
    width: 72px !important;
    height: 72px !important;
    top: -198px;
    position: absolute !important;
    right: -125px;
}
.swiper-button-prev img {
    width: 100px !important;
    top: -260px;
    position: absolute !important;
    left: -125px;
}
.swiper-pagination {
    display: none !important;
}

/* <<<<<<<<<<<<<<<<<service scroll tabs>>>>>>>>>>>>> */

.service-scroll {
    height: 100%;
    background-color: #fff !important;
}

.service-scroll link html {
    height: 100%;
    font-family: "Open Sans", sans-serif;
}
.service-scroll nav {
    position: relative;
    top: 5%;
    bottom: auto;
    z-index: 10;
}

.service-scroll ul {
    list-style: none;
    padding: 0;
}

.service-scroll li {
    padding: 10px 0;
}

.service-scroll span {
    display: inline-block;
    position: relative;
}

.service-scroll nav a {
    display: inline-block;
    color: #272727;
    text-decoration: none;
    font-size: 1em;
}

.service-scroll .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #272727;
}

.service-scroll .rect {
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -moz-transition: -webkit-transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s;
}

.service-tab {
    position: relative;
}
.service-tab nav a.active-section {
    color: #ff576d;
}

.service-scroll nav a:hover span,
nav .active-section span {
    background-color: #fe8595;
}

.service-scroll nav .active-section .rect {
    width: 40px;
}

.service-scroll .content-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #ffece2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-scroll .content-section h1 {
    color: #9b59b6;
    font-size: 3em;
}

/*CREDITS*/
.service-scroll .about {
    position: fixed;
    bottom: 0;
    left: 1%;
}

.service-scroll .about a {
    text-decoration: none;
    font-size: 1.5em;
}

.service-scroll .about a:visited,
.about a:active,
.about a:link {
    color: #000;
}

.service-scroll .about a:hover {
    color: red;
}

.service-scroll .service-tab a:hover {
    color: #fe8595;
}

.service-tab .nav-link:hover {
    color: #fe8595;
}

.service-tab .nav-link.active {
    color: #ff576d;
}

.service-tab .active-section {
    color: #fe8595;
}
.active-section::before {
    content: "";
    position: absolute;
    top: 15.5%;
    left: -40px;
    width: 35px;
    height: 20px;
    border-radius: 0px 30px 30px 0px;
    background-color: #fe8595;
    background-image: linear-gradient(73deg, #fff, transparent);
}

/* <<<<<<<<<<<<<<<<end>>>>>>>>>>>>>>> */

/* <<<<<<<<<<real-slider>>>>>>>>>>>>>>>>>>>>>> */

.sample-slider {
    width: 66% !important;
}
.swiper-slide {
    opacity: 0.5;
}
.swiper-slide-active {
    opacity: 1;
}
/* .sample-slider img{
        width: 100%;
    } */

.sample-slider .swiper-slide {
    /* added */
    border-radius: 20px;
    /* added */
}

/* added */
.sample-slider img {
    width: 100%;
    vertical-align: bottom;
    /* added */
}
.sample-slider img.hyathi-team-arrow {
    border: 1px solid #59258a;
    border-radius: 50%;
    height: auto !important;
}
.native-dev {
    background-color: #f7eeff;
    padding: 60px;
    border-radius: 24px;
    margin-bottom: 50px;
}
.native-img {
    display: flex;
    align-items: center;
    max-width: 60%;
    justify-content: space-between;
}
.native-text p {
    padding-top: 22px;
    padding-bottom: 50px;
}
.native-dev .nav-link.active {
    background-color: transparent !important;
    color: #000 !important;
}
.native-dev .nav-link.active img {
    filter: brightness(0);
}
.native-dev .nav-link {
    color: #d6b6f6 !important;
}
.font-32 {
    font-size: 32px !important;
    line-height: 43px !important;
}
.native-tab button {
    text-align: left !important;
}
.native-dev .nav-link img {
    width: 44px;
}
.native-tab button {
    margin-bottom: 30px;
}
.performance-slider .carousel-control-next-icon {
    display: none !important;
}
.performance-slider .carousel-control-prev-icon {
    display: none !important;
}
.performance-text {
    padding-inline: 40px;
    padding-block: 60px;
    background: #ffffff99;
    border-radius: 24px;
    height: 100%;
}
.performance-text h3 {
    padding-top: 40px;
    font-size: 42px;
    padding-bottom: 64px;
    font-family: var(--fw-500);
}
.performance-slider .carousel-indicators [data-bs-target] {
    width: 30% !important;
    height: 4px !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.carousel-indicators button.active {
    background-color: #0b033f;
}
.performance-slider .carousel-indicators {
    overflow: hidden;
    justify-content: center !important;
    /* position: relative; */
}

.performance-slider #carouselExampleIndicators {
    height: 100% !important;
}
.performance-slider .carousel-indicators button {
    position: relative;
}
/* .performance-slider .carousel-indicators .active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    content: '';
    border-radius: 10px;
    background: transparent;
} */

/* .performance-slider .carousel-indicators  .active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    content: '';
    background-color: #0B033F;
    z-index: 1;
    animation: mymove 5000ms infinite;
} */
@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* <<<<<<<<<<<<<<<<end>>>>>>>> */

/* sonam new css start  */
.hall-fame {
    background-image: url("../images/pages/home/hall-fame-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    background-color: #f7eeff;
    padding: 150px 0;
    background-position: bottom;
}
.fame_main {
    /* display: flex; */
    display: grid;
    position: relative;
    grid-template-columns: minmax(auto, 5fr) minmax(auto, 950px);
}
.fame_main2 {
    display: grid;
    position: relative;
    grid-template-columns: minmax(auto, 5fr) minmax(auto, 950px);
}
.fame_left2 {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 24px;
    border: 1px solid #c77fff;
    grid-gap: 48px;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-right: -1px;
    width: 550px;
    /* display: flex;
    align-items: center; */
}

.fame_left2 h2,
.fame_left2 h6 {
    color: #9948e8;
}
.fame_right2 {
    background-color: #9948e8;
    padding: 0;
    border-radius: 24px;
    border: 1px solid #c77fff;
    /* width: 65%; */
    margin-left: -150px;
    margin-top: 47px;
    padding-left: 100px;
    position: relative;
}
.fame_right2 img {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 90%;
}
.fame_right {
    background-color: #fff;
    padding: 45px 30px 30px;
    border-radius: 24px;
    border: 1px solid #fe8595;
    /* width: 65%; */
    margin-left: -72px;
    margin-top: 47px;
    padding-left: 100px;
    position: relative;
}
.fame_right2::after {
    background-image: url("../images/shap.svg");
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 999;
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.fame_left {
    background-color: #fff;
    padding: 30px 60px;
    border-radius: 24px;
    border: 1px solid #fe8595;
    grid-gap: 48px;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-right: -1px;
}
.fame_right::after {
    background-image: url("../images/pages/home/hall-triangle.svg");
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 999;
    width: 55px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.fame_left h2 {
    color: #9948e8;
}
.award_card {
    border: 1px solid #fe8595;
    background-color: #fff3f3;
    border-radius: 12px;
    padding: 24px;
    /* padding-bottom: 2.35em; */
    transition: all 0.2s ease-out;
    margin-bottom: 20px;
}
.top-app-development {
    border-color: #fe8595;
    background-color: #fffbfb;
}
.goodfirms-top-software {
    border-color: #ffae43;
    background-color: #fff5db;
}
.the-manifest-iot {
    border-color: #930043;
    background-color: #fff0f7;
}
.top-app-usa {
    border-color: #ff9600;
    background-color: #ffefd8;
}
.design_award h4,
.design_award h6 {
    color: #004c9d !important;
}
.top-app-usa h4,
.top-app-usa h6 {
    color: #d57d00 !important;
}
.award_card-bottom {
    animation: marqueeBottom 20s linear infinite;
}
.award_card-top {
    animation: marqueeTop 20s linear infinite;
}
/* @keyframes marqueeBottom {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
} */
@keyframes marqueeBottom {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@keyframes marqueeTop {
    0% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}
/* @keyframes marqueeTop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
} */
.award_card h4 {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--fw-500);
    color: #ff576d;
}
.left_fame {
    display: none;
}
.award_card h6 {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--fw-600);
    color: #ff576d;
}
.the-netty {
    background-color: #edf7ff;
    border-color: #787eff;
}
.the-netty h4,
.the-netty h6 {
    color: #341552;
}
.award_img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.excellence-full {
    border-color: #f6d443;
    background-color: #fffff1;
}
.excellence-full h4,
.excellence-full h6 {
    color: #8f5c00;
}
.web-excellence {
    border-color: #fe8595;
    background-color: #ffece2;
}
.badge {
    border-color: #ff576d;
    background-color: #ffd5da;
}
.clutch-top-app {
    border-color: #9948e8;
    background-color: #eddffc;
}
.martequity h4,
.martequity h6 {
    color: #341552;
}

.case_study_card h6 {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--fw-500);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.internal-link,
.menu-links ul li.link-heading a,
.primary_color,
a.megamenu__a.active,
a:hover {
    color: #000 !important;
}
.case_study_card h2 {
    font-size: 40px;
    line-height: 52px;
    font-family: var(--fw-500);
}
.case_study_card_a:hover h6,
.case_study_card_a:hover h2,
.case_study_card_a:hover p {
    /* color: #000 !important; */
}
.case_study_card p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--fw-400);
    color: #341552;
}
.case_study_card_left {
    padding: 60px 40px 0;
    border-radius: 24px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.product__img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.case_study_card_right {
    padding: 40px;
    border-radius: 24px;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
    /* grid-gap: 48px; */
}
.case_study_content {
    padding: 40px;
    border-radius: 24px;
}
.case_study_content2 {
    padding: 40px;
}
.case_study_tecno {
    padding: 40px 40px 0;
}
.tech_stack_div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
span.tech_stack {
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.case_study_card .tech_stack {
    margin-right: 10px;
}
.case_study_card label {
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #341552;
    border-radius: 50px;
    padding: 12px 24px;
    font-family: var(--fw-500);
    text-transform: uppercase;
    margin: 6px;
}
.opar__card .case_study_card label {
    color: #341552;
}
.case_study_card label:first-child {
    margin-left: 0;
}
.opar__card .case_study_card_left {
    background-color: #a191f5;
}
.opar__card .case_study_card_right {
    background-color: #e4e1fd;
}
.opar__card .case_study_content {
    background-color: #dbd4ff;
}
.caristas__card .case_study_card_left {
    background-color: #11454d;
}
.caristas__card .case_study_card_right {
    background-color: #e8fdf3;
}
.caristas__card .case_study_content {
    background-color: #d0fbe6;
}
.caristas__card h2 {
    color: #14c779 !important;
}
.caristas__card .case_study_card_left h6 {
    color: #14c779 !important;
}

.doughfi__card .case_study_card_left {
    background-color: #d44fcb;
}
.doughfi__card .case_study_card_right {
    background-color: #fcedfb;
}
.doughfi__card .case_study_content {
    background-color: #ffddfd;
}
.doughfi__card .case_study_content h6 {
    color: #ec39b7;
}
.doughfi__card .case_study_tecno label {
    border-color: #ec39b7;
    color: #ec39b7;
}
.clutch-card {
    background: #3f186575 !important;
    border: 1px solid transparent;
}
/* .clutch-card:hover {
    background-color: #fff !important;
} */
.clutch-card.clutch__award:hover img {
    filter: none;
}
.clutch-card.clutch__award:hover p {
    color: #63252d;
}
.clutch-card.clutch__award:hover {
    border-color: #ff576d;
    background-color: #fff3f3 !important;
}
.clutch-card.netty__award:hover {
    border-color: #0000ff;
    background-color: #edf7ff !important;
}
.clutch-card.netty__award:hover p {
    color: #341552;
}

.clutch-card p {
    margin: 0;
}
.work_us {
    padding: 40px;
    border-radius: 24px;
    background-color: #9948e8;
}
.market {
    padding: 40px 24px;
    border-radius: 24px;
    border: 1px solid #fff;
    height: 100%;
}
.market h2 {
    font-size: 104px;
    line-height: 124px;
    font-family: var(--fw-600);
    margin-bottom: 20px;
}
.market h6 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--fw-500);
}
.market p {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--fw-400);
    margin-bottom: 0;
}
.service__card {
    border: 2px solid #eddffc;
    border-radius: 12px;
    padding: 24px 20px;
    position: relative;
    height: 100%;
}
.service__card h6 {
    font-size: 18px;
    line-height: 24px;
    color: #979797;
    font-family: var(--fw-400);
    text-transform: uppercase;
}
.service__card h4 {
    color: #341552;
    font-size: 32px;
    line-height: 42px;
    font-family: var(--fw-600);
}
.service__card p {
    color: #858585;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: var(--fw-400);
}
.service__card__img {
    margin: 30px 0;
    height: 125px;
}
.service__card img.link-a {
    position: absolute;
    top: 24px;
    right: 20px;
    opacity: 0;
    transition: 0.3s;
}
.service__card:hover img.link-a {
    opacity: 1;
}
.service__card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: transparent;
}
.meet_section {
    width: 100%;
    max-width: 70%;
    margin-top: 100px;
}
.meet_section h5 {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--fw-600);
}
.meet_section p {
    font-size: 18px;
    line-height: 21px;
    font-family: var(--fw-400);
    color: #858585;
}
.meet_section h5 span {
    color: #9948e8;
}
.experts__div {
    position: sticky;
    top: 100px;
}
.tech_logo {
    background-color: #fff8ed;
    border-radius: 24px;
    padding: 60px 80px;
}
.tech_logo_div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    overflow-x: scroll;
}
.tech_logo_div img {
    width: 120px;
}
.home-logo {
    padding: 30px 0 30px !important;
}
a.btn__secondary:hover {
    color: var(--primary-color) !important;
}
/* .fame_right::after{} */

.new-home-logo .cl__img.Marquee-tag.Marquee-tag2 {
    width: 200px;
    padding: 0;
}
.new-home-logo .Marquee-tag {
    height: auto;
}
.tech2_section label {
    padding: 15px 32px;
    border: 1px solid #c77fff;
    border-radius: 50px;
    margin: 10px;
}
.tech2_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tech2_section label img {
    height: 50px;
}
.pt-80 {
    padding-top: 80px !important;
}
.discover2 {
    background-image: url("../images/discover-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7eeff;
}
/* .fame_left2 {
    padding: 30px 30px;
    width: 450px;
} */
a.btn.btn__primary.btn-clor span {
    color: #ff576d;
}
.discover-inner a.btn.btn__primary.btn-clor.btn-clorr span {
    color: #9947e8 !important;
}
.pt-180 {
    padding-top: 180px;
}
.who_are_div {
    padding: 25px !important;
    height: 100% !important;
    border-radius: 24px !important;
}
.who-are-we-card img {
    padding-block: 0;
    padding-bottom: 15px;
}

/* .aword_marquee{
    height:  680px;
    box-sizing:  border-box;
    padding:  1em;
} */
/* .award__main{
    animation:  30s linear infinite award_card;
    overflow: hidden;
}
@keyframes award_card  {
    0%  {
    transform:  translateY(-100%);
}
100%  {
    transform:  translateY(0);
}
}
.award_main_2{
    animation:  70s linear infinite award_card2;
    overflow: hidden;
}
@keyframes award_card2  {
    0%  {
    transform:  translateY(0);
}
100%  {
    transform:  translateY(-100%);
}
} */
.ai-tech {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ai-tech label {
    padding: 14px 14px;
    border-radius: 80px;
    border: 1px solid #c77fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--fw-600);
    color: #341552;
}
.ai-tech label:hover {
    background-color: #f1e2ff;
    color: #59258a;
}
.ai-tech label img {
    margin-right: 20px;
    opacity: 0.7;
}
.ai-tech label:hover img {
    opacity: 1;
}
#home-top-logos img {
    margin: auto;
    max-height: 60px;
}
.zapiar_img {
    /* max-height: 30px !important; */
}
/* div#home-top-logos {
    padding: 40px 0;
    background-color: #F7EEFF;
}
div#home-top-logos div{
    display: flex;
    align-items: center;
} */
.new-home-logo .Marquee-tag {
    width: auto !important;
    display: inline-block !important;
    margin: 0 32px !important;
}
.tech__apps__img {
    padding: 10px !important;
}
.Marquee-content3 {
    animation: 50s linear infinite marquee;
    white-space: nowrap;
}
.new-home-logo .cl__img {
    height: 60px !important;
    margin: 0 60px !important;
}
.new-home-logo .cl__img img {
    max-height: 100% !important;
}
.new-home__banner {
    padding: 200px 0 100px !important;
    height: auto !important;
}
a.btn.btn__primary.real-btn:hover {
    color: #fff !important;
}
a.btn.btn__primary:hover {
    color: #fff !important;
}
.new-coment {
    position: absolute;
    right: 100px;
    top: -50px;
}
.ai_form {
    position: relative;
    z-index: 9;
    background-color: #f1e2ff;
    padding: 40px 40px;
    border-radius: 24px;
    width: 100%;
}
.ai_form_main {
    position: relative;
    z-index: 3;
}
.ai_form h3 {
    font-size: 32px;
    line-height: 44px;
    color: #9948e8;
}
.form-control {
    border: none;
    height: 55px !important;
    padding-left: 12px;
    font-size: 16px !important;
    border-radius: 12px;
    font-size: 24px;
    font-family: var(--fw-400);
    line-height: 33px;
    /* padding-top: 0; */
}
textarea.form-control {
    height: auto !important;
    padding: 12px;
}
.ai_form select {
    background-image: url("../images/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 85% center;
}
.invalid-feedback,
.valid-feedback {
    position: inherit !important;
}
section.banner-section.ai_home {
    height: auto;
    padding-bottom: 50px;
    padding-top: 180px;
}
.discover {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.discover2 {
    padding: 180px 0 !important;
}
.clutch-card img {
    filter: brightness(10) invert(0);
}

/* capcha */
.submit__generated {
    display: inline-block;
}
.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background-color: #fff;
}
.submit__generated.valid:after,
.submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}
.submit__generated.valid:after {
    content: "\f00c";
    color: #2ecc71;
}
.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
    content: "\f00d";
    color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}
.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: none;
    color: #5a258a;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}
i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
}
span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    font-size: 16px;
    /* position: absolute; */
    /* display: block; */
}

.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: transparent;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
}
.low-opa {
    opacity: 0.4;
}
.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}
.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}
.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

.testi__profile__content img {
    max-width: auto !important;
}

.iti {
    width: 100%;
}
.clutch-card.netty__award img {
    filter: brightness(26) invert(1);
}
.clutch-card.netty__award:hover img {
    filter: none !important;
}
form.ai_form.needs-validation button.btn.btn__primary.submit.overla {
    min-width: auto !important;
}

.expertis {
    border-color: #00cea6;
    background-color: #d7f7de;
}
/* sonam new css end  */
.case_study_card .tech_stack {
    margin-bottom: 8px;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5064px);
    }
}
@keyframes scroll2 {
    0% {
        transform: translateY(-5064px);
    }
    100% {
        transform: translateY(0);
    }
}
.award__slide__main {
    height: 700px;
}
.slider__track__slide {
    animation: scroll 90s linear infinite;
    position: relative;
}
.slider__track2 .slider__track__slide {
    animation: scroll2 90s linear infinite;
    position: relative;
}
.technologies .container-custom {
    position: relative;
}
.technologies .container-custom::after {
    height: 150px;
    width: 1px;
    background-color: #c77fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
}
.discover-inner .btn__primary:active,
.discover-inner .btn__primary:focus {
    background-color: #fff !important;
}
.title_div.tavus-inner a.btn.btn__primary.btn-clor:active,
.title_div.tavus-inner a.btn.btn__primary.btn-clor:focus {
    background-color: #fff !important;
}
.caristas__card label {
    color: #11454d;
    border-color: #11454d;
}

ul#service-tabs-nav li:hover a.nav-link,
ul#service-tabs-nav li:hover a.nav-link span {
    color: #ff576d !important;
}
ul#service-tabs-nav li.active a.nav-link,
ul#service-tabs-nav li.active a.nav-link span {
    color: #ff576d;
}
ul#service-tabs-nav li.active .nav-link::before {
    opacity: 1;
}
ul#technologies-tabs-nav li.nav-item.active a.nav-link {
    color: #fff;
}
ul#technologies-tabs-nav li.nav-item:hover a.nav-link {
    color: #fff !important;
}
ul#technologies-tabs-nav li.nav-item:hover a.nav-link::after {
    background-color: #fff;
    opacity: 1;
    border-color: #fff;
}
ul#technologies-tabs-nav li.nav-item.active a.nav-link::after {
    background-color: #fff;
    opacity: 1;
    border-color: #fff;
}

.fixed-nav {
    padding: 0 !important;
}
div#tabs__menus {
    padding: 40px 0;
    border-radius: 16px !important;
}
li.port-tab.tab-service.active a {
    color: #ff576d !important;
}
.tabs__menus ul {
    display: flex;
    justify-content: space-around;
}
.service-ideate {
    margin-bottom: 20px;
}
.start-up,
.enterprise {
    /* background-color: #F7EEFF; */
    border-radius: 24px;
    padding: 40px;
    border: 2px solid #f7eeff;
    transition: 0.5s ease-in-out;
}
.start-up {
    width: 50%;
}
.enterprise {
    width: 50%;
}
.service-who-are-we {
    display: flex;
    column-gap: 25px;
}
.start-up:hover,
.enterprise:hover {
    width: 70%;
    transition: 0.5s ease-in-out;
    background-color: #f7eeff;
}
.start-who {
    font-size: 18px;
    color: #c77fff;
    text-transform: uppercase;
}
.start-up p {
    color: #5a268b !important;
    font-size: 18px !important;
}
.enterprise p {
    color: #5a268b !important;
    font-size: 18px !important;
}
.start-up a {
    display: block !important;
}
.startup-enterprise {
    padding-block: 48px;
    max-height: 250px;
}
.service-bg {
    background-color: #eddffc;
    border-radius: 12px;
    min-height: 510px !important;
}
.service-trans {
    background-color: transparent !important;
}
.service-trans h6 {
    font-size: 20px !important;
    font-weight: var(--fw-500) !important;
    line-height: 28.8px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 40px;
    color: #000 !important;
    text-transform: none !important;
}
.dot-arrow {
    padding-left: 77px;
    padding-bottom: 55px;
}
.service-tavus {
    width: 100px;
}
.service-tavus-cardd {
    min-height: 510px !important;
}
.service-bg p {
    font-size: 24px !important;
    color: #7d30c8 !important;
    padding-top: 40px;
    padding-bottom: 90px;
    font-weight: var(--fw-400);
    line-height: 38px !important;
}
.service-bg h5 {
    font-size: 20px !important;
    font-weight: var(--fw-500) !important;
    line-height: 24px !important;
    color: #7d30c8;
    margin-bottom: 0px !important;
}
.service-bg span {
    font-size: 20px !important;
    font-weight: var(--fw-400);
    line-height: 24px !important;
    color: #a338ed;
}

img.svg-left {
    position: absolute;
    bottom: -85px;
    left: 30px;
}
img.svg-right {
    position: absolute;
    right: -95px;
    bottom: 50px;
}
.opar-cardd {
    margin-bottom: 120px;
}
.service-pt-450 {
    padding-top: 450px;
}
.pt-70 {
    padding-top: 70px;
}
.ideate-card {
    height: auto;
    margin-bottom: 25px;
}
.ideate-card h4 {
    font-size: 29px !important;
    padding-top: 15px !important;
}
.service__card__img {
    max-width: 150px;
    object-fit: contain;
}
.ideate-card h6 {
    padding-bottom: 15px !important;
}
.tab-service {
    position: relative;
}
.tab-service::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #9948e8;
    left: 200px;
}
.service-testimonial {
    /* width: 120px; */
    height: 35px;
}
/* <<<<<<<<<<<<<<<<<service-listing-end>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<design sprint start>>>>>>>>>>>>>>>>> */
.banner-section-neww {
    padding-top: 180px !important;
    height: inherit !important;
    background-color: #fff8ed !important;
    padding-bottom: 120px !important;
}
/* .banner-section-neww h6 {
    color: #9948E8 !important;
} */

.banner-section-neww p {
    color: #341552 !important;
    font-size: 24px !important;
}
.btn-purple {
    background-color: #9948e8;
}
.btn-purple:active {
    background-color: #9948e8 !important;
    color: #fff !important;
}
.btn-purple:hover {
    background-color: #9948e8;
}
.btn-purple:focus {
    background-color: #9948e8 !important;
}
.banner-number {
    background-color: #fff8ed;
    padding-top: 100px;
    padding-bottom: 124px;
    overflow: inherit !important;
}
.banner-number img {
    position: absolute;
    bottom: -210px;
    left: -39px;
}
.startup-number h5 {
    font-size: 104px;
    font-weight: var(--fw-600);
    line-height: 124.8px;
    text-align: left;
    color: #5a268b;
}
.startup-number p {
    font-size: 22px;
    font-weight: var(--fw-400);
    line-height: 28.8px;
    text-align: left;
    color: #5a268b;
}
.banner-number .numbers {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}
.product-num {
    position: relative;
    padding: 0 30px;
}
.startup-number {
    height: 100%;
}
.product-num::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 2px;
    height: 100%;
    background-color: #9948e8;
    left: -24px;
    display: block !important;
}

.simplified-text h6 {
    font-size: 24px;
    font-weight: var(--fw-600);
    line-height: 40px;
    text-align: left;
    margin: 0;
}
.simplified-text h5 {
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44px;
    text-align: left;
    padding-block: 8px;
}
.pt-60 {
    padding-top: 60px;
}
.simplified-text p {
    font-size: 24px;
    font-weight: var(--fw-400);
    line-height: 33px;
    text-align: left;
    color: #858585;
    color: #858585;
    margin-bottom: 0;
    margin-top: 20px;
}

.exercise-plan {
    background-color: #fff8ed;
    padding-top: 80px;
    position: relative;
    padding-bottom: 100px;
    overflow: inherit !important;
    /* height: 100vh; */
}
.exercise-plan .sticky-top {
    top: 80px !important;
}
.exercise-plan::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #f1dec2;
    z-index: 0;
    top: 0%;
    left: 53%;
    transform: translate(0%, 0%);
}
.exercise {
    padding-top: 150px;
    padding-bottom: 50px;
}
.color-exercise p {
    padding: 24px;
    background-color: #f1e2ff;
    border-radius: 16px;
    font-size: 24px;
}
.day h4 {
    font-size: 24px;
    font-weight: var(--fw-600);
    line-height: 33.6px;
    color: #d98c12;
    background-color: #ffefd7;
    padding: 24px;
    white-space: nowrap;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
}
/* .exercise {
    border: 1px solid #F1E2FF;
    padding: 32px 24px 32px 24px;
    border-radius: 16px;
    margin-right: 110px;
} */
.exercise h6 {
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44.8px;
    text-align: left;
    color: #341552;
}
.exercise p {
    font-size: 24px;
    font-weight: var(--fw-400);
    line-height: 33.6px;
    text-align: left;
    color: #858585;
    padding-top: 0px;
}
.pt-30 {
    padding-top: 30px !important;
}
.progress-plan-wrapper {
    position: relative;
}
.exercise-plan .bg-opacity {
    display: none;
}
.exercise-plan.active .bg-opacity {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 350px;
    z-index: 11;
    display: block;
}
.bg-opacity img {
    height: 100%;
    width: 100%;
}

.design-bulb {
    position: absolute;
    top: -178px;
    left: -300px;
    max-width: 500px;
    z-index: 9;
}
.sprint-inner {
    margin-block: 184px !important;
    position: relative;
}
.design-rocket {
    position: absolute;
    bottom: -197px;
    right: -191px;
    width: 250px;
}
.design-sprint-cardd {
    padding-top: 70px;
}
.design-pt-120 {
    padding-top: 120px !important;
}
.design-pt-200 {
    padding-top: 200px;
}
.day {
    position: relative;
}
/* .day::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 273px;
    background-color: #EDDFFC;
    left: 55%;
    z-index: -1;
}
.day3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 580px;
    background-color: #EDDFFC;
    left: 63.6%;
    z-index: -1;
} */
.banner-new-hero {
    background-color: #fff8ed;
    overflow: inherit !important;
}
.banner-new-hero2 {
    overflow: hidden !important;
}
.banner-new {
    position: relative;
}
.astro-left {
    position: absolute;
    width: 350px;
    bottom: 0px;
    left: -131px;
    z-index: 1000;
}
.astro-right {
    position: absolute;
    width: 350px;
    right: -50px;
    top: -191px;
    z-index: 1000;
}
.hole-wire {
    position: relative;
}
.hole-wire-img {
    position: absolute;
    left: -131px;
    width: 220px;
    top: 130px;
}
.startup-number::after {
    display: none;
}
.bg-yellow {
    background-color: #fff8ed;
    padding-block: 80px;
}
.font-60 {
    font-size: 60px !important;
    line-height: 81px;
}
.dot-top {
    position: absolute;
    width: 396px;
    left: -131px;
    top: -140px;
}
.dot-bottom {
    position: absolute;
    bottom: 26px;
    right: -97px;
    width: 396px;
    z-index: 0;
}
.sprint-banner {
    width: 1300px;
    margin: auto;
    display: block;
    position: relative;
    z-index: 100;
}
.hr-sprint {
    color: #f1e2ff;
    border-top: 2px solid #f1e2ff;
    /* margin-top: 100px; */
}
.client_testmonial {
    background-image: url(../images/pages/portfolio/team-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% !important;
}
.service-tab {
    position: relative;
}
.service-tab nav a.active-section {
    color: #ff576d;
}
.port-tab .active {
    color: #ff576d;
}
.accordion.accordion-flush.accordion-home .accordion-item:last-child {
    border-bottom: none !important;
}

/* new services */
a.btn.btn__primary.btn-purpul {
    background-color: #9948e8;
}
a.btn.btn__primary.btn-purpul:active {
    background-color: #9948e8 !important;
    color: #fff;
}
.tabs__menus li {
    font-size: 24px;
}
.m-block {
    display: none;
}

/*  */
/* .wrapper-faq{
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 70px;
  } */
.container-faq {
    transition: 0.5s ease-out;
    border-bottom: 1px solid #e6e6e6;
    /* padding: 15px; */
}
.title-faq {
    font-size: 26px;
    cursor: pointer;
    line-height: 36px;
    color: #341552;
    padding: 50px 0;
    font-family: var(--fw-400);
    position: relative;
    padding-right: 50px !important;
}
div#displayed .title-faq {
    font-family: var(--fw-600);
}
.desc-faq {
    font-size: 26px;
    line-height: 44px;
    display: none;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 10px;
}
.wrapper-faq .container-faq:last-child {
    border-bottom: none;
}
#open-faq {
    background: #313131;
    height: 2px;
    width: 16px;
    position: absolute;
    border-radious: 15px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#closed-faq {
    background: #313131;
    height: 16px;
    position: absolute;
    width: 2px;
    top: -7px;
    left: 7.1px;
    border-radious: 15px;
}
.service_experts__div .meet_section {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service_experts__div {
    position: relative;
    min-height: calc(100vh - 200px);
}
/* <<<<<<<<<<,strategy start>>>>>>>>>>>>>>>>> */
.strategy-banner {
    width: 800px;
    padding-top: 60px;
}
.strategy-dot-bottom {
    position: absolute;
    bottom: 36px;
    right: -97px;
    width: 500px;
    z-index: 0;
}
.strategy-dot-top {
    position: absolute;
    width: 513px;
    left: -142px;
    top: -100px;
}
.pink-icon {
    position: absolute;
    left: 0%;
    width: 170px;
    top: 25%;
}
.yellow-icon {
    position: absolute;
    width: 140px;
    top: 260px;
    right: -10px;
}
.astro-strategy {
    position: absolute;
    width: 500px;
    right: 70px;
    top: -190px;
    z-index: 1000;
}
.strategy-number {
    padding-top: 190px;
}
.product-strategy {
    background-image: url(../images/pages/services/product-strategy-new/product-strategy-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left bottom;
    z-index: 1000;
}
.road-flag {
    position: absolute;
    width: 550px;
    top: -230px;
    left: -216px;
}
.strategy-horse {
    position: absolute;
    width: 120px;
    bottom: -87px;
    right: -44px;
}
.stages1 h6 {
    font-family: var(--fw-500);
    line-height: 44px;
    padding-top: 24px;
    font-size: 32px;
    margin: 0;
}
.stages1 h4 {
    font-family: var(--fw-600);
    line-height: 61.6px;
    font-size: 44px;
}
.stages1 img {
    height: 100px;
}
.stage1-p {
    font-size: 24px;
    font-family: var(--fw-400);
    line-height: 34px;
    color: #858585;
    padding-top: 130px;
}
.stages {
    position: relative;
    margin-bottom: 50px;
    margin-top: 100px;
}

.stages-wrapper {
    background-color: #fffdfa;
}
.stages1 {
    /* background-color: #fff; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.stage-count {
    background-color: #f1e2ff;
    width: 250px;
    height: 250px;
    border-radius: 24px;
    padding: 16px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.stage-count h5 {
    font-size: 104px;
    line-height: 104px;
    text-align: start;
    color: #341552;
    font-family: var(--fw-400);
}
.stage-count h6 {
    font-size: 24px;
    position: absolute;
    bottom: 16px;
    right: 40px;
    line-height: 33.6px;
    font-family: var(--fw-400);
}
.strategy-main-btn {
    padding-top: 30px;
}
/* <<<<<<<<<<<<<<<,strategy end>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<iamge scroll straetgy start>>>>>>>>>>>> */
.product-m {
    cursor: pointer;
}
.stages-img {
    height: 100vh;
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}
.stages-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* .pt-40{
    padding-top: 40px !important;
} */
/* <<<<<<<<new>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<iamge scroll straetgy en>>>>>>>>>>>> */

.review-main {
    border-radius: 24px;
    position: relative;
}
.review-main::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: transparent;
    top: 0;
    left: 0;
    border: 1px solid #efdfdf;
    border-right: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
ul.list.list2 li::after {
    top: 50%;
    transform: translateY(-50%);
}
.md-none {
    display: none;
}
.review-main::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: transparent;
    top: 0;
    right: 0;
    border: 1px solid #efdfdf;
    border-left: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* <<<<<<<<<<<<<<ui-ux start>>>>>>>>>>>>> */
.ui-banner {
    background-color: #f2f0ff !important;
}

.ui-hero-banner {
    background-color: #f2f0ff;
}

.ui-number {
    background-color: #f2f0ff;
}

.ui-innovation {
    padding-top: 124px;
    padding-bottom: 50px;
}

.ui-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.innovation-card {
    border: 2px solid #e5caff;
    padding: 24px;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.innovation-card p {
    color: #858585;
    display: none;
    transition: 0.5s ease-in-out;
}

.ui-minus {
    display: none;
    width: 26px;
    height: 26px;
}

.ui-plus {
    width: 26px;
    height: 26px;
}

.innovation-card:hover p {
    display: block;
    transition: 0.9s ease-in-out;
}

.innovation-card:hover .ux-audit {
    display: none;
}

.innovation-card:hover .ui-minus {
    display: block;
}

.innovation-card:hover .ui-plus {
    display: none;
}

.innovation-card:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 21px 40px 0px #1111111f;
    border: 2px solid transparent;
}

.ui-card .row {
    row-gap: 18px;
}

.ui-card {
    padding-top: 80px;
}
.innovation-card p {
    font-size: 18px;
    line-height: 26px;
}
.ui-engagement h6 {
    font-size: 18px;
    font-family: var(--fw-500);
    line-height: 24.3px;
    color: #9948e8;
}
.engagement-text p {
    font-size: 24px;
    line-height: 33.6px;
    color: #341552;
}
.engagement-point img {
    width: 60px;
}
.engagement-point h3 {
    padding-block: 24px;
    margin: 0;
    font-size: 32px;
    font-weight: var(--fw-600);
    line-height: 44.8px;
    color: #341552;
}
.engagement-point p {
    font-size: 24px;
    line-height: 33px;
    color: #858585;
}
.engagement-point {
    padding-bottom: 60px;
}
.hr-ui-ux {
    margin-top: 0px;
}
.ui-technologies {
    padding-top: 80px;
    margin-top: 0px;
}

/* <<<<<<<<<<<<,<<,,ui-ux end>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<product mangemnt start>>>>>>>>>>>>>>> */
.text-red h6 {
    color: #ff576d !important;
}

.color-341552 {
    color: #341552;
}
.text-silver {
    color: #858585 !important;
}

/* <<<<<<<<<<<<<<<product mangemnt end>>>>>>>>>>>>>>> */
.testi__profile__content h6 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}
.testi__profile__content img {
    max-width: 130px;
}
.testi__profile__img {
    margin-right: 16px;
    width: 86px !important;
}
.testi__profile__img img {
    /* border-radius: 50%; */
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

/* yogi home 08-05-2024 */
#service-tabs-content {
    min-height: 500px;
}

.real-stories {
    background: #9948e8;
    position: relative;
}

.real-stories.hyathi-team {
    background: #fff;
}

.real__bg {
    max-width: inherit;
    margin-bottom: -350px;
    position: relative;
}

.real__bg {
    left: -100px;
}

.real__bg_area {
    width: 52%;
}

.real-stories .section-inner {
    padding-top: 120px;
    padding-bottom: 0;
}

.section_timeline .section-inner {
    padding-bottom: 140px !important;
}

.real-stories-star {
    position: absolute;
    right: 24px;
    bottom: 100px;
}

@media (min-width: 1921px) {
    .real__bg {
        right: 100px;
        left: inherit;
    }

    .real-stories {
        height: auto;
        min-height: 1120px;
    }

    .hyathi-team.real-stories {
        min-height: unset;
    }

    .real__bg_area {
        text-align: right;
    }
}

@media (max-width: 1921px) {
    .real__bg {
        left: -30%;
        max-width: 110%;
    }
}

@media (max-width: 767px) {
    .service-tab-text video {
        height: 180px;
    }
}

/* yogi home 08-05-2024 */
section.menu__section.fixed-nav div#tabs__menus {
    padding: 25px 0;
}

.stratgy_main_img {
    width: 100%;
    max-width: 60%;
    margin: auto;
}
.stratgy_astro {
    position: absolute;
    width: 450px;
    right: 4%;
    top: -35%;
    z-index: 9;
}

/* <<<<<<<<<<<<<<ui-ux start>>>>>>>>>>>>> */

.ui-heading h2 {
    width: 92%;
}
.hr-ui-ux {
    margin-top: 0px;
}
.ui-ux-banner {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
}
/* <<<<<<<<<<<<,<<,,ui-ux end>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<product mangemnt start>>>>>>>>>>>>>>> */

.tools-product h3 {
    font-size: 44px;
    line-height: 61px;
}
.tools-product p {
    font-size: 24px;
    line-height: 33.6px;
}

.team-roles p {
    font-size: 24px;
    line-height: 33.6px;
}
.astro-left-mange {
    position: absolute;
    width: 700px;
    bottom: 260px;
    left: -134px;
    z-index: 1000;
}
.astro-right-mange {
    position: absolute;
    width: 600px;
    right: -85px;
    top: 0px;
    z-index: 1000;
}
.product-mange-new {
    padding-bottom: 60px !important;
}
.dot-top-mange {
    position: absolute;
    width: 500px;
    left: -160px;
    top: -50px;
    height: 400px;
}
.dot-bottom-mange {
    position: absolute;
    bottom: 160px;
    right: -130px;
    width: 30%;
    z-index: 0;
    /* height: 344px; */
}
.ui-content img {
    width: 124px;
}
.tools-product {
    padding-top: 60px;
}
.product-mange-bg {
    background-image: url(../images/pages/services/product-management-new/product-mange-bg.png) !important;
}
.mange-new-banner {
    width: 800px;
}
.one-team-frame img {
    border-radius: 24px;
}
.orbit-dot {
    position: relative;
}
.tools-dot {
    position: absolute;
    top: 130px;
    height: 695px;
    left: 23px;
}
/* <<<<<<<<<<<<<<<<<<<management animation start>>>>>>>>>>>>>>>>>>>>>> */
.orbit {
    background: transparent;
    min-height: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
}
.orbit-wrapper {
    height: 800px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/pages//services//product-management-new/tools-dot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}
.orbit-icon {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1.2em;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    display: block;
}
.orbit-wrap {
    height: auto;
    list-style: none;
    font-size: 50px;
}
.orbit-wrap > li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
ul[class^="ring"] {
    transition: all 300ms ease-in-out;
}
ul[class^="ring"] li {
    transition: all 300ms ease-in-out;
}
.ring-0 {
    width: 1050px;
    height: 1050px;
    animation: clockwiseRotate 35s linear infinite;
}
.ring-0 i {
    animation: counterClockwiseRotate 35s linear infinite;
}
.ring-0 > *:nth-of-type(1) {
    transform: rotate(72deg) translate(10.5em) rotate(90deg);
}
.ring-0 > *:nth-of-type(2) {
    transform: rotate(144deg) translate(10.5em) rotate(90deg);
}
.ring-0 > *:nth-of-type(3) {
    transform: rotate(216deg) translate(10.5em) rotate(90deg);
}
.ring-0 > *:nth-of-type(4) {
    transform: rotate(288deg) translate(10.5em) rotate(90deg);
}
.ring-0 > *:nth-of-type(5) {
    transform: rotate(360deg) translate(10.5em) rotate(90deg);
}
.ring-1 {
    width: 700px;
    height: 700px;
    animation: clockwiseRotate 30s linear infinite;
}
.ring-1 i {
    animation: counterClockwiseRotate 30s linear infinite;
}
.ring-1 > *:nth-of-type(1) {
    transform: rotate(90deg) translate(7em) rotate(90deg);
}
.ring-1 > *:nth-of-type(2) {
    transform: rotate(180deg) translate(7em) rotate(90deg);
}
.ring-1 > *:nth-of-type(3) {
    transform: rotate(270deg) translate(7em) rotate(90deg);
}
.ring-1 > *:nth-of-type(4) {
    transform: rotate(360deg) translate(7em) rotate(90deg);
}

.ring-2 {
    width: 350px;
    height: 350px;
    animation: clockwiseRotate 25s linear infinite;
}
.ring-2 i {
    animation: counterClockwiseRotate 25s linear infinite;
}
.ring-2 > *:nth-of-type(1) {
    transform: rotate(47.5deg) translate(8em) rotate(-47.5deg);
}
.ring-2 > *:nth-of-type(2) {
    transform: rotate(95deg) translate(8em) rotate(-95deg);
}
.ring-2 > *:nth-of-type(3) {
    transform: rotate(142.5deg) translate(8em) rotate(-142.5deg);
}
.ring-2 > *:nth-of-type(4) {
    transform: rotate(190deg) translate(8em) rotate(-190deg);
}
.ring-2 > *:nth-of-type(5) {
    transform: rotate(237.5deg) translate(8em) rotate(-237.5deg);
}
.ring-2 > *:nth-of-type(6) {
    transform: rotate(285deg) translate(8em) rotate(-285deg);
}
.ring-2 > *:nth-of-type(7) {
    transform: rotate(332.5deg) translate(8em) rotate(-332.5deg);
}
.ring-2 > *:nth-of-type(8) {
    transform: rotate(380deg) translate(8em) rotate(-380deg);
}
.ring-3 {
    width: 10em;
    height: 10em;
    animation: clockwiseRotate 20s linear infinite;
}
.ring-3 i {
    animation: counterClockwiseRotate 20s linear infinite;
}
.ring-3 > *:nth-of-type(1) {
    transform: rotate(126.6666666667deg) translate(5em) rotate(-126.6666666667deg);
}
.ring-3 > *:nth-of-type(2) {
    transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg);
}
.ring-3 > *:nth-of-type(3) {
    transform: rotate(380deg) translate(5em) rotate(-380deg);
}
ul[class^="ring"] {
    border: 2px solid #c77fff;
    border-style: dotted;
    position: relative;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
}
ul[class^="ring"] li {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6em;
    height: 1.6em;
    margin: -0.8em;
}
/* center;
*/
.orbit-center {
    z-index: 5;
    font-size: 2em;
    width: 120px;
    height: 120px !important;
    line-height: unset;
    text-align: center;
    background-image: url(../index_files/logo.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .orbit-center:hover .orbit-center__icon {
    transform: rotateZ(0deg);
} */
.orbit-center__icon {
    transform: rotateZ(-360deg);
    transition: all 300ms ease-in-out;
}
/* .orbit-wrap > li.orbit-center:hover ~ li > ul {
    width: 0;
    height: 0;
}
.orbit-wrap > li.orbit-center:hover ~ li > ul * {
    transform: translate(0, 0);
} */
/* animations */
@keyframes clockwiseRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes counterClockwiseRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* icons */
.fa-heart-o {
    background: #b71c1c;
    color: white;
}
.fa-coffee {
    background: #4caf50;
    color: #cddc39;
}
.fa-safari {
    background: white;
    color: darkslateblue;
}
.fa-firefox {
    background: #1565c0;
    color: #ff8f00;
}
.fa-chrome {
    background: #fbc02d;
    color: #ef6c00;
}
.fa-edge {
    background: #03a9f4;
    color: white;
}
.fa-android {
    background: snow;
    color: limegreen;
}
.fa-apple {
    background: #444;
    color: white;
}
.fa-linux {
    background: white;
    color: #222;
}
.fa-windows {
    background: white;
    color: #03a9f4;
}
.fa-terminal {
    background: #222;
    color: #fff;
}
.fa-html5 {
    background: white;
    color: #e65100;
}
.fa-css3 {
    background: white;
    color: #2196f3;
}
.fa-git {
    background: #222;
    color: white;
}
.fa-free-code-camp {
    background: green;
    color: white;
}
.fa-meetup {
    background: red;
    color: white;
}
.fa-podcast {
    background: red;
    color: white;
}
.fa-codepen {
    background: #333;
    color: white;
}
.fa-code:before {
    content: "" !important;
}
/* <<<<<<<<<branding start>>>>>>>>> */
.branding-banner {
    width: 1124px !important;
    padding-top: 0px !important;
}
.branding-inner {
    width: 850px;
}
.branding-dot img {
    position: absolute;
    width: 100%;
    top: -150px;
    height: 1000px;
}
.branding-btn {
    position: relative;
    z-index: 1;
}
.branding-dot {
    position: relative;
}
.branding-discover {
    z-index: 111111 !important;
}
.pt-124 {
    padding-top: 120px !important;
}
.btn-purple {
    background-color: #9948e8 !important;
}
.text-purple {
    color: #9948e8 !important;
}
/* <<<<<<<<<,branding end>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<mobile app start>>>>>>>>>>>>> */
.mobile-banner-new {
    background-color: #f0f9ff !important;
}
.success-idea {
    background-color: #f0f9ff !important;
}
.success-stage h4 {
    background-color: #d0e5f5 !important;
    color: #341552 !important;
}
.success-idea::before {
    background-color: #d0e5f5 !important;
}
.success-stage {
    display: flex;
    justify-content: center;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<mobile app end>>>>>>>>>>>>> */

/* service animation */
.cards__logo {
    width: 100%;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0;
    border-radius: 12px;
    background-color: transparent;
    margin-bottom: 25px;
}

.cards__container {
    width: 100%;
    position: relative;
    padding-bottom: 71.5%;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}
img.client_img {
    position: absolute;
    top: 20px;
    left: 24px;
    height: 35px;
}
.cards__front,
.cards__back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-size: cover;
    box-shadow: 25px 25px 50px rgba(black, 0.2);
    background-position: center center;
}

.cards__front {
    z-index: 2;
    transform: rotateY(0deg);
}

.cards__back {
    transform: rotateY(180deg);
}

.cards.is-flipped .cards__container {
    transform: rotateY(180deg);
}

.card-1 {
    background-image: url("../images/pages/services/logos/crowdtrace.png");
}
.card-2 {
    background-image: url("../images/pages/services/logos/jitt.png");
}
.card-3 {
    background-image: url("../images/pages/services/logos/quantlab.png");
}
.card-4 {
    background-image: url("../images/pages/services/logos/tavus.png");
}
.card-5 {
    background-image: url("../images/pages/services/logos/used-engines.png");
}
.card-6 {
    background-image: url("../images/pages/services/logos/opar.png");
}
.engagement-text {
    position: sticky;
    top: 100px;
}
.technologies__tab_uiux {
    min-height: 350px;
}
.managment-accordion .accordion-header h4 {
    font-size: 32px;
    line-height: 33px;
    padding: 10px 0;
    font-family: var(--fw-500);
}
.managment-accordion .accordion-item {
    border-bottom: none !important;
}
.orbit-wrapper {
    background-image: url("../images/pages//services//product-management-new/tools-dot.png");
}
.branding-dot.branding-dot2 img {
    height: 900px;
    /* object-fit: cover; */
}
section.banner-number.ui-number.branding_number {
    padding-top: 200px;
}

/* new css start */
.branding_top_section p {
    font-size: 24px;
    color: #341552;
}
img.fram-left {
    position: absolute;
    top: -80px;
    left: 0;
    width: 500px;
}
img.fram-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
}
img.branding-left {
    position: absolute;
    top: 0;
    left: 0;
}
.main_banner {
    position: relative;
    z-index: 10;
    padding-top: 100px;
}
img.branding-right {
    position: absolute;
    right: 160px;
    top: -363px;
}
.branding_top_section {
    height: auto !important;
    padding-top: 200px;
}
img.uiux-left {
    position: absolute;
    left: 0;
    top: -350px;
}
img.uiux-right {
    position: absolute;
    top: -300px;
    right: 0;
}
.discover-inner.discover-inner-uiux {
    width: 100%;
    max-width: 800px !important;
}
img.discover-left {
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 300px;
}
img.discover-right {
    position: absolute;
    right: -90px;
    top: -70px;
}
.discover-right-branding {
    width: 150px;
    right: -121px !important;
}
img.discover-left-branding {
    position: absolute;
    width: 180px;
    left: -110px;
    top: -116px;
}
img.managment-left {
    position: absolute;
    left: -250px;
    width: 500px;
    top: -250px;
}
img.managment-right {
    position: absolute;
    bottom: -100px;
    right: -80px;
    width: 200px;
}

.top-heading {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #ff576d;
}

.btn__secondary {
    color: #e74c3c;
    font-size: 18px;
    display: inline-block;
}
.btn__secondary img {
    margin-left: 16px;
    max-width: 28px;
}

.section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
