@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Common css */
:root {
  --primary-color: #2a8d95;
  --primaryLight-color: #06808a;
  --secondary-color: #f2ef49;
  --white-color: #fff;
  --showWhite-color: #fefff8;
  --black-color: #000;
  --purple-color: #5e008c;
  --EE-color: #eee;
  --F3-color: #f3f3f3;
  --black-225-40: rgba(255, 255, 255, 0.4);
  --ED-color: #ebfdff;
  --skyblue-color: #d2fcff4a;
  --transparent-color: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
}

body.homepage {
  background: #fefff8 !important;
}

.text-16 {
  font-size: 16px;
}

.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.font-normal {
  font-weight: 500;
}

/* header */

.mobile-topnav {
  @media (min-width: 769px) {
    display: none;
  }
}
.header_wrp {
  z-index: 10000;
  top: 0;
  background-color: white;
  position: sticky;
  top: 0;
  width: 100%;
}

.header_wrp .rotated-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.header_wrp .getInTouch_btn {
  width: 161px;
  height: 50px;
  border-radius: 15px;
  background: #06808a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
}

.tab_data .nav-pills .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: var(--highlight-color);
  z-index: 1;
  width: 100%;
}

.header_wrp .tab_data .nav-tab-container {
  padding: 25px 0px 74px 0px;
  flex-wrap: wrap;
  display: grid;
  column-gap: 15%;
  row-gap: 60px;
  text-decoration: none;
}

.header_wrp .tab_data .nav-tab-container a {
  text-decoration: none;
  color: var(--black-color);
  cursor: pointer;
}

