* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  scroll-behavior: smooth;
}
h3 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Poppins", sans-serif;
}
/* start of why us css */
.why_us_section {
  background-image: url("/wp-content/uploads/web-saas-why-us.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  
}
.section_main_Heading
{
  margin-bottom: 32px!important;
}
.why_us_head .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 6px 14px;
  display: inline-block;
  margin: auto 0;
  color: #fff;
  font-family: "Poppins";
}
.why_us_head .heading {
  color: #fff;
  text-align: center;
  font-family: "Commissioner";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
  margin-top: 7px;
}
.why_us_head .para {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  padding: 0 9%;
}
.para p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.why_us_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 64px;
}

.why_us_card {
  width: 320px;
}
.why_us_card .why_us_card_head {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0 20px 0 50px;
}
.why_us_card .why_us_card_head figure {
  margin: unset;
  width: 80%;
  min-width: 100px;
  transform: skew(-28deg);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2 / 1;
}
.why_us_card .why_us_card_head img {
  width: 62px;
  height: 60px;
  object-fit: contain;
  transform: skew(28deg);

}
.why_us_card .why_us_card_head span {
  width: 0;
  height: 112px;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  display: inline-block;
  margin-left: -34px;
  border-bottom: 112px solid;
}
.why_us_card .why_us_card_dtl {
  background-color: #fff;
  padding: 40px 24px;
  min-height: calc(100% - 115px);
}
.why_us_card .why_us_card_dtl .card_title {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #000;
}
.why_us_card .why_us_card_dtl .card_description {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.7px;
  letter-spacing: 0.01em;
  color: #494b50;
}
/* end of why us css */

h3 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Poppins", sans-serif;
}

.about_head {
  width: 100%;
  text-align: center;
}
.btn_head {
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: #2a8d95;
  border-radius: 8px;
  margin-bottom: 15px;
  border: unset;
}

.about_head .main_heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 64.96px;
  color: #000;
  font-family: "Commissioner";
  margin-bottom: 26px;
}
.about_head .main_para {
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  color: #494b50;
  padding: 0px 30px;
  font-family: "Poppins", sans-serif;
  width: 95%;
  margin: auto;
}

#Our_service {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_multicurrency_feat_cards_container {
  padding-top: 100px;
  row-gap: 85px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
  justify-content: space-between;
}
.service_multicurrency_feat_cards_wrp {
  width: 22%;
}
.service_multicurrency_feat_card {
  padding: 100px 40px 50px;
  min-height: 335px;
  background: #fff;
  border-radius: 100px;
}
.service_multicurrency_feat_img {
  left: 0px;
  top: -43px;
}
.service_multi_feat_img {
  width: 100%;
}
.service_multicurrency_feat_heading {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.service_multicurrency_feat_para {
  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;
}

.service_multicurrency_feat_content {
  padding: 0px 40px 50px;
}
.service_multicurrency_feat_img_txt {
  color: #fff;
  text-align: right;
  font-family: "Concert One", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: absolute;
  top: 3%;
  right: 15%;
}
.service_multicurrency_feat_img1 {
  width: 89%;
}

/* Expertie  */

.expert_sec {
  width: 100%;
  height: 440px;
  background-image: url(/wp-content/uploads/expback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
}
.experties_img {
  width: 100%;
  height: 520px;
  margin-top: -40px;
  margin-left: 80px;
}
.experties_img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.exper_cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 160px;
  padding-right: 15px;
}
.exper_cont h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52.6px;
  color: #fff;
  margin-bottom: 50px;
  font-family: "Commissioner";
}
.exper_cont .exp_btn {
  text-decoration: none;
  color: #fff;
  background-color: #2a8d95;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 14px 32px;
}

/* Industries Section */

#indust_sec {
  width: 100%;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ai_ml_expertise_in_cards_wrp {
  padding-top: 110px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 90px;
  justify-content: space-between;
}
.ai_ml_expertise_in_card_inn2 h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.ai_ml_expertise_in_card_inn2 p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.18px;
  margin-top: 16px;
}
.ai_ml_expertise_in_card_inn2 {
  border-radius: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 40px 40px;
  padding: 31px 40px 10px;
}

