p,
h1,
h2,
h3,
h4,
h5,
h6 figure {
  margin-bottom: unset !important;
}
.industries_ecommerce_banner {
  background-image: url("../images/ecom-bg1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 110px 0px 53px; */
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.industries_ecom_banner_left {
  width: 52%;
  padding-top: 61px;
}
.industries_ecom_banner_right {
  width: 47.5%;
  display: flex;
  justify-content: end;
}
.industries_ecom_banner_right img {
  width: 81%;
}
.industries_ecom_banner_left h1 {
  color: #fff;
  font-family: "Commissioner", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
}
.industries_ecom_banner_left p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 88%;
}
.industries_ecom_banner_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 15px;
  background: #2a8d95;
  padding: 14px 33px;
  margin-top: 48px;
  border: none;
}
.industries_ecommerce_feat_wrp {
  background-image: url("../images/ecom-feat-bg1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px 104px;
}
.industries_ecommerce_feat_chip,
.industries_ecommerce_admin_chip {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 7px 15px;
  border: none;
}
.industries_ecommerce_feat_heading,
.industries_ecommerce_admin_heading {
  color: #000;
  font-family: "Commissioner", sans-serif;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.industries_ecommerce_feat_para,
.industries_ecommerce_admin_para {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 82%;
}
.industries_ecom_feat_card {
  width: 90.5%;
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  position: relative;
}
.industries_ecom_feat_card h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.industries_ecom_feat_card p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.18px;
  padding-top: 24px;
}
.industries_ecom_feat_card_container {
  padding-top: 80px;
  row-gap: 72px;
  justify-content: center;
  column-gap: 30px;
}
.industries_ecom_feat_card_wrp {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.3%;
}
.industries_ecom_feat_card_wrp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96px;
  border-radius: 32px;
  z-index: -1;
  bottom: -9%;
}
.ecom_feat_card_wrp1::before {
  background: #a0f;
}
.ecom_feat_card_wrp2::before {
  background: #ff00d6;
}
.ecom_feat_card_wrp3::before {
  background: #128807;
}
.ecom_feat_card_wrp4::before {
  background: #66dada;
}
.ecom_feat_card_wrp5::before {
  background: #b66d00;
}
.ecom_feat_card_wrp6::before {
  background: #00bc8f;
}
.ecom_feat_card_wrp7::before {
  background: #cb001c;
}
.ecom_feat_card_wrp8::before {
  background: #515099;
}
.ecom_feat_card_logo {
  width: 48px;
  height: 48px;
}
.industries_ecommerce_admin_wrp {
  background-image: url("../images/ecom-admin-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 160px;
}
.industries_ecommerce_admin_div h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.industries_ecommerce_admin_div {
  position: relative;
  width: 25%;
  padding: 44px 0px;
}
.industries_ecommerce_admin_card_wrp {
  padding-top: 80px;
  width: 100%;
}
.e_comm_admin_box1 {
  background: #a0f;
  border-radius: 20px 0px 0px 20px;
}
.e_comm_admin_box2 {
  background: #cb001c;
}
.e_comm_admin_box3 {
  background: #128807;
}
.e_comm_admin_box4 {
  background: #0033ad;
  border-radius: 0px 20px 20px 0px;
}
.e_comm_admin_box1::before {
  background: url("../images/icons/admin-feat-arow1.png") center/contain
    no-repeat;
  position: absolute;
  content: "";
  width: 40%;
  height: 60%;
  transform: translateX(-50%);
  bottom: -51%;
  left: 50%;
}
.e_comm_admin_box2::before {
  background: url("../images/icons/admin-feat-arow3.png") center/contain
    no-repeat;
  position: absolute;
  content: "";
  width: 50%;
  height: 70%;
  transform: translateX(-50%);
  bottom: -57%;
  left: 50%;
}
.e_comm_admin_box3::before {
  background: url("../images/icons/admin-feat-arow2.png") center/contain
    no-repeat;
  position: absolute;
  content: "";
  width: 50%;
  height: 70%;
  transform: translateX(-50%);
  bottom: -57%;
  left: 50%;
}
.e_comm_admin_box4::before {
  background: url("../images/icons/admin-feat-arow4.png") center/contain
    no-repeat;
  position: absolute;
  content: "";
  width: 50%;
  height: 70%;
  transform: translateX(-50%);
  bottom: -57%;
  left: 50%;
}
.ecom_admin_para_card {
  padding: 40px;
  width: 25%;
}
.ecom_admin_para_card p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.18px;
}
.ecom_admin_para1 {
  border-radius: 20px 0px 0px 20px;
  background: #f6e4ff;
}
.ecom_admin_para2 {
  background: #ffe7e7;
}
.ecom_admin_para3 {
  background: #f3fff2;
}
.ecom_admin_para4 {
  border-radius: 0px 20px 20px 0px;
  background: #e3ecff;
}
.ecom_admin_para_card_wrp {
  padding-top: 72px;
}
.ecom_talk_experts_banner {
  background-image: url("../images/ecom-talk-bnner.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 123px 0px 123px 73px;
}
.ecom_talk_experts_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: #2a8d95;
  border-radius: 15px;
  padding: 14px 32px;
  margin-top: 48px;
}
.ecom_talk_experts_banner h1 {
  color: #fff;
  font-family: "Commissioner", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 52%;
}
.ecom_web3_chip_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2a8d95;
  border-radius: 8px;
  padding: 7px 14px;
  border: none;
}
.ecom_web3_heading {
  color: #000;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.ecom_web3_para {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 45%;
}
.ecom_web3_heading_left_div {
  width: 48%;
}
.ecom_web3_text_wrp {
  gap: 122px;
  align-items: end;
}
.ecom_web3_wrp {
  background-image: url("../images/ecom-web3-bg.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0px 124px;
}
.ecom_web3_logo {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  padding: 28px;
  left: 0;
  position: absolute;
}
.web3_logo_div1 {
  background: #a0f;
}
.web3_logo_div2 {
  background: #ff00d6;
}
.web3_logo_div3 {
  background: #5fc7c7;
}
.web3_logo_div4 {
  background: #cb001c;
}
.web3_logo_div5 {
  background: #b66d00;
}
.web3_logo_div6 {
  background: #515099;
}
.web3_logo_div7 {
  background: #128807;
}
.web3_logo_div8 {
  background: #00bc8f;
}
.ecom_web3_text {
  background: #fff;
  padding: 15px 60px 15px 126px;
  width: 23.5%;
  border-radius: 12px;
  gap: 30px;
  position: relative;
}
.ecom_web3_text h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.ecom_web3_logo_text_div {
  width: 23.5%;
}
.ecom_web3_logo_text_wrp {
  padding-top: 80px;
  justify-content: space-between;
  row-gap: 80px;
}
.ecom_solution_wrp {
  background-image: url("../images/ecom-sol-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px 100px;
}
.ecom_solution_chip_btn,
.automated_ecom_sol_btn,
.ecom_our_process_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #2a8d95;
  border-radius: 8px;
  padding: 7px 14px;
  border: none;
}
.ecom_solution_heading {
  color: #000;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
  width: 82%;
  text-align: center;
}
.ecom_solution_para {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 82%;
  text-align: center;
  margin-top: 32px;
}
.ecom_solution_card {
  width: 45.2%;
  border-radius: 0 220px 0 0;
  background: #fff;
  padding: 32px 40px 32px 236px;
  position: relative;
}
.ecom_solution_card h1 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.ecom_solution_card p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.18px;
  margin-top: 12px;
}
.ecom_solution_cards_wrp {
  padding-top: 80px;
  gap: 115px;
}
.ecom_solution_logo {
  width: 443px;
  height: 248px;
  height: auto;
  position: absolute;
  top: -10%;
  left: -6%;
}
.automated_ecom_sol_wrp {
  background-image: url("../images/ecom-automated-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px;
}
.automated_ecom_sol_heading {
  color: #fff;
  text-align: center;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  margin-top: 8px;
}
.automated_ecom_sol_para {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 82%;
}
.automated_ecom_sol_outer_card {
  border-radius: 40px;
  padding: 20px;
  width: 23.2%;
  align-self: flex-start;
}
.automated_ecom_sol_inn_card {
  border-radius: 40px;
  background: #fff;
  padding: 32px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
.automated_ecom_sol_inn_card h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.automated_ecom_sol_inn_card p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.18px;
  margin-top: 16px;
}
.automated_ecom_sol_card_wrp {
  padding-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.automated_outer_card1 {
  background: #ff00d6;
  box-shadow: 0 4px 8px rgba(255, 0, 214, 0.4); 
}
.automated_outer_card2 {
  background: #f90;
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(255, 153, 0, 0.4); 
}
.automated_outer_card3 {
  background: #6ddb00;
  box-shadow: 0 4px 8px rgba(109, 219, 0, 0.4); 
}
.automated_outer_card4 {
  background: #0094ff;
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(0, 148, 255, 0.4); 
}
.ecom_our_process_heading {
  color: #000;
  text-align: center;
  font-family: "Commissioner", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-top: 8px;
}
.ecom_our_process_para {
  color: #494b50;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  width: 82%;
  margin-top: 32px;
}
.ecom_our_process_wrp {
  background-image: url("../images/ecom-our-process-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.ecom_our_process_img_wrp {
  position: relative;
  padding-top: 80px;
}
.ecom_our_process_img_wrp img {
  width: 100%;
}
.ecom_our_process_img_txt {
  position: absolute;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.24px;
  width: 180px;
}
.process_text1 {
  top: 100%;
  left: 19.5%;
}
.process_text2 {
  top: 100%;
  left: 36%;
}
.process_text3 {
  top: 100%;
  left: 53%;
}
.process_text4 {
  top: 100%;
  left: 70%;
}
.process_text5 {
  top: 100%;
  left: 88%;
}
.automated_ecom_sol_circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 10px 20px;
  background: #ff00d6;
  margin-bottom: -20px;
  margin-top: 28px;
  display: flex !important;
  align-items: end !important;
  justify-content: center !important;
}
.ecom_circle1 {
  background: #ff00d6;
}
.ecom_circle2 {
  background: #ff9900;
}
.ecom_circle3 {
  background: #6ddb00;
}
.ecom_circle4 {
  background: #0094ff;
}
.automated_ecom_sol_circle div {
  color: #fff;
  font-family: "Concert One", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.52px;
}
.ecom_admin_para_card_wrp,
.industries_ecommerce_admin_card_wrp {
  display: flex;
}
.ecommerce_admin_card__wrp_mobile {
  display: none;
}
.ecom_web3_heading_left_div {
  align-items: start;
}
.ecom_solution_card:nth-child(1) {
  margin-left: 44px;
}
.ecom_talk_experts_wrp {
  background-color: white;
}
/* ----------------------------------Media--------------------------------- */

@media only screen and (max-width: 1600px) {
  .industries_ecom_banner_left h1 {
    font-size: 52px;
  }
  .industries_ecom_banner_left p {
    font-size: 16px;
    margin-top: 16px;
  }
  .industries_ecom_banner_btn {
    font-size: 18px;
    padding: 10px 26px;
    margin-top: 42px;
  }
  .industries_ecom_banner_left {
    width: 55%;
    padding-top: 50px;
  }
  .industries_ecommerce_feat_wrp {
    padding: 70px 0px 70px;
  }
  .industries_ecommerce_feat_heading,
  .industries_ecommerce_admin_heading,
  .ecom_solution_heading {
    font-size: 48px;
  }
  .industries_ecommerce_feat_para,
  .industries_ecommerce_admin_para,
  .ecom_solution_para {
    font-size: 16px;
    margin-top: 16px;
  }
  .industries_ecommerce_feat_chip,
  .industries_ecommerce_admin_chip {
    font-size: 12px;
  }
  .industries_ecom_feat_card h3 {
    font-size: 18px;
  }
  .industries_ecom_feat_card p {
    font-size: 14px;
  }
  .ecom_feat_card_logo {
    width: 40px;
    height: 40px;
  }
  .industries_ecom_feat_card_wrp::before {
    bottom: -8%;
  }
  .industries_ecom_feat_card_container {
    padding-top: 60px;
  }
  .industries_ecommerce_admin_card_wrp {
    padding-top: 60px;
    width: 100%;
  }
  .industries_ecommerce_admin_div h3 {
    font-size: 18px;
  }
  .industries_ecommerce_admin_div {
    padding: 34px 0px;
  }
  .ecom_admin_para_card p {
    font-size: 14px;
  }
  .industries_ecommerce_admin_wrp {
    padding: 40px 0px 90px;
  }
  .ecom_talk_experts_banner h1 {
    font-size: 34px;
  }
  .ecom_talk_experts_btn {
    font-size: 18px;
    padding: 12px 24px;
  }
  .ecom_web3_heading {
    font-size: 48px;
  }
  .ecom_web3_chip_btn {
    font-size: 12px;
  }
  .ecom_web3_para {
    font-size: 16px;
  }
  .ecom_web3_wrp {
    padding: 0px 0px 90px;
  }
  .ecom_web3_text h3 {
    font-size: 14px;
  }
  .ecom_web3_logo {
    width: 86px;
    height: 86px;
  }
  .ecom_web3_text {
    padding: 15px 24px 15px 110px;
  }
  .ecom_web3_text_wrp {
    gap: 60px;
    align-items: center;
  }
  .ecom_web3_heading_left_div {
    width: 55%;
  }
  .ecom_solution_card h1 {
    font-size: 18px;
  }
  .ecom_solution_card p {
    font-size: 14px;
  }
  .ecom_solution_card {
    width: 46%;
    padding: 24px 40px 24px 200px;
  }
  .ecom_solution_logo {
    width: 344px;
    height: auto;
  }
  .ecom_solution_cards_wrp {
    padding-top: 80px;
    gap: 72px;
  }
  .ecom_solution_card:nth-child(1) {
    margin-left: 32px;
  }
  .automated_ecom_sol_heading {
    font-size: 48px;
  }
  .automated_ecom_sol_para {
    font-size: 16px;
    margin-top: 16px;
  }
  .ecom_our_process_btn {
    font-size: 12px;
  }
  .automated_ecom_sol_wrp {
    padding: 90px 0px;
  }
  .automated_ecom_sol_inn_card h3 {
    font-size: 18px;
  }
  .automated_ecom_sol_inn_card p {
    font-size: 14px;
  }
  .automated_ecom_sol_circle div {
    font-size: 42px;
  }
  .automated_ecom_sol_circle {
    width: 80px;
    height: 80px;
    margin-bottom: -16px;
  }
  .automated_ecom_sol_inn_card {
    padding: 32px 30px 0px;
  }
  .ecom_our_process_para {
    font-size: 16px;
    margin-top: 16px;
  }
  .ecom_our_process_img_wrp {
    padding-top: 60px;
  }
  .ecom_our_process_img_txt {
    font-size: 20px;
  }
  .ecom_talk_experts_banner {
    padding: 100px 0px 100px 73px;
    border-radius: 32px;
}
  .ecom_web3_wrp {
    padding: 100px 0px 80px;
  }
  .process_text1 {
    top: 100%;
    left: 17%;
  }
  .process_text2 {
    top: 100%;
    left: 35%;
  }
  .process_text3 {
    top: 100%;
    left: 51%;
  }
  .process_text4 {
    top: 100%;
    left: 68%;
  }
  .process_text5 {
    top: 100%;
    left: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .industries_ecom_feat_card_wrp {
    width: 24%;
  }
  .industries_ecom_feat_card_wrp::before {
    width: 99%;
  }
  .industries_ecom_feat_card h3 {
    font-size: 16px;
  }
  .ecom_solution_logo {
    width: 336px;
    height: auto;
  }
  .ecom_solution_card {
    width: 47%;
    padding: 24px 40px 24px 170px;
  }
  .ecom_solution_cards_wrp {
    gap: 50px 40px;
  }
  .ecom_solution_card:nth-child(1) {
    margin-left: 28px;
  }
  .industries_ecommerce_feat_heading, .industries_ecommerce_admin_heading, .ecom_solution_heading,.ecom_web3_heading,.automated_ecom_sol_heading,
  .ecom_our_process_heading  {
    font-size: 42px;
}

}
@media only screen and (max-width: 1199px) {
  .industries_ecom_banner_left {
    width: 74%;
    padding-top: unset;
  }
  .industries_ecom_banner_right {
    width: 54%;
  }
  .industries_ecom_feat_card_wrp {
    width: 28%;
  }
  .industries_ecom_feat_card_container {
    justify-content: center;
    gap: 54px 20px;
  }
  .industries_ecommerce_admin_div h3 {
    font-size: 14px;
  }
  .industries_ecommerce_admin_div {
    padding: 24px 0px;
  }
  .ecom_admin_para_card_wrp {
    padding-top: 42px;
  }
  .ecom_admin_para_card {
    padding: 24px;
  }
  .ecom_talk_experts_banner h1 {
    font-size: 24px;
  }
  .ecom_solution_card:nth-child(1) {
    margin-left: 7%;
  }
  .ecom_solution_card {
    width: 64%;
  }
  .ecom_solution_cards_wrp {
    gap: 50px;
  }
  .automated_ecom_sol_outer_card {
    width: 30%;
  }
  .automated_ecom_sol_card_wrp {
    gap: 30px;
    justify-content: center;
  }
  .ecom_our_process_img_txt {
    font-size: 18px;
  }
  .ecom_web3_content_wrp {
    padding-top:20px;
  }
  .ecom_solution_card {
    margin-left:7%;
  }
  .industries_ecommerce_admin_wrp {
    padding: 40px 0px 70px;
}
.ecom_web3_wrp {
  padding: 50px 0px 80px;
}
.industries_ecommerce_banner {
  height: unset;
  padding:90px 0px;
}
} /* 1024 */
@media only screen and (max-width: 1023px) {
  .industries_ecommerce_banner_content_wrp {
    flex-direction: column;
    justify-content: center;
    gap: 70px;
  }
  .industries_ecom_banner_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .industries_ecom_banner_right img {
    width: 50%;
  }
  .industries_ecom_banner_right {
    width: 100%;
    justify-content: center;
  }
  .industries_ecom_banner_left h1 {
    text-align: center;
    font-size: 48px;
  }
  .industries_ecom_banner_left p {
    text-align: center;
    width: 100%;
  }
  .industries_ecommerce_banner {
    padding: 70px 0px;
  }
  .ecom_talk_experts_btn {
    font-size: 14px;
    padding: 10px 18px;
  }
  .ecom_talk_experts_btn {
    font-size: 14px;
    margin-top: 30px;
  }
  .ecom_talk_experts_banner h1 {
    font-size: 20px;
  }
  .ecom_web3_text {
    width: 31%;
  }
  .ecom_web3_logo {
    width: 76px;
    height: 76px;
    padding: 16px;
  }
  .ecom_web3_logo img {
    width: 30px;
    height: 28px;
  }
  .ecom_web3_logo_text_wrp {
    justify-content: center;
    gap: 50px 20px;
  }
  .automated_ecom_sol_inn_card {
    padding: 32px 24px 0px;
}
} /* 980 */
@media only screen and (max-width: 979px) {
  .industries_ecommerce_feat_heading,
  .industries_ecommerce_admin_heading,
  .ecom_solution_heading {
    font-size: 30px;
  }
  .industries_ecom_feat_card {
    padding: 28px 16px;
  }
  .industries_ecommerce_admin_card_wrp {
    padding-top: 40px;
  }
  .industries_ecommerce_admin_div h3 {
    font-size: 12px;
  }
  .ecom_admin_para_card p {
    font-size: 12px;
  }
  .ecom_admin_para_card {
    padding: 16px;
  }
  .ecom_talk_experts_banner {
    background-size: 100% 100%;
  }
  .ecom_web3_heading {
    font-size: 30px;
    text-align: center;
  }
  .ecom_web3_text_wrp {
    flex-direction: column;
    align-items: center;
  }
  .ecom_web3_heading_left_div,
  .ecom_web3_para,
  .ecom_solution_para {
    width: 100%;
  }
  .ecom_web3_text_wrp {
    gap: 16px;
    align-items: center;
  }
  .ecom_web3_para {
    text-align: center;
  }
  .industries_ecommerce_feat_para,
  .industries_ecommerce_admin_para {
    width: 100%;
  }
  .ecom_web3_text {
    padding: 15px 12px 15px 86px;
  }
  .ecom_web3_text h3 {
    font-size: 12px;
  }
  .ecom_solution_card h1 {
    font-size: 16px;
  }
  .ecom_solution_card p {
    font-size: 12px;
  }
  .ecom_solution_card {
    width: 70%;
  }
  .ecom_solution_logo {
    width: 300px;
    height: auto;
  }
  .ecom_solution_wrp {
    padding: 30px 0px 80px;
  }
  .ecom_solution_chip_btn,
  .automated_ecom_sol_btn,
  .ecom_our_process_btn {
    font-size: 12px;
  }
  .automated_ecom_sol_inn_card h3 {
    font-size: 16px;
  }
  .automated_ecom_sol_inn_card {
    padding: 24px 16px 0px;
  }
  .automated_ecom_sol_circle div {
    font-size: 30px;
  }
  .automated_ecom_sol_circle {
    width: 70px;
    height: 70px;
    margin-top: 16px;
  }
  .automated_ecom_sol_card_wrp {
    padding-top: 50px;
  }
  .automated_ecom_sol_card_wrp {
    gap: 20px;
    justify-content: center;
  }
  .automated_ecom_sol_outer_card {
    width: 31%;
  }
  .automated_outer_card2,
  .automated_outer_card4 {
    margin-top: unset;
  }
  .automated_ecom_sol_heading {
    font-size: 30px;
  }
  .automated_ecom_sol_para {
    width: 100%;
  }
  .ecom_our_process_wrp {
    padding: 80px 0px;
  }
  .ecom_our_process_para {
    width: 100%;
  }
  .ecom_our_process_heading {
    font-size: 30px;
  }
  .ecom_our_process_img_txt {
    font-size: 16px;
  }
  .process_text1 {
    left: 57.5%;
    top: 17%;
  }
  .process_text2 {
    left: 57%;
    top: 46%;
  }
  .process_text3 {
    left: 57%;
    top: 73%;
  }
  .process_text4 {
    left: 57%;
    top: 100%;
  }
  .process_text5 {
    left: 57%;
    top: 127%;
  }
  .ecom_our_process_img_wrp img {
    transform: rotate(270deg);
  }
  .ecom_our_process_img_wrp img {
    width: 58%;
  }
  .ecom_our_process_img_wrp {
    padding-top: 200px;
    display: flex;
    justify-content: center;
  }
  .ecom_our_process_wrp {
    padding: 80px 0px 140px;
  }
  .ecom_web3_heading_left_div {
    align-items: center;
  }
  .automated_ecom_sol_outer_card {
    width: 44%;
}
.automated_ecom_sol_inn_card p {
  text-align: center;
}
.automated_ecom_sol_inn_card h3 {
 text-align: center;
}
.ecom_talk_experts_banner {
  background-image: unset;
  border-radius: 32px;
  background: #100b2f;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ecom_talk_experts_banner {
  padding: 50px 0px 50px;
}
.ecom_talk_experts_banner h1 {
  text-align: center;
}
.ecom_solution_card {
  margin-left: 4%;
}
.ecom_solution_card:nth-child(1) {
  margin-left: 4%;
}
.industries_ecom_feat_card_wrp::before {
  width: 102%;
}
.industries_ecom_feat_card_wrp::before {
  bottom: -6%;
}
.ecom_our_process_img_wrp img {
  display: none;
}
.ecom_our_process_wrp {
 padding: 50px 0px 40px;
}
.ecom_our_process_img_wrp {
display: flex;
gap:50px;
justify-content: center;
flex-wrap: wrap;
padding: 40px 20px 0px;
}
.ecom_our_process_img_txt {
 position: unset;
}
.industries_ecom_banner_right img {
  width: 60%;
}
} /* 768 */
@media only screen and (max-width: 767px) {
  .industries_ecom_feat_card_wrp {
    width: 44%;
  }
  .industries_ecom_feat_card p {
    padding-top: 16px;
  }
  .industries_ecommerce_feat_para,
  .industries_ecommerce_admin_para {
    font-size: 14px;
  }
  .industries_ecom_feat_card_container {
    padding-top: 40px;
  }
  .ecom_talk_experts_banner h1 {
    width: 100%;
    text-align: center;
  }
  .ecom_talk_experts_banner {
    background-size: 100% 100%;
  }
  .ecom_talk_experts_banner {
    padding: 50px 20px 50px;
  }
  .ecom_web3_para {
    font-size: 14px;
  }
  .ecom_web3_logo_text_wrp {
    padding-top: 50px;
  }
  .ecom_web3_text {
    width: 42%;
  }
  .ecom_web3_text {
    padding: 15px 12px 15px 94px;
  }
  .ecom_solution_card {
    width: 86%;
  }
  .ecom_solution_wrp {
    padding: 0px 0px 60px;
  }
  .automated_ecom_sol_wrp {
    padding: 60px 0px;
  }
  .automated_ecom_sol_outer_card {
    width: 47%;
  }
  .automated_ecom_sol_inn_card p {
    text-align: center;
  }
  .automated_ecom_sol_para {
    font-size: 14px;
  }
  .automated_ecom_sol_inn_card h3 {
    text-align: center;
  }
  .ecom_our_process_para {
    font-size: 14px;
  }
  .ecom_our_process_img_txt {
    font-size: 14px;
  }
  .process_text1 {
    left: 57.5%;
    top: 27%;
  }
  .process_text2 {
    left: 57%;
    top: 52%;
  }
  .process_text3 {
    left: 57%;
    top: 75%;
  }
  .process_text5 {
    left: 57%;
    top: 124%;
  }
  .industries_ecommerce_admin_card_wrp {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .industries_ecommerce_admin_div {
    width: 100%;
    padding: 30px 0px;
    border-radius: 20px;
  }
  .ecom_admin_para_card_wrp {
    display: none;
  }
  .industries_ecommerce_admin_card_mobile {
    display: flex;
    flex-direction: column;
    width: 45%;
    gap: 50px;
  }
  .ecom_admin_para_card {
    padding: 24px;
    width: 100%;
    border-radius: 20px;
  }
  .industries_ecommerce_admin_card_wrp {
    display: none;
  }
  .ecom_admin_para_card p {
    text-align: center;
  }
  .ecommerce_admin_card__wrp_mobile {
    display: flex;
  }
  .industries_ecommerce_admin_div {
    padding: 20px 0px;
  }
  
.industries_ecom_feat_card_wrp::before {
  bottom: -9%;
}
} /* 650 */
@media only screen and (max-width: 649px) {
  .industries_ecom_banner_left h1 {
    font-size: 36px;
  }
  .industries_ecom_banner_left p {
    font-size: 14px;
  }
  .industries_ecommerce_banner_content_wrp {
    gap: 50px;
  }
  .industries_ecom_banner_btn {
    margin-top: 36px;
  }
  .industries_ecommerce_feat_wrp {
    padding: 60px 0px 60px;
  }
  .ecom_web3_text {
    width: 45%;
  }
  .ecom_solution_logo {
    display: none;
  }
  .ecom_solution_card {
    width: 100%;
    padding: 24px 30px 24px 30px;
  }
  .ecom_solution_para {
    font-size: 14px;
  }
  .ecom_solution_cards_wrp {
    padding-top: 40px;
    gap: 20px;
  }
  .automated_ecom_sol_outer_card {
    padding: 16px;
  }
  .ecom_our_process_img_wrp img {
    width: 82%;
  }
  .industries_ecom_banner_right img {
    width: 60%;
}
.ecom_solution_card {
  margin-left: 0;
}
.ecom_solution_card:nth-child(1) {
  margin-left: 0;
}
.industries_ecom_feat_card_wrp::before {
  bottom: -6%;
}
.automated_ecom_sol_outer_card {
  width: 100%;
}
.industries_ecommerce_banner {
  padding: 50px 0px;
}
} /* 480 */
@media only screen and (max-width: 479px) {
  .industries_ecom_feat_card_wrp {
    width: 100%;
  }
  .industries_ecommerce_feat_heading,
  .industries_ecommerce_admin_heading,
  .ecom_web3_heading,
  .ecom_solution_heading,
  .automated_ecom_sol_heading {
    font-size: 24px;
  }
  .ecom_talk_experts_banner h1 {
    font-size: 16px;
  }
  .ecom_web3_text {
    width: 82%;
  }
  .ecom_solution_card {
    width: 100%;
    padding: 24px 16px 24px 16px;
  }
  .ecom_solution_card:nth-child(1) {
    margin-left: unset;
  }
  .ecom_solution_card {
    border-radius: 32px;
  }
  .ecom_solution_card h1 {
    text-align: center;
  }
  .ecom_solution_card p {
    text-align: center;
  }
  .ecom_our_process_img_wrp img {
    width: 100%;
  }
  .process_text1 {
    left: 60.5%;
    top: 31%;
  }
  .process_text2 {
    left: 60%;
    top: 54%;
  }
  .process_text3 {
    left: 60%;
    top: 78%;
  }
  .process_text4 {
    left: 60%;
  }
  .process_text5 {
    left: 60%;
    top: 124%;
  }
  .industries_ecommerce_admin_card_mobile {
    width: 95%;
  }
  .industries_ecom_feat_card_wrp::before {
    bottom: -9%;
}
.industries_ecommerce_feat_wrp {
  padding: 60px 0px 50px;
}
.ecom_our_process_img_wrp {
  gap:30px;
  }
  .industries_ecom_banner_right img {
    width: 80%;
}
} /* 375 */
@media only screen and (max-width: 374px) {
  .ecom_our_process_img_wrp {
    padding-top: 30px;
  }
} /* 320 */