.header_wrp .tab_data .nav-icon {
  background-color: #ebfdff;
  border-radius: 4px;
  min-width: 64px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_wrp .tab_data .nav-subtext {
  color: rgba(73, 75, 80, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 335.89px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  font-family: 'Poppins', sans-serif;
}

.header_wrp .nav-section {
  background-color: var(--white-color);
  position: fixed;
  width: -webkit-fill-available;
  left: 0;
  right: 0;
  border-top: 1px solid #dfdfdf;
  transition: transform 0.3s ease-in-out;
}

.nav-tab-container .tab-content-heading {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.header_wrp .tab_data .nav-pills .nav-item {
  margin-top: 30px;
}
.nav-tab-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.header_webllisto_logo_wrp {
  width: 200px;
}
.header_webllisto_logo_wrp img {
  width: 100%;
}
.header_wrp .header_tab_list {
  margin-right: 56px;
}
.contact-us-div {
  background-image: url('../images/contact_bg.png');
  background-position: center center;
  background-size: 100% 100%;
}
.contact-main .contact-us-heading {
  color: #000;
  font-family: 'Commissioner', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding-top: 74px;
  padding-bottom: 45px;
}

.header_wrp ul.tab_container,
.header_wrp .header_tab_list p {
  margin: 0;
}

/* Footer */
.footer-img-wrp .footer-img-inn-wrp img {
  max-height: 120px;
}
.footer-social-icon-wrp img {
  width: 32px;
  height: 32px;
  margin: 0 10px;
}
.footer-img-inn-wrp {
  margin-bottom: 15px;
}
.footer-location-wrp {
  min-width: 388px;
  margin-left: 18%;
  min-height: 438px;
  display: flex;
  align-items: center;
}
.footer-div {
  padding-top: 119px !important;
  background-color: var(--black-color);
}
.dark-Typography-16 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 240%;
  font-family: 'Poppins', sans-serif;
}
.footer-bottom-wrp {
  margin-bottom: 0 !important;
}
.para-16 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 190%;
  font-family: 'Poppins', sans-serif;
}

.footer-yellow-head {
  color: #f2ef49;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.footer-label {
  padding: 17px 0 24px 0;
  color: var(--primary-color);
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'Poppins', sans-serif;
}

.footer-inner-left {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
}

.footer-inner-left .about-webllisto {
  width: 22%;
}

.footer-inner-left .upwork-logo-class {
  margin-top: 32px;
  margin-bottom: 70px;
}

.footer-inner-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-Contact-Details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.footer-Contact-Details a,
.footer-Contact-Details a:hover {
  color: white;
  text-decoration: none;
}
.divider {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-bottom-wrp {
  column-gap: 10px;
}
.justify-content-center.footer-img-wrp,
.footer-bottom-wrp {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 32px 0;
}
.contact-left-div .container {
  max-width: 967px !important;
  margin: 0 0 0 auto;
}
.contact-input-outer .container {
  max-width: 951px !important;
  padding: 0 110px !important;
  margin: 0 auto 0 0;
}

/* Contact us */
.Contactablinks {
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  column-gap: 20px;
  margin-top: 20px;
  transition: transform 0.3s;
}
.Contactablinks.active {
  font-weight: 700;
  transition: transform 0.3s;
}
.Contactablinks img {
  border-radius: 50%;
  padding: 7px;
  border: 3px solid transparent;
}
.contact-img {
  transition: transform 0.3s;
}
.contactabcontent img {
  max-height: 292px;
  width: 100%;
}
.Contactablinks img.active {
  border: 3px dotted;
}
.contact-tab {
  display: inline-block;
  width: 206px;
}
.contactabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}
.contactabcontent .address-class {
  color: #494b50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
}
.contact-tabs-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-left-div {
  background-color: rgba(255, 254, 216, 0.19);
}
.contact-input-outer {
  background: var(--Primary-color, #2a8d95);
  mix-blend-mode: multiply;
}
.contact-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-input-outer {
  padding-top: 85px;
  padding-bottom: 81px;
}
.contact-input-div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
}
.input-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 28px;
}
.contact-input-div div input:focus-visible {
  outline: none !important;
  border-bottom: 1px solid var(--secondary-color) !important;
}
.contact-input-outer div input:focus-visible {
  outline: none !important;
}
.contact-input-outer .input-div input {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 7px;
  margin-bottom: 30px;
  width: 100%;
}
::placeholder {
  color: var(--white-color);
}
.contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-btn button {
  border-radius: 15px;
  background: linear-gradient(179deg, #1d1d1d 1.26%, #000 97.76%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  border: none;
}

.header_wrp .down_arrow_logo {
  width: 16px;
  height: 8px;
  margin-left: 8px;
  margin-top: 7px;
  transition: transform 0.3s ease-in-out;
}

.header_wrp .header_tab_list {
  cursor: pointer;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 36px 0;
}

.header_wrp .tab_data {
  display: none;
  cursor: pointer;
  padding-top: 14px;
  transition: transform 0.3s ease-in-out;
}

.header_wrp .tab_data .nav-pills .nav-item {
  background-color: white;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

.tab_data .tab-common-heading {
  font-family: 'Poppins', sans-serif;
}
.header_wrp .tab_data .nav-pills .nav-link {
  color: #494b50;
}

.header_wrp .tab_data .nav-pills .nav-item.show .nav-link,
.header_wrp .tab_data .nav-pills .nav-link.active {
  background-color: transparent;
  color: black;
  text-align: start;
}

.header_wrp .tab_data .nav-pills .nav-item {
  display: flex;
  align-items: center;
}

.nav-pills .nav-item .tab_logo {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.header_wrp .tab_data .nav-pills .nav-item:hover .nav-link {
  background-color: inherit;
  color: inherit;
}
.header_wrp .tab_data .nav-pills {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.header_wrp .tab_data .nav-pills .nav-link {
  display: flex;
  justify-content: space-between;
  padding: 0 38px 29px;
}
.header_wrp .tab_data .nav-pills .nav-item:first-child button {
  padding-left: 0;
}
.header_wrp .tab_data .nav-link.active {
  position: relative;
}

/*Header Mobile nav */
.mobile-nav {
  padding: 16px 20px 40px;
  padding-bottom: 0px;
  background-color: var(--white-color);
  height: 100vh;
  width: -webkit-fill-available;
  position: absolute;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: auto;
  top: 64px;
  left: 0;
  right: 0;
}

.mobile-accordion {
  background-color: var(--transparent-color);
  color: var(--black-color);
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 500;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  background-color: var(--transparent-color);
}
.mobile-inner-accordion {
  background-color: var(--transparent-color);
  color: var(--black-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-size: 18px;
  font-weight: 500;
}

.active,
.mobile-inner-accordion:hover {
  /* background-color: #ccc; */
}

.inner-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  row-gap: 20px;
  margin-bottom: 20px;
  background-color: var(--transparent-color);
  overflow-y: auto;
  max-height: 655px;
}
.upper-acc {
  border-bottom: 1px solid #d3d3d3;
}
.inner-acc {
  /* border-bottom: 1px solid #E7E7E7; */
}
.mob-a {
  text-decoration: none;
  color: black;
  column-gap: 20px;
  cursor: pointer;
}
.nav-mob-subtext {
  width: 100%;
  color: rgba(73, 75, 80, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
.bullet-white {
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #c4c4c4;
  margin-top: 9px;
}

/*-------------------------- header desktop finished ------------------------*/

/*********************************homepage css ******************************/
/*********************************homepage css ******************************/
.banner_section {
  background-image: url('../images/banner_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 895px;
}
.banner_img_carousel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 548px;
}
.content_wrp {
  width: 41%;
  margin-top: 40px;
}
.content_wrp .banner_img_carousel {
  width: 100%;
}
.banner_section .carousel-inner,
.banner_section .carousel-item,
.banner_section .carousel-item img,
.banner_section .carousel {
  height: 100%;
}
.banner_section .banner_typo,
.comm_banner_heading {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  padding: 5% 0;
  width: 90%;
  margin: auto;
  font-family: 'Commissioner', sans-serif;
}
.banner_para,
.banner_comm_text {
  color: #ffff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}
.banner_img1 {
  width: 100%;
}
.banner_btn,
.comm_banner_button {
  background-color: #f2ef49;
  border-radius: 15px;
  color: #000;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 14px 33px;
  margin-top: 40px;
}
.banner_section .carousel .carousel-indicators {
  transform: rotate(90deg);
  right: 83%;
  bottom: 48%;
  display: flex;
  column-gap: 24px;
  left: unset;
}
.banner_section .carousel-indicators button.active span {
  background-color: #f2ef49 !important;
}
.banner_section .carousel-indicators button span {
  background-color: #828282 !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.banner_section .carousel-indicators button.active {
  border: 1px solid yellow !important;
}
.banner_section .carousel-indicators button {
  border: 1px solid #828282 !important;
  padding: 5px !important;
  width: 14px !important;
  height: 14px !important;
  display: flex;
  justify-content: center;
  border-radius: 50% !important;
  background: transparent !important;
  align-items: center;
}

#card-container {
  display: flex;
  padding: 10px;
  gap: 16px;
}

.card {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
}
.banner_text {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff14;
}
/*******************what we achieved section*****************/
.hero_section {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 140px;
}
.chip_btn {
  background: #2a8d95;
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  text-align: center;
  border: none;
  padding: 9px 14.5px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}
.text_success,
.site_comm_heading {
  margin-top: 14px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
  font-family: 'Commissioner', sans-serif;
}
.hero_para,
.site_comm_text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #494b50;
  width: 82%;
  margin: 30px auto 64px;
}
.hero_section .img_hero {
  width: 92%;
  margin: auto;
  padding-top: 10px;
}
.hero_section .success_box_wrp {
  display: flex;
  justify-content: center;
}
.hero_section .success_box_wrp .success_box_1 {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 0;
  padding-bottom: 23%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.inner_circle_wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero_section .success_box_wrp .success_box_1 .achieved_number1 {
  color: #5e008c;
}
.hero_section .success_box_wrp .success_box_1 .achieved_number2 {
  color: #765600;
}
.hero_section .success_box_wrp .success_box_1 .achieved_number3 {
  color: #356a00;
}
.hero_section .success_box_wrp .success_box_1 .achieved_number4 {
  color: #001c7e;
}
.hero_section .success_box_wrp .success_box_1 .achieved_number5 {
  color: #00744f;
}
.hero_section .success_box_wrp .success_box_1 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  color: #5e008c;
}
.hero_section .success_box_wrp .success_box_1 p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #494b50;
}
.hero_section .success_box_wrp .circle_2,
.circle_3 {
  margin-top: 80px;
  margin-left: -40px;
  margin-right: -40px;
  z-index: -1;
}
.success_box_1:nth-child(1) {
  background-color: #f5e1ff;
}
.success_box_1:nth-child(2) {
  background-color: #fff2cf;
}
.success_box_1:nth-child(3) {
  background-color: #e7ffcf;
}
.success_box_1:nth-child(4) {
  background-color: #dfe6ff;
}
.success_box_1:nth-child(5) {
  background-color: #dff8f0;
}
/******************************* Offerings***********************/
.Offerings-div {
  text-align: center;
  background-image: url(../images/offering_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 160px;
  padding-bottom: 190px;
}
.offering-card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.offering-card > img {
  width: 100%;
  border-radius: 24px;
}
.offering-details {
  padding: 20px 32px;
  text-align: start;
  border-radius: 0px 0px 16px 16px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  min-height: 141px;
}
.offer-div-hover:hover .offering-details {
  transition: transform 0.6s;
  display: none;
  position: relative;
}
.offer-div-hover:hover .hidden-content {
  transition: transform 0.6s;
  display: block;
}
.card-icon {
  border-radius: 377px 0px 56px 0px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.card-icon-class {
  padding-right: 20px;
  padding-top: 10px;
}
.hidden-content {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background: #ffffffd1;
  padding: 40px 20px;
  position: absolute;
  bottom: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  text-align: left;
}
.hidden-content button.chip_btn {
  padding: 10px 20px;
}
.offering-main-div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.offering-label {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 5px;
  color: #000000;
}
.offer-div-hover {
  position: relative;
}
.offerings-typography {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #494b50;
}
.hidden-content .offerings-typography {
  margin: 15px 0 30px;
}
/* Offerings*/

/****************** techStack section **********************/
.tech_stack_wrp {
  background-image: url('../images/techstack_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.tab {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 20px;
  width: 50%;
  margin: auto;
  z-index: 1;
  position: relative;
}
.tab button {
  background-color: inherit;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 13px 0px;
  transition: 0.3s;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #494b50;
  font-family: 'Poppins', sans-serif;
}
.tab button.active {
  background-color: #f2ef49;
  border: none;
  color: #000;
}
.tab button.active:hover {
  background-color: var(--secondary-color);
}

.tab button:hover {
  background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.dash-circle {
  width: 200px;
  height: 100px;
  background-color: #f00;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.semi-circle {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.semi-circle::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #000;
  border-radius: 50%;
}

.curve-div {
  position: absolute;
  width: 100%;
}

.curve-div img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
canvas {
  border: 1px solid #000;
}
.mobile_techstack {
  display: none;
}
.tabcontent {
  margin-top: -24%;
}
.tabcontent .laptop_techstack {
  width: 100%;
  display: block;
  margin: auto;
}

/* 6 reasons */
.home_integrate_blockhain_wrp {
  background-image: url('../images/6reasons-bg1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 160px 0 0;
} 
.home_integrate_blockhain_wrp .home_int_blockhain_common {
  background-image: url('../images/6reasons-img1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 40px 32px 40px;
  width:45%;
  filter: drop-shadow(12px 0px 34px rgba(0, 0, 0, 0.10));
backdrop-filter: blur(42px);
}
.home_integrate_blockhain_wrp .home_integrate_blockhain_cards_wrp {
justify-content: space-between;
position: relative;
row-gap: 48px;
}
.home_integrate_blockhain_cards_wrp .home_int_blockhain_mid_img {
 position: absolute;
 left:49%;
 top:14%;
 width: 40px;
 height: 580px;
  }
.home_integrate_blockhain_wrp .home_int_blockhain_card1 {
  background-image: url('../images/6reaons-homeimg1.png');
}
.home_integrate_blockhain_wrp .home_int_blockhain_card2 {
  background-image: url('../images/6reaons-homeimg2.png');
  padding: 40px 40px 32px 78px;
}
.home_integrate_blockhain_wrp .home_int_blockhain_card3 {
  background-image: url('../images/6reaons-homeimg3.png');
}
.home_integrate_blockhain_wrp .home_int_blockhain_card4 {
  background-image: url('../images/6reaons-homeimg4.png');
  padding: 40px 40px 32px 78px;
  
}
.home_integrate_blockhain_wrp .home_int_blockhain_card5 {
  background-image: url('../images/6reaons-homeimg5.png');
}
.home_integrate_blockhain_wrp .home_int_blockhain_card6 {
  background-image: url('../images/6reaons-homeimg6.png');
  padding: 40px 40px 32px 78px;

}
.home_integrate_blockhain_wrp .home_int_blockhain_common h3 {
  color:  #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; 
  text-align: start;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common p {
  color:  #494B50;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; 
  letter-spacing: 0.18px;
  margin-top: 20px;
  text-align: start;
}
/********************** why us Stack ******************/

.why_us_wrp {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  text-align: center;
}
.why_us_wrp button {
  margin: auto;
  background: #f2ef49;
  border: none;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  padding: 14px 25px;
  display: flex;
}
.why_us_wrp .hero_para {
  margin-bottom: 50px;
}
.connect_card_wrp {
  display: flex;
  gap: 66px;
}
.card_outer {
  border: 1px solid rgb(238, 238, 238);
  background: rgb(254, 255, 248);
  border-radius: 8px;
  padding: 35px 24px;
  transition: all 0.4s ease 0s;
  min-height: 380px;
  text-align: left;
}
.card_outer:hover {
  box-shadow: 0px 0px 24px 3px rgba(255, 182, 221, 0.2);
}
.card_outer.card2:hover {
  box-shadow: 0px 0px 24px 3px rgba(170, 0, 225, 0.2);
}
.card_outer.card3:hover {
  box-shadow: 0px 0px 24px 3px rgba(255, 28, 255, 0.2);
}
.card_outer.card4:hover {
  box-shadow: 0px 0px 24px 3px rgba(28, 173, 255, 0.2);
}
.card_outer.card5:hover {
  box-shadow: 0px 0px 24px 3px rgba(40, 217, 174, 0.2);
}
.card_outer p,
.mid_comm_text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #494b50;
  margin-bottom: 0;
}
.core_typo,
.mid_heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #000000;
  margin: 24px 0 22px;
}
.connect_card_wrp .card1 {
  position: relative;
}

.connect_card_wrp .card2 {
  position: relative;
  top: 3rem;
}
.connect_card_wrp .card3 {
  position: relative;
  top: 8rem;
}
.connect_card_wrp .card4 {
  position: relative;
  top: 3rem;
}
.card_outer .card-icon-class {
  padding: 0;
  width: 64px;
  height: 40px;
}
/* engagement model css */
.engagement_model_wrp_mobile {
  display: none;
}
.engagement_model_wrp {
  margin-top: 290px;
  background-image: url('../images/engagement_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.engagement_model_wrp .hero_para {
  margin-bottom: 80px;
}
.engagement_model_wrp img {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.engagement_image_wrp .engagement_content {
  position: relative;
  height: 180px;
}
.engagement_image_wrp .engagement_content .content1 {
  top: 90%;
  left: 0;
}
.engagement_content .content2 {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.engagement_image_wrp .engagement_content .content3 {
  right: 0;
  top: 90%;
}
.engagement_content .content3 .content_heading {
  width: 98%;
  margin: auto;
}
.engagement_content > div {
  width: 450px;
  position: absolute;
}
.content_heading {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  color: #000000;
}
.content_para {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #494b50;
  margin: 15px 0;
}
.engagement_content .content2 .content_para,
.engagement_content .content2 .content_heading {
  text-align: center;
}
/* Decoding Our Result-Oriented Process */
.process_img img.decode-mobile-img {
  display: none;
}
.process-card-div {
  background-image: url('../images/decode-bg.png');
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 115px 0 90px;
}
.process-card-div .hero_para {
  margin-bottom: 80px;
}
.process-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 37px;
}
.process-card-category {
  background-color: #f3f3f3;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 16px;
}
.inner-process-card .category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
.inner-process-card {
  padding: 52px 36px 65px;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #e0e0e0;
  row-gap: 20px;
  border-top: 0;
  font-family: 'Poppins', sans-serif;
}
strong.our-deco-head {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 25px;
  display: block;
}
.label-padding {
  padding: 40px;
  padding-top: 0px;
}
.bottom-arrow {
  bottom: 17px;
  right: 2px;
}
.process-card-img {
  width: 100%;
  max-height: 550px;
  border-radius: 20px;
}
.title-div {
  display: flex;
  justify-content: center;
}
.title {
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.process_card_wrp {
  position: relative;
}
.process_card_wrp .case_study {
  position: absolute;
  bottom: 0;
  right: 2px;
  justify-content: center;
  display: grid;
  width: 100%;
}
.process_card_wrp .process_card_typo {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #494b50;
}
/* Our Blogs */
.blog-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 50px;
  margin-top: 72px;
}
.blog-div .inner-process-card {
  padding: 20px 54px 45px;
}
.blog-card strong.label {
  font-size: 24px;
  line-height: 34px;
}
.blog-card .date-wrp {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
.blog-card .process_card_wrp {
  padding: 20px;
  min-height: 201px;
}
.webllisto-blog-svg {
  padding: 10px 20px;
  background-color: var(--white-color);
  top: 20px;
  left: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
}
.blog-div {
  background-image: url('../images/blog-bg.png');
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 205px;
}
.label-padding {
  padding: 40px;
  padding-top: 0px !important;
}
.bottom-arrow {
  bottom: 17px;
  right: 2px;
}
.process-card-img {
  width: 100%;
  max-height: 550px;
  border-radius: 20px;
}
.blog_chip {
  position: relative;
  display: flex;
}
.blog_author_wrp {
  position: absolute;
  display: flex;
  bottom: 20px;
  gap: 14px;
  left: 16px;
  justify-content: center;
  align-items: center;
}
.blog_author_wrp h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
.blog_author_wrp img {
  width: 48px;
  height: 48px;
}
/******************our process***********************/

.process_1 {
  padding-top: 140px;
  text-align: center;
  justify-content: center;
  display: grid;
  padding-bottom: 85px;
}
.process_img img {
  width: 100%;
}
.process_1 .decode-div-laptop {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.process-main-div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0px, 1fr));
}
.our_process_content_wrp {
  gap: 140px;
}
.process_img {
  width: 100%;
  margin: 22px 0 48px;
}
.process_1 strong {
  font-size: 20px;
  line-height: 30px;
  display: block;
  width: 81%;
  margin: 14px auto;
  font-family: 'Poppins', sans-serif;
}
.process-main-div .text-li-process {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #494b50;
}
.process-main-div.bottom-our-process-wrp {
  gap: 24px;
}
.process-main-div .text-li-process li {
  margin-bottom: 4px;
}
.process_1 .process-number {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
}
.testimonials_wrp {
  padding: 72px 0 123px;
  text-align: center;
}
/*********************************homepage css ******************************/

/*--------------------------------- Media Queries----------------------------- */

@media screen and (max-width: 1800px) {
  .header_wrp .tab_data .nav-pills .nav-item {
    font-size: 16px;
  }
  .header_wrp .tab_data .nav-pills .nav-link {
    padding: 0 35px 29px;
  }
  .footer-location-wrp {
    margin-left: 10%;
  }
  .contactabcontent img {
    max-height: 180px;
  }
  .contact-left-div .container {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 1700px) {
  .header_wrp .tab_data .nav-pills .nav-link {
    padding: 0 28px 29px;
  }
  .header_wrp .tab_data .nav-tab-container {
    column-gap: 8%;
  }
}

@media screen and (max-width: 1600px) {
  .header_wrp .header_tab_list {
    margin-right: 40px;
    font-size: 13px;
    padding: 26px 0;
    align-items: center;
  }
  .header_wrp .down_arrow_logo {
    width: 12px;
    height: 6px;
    margin-left: 6px;
    margin-top: 0;
  }
  .header_webllisto_logo_wrp {
    width: 148px;
  }
  .header_webllisto_logo_wrp img {
    width: 100%;
  }
  .header_wrp .container > div {
    height: unset !important;
  }
  .header_wrp .getInTouch_btn {
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 16px;
    margin: 0;
    width: unset;
    height: unset;
  }
  .header_wrp .tab_data .nav-pills .nav-item,
  .header_wrp .tab_data .nav-subtext {
    font-size: 13px;
    line-height: 21px;
  }
  .nav-tab-container .tab-content-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .header_wrp .tab_data .nav-icon {
    min-width: 55px;
    min-height: 55px;
  }
  .header_wrp .tab_data .nav-tab-container {
    row-gap: 40px;
    padding: 15px 0px 40px;
  }
  .header_wrp .tab_data .nav-pills .nav-link {
    padding: 0 20px 24px;
  }
  .header_wrp .tab_data .nav-pills .nav-item {
    margin-top: 10px;
  }
  .Contactablinks span {
    font-size: 16px;
  }
  .Contactablinks {
    column-gap: 15px;
    margin-top: 15px;
  }
  .contactabcontent .address-class {
    font-size: 14px;
  }
  .contact-main .contact-us-heading {
    font-size: 40px;
    line-height: 50px;
    padding-top: 50px;
  }
  .input-label {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .contact-btn {
    margin-top: 10px;
  }
  .contact-btn button {
    font-size: 16px;
    padding: 10px 30px;
  }
  .contact-input-outer .input-div input {
    font-size: 13px;
    line-height: 22px;
  }
  .contact-input-outer {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .contact-left-div .container {
    max-width: 720px !important;
  }
  .para-16,
  .dark-Typography-16 {
    font-size: 14px;
    line-height: 180%;
  }
  .dark-Typography-16 {
    margin-bottom: 10px;
  }
  .footer-label {
    font-size: 19px;
  }
  .contact-input-outer .container {
    padding: 0 80px 0 70px !important;
  }
  .footer-location-wrp {
    min-height: unset;
  }

  /* comm text style */
  .comm_banner_heading {
    font-size: 50px;
    line-height: 60px;
  }
  .comm_banner_button {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 30px;
    margin-top: 30px;
  }
  .banner_comm_text {
    font-size: 16px;
    line-height: 28px;
  }
  .site_comm_heading {
    font-size: 42px;
    line-height: 48px;
    margin-top: 8px;
  }
  .site_comm_text {
    font-size: 15px;
    line-height: 25px;
  }
  .mid_heading {
    font-size: 21px;
    line-height: 31px;
  }
  .home_integrate_blockhain_wrp .home_int_blockhain_common h3 {
    font-size: 20px;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common p {
  font-size: 16px;
  margin-top: 16px;
}
.home_integrate_blockhain_wrp {
  padding: 100px 0 0;
}
}

@media screen and (max-width: 1500px) {
  .header_wrp .tab_data .nav-subtext {
    width: auto;
  }
  .contact-left-div .container {
    padding-right: 40px !important;
  }
  .offering-card > img {
    height: 300px;
  }
}

@media screen and (max-width: 1400px) {
  .header_wrp .tab_data .nav-tab-container {
    column-gap: 30px;
  }
  .footer-div {
    padding-top: 100px !important;
  }
  .footer-img-wrp .footer-img-inn-wrp img {
    max-height: 100px;
  }
  /* comm text style */
  .chip_btn {
    font-size: 14px;
    line-height: 20px;
  }
  .home_integrate_blockhain_wrp .home_int_blockhain_common p {
    font-size: 15px;
    margin-top: 14px;
}
.home_integrate_blockhain_wrp .home_integrate_blockhain_cards_wrp {
  row-gap: 50px;
}
.home_integrate_blockhain_wrp {
  padding: 80px 0 0;
}
.home_integrate_blockhain_cards_wrp .home_int_blockhain_mid_img {
  width: 35px;
  height: 596px;
}
}

@media screen and (max-width: 1300px) {
  .header_wrp .header_tab_list {
    font-size: 14px;
  }
  .header_wrp .tab_data .nav-pills .nav-link {
    padding: 0 14px 29px;
  }
  .Contactablinks img.contact-img {
    width: 60px;
  }
  .Contactablinks span {
    font-size: 16px;
  }
  .contactabcontent .address-class {
    width: 90%;
    margin: 0 auto;
  }
  .contactabcontent img {
    width: 90%;
  }
  .about-webllisto img {
    width: 150px !important;
  }
  .para-16,
  .dark-Typography-16 {
    font-size: 12px;
  }
  .footer-img-wrp .footer-img-inn-wrp img {
    max-height: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .header_wrp .tab_data .nav-pills .nav-link {
    padding: 0 12px 29px;
  }
}

/* header nav */
@media only screen and (max-width: 1199px) {
  .footer-inner-left {
    column-gap: 1px;
    padding-bottom: 30px;
  }
  .footer-inner-left .about-webllisto {
    width: 28%;
  }
  .footer-inner-left .upwork-logo-class {
    margin-bottom: unset;
  }
  .footer-div {
    padding-top: 65px !important;
  }
  .contact-main .contact-us-heading {
    color: #000;
    font-family: 'Commissioner', sans-serif;
    font-size: 36px;
  }
  .contact-left-div .container,
  .contact-input-outer .container {
    padding: 0 20px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .contact-main .contact-us-heading {
    padding: 50px 0 20px;
    text-align: center;
  }
  .contact-tabs-div {
    padding-bottom: 50px;
  }
  .contact-input-outer {
    padding: 50px 0;
  }
  .contact-btn {
    margin-top: 10px;
  }
  .contact-main {
    display: block;
  }
  .footer-location-wrp {
    margin-left: 30px;
  }
  .inner-panel {
    padding-left: 50px;
  }
  .header_webllisto_logo_wrp img {
    width: 80%;
  }
  .mobile-inner-accordion div div img {
    width: 25px;
    height: 25px;
  }
  .inner-panel .mob-a div img {
    width: 24px;
  }
  .text-16.nav-mob-subtext {
    margin-top: 5px;
  }
  .mobile-inn-acc-wrp {
    height: 68%;
    overflow: auto;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .header_wrp .getInTouch_btn {
    margin-top: 0px;
  }
  .offering-card > img {
    height: 265px;
  }
  .header_wrp {
    padding: 20px 0;
  }
  .header_wrp .nav-section {
    display: none;
  }
  /* .comm_text style */
  .comm_banner_heading {
    font-size: 38px;
    line-height: 50px;
  }
  .comm_banner_button {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 30px;
  }
  .banner_comm_text {
    font-size: 14px;
    line-height: 23px;
  }
  .site_comm_heading {
    font-size: 35px;
    line-height: 42px;
    margin-top: 8px;
  }
  .site_comm_text {
    font-size: 14px;
    line-height: 22px;
  }
  .mid_heading {
    font-size: 21px;
    line-height: 31px;
  }
}
@media only screen and (max-width:1023px) {
  .home_integrate_blockhain_cards_wrp .home_int_blockhain_mid_img {
    display: none;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common {
  width: 48%;
}
}
@media only screen and (max-width: 979px) {
  /* comm text style */
  .banner_comm_text {
    text-align: center;
  }
  .comm_banner_button {
    margin: 30px auto;
    display: flex;
  }
  .home_integrate_blockhain_wrp .home_int_blockhain_common {
    width: 100%;
  }
} /* 768 */

/* Tablet */
@media only screen and (max-width: 768px) {
  .nav-tab-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nav-subtext {
    -webkit-line-clamp: 4;
  }
  .blog-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .footer-inner-left .about-webllisto {
    width: 45%;
  }
  .footer-label {
    font-size: 16px;
  }
  .contact-main .contact-us-heading {
    color: #000;

    font-family: 'Commissioner', sans-serif;
    font-size: 40px;
  }
  .panel {
    padding: 0 18px 0 12px;
  }
  .text-16.nav-mob-subtext {
    font-size: 14px;
    line-height: 20px;
  }
  .mob-a {
    column-gap: 18px;
  }
  .inner-panel .text-20.fw-semibold {
    font-size: 18px;
  }
}

@media only screen and (max-width: 649px) {
  .footer-bottom-wrp.justify-content-between {
    justify-content: center !important;
    padding: 20px 0 !important;
  }
  .footer-inner-left .about-webllisto {
    width: 100%;
  }
  .inner-panel {
    padding-left: 45px;
  }
  .footer-inner-left .upwork-logo-class {
    margin-top: 20px;
  }
  .footer-inner-left .about-webllisto {
    margin-bottom: 20px;
  }
  .footer-logo-content {
    margin-top: 8px !important;
  }
  .footer-div {
    padding-top: 45px !important;
  }
  .footer-Contact-Details {
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .footer-location-wrp {
    margin: 0 auto;
    min-width: unset;
    min-height: unset;
    display: block;
  }
  .contact-tabs-div {
    display: block;
    text-align: center;
  }
  .contact-tab {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .contact-tab {
    column-gap: 30px;
    width: unset;
  }
  .Contactablinks {
    column-gap: 10px;
    width: 44%;
  }
  .contact-main .contact-us-heading {
    font-size: 35px;
    padding: 40px 0 15px;
  }
  .nav-tab-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blog-card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 40px;
  }
  .tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .nav-icon {
    min-width: 45px;
    min-height: 45px;
  }
  .heading {
    font-size: 36px;
    line-height: 51.4px;
  }
  .inner-panel .text-20.font-semibold {
    font-size: 16px;
  }
  .text-16.nav-mob-subtext {
    font-size: 12px;
    line-height: 18px;
  }
  .mob-a {
    column-gap: 0px;
  }
  .offering-card > img {
    height: unset;
  }
  .contact-tab {
    column-gap: 10px;
  }
  .home_integrate_blockhain_wrp .home_integrate_blockhain_cards_wrp {
    row-gap: 30px;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common {
  background-image: unset;
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common h3 {
  font-size: 18px;
  text-align: center;
}
.home_integrate_blockhain_wrp .home_int_blockhain_common p {
  text-align: center;
  font-size: 13px;
}

}