.ml_expertise_in_colorcard {
  width: 100%;
  height: 106px;
  border-radius: 40px 40px 0px 0px;
  position: relative;
}
.ml_expertise_in_colorcard img {
  width: 150px;
  min-width: 107px;
  height: 170px;
  position: absolute;
  left: 20px;
  bottom: 5px;
}
.ai_ml_expertise_in_card_outer {
  width: 23.2%;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  box-shadow: 0px 4px 34px 0px #0000001a;
}

.ai_ml_expertise_in_cards_wrp .ml_expert_color1 {
  background: #a0f;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color2 {
  background: #ff00d6;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color3 {
  background: #128807;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color4 {
  background: #0033ad;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color5 {
  background: #cb001c;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color6 {
  background: #b66d00;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color7 {
  background: #00bc8f;
}
.ai_ml_expertise_in_cards_wrp .ml_expert_color8 {
  background: #515099;
}

/* Media Quary */

@media screen and (max-width: 1800px) {
  .service_multicurrency_feat_card {
    min-height: 350px;
  }
  .service_multicurrency_services_cards_wrp
    .service_multicurrency_services_content_div {
    min-height: 190px;
  }
}
@media screen and (max-width: 1600px) {
  .about_head .main_heading, .why_us_head .heading {
    font-size: 42px;
    line-height: 52px;
  }
  .service_multicurrency_feat_heading {
    font-size: 18px;
  }
  .service_multicurrency_feat_para {
    font-size: 14px;
    margin-top: 10px;
  }
  .service_multicurrency_feat_card {
    padding: 80px 40px 40px;
    min-height: 265px;
    height: 100%;
  }
  .service_multicurrency_feat_img_txt {
    font-size: 30px;
  }
  .service_multi_feat_img {
    width: 95%;
  }
  .service_multicurrency_feat_img {
    left: 0px;
    top: -27px;
  }
  .service_multicurrency_feat_cards_container {
    padding-top: 80px;
  }
  .service_multicurrency_hero_content_wrp {
    padding: 100px 0px 100px;
  }
  .service_multicurrency_feat_cards_wrp {
    width: 23%;
  }
  .exper_cont h2 {
    font-size: 36px;
  }
  .ai_ml_expertise_in_card_inn2 h3 {
    font-size: 20px;
  }
  .ai_ml_expertise_in_card_inn2 p {
    font-size: 16px;
  }
  .ai_ml_expertise_in_card_inn2 {
    padding: 28px 30px 34px;
  }
  .ml_expertise_in_colorcard img {
    width: 142px;
    height: 161px;
  }
  .ml_expertise_in_colorcard {
    height: 96px;
  }
}
@media screen and (max-width: 1400px) {
  .expert_sec {
    height: 350px;
  }
  .experties_img {
    height: 400px;
    margin-top: -23px;
  }
  .exper_cont h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .ai_ml_expertise_in_card_inn2 p {
    font-size: 15px;
    margin-top: 8px;
  }
  .ai_ml_expertise_in_card_inn2 {
    padding: 24px 24px 34px;
  }
  .ml_expertise_in_colorcard img {
    width: 132px;
    height: 151px;
  }
  .ml_expertise_in_colorcard {
    height: 78px;
  }
  .ai_ml_expertise_in_wrp {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1300px) {
  .service_multicurrency_feat_card {
    min-height: 290px;
  }
}
@media screen and (max-width: 1200px) {
  .service_multicurrency_feat_cards_wrp {
    width: 30%;
  }
  .service_multicurrency_feat_cards_container {
    justify-content: center;
    gap: 20px;
    row-gap: 60px;
  }
  #Our_service {
    padding-top: 80px;
  }
  .experties_img {
    margin-left: 50px;
    margin-top: -27px;
  }
  .exper_cont {
    padding-left: 100px;
  }
  .ai_ml_expertise_in_cards_wrp {
    justify-content: center;
    gap: 90px 20px;
  }
  .ai_ml_expertise_in_card_outer {
    width: 31%;
  }
}
@media screen and (max-width: 992px) {
  .service_multicurrency_feat_cards_wrp {
    width: 42%;
  }
  .why_us_card .why_us_card_head img {
    width: 45px;
    height: 45px; 
  }
  #Our_service {
    padding-top: 40px;
  }
  .experties_img {
    display: none;
  }
  .exper_cont {
    padding: 0px 15px;
  }
  .exper_cont .div {
    text-align: center;
  }
  .ai_ml_expertise_in_card_outer {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .service_multicurrency_feat_cards_wrp {
    width: 46%;
  }
  .about_head .main_heading, .why_us_head .heading  {
    font-size: 36px;
    line-height: 42px;
  }
  .exper_cont h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .exp_cont {
    padding: 0px 10px 20px 10px;
  }
}

