@media only screen and (max-width: 1680px) {
  html {
    font-size: 15px;
  }

  .content-efficiency {
    width: 95%;
  }

  .leaders-main {
    padding: 0.8rem;
  }

  .samll_title h2 {
    font-size: 2rem;
  }
  .felx-container-left {
    flex-basis: 55% !important;
  }
  .flex-container-right {
    flex-basis: 45% !important;
  }
  /* about us start  */
  .about-para-sec {
    width: 90%;
  }
  .flex-container .big_title h1,
  .flex-container .big_title h1 span {
    font-size: 4rem;
  }

  .swiper-bottom-grid-item {
    padding: 2rem 3rem;
  }
  /* .about-title-hight {
    min-height: 9rem;
} */
  .advantage-main-div .samll_title h2 {
    font-size: var(--small-title-size);
  }

  .customized-solution {
    padding: 2rem 3rem 4rem;
  }
  .robust-sec {
    padding: 2rem 1rem 4rem;
  }
}

@media only screen and (max-width: 1550px) {
  .big_title h1,
  .big_title h1 span {
    font-size: 4rem;
  }

  .section-1-grid-main {
    gap: 4.5rem;
  }

  .swiper-arrow {
    width: 2.3rem;
  }

  .footer-mainglob-img {
    top: 25%;
    width: 32%;
  }

  .unlock-img {
    width: 32%;
  }
  /* contact start */
  .contact-form {
    width: 60%;
  }
  .efficiency-grid .efficiency-items-sec .medium-title h1 {
    font-size: 3.5rem;
  }
  .founder-popup-sec {
    width: 70%;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }

  .swiper-button-prev {
    left: -1%;
  }

  .swiper-button-next {
    right: -1%;
  }

  .Advisors-grid {
    width: 54%;
  }

  .leaders-grid {
    width: 85%;
  }

  .mainunlock-img {
    width: 60%;
  }
  /* contact start  */

  /* about start */
  .our-mission-text {
    padding: 0 1rem;
  }
  .about-title-hight {
    min-height: 5rem;
  }
  .swiper-bottom-grid-item {
    padding: 2rem 2rem;
  }
  .advantage-item-sec {
    padding: 2rem 2rem 4rem;
  }
  .customized-solution {
    padding: 2rem 1rem 4rem;
}
.about-title-hight {
  min-height: 9rem;
}
}

@media only screen and (max-width: 1366px) {
  .big_title h1,
  .big_title h1 span {
    font-size: 3.9rem;
  }

  .banner_content p {
    font-size: 1.4rem;
  }

  .second_title h2 {
    font-size: 1.3rem;
  }

  .talent-grid-items .inner-flex.inner-flex-common {
    gap: 2rem;
  }

  .section-title h1 {
    font-size: 3rem;
  }
  
  .advantage-item-sec {
    padding: 2rem 2rem 4rem;
  }
  .offering-list li::after {
    top: 28%;
  }
}

@media only screen and (max-width: 1280px) {
  .section-1-grid-main {
    gap: 4rem;
  }

  .big_title h1,
  .big_title h1 span {
    font-size: 3.5rem;
  }

  .footer-logo {
    width: 14rem;
  }

  .footer-grid-flex {
    width: 80%;
  }

  .second_title h2 {
    font-size: 1.2rem;
  }

  .talent-title {
    height: 9vh;
  }

  .hover-talent-div .samll_content p {
    font-size: 1rem;
  }

  .samll_title h2 {
    font-size: 1.75rem;
  }

  .Advisors-grid {
    width: 60%;
  }

  .leaders-grid {
    gap: 4rem;
  }
  /* about start  */
  .flex-container .big_title h1,
  .flex-container .big_title h1 span {
    font-size: 3.6rem;
  }
  .efficiency-grid .efficiency-items-sec .medium-title h1 {
    font-size: 3rem;
  }
  .advantage-item-sec {
    padding: 2rem 1rem 4rem;
}
}

