.ai_page_main {
  background: radial-gradient(571.33% 82.7% at 88.85% 74.92%, #9210DB 0%, #C11818 46.5%, #361399 100%);
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -999
}

.ai_page_main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity:0.2;
  z-index: -1000
 }
.ai_page_main h1 {
  font-size: 4.5rem;
}
.ai_page_main p {
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 48px;
}
.ai_page_main .container {
  color: #fff;
  display: flex;
  justify-content: center;
}
.ai_page_main .container {
  width: 80%;
}
.ai_page_main .container .ai_wrp {
  /* width:80%; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 100px 0px;
}
.title {
  width: fit-content;
  border: none;
}
.ai_solution_wrp {
  padding: 80px 0px 80px 0px;
  background-image: url("../images/service_ai-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_tag {
  color: #fff;
  font-family: Poppins, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 6px 14px;
  display: inline-block;
  border: none;
}

.section_tag_large {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2a8d95;
  padding: 14px 32px;
  display: inline-block;
  margin: auto 0;
  border-radius: 15px;
}

.section_main_Heading {
  color: #000;
  text-align: center;
  font-family: Commissioner, serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 70px */
  margin-top: 8px;
}
.section_main_sub_Heading {
  color: #494b50;
  text-align: center;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  padding: 0 10%;
  margin-bottom: 40px;
  width: fit-content;
  margin-top: 32px;
}
.solution_main_div {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 75px;
  row-gap: 56px;
}
.solution_card {
  border-radius: 40px 180px 180px 40px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
}
.card_inner_solution {
  padding: 40px 40px 40px 0px;
  display: flex;
  font-family: Poppins, serif;
  gap: 40px;
}
.card_border {
  min-width: 8px;
  border-radius: 18px;
}
.ai_solution_wrp .sol_card_border1 {
  background-color: #a0f
} 
.ai_solution_wrp .sol_card_border2 {
  background-color: #ff00d6
} 
.ai_solution_wrp .sol_card_border3 {
  background-color: #0033ad
} 
.ai_solution_wrp .sol_card_border4 {
  background-color: #66dada
} 
.ai_solution_wrp .sol_card_border5 {
  background-color: #128807
} 
.ai_solution_wrp .sol_card_border6 {
  background-color: #cb001c
} 
.ai_solution_wrp .sol_card_border7 {
  background-color: #ffa800
} 
.ai_solution_wrp .sol_card_border8 {
  background-color: #0085ff
} 
.ai_solution_wrp .sol_card_border9 {
  background-color: #0098ad
} 
.solution_card_context {
  font-size: 24px;
  font-weight: 700;
}
.solution_card_context p {
  color: #494b50;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  margin-bottom: 0px;
}
.ai_benefits_wrp {
  padding: 100px 0px 100px 0px;
  background-image: url("../images/ai_benefits_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai_benefit_card_wrp {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* display: none; */
  row-gap: 120px;
  column-gap: 34px;
}
.ai_benefits_card {
  display: flex;
  align-items: center;
  position: relative;
}
.ai_benefits_card img {
  position: absolute;
    top: -22px;
    z-index: 100;
}
.ai_benefits_card .text-div {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(72px);
  /* padding: 36px 2px 36px 85px; */
  padding: 36px 12px 36px 85px;
  width: 100%;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  min-height: 136px;
  display: flex;
  align-items: center;
  max-height: 140px;
}
.inner_div_benefits {
  display: grid;
  grid-template-columns: 107.918px 70%;
  color: #fff;
  font-family: Poppins, serif;
  font-size: 21px;
  height: auto;
  font-weight: 600;
  width: 100%;
}

.benefit_img {
  /* position:relative; */
}
.benefit_img .img {
  position: absolute;
  display: flex;
  left: 77px;
  top: 75px;
}
.benefit_img .img img {
  height: 34px;
  width: 36px;
}
.expertise_wrp {
  padding: 121px 0px 84px 0px;
}
.expertise_wrp .exp_mid_img {
  width: 100%;
}
.expertise_outer_dIv {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.expertise_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.expertise_header {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.expertise_wrp .expertise_header .expertise_card_logobox  {
  padding: 8px;
  border-radius: 16px;
}
.expertise_wrp .expertise_header .card_logo1 {
  background-color: #a0f;
}
.expertise_wrp .expertise_header .card_logo2 {
  background-color: #ff7a2f;
}
.expertise_wrp .expertise_header .card_logo3 {
  background-color: #128807;
}
.expertise_wrp .expertise_header .card_logo4 {
  background-color: #0033ad;
}
.expertise_wrp .expertise_header .card_logo5 {
  background-color: #cb001c;
}
.expertise_wrp .expertise_header .card_logo6 {
  background-color: #ff00d6;
}

.expertise_text {
  color: #494b50;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.18px;
}
.middle_img {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
}
.middle_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.middle_inner div img {
  width: 100%;
}
.ai-models {
  padding: 100px 0px 100px 0px;
  background-image: url("../images/model-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai-models .card_main_heading {
  color: #000000
}
.ai-models .card_sub_heading {
  color: #494b50
}
.card_group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 59px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  align-items: stretch;
}
.world_chain_card {
  flex-basis: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card_content_wrap {
  background: #ffffff;
  border-radius: 40px;
  padding: 14px 24px;
  position: relative;
  gap: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.image_wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-left: -43px;
}
.image_wrp .left_image {
  width: 141px;
  height: 70.774px;
  position: relative;
}
.image_wrp .left_image .card_number_wrapper {
  top: -2px;
  left: 60px;
  position: absolute;
  color: #fff;
  text-align: right;
  font-family: Concert One, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 54px */
}
.right_image {
  width: 49.9px;
  height: 48px;
}
.card_main_heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 158.333%;
}
.card_sub_heading {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.brilliance_wrp {
  margin-top: 140px;
}
.brilliance_wrp .section_tag {
  margin-top: 48px
}
.brilliance_outer {
  /* display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr)); */
}
.brilliance_inner {
  background-image: url("../images/ai_brilliance_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 388.923px;
}
.brilliance_left {
  display: flex;
  flex-direction: column;
  /* align-items:center; */
  justify-content: center;
  padding: 83px 0px 83px 72px;
}
.brilliance_left h1 {
  font-family: Commissioner, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 54.6px */
}
.brilliance_right {
  position: relative;
}
.brilliance_right img {
  position: absolute;
  height: 423px;
  width: -webkit-fill-available;
  top: -34px;
}
.Stack_wrp {
  padding: 160px 0px 80px 0px;
  background-image: url("../images/stack_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stack_heading {
  border-radius: 24px 0px 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.Stack_wrp .stack_heading1 {
  background-color: #361399
}
.Stack_wrp .stack_heading2 {
  background-color: #921417
}
.Stack_wrp .stack_heading3 {
  background-color: #7412a2
}
.stack_body {
  display: grid;
  grid-template-columns: 2fr repeat(7, minmax(0, 1fr));
  height: 120px;
  border-radius: 24px;
  border: 1px solid #e3e3e3;
}
.stack_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.stack_icon .stack_img {
  width: 100%;
  max-width: 80px;
  min-width: 40px;
}
.stack_table {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ai_industries {
  padding: 40px 0px 100px 0px;
  background-image: url("../images/stake_industries.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai_industries .section_main_Heading {
  width: 75%;
}
.industries_outer {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 80px;
  gap: 10px;
}
.ai_industries_card {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 124px 0px rgba(0, 0, 0, 0.08);
}
.ai_industries_card_text {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  margin-top: 24px;
  font-weight: 600;
}
.industries_outer div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industries_outer .margin_industries {
  margin-top: 150px;
}
.ai_process_wrp {
  padding: 100px 0px 83px 0px;
  background-image: url("../images/ai_process.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai_why_choose_wrp {
  padding: 100px 0px 20px 0px;
  background-image: url("../images/ai_why_choose.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ai_why_choose_wrp .ai_why_choose_box1 {
  background-color: #ff00d6
}
.ai_why_choose_wrp .ai_why_choose_box2 {
  background-color: #f90
}
.ai_why_choose_wrp .ai_why_choose_box3 {
  background-color: #6ddb00
}
.ai_why_choose_wrp .ai_why_choose_box4 {
  background-color: #0094ff
}

.ai_why_choose_wrp .why_us_number1 {
  background-color: #ff00d6
}
.ai_why_choose_wrp .why_us_number2 {
  background-color: #f90
}
.ai_why_choose_wrp .why_us_number3 {
  background-color: #6ddb00
}
.ai_why_choose_wrp .why_us_number4 {
  background-color: #0094ff
}



.ai_why_choose {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 64px;
  gap: 40px;
}
.ai_why_choose_outer {
  border-radius: 40px;
  padding: 20px;
  position: relative;
}
.ai_why_choose_inner {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.28);
}
.ai_why_choose_inner .ai_why_choose_upper {
  padding: 32px 32px 28px 32px;
  min-height: 358.974px;
}
.ai_why_choose_upper strong {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.ai_why_choose_upper p {
  color: #494b50;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
  margin-top: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.why_us_number {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  font-family: "Concert One";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 0px;
  box-shadow: 0px 10px 14px 0px #00000047 inset;
}
.ai_why_choose .margin {
  margin-top: 50px;
}
.process_card {
  color: #ffffff;
  display: grid;
  grid-template-columns: 80% 20%;
  /* gap:41px; */
  width: 546px;
  height: 133px;
  position: absolute;
}
.process_outer {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  position: relative;
}
.reverse {
  direction: rtl;
  text-align: end;
  gap: 40px;
}
.process_card_number {
  width: 112.449px;
  height: 112.449px;
  border-radius: 100%;
  background: linear-gradient(0deg, #ff7ad3 0.03%, #fdcc90 100.01%);
  padding: 17px;
}
.process_card_number div {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  font-family: Concert One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77.488px;
  height: 77.488px;
}
/* .process_card div {
  display: grid;
  grid-template-columns: 80% 20%;
} */
.process_card strong {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.process_card p {
  margin-top: 16px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);

  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.process_outer img {
  /* width:100%; */
}
.process_outer .first {
  left: 50px;
  top: -20px;
}
.process_outer .second {
  right: 340px;
  top: 120px;
}
.process_outer .third {
  left: 375px;
  bottom: 120px;
}
.process_outer .fourth {
  right: 20px;
  bottom: -48px;
}
.process_outer_mobile {
  display: none;
}
.process_card_mobile {
  display: flex;
  gap: 10px;
  color: #fff;
  margin-top: 29px;
}
.process_card_number_mobile {
  border-radius: 100%;
  background: linear-gradient(0deg, #ff7ad3 0.03%, #fdcc90 100.01%);
  min-width: 46px;
  height: 48px;
  padding: 10px;
}
.process_card_number_mobile div {
  background-color: #fff;
  border-radius: 100%;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Concert One, sans-serif;
}
.process_outer_mobile p {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* media */

/* 1440 */
@media screen and (max-width: 1440px) {
  .ai_why_choose_inner .ai_why_choose_upper {
    min-height: 260.974px;
  }
  .ai_page_main h1 {
    font-size: 2.5rem;
  }
  .ai_page_main p {
    font-size: 18px;
  }
  .section_main_Heading {
    font-size: 38px;
  }
  .section_main_sub_Heading {
    font-size: 14px;
  }
  .section_tag {
    font-size: 14px;
  }
  .solution_card_context {
    font-size: 18px;
  }
  .solution_card_context p {
    font-size: 14px;
  }
  .inner_div_benefits {
    font-size: 18px;
  }
  .card_main_heading {
    font-size: 18px;
  }
  .card_sub_heading {
    font-size: 14px;
  }
  .brilliance_left h1 {
    font-size: 38px;
  }
  .brilliance_right img {
    position: absolute;
    /* height: 392px; */
    width: -webkit-fill-available;
    top: -33px;
  }
  .ai_why_choose_upper p {
    font-size: 14px;
  }
  .ai_why_choose_upper strong {
    font-size: 18px;
  }
  .process_card {
    width: 316px;
    height: 121px;
    gap: 10px;
  }
  .process_card p {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .process_card strong {
    font-size: 18px;
  }
  .process_card_number {
    width: 80.449px;
    height: 80.449px;
    padding: 13px;
  }
  .process_card_number div {
    width: auto;
    height: auto;
    font-size: 37px;
  }
  .process_outer .first {
    left: 50px;
    top: -8px;
  }
  .process_outer .second {
    right: 175px;
    top: 138px;
  }
  .process_outer .third {
    left: 172px;
    bottom: 107px;
  }
  .process_outer .fourth {
    right: 64px;
    bottom: -48px;
  }
  .solution_main_div {
    margin-top: 30px;
  }
  .expertise_wrp {
    padding: 100px 0px 40px;
  }
  .ai-models {
    padding: 40px 0px 50px;
}
.brilliance_wrp {
  margin-top: 120px;
}
.card_group {
  margin-top: 30px;
}
.Stack_wrp {
  padding: 120px 0px 80px 0px;
}
.stack_table {
  margin-top: 40px;
}
.industries_outer {
  margin-top: 50px;
}
.ai_benefits_card .text-div {
  padding: 36px 15px 36px 85px;
}
}

/* 1366px */
@media screen and (max-width: 1366px) {
  .brilliance_right img {
    /* height: 444px; */
    top: -37px;
  }
  .process_outer .second {
    right: 134px;
    top: 138px;
  }
  .process_outer .third {
    left: 136px;
    bottom: 107px;
  }
}

/* 980px */
@media screen and (max-width: 980px) {
  .ai_page_main {
    height: 100%;
  }
  .brilliance_right {
    display: none;
  }
  .brilliance_inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brilliance_left {
    padding: 83px;
    align-items: center;
    text-align: center;
  }
  .process_card_number {
    width: 60.449px;
    height: 60.449px;
    padding: 7px;
  }
  .process_card_number div {
    width: auto;
    height: auto;
    font-size: 31px;
  }
  .process_outer .first {
    left: 19px;
    top: 0px;
  }
  .process_outer img {
    width: 90vw;
  }
  .process_outer .second {
    right: 30px !important;
    top: 145px !important;
  }
  .process_outer .third {
    left: 33px !important;
    bottom: 88px !important;
  }
  .process_outer .fourth {
    right: 2px;
    bottom: -62px;
  }
}

@media screen and (max-width: 1024px) {
  .right_image {
    width: 37.9px;
    height: 48px;
  }
  .ai_benefit_card_wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .expertise_outer_dIv {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .middle_img {
    display: none;
  }
  .card_group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industries_outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ai_why_choose {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai_why_choose .margin {
    margin-top: 0px;
  }
  .process_card {
    width: 181px;
    height: 121px;
    gap: 10px;
  }
  .process_outer .second {
    right: 46px;
    top: 138px;
  }
  .process_outer .third {
    left: 39px;
    bottom: 105px;
  }
  .process_card {
    width: 219px;
    height: 121px;
    gap: 10px;
  }
  .process_outer .fourth {
    right: 0px;
    bottom: -50px;
  }
  .ai_process_wrp {
    padding: 100px 0px 130px 0px;
  }
  .expertise_outer_dIv {
    gap: 0px;
  }
  .stack_heading {
    padding: 10px;
  }

  .image_wrp .left_image {
    width: 109px;
    height: 47.774px;
  }
  .image_wrp .left_image .card_number_wrapper {
    top: -2px;
    left: 37px;
    font-size: 30px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  .solution_main_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brilliance_left {
    padding: 40px;
    align-items: center;
    text-align: center;
  }
  .stack_body {
    height: 94px;
  }
  .stack_heading {
    font-size: 18px;
  }
  .ai_why_choose_inner .ai_why_choose_upper {
    padding: 20px 20px 18px 20px;
    min-height: 210.974px;
  }
  .ai_why_choose_outer {
    padding: 10px;
  }
  .why_us_number {
    width: 60px;
    height: 60px;
    font-size: 31px;
    box-shadow: 0px 10px 14px 0px #00000047 inset;
  }
  .ai_why_choose_inner {
    border-radius: 31px;
  }
  .process_outer {
    display: none;
  }
  .process_outer_mobile {
    display: block; /* Show on smaller screens */
  }
  .process_card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .ai_benefits_card .text-div {
    padding: 36px 18px 36px 85px;
}
.inner_div_benefits {
  font-size: 16px;
}
}
@media only screen and (max-width: 650px) {
  .ai_benefit_card_wrp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-items: center;
  }
  .card_group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.ai_benefits_card .text-div {
  min-height: 120px;
  min-width: 350px;
}
.card_content_wrap {
min-width: 390px;
}

}
/* 480 */
@media only screen and (max-width: 480px) {
  .section_main_Heading {
    font-size: 28px;
    width: 100% !important ;
  }
  .section_main_sub_Heading {
    padding: 0;
    margin-bottom: 0;
  }
  .solution_main_div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brilliance_left {
    padding: 20px;
    align-items: center;
    text-align: center;
  }
  .brilliance_left h1 {
    font-size: 28px;
  }
  .stack_body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    border-radius: 12px;
  }
  .stack_heading {
    border-radius: 12px;
    grid-column: 1 / span 3;
  }
  .stack_icon .stack_img {
    max-width: 60px;
  }
  .industries_outer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .industries_outer .margin_industries {
    margin-top: 0px;
  }
  .industries_outer div {
  }
  .ai_industries_card img {
    height: 50px;
  }
  .ai_industries_card {
    width: 100px;
    height: 100px;
  }
  .ai_industries_card_text {
    font-size: 11px;
    margin-top: 5px;
  }
  .ai_why_choose {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ai_page_main h1 {
    font-size: 32px;
  }
  .ai_page_main p {
    font-size: 16px;
  }
  .ai_page_main .container .ai_wrp {
    padding: 24px 0px;
  }
  .ai_page_main .container {
    width: 100%;
  }
  .ai_solution_wrp {
    padding: 40px 0px 40px 0px;
  }
  .solution_main_div {
    margin-top: 14px;
  }
  .section_main_sub_Heading {
    margin-top: 14px;
  }
  .solution_main_div {
    margin-top: 14px;
    row-gap: 20px;
  }
  .ai_benefits_wrp {
    padding: 40px 0px 80px 0px;
  }
  .ai_benefit_card_wrp {
    margin-top: 50px;
    /* display: none; */
    row-gap: 58px;
    column-gap: 34px;
  }
  .expertise_wrp {
    padding: 40px 0px 0px 0px;
  }
  .ai-models {
    padding: 40px 0px 40px 0px;
  }
  .brilliance_wrp {
    margin-top: 0px;
  }
  .Stack_wrp {
    padding: 40px 0px 0px 0px;
  }
  .card_group {
    margin-top: 0px;
  }
  .stack_table {
    margin-top: 40px;
  }
  .ai_industries {
    padding: 40px 0px 40px 0px;
  }
  .ai_process_wrp {
    padding: 40px 0px 40px 0px;
  }
  .ai_why_choose_wrp {
    padding: 40px 0px 0px 0px;
  }
  .ai_why_choose {
    margin-top: 40px;
  }
  .ai_benefits_card img {
    width: 150px;
    top: -22px;
  }
  .inner_div_benefits {
    display: grid;
    grid-template-columns: 87.918px 75%;
    color: #fff;
    font-family: Poppins, serif;
    font-size: 21px;
    height: auto;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
  }
  .benefit_img .img {
    left: 59px;
    top: 54px;
  }
  .expertise_header {
    font-size: 18px;
  }
  .expertise_text {
    font-size: 14px;
  }
  .world_chain_card {
    padding: 25px;
  }
  .card_group {
    gap: 0px;
  }
  .solution_card_context p {
    -webkit-line-clamp: 4;
  }
  .ai_benefits_card .text-div {

    min-width:  310px;
}
.card_content_wrap {
  min-width: 370px;
}
}

@media only screen and (max-width:375px) {
  .ai_benefits_card img {
   display: none;
}
.inner_div_benefits {
  grid-template-columns: 8px 75%;
}
.ai_benefits_card .text-div {
  padding: 36px 20px 36px;
  justify-content: center;
}
.card_content_wrap {
  min-width: unset;
}

}