@media screen and (max-width: 649px) {
  .service_multicurrency_feat_cards_wrp {
    width: 65%;
  }
  .about_head .main_heading, .why_us_head .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .about_head .main_para {
    font-size: 16px;
    line-height: 23px;
    padding: 0px 15px;
    width: 100%;
  }
  .about_head .main_heading {
    margin-bottom: 18px;
  }
  .exper_cont h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .exper_cont .exp_btn {
    font-size: 18px;
  }
  .expert_sec {
    height: 320px;
  }
  .ai_ml_expertise_in_card_outer {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .service_multicurrency_feat_cards_wrp {
    width: 90%;
  }
  .ai_ml_expertise_in_card_outer {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .expert_sec {
    height: 360px;
  }
}

/*  Dedicated saas Devlopment */

#hire_team_wrp
{
  padding: 80px 0px 100px 0px;
}
.web_sas_hire_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 60px;
  column-gap: 120px;
  padding-top: 64px;
}
.web_sas_hire_card {
  flex-basis: 27%;
}

.web_saas_dedicated_wrap {
  width: 100%;
}
.web_saas_dedi_back {
  width: 100%;
  height: 136px;
  border-radius: 0px 100px 100px 0px;
  position: relative;
}
.web_saas_dedi_back[target-color="color2"]::before {
  border-right-color: #ff00d6;
}
.web_saas_dedi_back[target-color="color3"]::before {
  border-right-color: #b66d00;
}
.web_saas_dedi_back[target-color="color4"]::before {
  border-right-color: #0033ad;
}
.web_saas_dedi_back[target-color="color5"]::before {
  border-right-color: #cb001c;
}
.web_saas_dedi_back[target-color="color6"]::before {
  border-right-color: #128807;
}
.web_saas_dedi_back[target-color="color7"]::before {
  border-right-color: #00bc8f;
}
.web_saas_dedi_back[target-color="color8"]::before {
  border-right-color: #4e4890;
}
.web_saas_dedi_back[target-color="color9"]::before {
  border-right-color: #ee4848;
}
.web_saas_dedi_back::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 68px solid transparent;
  border-right: 52px solid #aa00ff;
  border-bottom: 68px solid transparent;
  left: -51px;
}

