.ai_integration_wrp {
  height: 90vh;
  background-color: #000000;
  color: #fff;
  margin: 0;
  overflow: hidden; /* Hide scrollbars */
  background-image: url("../images/ai_integration_banner_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ai_integration_wrp .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.ai_banner_left h1 {
  font-family: "Commissioner", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
}
.ai_banner_left p {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  font-family: Poppins, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.ai_banner_left button {
  color: #fff;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 14px 33px;
  display: inline-block;
  width: fit-content;
  border: none;
  margin-top: 48px;
}
.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;
  border: none;
  display: inline-block;
  /* margin: auto 0; */
}
.chatbot_tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.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: 8px 0px 32px 0px !important;
}
.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: 0px;
}
.ai_integratio_banner_right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.ai_integratio_banner_right img {
  max-width: 624.23px;
  height: 100%;
}
p {
  margin-bottom: 0px !important;
}

.ai_int_service_wrp {
  padding: 120px 0px 40px 0px;
  background-image: url("../images/ai_integration_service.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #b6b6b652;
  gap: 64px;
  width: max-content;
}
.tab-container .tabs_overflow {
  overflow: auto;
  white-space: nowrap;
  width: auto;
}

.tab {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  margin: 0px !important;
  justify-content: start !important;
  width: auto !important;
  cursor: pointer;
  padding: 12px 0px;
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 28.35px */
  white-space: nowrap;
}
.tab.active {
  color: #2a8d95;
  font-weight: 700;
}

.ai_int_service_wrp .tab-content {
  display: none;
}

.ai_int_service_wrp .tab-content.active {
  display: block;
}

.underline {
  position: absolute;
  bottom: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #2a8d95;
  z-index: 10;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.tab-container {
  margin-top: 54px;
}
.tab-wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 113px;
}
.right_tab_div img {
  max-width: 100%;
  height: fit-content;
}
.left_tab_div strong {
  color: var(--Heading, #000);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
}
.left_tab_div div {
  margin-top: 32px;
}
.left_tab_div div ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 0px !important;
}
.left_tab_div div ul li {
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172%; /* 30.96px */
  letter-spacing: 0.18px;
}
.right_tab_div {
  display: flex;
  justify-content: center;
}
.ai_int_gen_benefit {
  padding: 80px 0px 120px 0px;
  background-image: url("../images/ai_int_gen_benefits_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benifit_outer_div {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
.ai_benefit_card {
  border-radius: 40px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(42px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}
.ai_benefit_card strong {
  color: #000;
  font-family: Poppins, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
  text-transform: capitalize;
  margin-top: 32px;
}
.ai_benefit_card p {
  color: #494b50;
  font-family: Poppins, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172%; /* 30.96px */
  letter-spacing: 0.18px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ai_benefit_card img {
  border-radius: 24px;
  max-height: 240px;
}
.ai_benefit_card.reverse strong {
  margin-top: 0px;
}
.ai_benefit_card.reverse p {
  margin-bottom: 32px !important;
}
.hassle_wrp {
  display: grid;
  grid-template-columns: 20% 80%;
}
.hassle_left {
  background-image: url("../images/ai_inst_cut_hussle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 76px 0px;
}
.hassle_left .section_tag {
  margin-top: 40px;
}
.ai_model_wrp {
  padding: 120px 0px 40px 0px;
  background-image: url("../images/ai_model.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.model_div {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 64px;
}
.model_card {
  width: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
.model_img_div {
  background-color: #fff;
  padding: 30px;
  filter: drop-shadow(0px 14px 44px rgba(0, 0, 0, 0.1));
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.model_card strong {
  font-family: Poppins, serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 29.4px */
  margin-top: 24px;
}
.Stack_wrp {
  padding: 80px 0px 40px 120px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.Stack_wrp video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  opacity: 0.1;
}
.stack_table {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.stack_body {
  display: grid;
  grid-template-columns: 2fr repeat(7, minmax(0, 1fr));
  height: 120px;
  border-radius: 24px;
  border: 1px solid #e3e3e3;
}
.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;
	text-align: center;
}
.Stack_wrp .stack_head1{
  background-color: #000000
}
.Stack_wrp .stack_head2{
  background-color: #2a8d95
}
.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_wrp {
  padding: 80px 0px 120px 0px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.Stack_wrp video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  opacity: 0.1;
}

.ai_process_wrp video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  /* opacity:0.8; */
}
.ai_process_wrp .ai_bg {
  background-image: linear-gradient(
    123deg,
    #000 30.17%,
    #000 77.76%,
    #2a8d95 88.47%
  );
  top: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
.ai_process_wrp .process_div {
  z-index: 4;
  position: relative;
}
.ai_process_wrp {
  position: relative;
  padding: 80px 0px 119px 0px;
  overflow: hidden;
}
.comm_circle {
  padding: 32px 31px;
  border-radius: 100%;
  display: inline-block;
  min-width: 260px;
  min-height: 260px;
}
.site_comm_text {
  color: #fff;
  width: 82%;
}

.arb_circle_purple {
  background-color: #aa00ff;
}
.arb_circle_brown {
  background-color: #b66d00;
}
.arb_circle_pink {
  background-color: #ff00d6;
}
.arb_circle_red {
  background-color: #cb001c;
}
.arb_circle_green {
  background-color: #128807;
}

.arbitrage_process_bottom .comm_circle_wrp .banner_img {
  width: 66px
}



/* media */
/* 1800px */
@media screen and (max-width: 1800px) {
  .arbitrage_process_bottom {
    background-image: unset;
  }
  .arbitrage_process_bottom {
    background-image: unset;
    gap: 80px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* 1600px */
@media screen and (max-width: 1600px) {
  .comm_circle {
    min-width: 150px;
    min-height: 150px;
    padding: 25px;
  }
  .arbitrage_process_bottom {
    gap: 30px;
  }
  .arbitrage_process_bottom .comm_circle_inn {
    padding: 25px;
    min-width: 130px;
    min-height: 130px;
  }
  .arbitrage_process_bottom .comm_circle_wrp {
    display: unset;
  }
  .arbitrage_process_bottom {
    gap: unset;
    justify-content: space-between;
  }
  .comm_circle_inn::after {
    top: 45px;
  }
  .arbitrage_process_inn .arb_circle_green_inn img {
    width: 58px;
  }
}

/* 1500px */
@media screen and (max-width: 1500px) {
  .ai_banner_left h1 {
    font-size: 56px;
  }
}

/* 1400px */
@media screen and (max-width: 1400px) {
  .arbitrage_process_bottom .comm_circle_wrp p {
    font-size: 17px;
    padding-top: 25px;
  }
  .section_tag {
    font-size: 14px;
  }
  .ai_banner_left h1 {
    font-size: 46px;
  }
  .ai_banner_left p {
    font-size: 16px;
  }
  .ai_banner_left button {
    padding: 8px 26px;
    font-size: 18px;
  }
  .section_main_Heading {
    font-size: 38px;
  }
  .tab {
    font-size: 19px;
}
.tabs {
  gap: 48px;
}
.tab-wrp {

  margin-top: 80px;
}
.tab-container {
  margin-top: 42px;
}
.ai_int_service_wrp {
  padding: 100px 0px 20px 0px;
}
.benifit_outer_div {
  margin-top: 54px;
  gap: 48px;
}
.ai_int_gen_benefit {
  padding: 80px 0px 100px 0px;
}
.ai_model_wrp {
  padding: 100px 0px 40px 0px;
}
.Stack_wrp {
  padding: 60px 0px 100px;
}
.ai_process_wrp {
  padding: 80px 0px 110px 0px;
}
}

/* 1366px */
@media screen and (max-width: 1366px) {
  /* .Stack_wrp {
    padding: 80px 0px 0px 0px;
  } */
  .hassle_left {
    padding: 52px 0px;
  }
  .ai_benefit_card {
    padding: 22px;
  }
  .ai_benefit_card strong {
    margin-top: 22px;
    font-size: 18px;
  }
  .ai_benefit_card p {
    font-size: 14px;
    margin-top: 10px;
  }
  .ai_benefit_card.reverse p {
    margin-bottom: 22px !important;
  }


}

/* 1024px */
@media screen and (max-width: 1024px) {
  .ai_model_wrp {
    padding: 80px 0px 0px 0px;
  }
  .ai_process_wrp {
    position: relative;
    padding: 80px 0px 80px 0px;
    overflow: hidden;
  }
  .tab-wrp {
    margin-top: 70px;
  }
  .ai_int_service_wrp {
    padding: 80px 0px 0px 0px;
  }
  .ai_int_gen_benefit {
    padding: 80px 0px 80px 0px;
  }
  .stack_body {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    border-radius: 12px;
  }
  .arbitrage_process_wrp {
    padding: 50px 0;
  }
  .hassle_left .section_main_Heading {
    font-size: 33px;
    margin: 0px 0px 21px 0px !important;
  }
  .hassle_left .section_main_sub_Heading {
    font-size: 14px;
  }
  .hassle_left .section_tag {
    margin-top: 26px;
  }
  .stack_heading {
    padding: 10px;
  }
  .benifit_outer_div {
    margin-top: 48px;
    gap: 30px;
}
.model_div {
  justify-content: center;
}
.stack_heading {
  border-radius: 10px 0px 0px 0px;
}

}

/* 900px */
@media only screen and (max-width: 980px) {
  .section_main_sub_Heading {
    font-size: 16px;
  }
  .tab {
    font-size: 17px;
}
  .benifit_outer_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .tab-wrp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tabs {
    gap: 20px;
  }
  .ai_int_gen_benefit {
    padding: 60px 0px 80px 0px;
}
.Stack_wrp {
  padding: 60px 0px 70px;
}
}

/* 768px */
@media only screen and (max-width: 768px) {
  .ai_banner_left button {
    font-size: 14px;
}


  .right_tab_div img {
    max-width: 544px;
  }
  .model_img_div {
    padding: 20px;
    font-size: 18px;
  }
  .model_img_div img {
    width: 50px;
  }
  .ai_process_wrp {
    padding: 60px 0px 60px 0px;
  }
  .stack_table {
    margin-top: 40px;
  }
  .Stack_wrp {
    padding: 60px 0px 40px 0px;
  }
  .ai_model_wrp {
    padding: 60px 0px 0px 0px;
  }
  .benifit_outer_div {
    margin-top: 40px;
  }
  .ai_int_gen_benefit {
    padding: 60px 0px 60px 0px;
  }
  .ai_int_service_wrp {
    padding: 60px 0px 0px 0px;
  }
  .tab-wrp {
    margin-top: 60px;
  }
  .ai_int_service_wrp {
    padding: 60px 0px 0px 0px;
  }
  .stack_heading {
    border-radius: 12px;
    grid-column: 1 / span 4;
  }
  .stack_heading {
    font-size: 18px;
  }
  .hassle_left .section_tag {
    margin-top: 17px;
  }
  .hassle_left .section_main_Heading {
    margin: 0px 0px 12px 0px !important;
  }
  .hassle_left {
    padding: 20px 0px;
  }
  .ai_integration_wrp {
    height: 100%;
  }
  .ai_integration_wrp .container {
    flex-direction: column;

    gap: 10px;
  }
  .ai_integratio_banner_right img {
    max-width: 350px;
    height: 100%;
  }
  .ai_integratio_banner_right {
    justify-content: center;
  }
  .ai_banner_left {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .model_div {
    margin-top: 48px;
}
}

/* 650 */
@media only screen and (max-width: 650px) {
  .left_tab_div div ul {
    gap: 20px;
  }
  .tab {
    font-size: 18px;
  }
  .left_tab_div strong {
    font-size: 18px;
  }
  .left_tab_div div ul li {
    font-size: 14px;
  }
  .ai_process_wrp {
    padding: 40px 0px 40px 0px;
  }
  .model_div {
    margin-top: 45px;
  }
  .ai_model_wrp {
    padding: 40px;
  }
  .benifit_outer_div {
    margin-top: 30px;
  }
  .tab-container {
    margin-top: 35px;
  }
  .ai_int_gen_benefit {
    padding: 40px 0px 40px 0px;
  }
  .ai_int_service_wrp {
    padding: 40px 0px 0px 0px;
  }
  .Stack_wrp {
    padding: 0px 0px 40px 0px;
  }
  .hassle_wrp {
    grid-template-columns: 100%;
    padding-left: 20px;
  }
  .hassle_left {
    padding: 20px 16px;
  }
  .rev {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
  }
  .ai_benefit_card.reverse {
    flex-direction: column-reverse;
  }
  .benifit_outer_div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .ai_banner_left h1 {
    font-size: 32px;
  }
  .ai_banner_left button {
    margin-top: 15px;
  }
  .ai_banner_left p {
    font-size: 14px;
  }
  .ai_banner_left {
    padding-top: 24px;
  }
  .section_main_sub_Heading {
    font-size: 14px;
  }
}

/* 480 */
@media only screen and (max-width: 480px) {
  .ai_benefit_card strong {
    margin-top: 15px;
  }
  .ai_benefit_card p {
    font-size: 14px;
    margin-top: 5px;
  }
  .ai_benefit_card {
    padding: 12px;
  }
  .right_tab_div img {
    max-width: -webkit-fill-available;
  }
  .section_main_sub_Heading {
    padding: 0;
    margin-bottom: 0;
  }
  .stack_icon .stack_img {
    max-width: 60px;
  }
  .section_main_Heading {
    font-size: 30px;
  }
  .ai_integratio_banner_right img {
    max-width: 100%;
  }
  .section_tag {
    font-size: 14px;
  }
  .model_card {
    align-items: center;

}
.hassle_left {
 background-color: #000;
 background-image: unset;
 border-radius: 16px;
}
.hassle_wrp {
  padding: 20px;

}
}

@media only screen and (max-width:374px) {

}