@media only screen and (max-width: 1152px) {
  html {
    font-size: 13px;
  }

  .big_title h1,
  .big_title h1 span {
    font-size: 3.59rem;
  }

  .talent-grid-items {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  .section-1-grid-main {
    gap: 2rem;
  }

  .main-bg-img-1 {
    width: 40%;
  }

  .bg-main-2 {
    width: 96%;
  }

  .swiper-arrow {
    width: 2rem;
  }

  .swiper-button-next {
    right: -3%;
  }

  .swiper-button-prev {
    left: -2%;
  }
  .founder-popup-sec {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }

  .big_title h1,
  .big_title h1 span {
    font-size: 3.4rem;
  }

  .main-bg-img-1 {
    width: 46%;
  }

  .flex-container {
    align-items: flex-start;
  }

  .ready-para-sec {
    width: 80%;
  }
  /* contact start  */
  .contact-form {
    width: 70%;
  }
  /* .about us start  */
  /* #scaleAX-section-1-about-us .flex-container {
    align-items: center;
  
} */
  .main-bg-img-1-about {
    width: 60%;
  }
  .swiper-bottom-grid-item {
    padding: 2rem 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  /* Header Mobile */

  .web-header-nav-links {
    display: none;
  }

  .header-logo {
    width: 20rem;
  }

  .contact-button-header {
    display: none;
  }

  .nav_btn_mob {
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    transition: var(--common-transition);
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 9999;
  }

  .nav_btn_mob .bar.top {
    margin: 0 auto 6px;
  }

  .nav_btn_mob .bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--white-color);
  }

  .nav_btn_mob .bar {
    -webkit-transition: var(--common-transition);
    -moz-transition: var(--common-transition);
    -ms-transition: var(--common-transition);
    -o-transition: var(--common-transition);
    transition: var(--common-transition);
  }

  .nav_btn_mob a.active .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(11px) rotateZ(45deg);
  }

  .nav_btn_mob a.active .bottom {
    -webkit-transform: translateY(2px) rotateZ(-45deg);
    -moz-transform: translateY(2px) rotateZ(-45deg);
    -ms-transform: translateY(2px) rotateZ(-45deg);
    -o-transform: translateY(2px) rotateZ(-45deg);
    transform: translateY(2px) rotateZ(-45deg);
  }

  .nav_btn_mob .active .bar {
    background-color: var(--white-color);
  }

  .menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 12rem 2rem 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    transform: translateX(-100%);
    background-color: var(--white-color);
  }

  .menu.active-menu {
    opacity: 1;
    visibility: visible;
    background: var(--primary-color);
    transform: translateX(0%);
  }

  .menu_txt p {
    font-family: var(--regular-font-family);
    font-size: 2.4rem;
    color: var(--white-color);
  }

  .header_inner_flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .header-logo {
    position: relative;
    z-index: 9999;
  }

  .header-flex {
    align-items: center;
  }

  .submenu-web-box .down-arrow-img {
    width: 2.5rem;
    transform: rotateZ(270deg);
  }

  .submenu-web-box a {
    gap: 1.5rem;
  }

  .menu-mobile {
    display: block;
  }

  .menu-open-2 {
    position: absolute;
    background: var(--blue-color);
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    display: flex;
    transform: translateX(110%);
    transition: all 0.6s ease;
    flex-direction: column;
    padding: 10rem 0rem 0;
  }

  .menu-open-2.active {
    transform: translateX(0%);
    overflow-y: scroll;
    height: 100vh;
    transition: all 0.6s ease;
  }

  .back-level-img {
    display: block;
  }

  .down-arrow-img img {
    filter: invert(1);
  }

  .header-logo.active {
    display: none;
    transition: var(--common-transition);
  }

  .back-level-img {
    display: none;
    transition: var(--common-transition);
  }

  .back-level-img.active {
    display: block;
    transition: var(--common-transition);
  }

  .back-level-icon-width {
    width: 2rem;
    transform: scaleX(-1);
    z-index: 9999;
    position: relative;
    transition: var(--common-transition);
  }

  .blue_logo {
    opacity: 0;
    visibility: hidden;
  }

  .white-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .header-flex.active .header-logo .blue_logo {
    opacity: 1;
    visibility: visible;
  }

  .header-flex.active .header-logo .white-logo {
    opacity: 0;
    visibility: hidden;
  }

  .tab_main_div {
    width: 60% !important;
  }

  .pharma-vector-img1 {
    width: 100%;
  }

  .header-flex {
    padding: 2rem 0;
  }

  .scaleAx-header-width {
    width: 95%;
  }

  .scaleAx-header.header_change .nav_btn_mob .bar {
    background-color: var(--primary-color);
  }

  .scaleAx-header.header_change .header-flex.active .blue-logo {
    opacity: 1;
    visibility: visible;
  }

  .scaleAx-header.header_change .header-flex.active .white-logo {
    opacity: 0;
    visibility: hidden;
  }

  .scaleAx-header.header_change .nav_btn_mob a.active .bar {
    background-color: var(--white-color);
  }

  /* Header Mobile  End*/

  .flex-container {
    flex-direction: column;
    gap: 2rem;
    align-items: unset;
  }

  .ready-para-sec {
    width: 80%;
    margin-left: 0;
  }

  .bg-main-2 {
    width: 100%;
  }

  .main-bg-img-1 {
    width: 70%;
  }

  .section-1-grid-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .footer-grid-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "one one" "two three" " four .";
    row-gap: 3rem;
  }

  .footer-grid-flex > div:nth-child(1) {
    grid-area: one;
  }

  .footer-grid-flex > div:nth-child(2) {
    grid-area: two;
  }

  .footer-grid-flex > div:nth-child(3) {
    grid-area: three;
  }

  .footer-grid-flex > div:nth-child(4) {
    grid-area: four;
  }

  .talent-title {
    height: 6vh;
  }

  .efficiency-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact_btn {
    display: none;
  }

  .connect-btn {
    display: block;
  }

  .leaders-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .leaders-main {
    padding: 0.8rem;
  }

  .Advisors-grid {
    width: 100%;
  }

  .advisor-img {
    width: 100%;
  }

  .offering-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .india-ideal-flex-main {
    flex-direction: column;
  }

  .india-ideal-location-flex-left {
    width: 100%;
  }

  .location-img-main {
    width: 100%;
  }
  /* contact start  */
  .felx-container-left {
    flex-basis: 100% !important;
  }
  .flex-container-right {
    flex-basis: 100% !important;
  }
  .contact-s1-gif {
    width: 60%;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form textarea {
    width: 99%;
  }
  /* about us start */
  .about-para-sec {
    width: 100%;
  }
  .main-bg-img-1-about {
    width: 80%;
  }
  #scaleAX-section-2-about .efficiency-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a a" " b c" "b c" "d d";
    gap: 1rem;
  }
  #scaleAX-section-2-about .efficiency-grid > div:nth-child(1) {
    grid-area: a;
  }
  #scaleAX-section-2-about .efficiency-grid > div:nth-child(2) {
    grid-area: b;
  }
  #scaleAX-section-2-about .efficiency-grid > div:nth-child(3) {
    grid-area: c;
  }
  #scaleAX-section-2-about .efficiency-grid > div:nth-child(4) {
    grid-area: d;

    width: 50%;
    margin: 0 auto;
  }
  .our-mission-text {
    padding: 0 0rem;
    text-align: start;
  }
  .our-mission-text p {
    text-align: start;
  }
  .advantage-main-div {
    grid-template-columns: repeat(2, 1fr);
  }
  .advantage-main-div > div:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    grid-area: span 1 / span 2;
  }
  .about-title-hight {
    min-height: unset;
  }
  .founder-popup-sec {
    width: 95%;
  }
  .founder-info-links {
    flex-basis: 30%;
    width: 30%;
    /* min-width: 20%; */
    height: 100%;
  }
  .founder-info {
    width: 70%;
    flex-basis: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    width: 18rem;
  }

  .scaleAx-header-width {
    width: 91%;
  }

  .big_title h1,
  .big_title h1 span {
    font-size: 2.8rem;
  }
  .big_title h1 br {
    display: none;
  }

  .yellow-button {
    padding: 0.5rem 2.5rem;
  }

  /* .yellow-button p {
  font-size: 2rem;
} */

  /* #scaleAX-section-1-homepage.sec .scale-section-padding{
  padding: 12rem 0 5rem;
} */

  .main-bg-img-1 {
    width: 94%;
  }

  .section-1-grid-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }

  .hover-talent-div {
    position: relative;
    padding: 0;
    right: 0;
    top: 0;
    width: 100%;
  }

  .talent-grid-items .hover-talent-div {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .talent-grid-items:hover .talent-img {
    display: block;
  }

  .talent-title {
    height: 3vh;
  }

  .footer-grid-flex {
    width: 100%;
  }

  .footer-copy-right-flex {
    flex-direction: column;
  }

  .web-img {
    display: none;
  }

  .mob-img {
    width: 100%;
    display: block;
  }

  .section-title h1 {
    font-size: 2.4rem;
  }

  .sec-padding {
    padding: 3rem 0;
  }

  .jv-main-flex {
    flex-direction: column;
  }

  .jv-main-flex > div:nth-child(1),
  .jv-main-flex > div:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
  }

  .mainunlock-img {
    width: 100%;
  }

  .unlock-img {
    width: 58%;
  }

  .yellow-glob-unlock-img {
    width: 28%;
  }

  .leaders-grid,
  .Advisors-grid {
    /* display: none; */
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .leaders-main {
    padding: 0 1.5rem 1.5rem;
  }

  .offering-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .india-ideal-flex-main {
    flex-direction: column;
  }

  .india-ideal-location-flex-left {
    width: 100%;
  }

  .large-content-flex {
    flex-direction: column;
    gap: 2.5rem;
  }

  .location-img-main {
    width: 100%;
    padding: 2.5rem 0 0;
  }

  .location-img {
    padding: 0;
  }

  .leaders-swiper-sec,
  .advisors-swiper-sec {
    display: block;
  }

  .swiper-slide {
    text-align: left !important;
  }

  .efficiency-img {
    width: 100%;
  }

  .swiper-pagination {
    display: flex;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    gap: 0.5rem;
  }

  .swiper-pagination span,
  .swiper-pagination {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-family: var(--black-font-family);
  }

  .footer-mainglob-img {
    top: -4%;
    right: 0%;
    width: 100%;
    z-index: 0;
  }

  .footer-grid-flex {
    padding: 6rem 0 3rem;
  }

  .flare-partical-img {
    bottom: -1%;
    left: -2%;
    width: 100%;
    opacity: 0.6;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .awfficacy-glob-logo {
    width: 60%;
  }

  .location-list li {
    padding-left: 2rem;
  }

  .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .talent-grid-items:hover .talent-img {
    position: relative;
  }

  .talent-grid-items:hover .talent-img img {
    transform: scale(1);
    filter: unset;
    opacity: 1;
    visibility: visible;
  }

  .talent-grid-items:hover .hover-talent-div {
    right: unset;
  }

  .talent-grid-items:hover .dots-img {
    display: block;
  }
  .offering-list li::after {
    content: "";
    width: 6px;
    height: 6px;
    top: 41%;
  }
  .ready-para-sec {
    width: 100%;
  }
  .featured-sec {
    padding: 4rem 0 4rem;
  }
  .scale-section-padding {
    padding: 6rem 0 0;
  }
  .sec-padding-bottom {
    padding-bottom: 6rem;
  }
  .macroeconomic-factors {
    width: 100%;
  }
  .savvylogo {
    width: 50%;
  }
  /* contact start  */
  .contact-s1-gif {
    width: 70%;
  }

  .contact-form-content-1 {
    flex-direction: column;
    gap: 2.5rem;
  }
  .contact-form-content-1 > div {
    flex-basis: calc(100% - 1.9rem);
  }
  /* abouts start  */
  .main-bg-img-1-about {
    width: 100%;
  }
  #scaleAX-section-2-about .efficiency-grid > div:nth-child(4) {
    grid-area: d;
    width: 85%;
    margin: 0 auto;
  }
  #scaleAX-section-2-about .efficiency-grid .efficiency-items-sec {
    padding: 1rem 1rem 1rem 0rem;
    /* text-align: start; */
  }
  /* #scaleAX-section-2-about .efficiency-grid .efficiency-items-sec:nth-child(4) {
  border-top: 1px solid var(--border-grey);
} */
  .advantage-main-div {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .advantage-main-div > div:nth-child(3) {
    width: unset;
    /* margin: 0 auto; */
    grid-area: unset;
  }
  .advantage-icon {
    /* width: 10rem; */
    height: unset;
  }
  #scaleAX-section-4-about .inner-flex.inner-flex-common {
    gap: 2rem;
  }
  .swiper-bottom-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .founder-popup-flex {
    flex-direction: column;
  }
  .founder-popup-flex > div:nth-child(1) {
    width: 100%;
  }
  .founder-popup-flex > div:nth-child(2) {
    width: 100%;
  }
  .remove-btn {
    width: 2rem;
    top: 1%;
    right: 2%;
  }
  .marquee > div {
    animation: marquee 10s linear infinite;
  }
  .marquee2 > div {
    animation: marquee2 10s linear infinite;
  }
  .marquee3 > div {
    animation: marquee3 10s linear infinite;
  }
  .contact-form textarea {
    height: 10vh;
  }
  .location-list li::after {
    width: 6px;
    height: 6px;
  }
  .competitive-list li::after {
    width: 6px;
    height: 6px;

    top: 19%;
  }
}

@media only screen and (max-width: 600px) {
  .flex-container .big_title h1,
  .flex-container .big_title h1 span {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 400px) {
  .samll_title h2 {
    font-size: 1.5rem;
  }
  .flex-container .big_title h1,
  .flex-container .big_title h1 span {
    font-size: 2.5rem;
  }
}