.web_saas_dedi_back .img1_wrp {
  background-image: url("/wp-content/uploads/img1_wrp.png");
  background-repeat: no-repeat;
  position: absolute;
  padding: 8px 8px 7px 8px;
  top: -20px;
  left: 25px;
  text-align: start;
}
.web_saas_dedi_back .img1_wrp svg {
  position: relative;
}
.web_saas_dedi_back .img1_wrp span {
  position: absolute;
  font-size: 48px;
  font-weight: 400;
  font-family: Concert One;
  line-height: 48px;
  color: #fff;
  left: 27px;
  bottom: 45px;
}
.web_saas_dedi_back .cont_img {
  background-image: url("/wp-content/uploads/cont.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 202px;
  width: 93%;
  left: 94px;
  position: relative;
  top: -33px;
  padding: 72px 70px 60px 80px;
}
.web_saas_dedi_back .cont_img .cont_text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  color: #494b50;
  /* position: absolute; */
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* Media Quary */

@media screen and (max-width: 1600px) {
  .web_saas_dedi_back .cont_img .cont_text {
    width: 70%;
    font-size: 18px;
  }
  .web_saas_dedi_back .cont_img {
    padding: 72px 70px 60px 70px;
  }
  .section_main_Heading
  {
    margin-bottom: 24px!important;
  }
}

@media screen and (max-width: 1400px) {
  .web_sas_hire_card {
    flex-basis: 43%;
  }
  .web_saas_dedi_back .cont_img {
    width: 100%;
    left: 70px;
    padding: 72px 70px 60px 100px;
  }
}

@media screen and (max-width: 1200px) {
  .web_sas_hire_card {
    flex-basis: 40%;
  }
  .web_saas_dedi_back .cont_img {
    width: 95%;
    left: 90px;
    padding: 72px 70px 60px 80px;
  }
  .web_saas_dedi_back .cont_img .cont_text {
    width: 60%;
  }
  #hire_team_wrp
  {
    padding: 50px 0px 70px 0px;
  }
  .web_sas_hire_section 
  {
    padding-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .web_sas_hire_card {
    flex-basis: 70%;
  }
  .web_saas_dedi_back .cont_img {
    width: 100%;
    left: 70px;
    padding: 72px 70px 60px 100px;
  }
  .section_main_Heading
  {
    margin-bottom: 18px!important;
  }
}

@media screen and (max-width: 767px) {
  .web_sas_hire_card {
    flex-basis: 92%;
  }
}

@media screen and (max-width: 649px) {
  .web_sas_hire_card {
    flex-basis: 70%;
  }
  .web_saas_dedi_back {
    height: 110px;
  }
  .web_saas_dedi_back::before {
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
  }

  .web_saas_dedi_back .img1_wrp svg {
    width: 80px !important;
    height: 96px !important;
  }
  .web_saas_dedi_back .img1_wrp {
    border-radius: 0px 0px 56% 16px;
  }
  .web_saas_dedi_back .img1_wrp span {
    font-size: 36px;
    left: 27px;
    bottom: 33px;
  }
  .web_saas_dedi_back .cont_img {
    width: 95%;
    height: 160px;
    top: -25px;
    left: 72px;
    padding: 55px 70px 60px 75px;
  }
}

@media screen and (max-width: 500px) {
  .web_sas_hire_card {
    flex-basis: 75%;
  }
  .web_saas_dedi_back .cont_img .cont_text {
    font-size: 16px;
    line-height: 24px;
  }
  .web_saas_dedi_back::before {
    border-right: 40px solid;
    left: -40px;
  }
  .web_saas_dedi_back .cont_img {
    width: 90%;
    height: 160px;
    left: 84px;
    padding: 55px 70px 60px 60px;
  }
}

@media screen and (max-width: 425px) {
  .web_saas_dedi_back .img1_wrp {
    display: none;
  }
  .web_sas_hire_section {
    row-gap: 30px;
  }
  .web_saas_dedi_back {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px !important;
    padding: 20px;
  }
  .web_saas_dedi_back .cont_img {
    width: 100%;
    left: 0px;
    top: 0px;
    background-image: none;
    padding: 55px 0px 42px 5px;
  }
  .web_saas_dedi_back::before {
    display: none;
  }
  .web_saas_dedi_back .cont_img .cont_text {
    width: 100%;
    color: #fff;
  }
}


.web_saas_page .airdrop_development_banner_section .inner_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  height: 100%;
  
}
.airdrop_development_page_wrp .what_is_airdrop_development_sec .inner_wrap .content{
  padding: 120px 0;
}

@media only screen and (max-width: 1199px) {
  .web_saas_page .airdrop_development_banner_section .inner_wrap {
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

.web_saas_page .airdrop_development_banner_section{
  background-size: cover;
}