@media (max-width: 640px) {
  .header__nav {
    display: none;
  }
   img.w-50.mb-sm-2.pe-2.grid-image-4 {
    width: 100% !important;
    margin-bottom: 16px;
    padding-right: 0px !important;
}
.grid-image-5{
    width: 100% !important;
    margin-bottom: 16px;
    padding-right: 0px !important;
}
}

.ovrlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta-about-us-col {
  background-image: url("assets/imgs/aboutus/cta-banner-aboutus.jpg");
  position: relative;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

.cta-about-us-sec-col {
  background-size: cover;
  background-position: center center;
  background-image: url("assets/imgs/aboutus/cta-second-aboutud.jpg");
  position: relative;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

.human-centered {
  padding-top: 50px;
}

.content-cta {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

h3.mb-4.heading-cta.text-white {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
}

.col-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cntent {
  z-index: 999;
  position: relative;
}

.wc-btn-cta {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 17.58px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;

  border: solid #fff 1px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 5px;
}

.wc-btn-cta:hover {
  color: white;
  background: black;
  border: none;
}

.heading h2 {
  font-family: var(--font_secondary);
  color: black;
  font-weight: 400;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: 0%;
}

.banner-heading {
  color: white;
}

p.para-banner {
  font-family: var(--font_secondary) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0% !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000000 !important;
}

.banner-image-container {
  background: url('../imgs/aboutus/banner.jpg') center center no-repeat;
  background-size: 100%;
  height: 500px;
  align-items: flex-start;
  display: flex;
  margin-top: 50px;
}
.banner-image-container img {margin-top: -50px;}

.banner-image-container p {
  padding-bottom: 50px;
  text-align: right;
  color: #ccc;
  padding-right: 35px;
}

.page-heading {
  font-family: var(--font_primary) !important;
  font-size: 40px;
  font-weight: 700 !important;
}

.btn-link {
  border: solid 1px #ccc;
  color: var(--p-color);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
}

.btn-link img {
  max-width: 14px;
  margin-left: 5px;
}

.about-section {
  padding-bottom: 100px;
}

@media (max-width: 768px) {

  /* Header and Landing */
  .heading h2 {
    font-family: var(--font_primary);
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 1px;
  }

  .heading p {
    font-family: var(--font_secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  /* Info Section */
  .info-sec h1 {
    font-family: var(--font_heading-normal);
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .description {
    font-family: var(--font_primary);
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .state-number {
    font-family: var(--font_heading);
    font-weight: 600;
    font-size: 62px;
  }

  /* CTA and Cards */
  .cta-link {
    display: block;
    margin-top: 10px;
  }

  .card-custom {
    padding: 15px;
  }

  .card-title {
    font-size: 18px;
    white-space: normal;
    letter-spacing: normal;
  }

  .card-text {
    font-size: 13px;
    white-space: normal;
    letter-spacing: normal;
  }

  /* Team Section */
  .section-title {
    font-size: 24px;
  }

  .section-text {
    font-size: 14px;
  }

  .team-img {
    max-width: 90%;
  }
}

@media screen and (max-width: 1019px) and (min-width: 115px) {
  /* .heading {
        width: 100% !important;
    } */
}

.info-sec h1 {
  font-family: var(--font_heading-normal);
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 8%;
}

.description {
  padding-top: 20px;
  font-family: var(--font_primary);
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000000;
}

.state-number {
  font-size: 42px;
  font-weight: 400;
  font-family: var(--font_heading);
}

.state-text {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
}

/* image section */
.image-section {
  text-align: center;
  padding-top: 50px;
}

.banner-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.container.padding-custom {
  display: flex;
  justify-content: end;
  align-items: center;
}

.landing-page {
  min-height: 70vh;
  padding-top: 100px;
  /* padding:249px 0px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.cta-link {
  color: #e20000;
  font-weight: bold;
  text-decoration: none;
  font-weight: 700;
  font-size: 13.05px;
  line-height: 23.04px;
  letter-spacing: 0.4px;
}

h2.chart-heading {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.first{ width: 35%;}
.second{
  width:65%;
}

.img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.grid-container {
  display: grid;
  gap: 10px;
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .grid-item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .grid-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .grid-item-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .grid-item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .grid-item-5 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}

.chart-des {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding-top: 20px;
  color: #000000;
}

.team-img {
  max-width: 600px;
  height: auto;
  width: 200px;
  padding-top: 50px;
  /* display:flex; */
  /* justify-content:center; */
}

section.multiple-cards {
  padding: 110px 0px;
}

.multiple-cards {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.multiple-cards h2 {
  font-family: var(--font_heading-normal);
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  /* letter-spacing: 0%; */
}

.multicard-custom {
  background: #fff;
  border: none;
  padding: 20px;
  height: 100%;
}

.icon-container {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon-container img {
  width: 40px;
  height: 40px;
}

.multicard-title {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1%;
}

.multicard-text {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 23.04px;
  letter-spacing: 2%;
  color: #000000;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .multiple-cards h2 {
    font-family: var(--font_primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
  }
}

.circle-image img {
  max-width: 500px;
}

.who-we-are {
  padding: 60px 0;
  background-color: #fff;
}

.section-title {
  font-family: var(--font_primary);
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000000;
}

.section-subtitle {
  font-family: var(--font_primary);
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
}

.sub-heading {
  font-family: var(--font_primary);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #000000;
}

.info-sec h1 {
  font-family: var(--font_heading-normal);
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 8%;
}

.get-in-touch-cta h1 {
  font-family: var(--font_heading-normal);
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 8%;
}

.description {
  padding-top: 20px;
  font-family: var(--font_primary);
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000000;
}

.step {
  padding: 20px;
  position: relative;
  background-color: #fff;
}

.number-section {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080 !important;
}

.number-section-row {
  border-right: 1px solid;
}

.number-section-last {
  border-bottom: 1px solid #808080;
}

.multiple-cards h2 {
  font-family: var(--font_heading-normal);
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 8%;
}

.multicard-custom {
  padding: 15px;
}

.multiple-cards {
  text-align: center;

  padding: 60px 0;
}

.multititle {
  font-size: 24px;
  font-weight: 500;
  max-width: 800px;
  margin: auto;
  line-height: 1.4;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.card-box {
  position: relative;
  width: 205px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {

  /* Multiple Cards Section */
  .multiple-cards h2 {
    font-family: var(--font_primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
  }

  .card-box {
    width: 120px;
    height: 160px;
    font-size: 12px;
  }

  .square {
    width: 30px;
    height: 30px;
  }
}

.team-section {
  padding: 60px 0;
  background-color: #f5f5f5;
}

h2.team-heading {
  font-family: var(--font_primary);
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000000;
}

.team-subtext {
  font-family: var(--font_primary);
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
}

.team-card {
  /* background: white; */
  padding: 10px;
  text-align: center;
  /* border-radius: 8px; */
  margin-bottom: 20px;
}

.team-name {
  font-family: var(--font_secondary);
  color: #000000;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0%;
}

.team-role {
  font-family: var(--font_secondary);
  color: #576b6f;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 800px) and (min-width: 115px) {
  h2.state-number.mt-5 {
    font-size: 26px;
  }
}

@media screen and (max-width: 852px) and (min-width: 70px) {
  .DESKTOP-view-container {
    display: none;
  }

  .mobile-view-container {
    display: block;
  }
}


.cta-bg {
  background-color: #A41D34;
  padding: 22px;

}

@media screen and (max-width: 680px) {
  .banner-image-container-desktop {
    display: none;
  }
  .first{ width: 100%;}
.second{
  width:100%;
}

  .banner-image-container {
    background: url(../imgs/aboutus/banner-image-1440.png) center center no-repeat;
    background-size: 100%;
    height: 350px;
  }
  .banner-image-container-mobile {
    display: block !important;
  }
}

.hero-area h1 {
  line-height: 50px !important;
}

p.Ceo-words-para {
  text-align: start;
  font-weight: 500;
  font-size: 42px;
  line-height: 60.75px;
  letter-spacing: 0%;
  color: black;
  font-family: var(--font_heading-1);
}

p.ceo-section-heading {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: black;
  letter-spacing: 0%;
}

p.ceo-section-subheadings {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: black;
  letter-spacing: 3%;
}

.padding-custom {
  padding-top: 65px;
  padding-bottom: 50px;
}

.wepixels-img-div {
  position: absolute;
  top: -19%;
}

.ceo-section-subheading-para {
  font-family: var(--font_primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3%;
}

.testimonial-invertedcomma {
  width: 40px;
  height: auto;
}

.we-are-pixels-heading {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: black;
}

.we-are-pixels-para {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: black;
}

.our-core-value {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.8px;
  color: #576b6f;
}

.our-value-points {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 25px;
  text-align: start;
  line-height: 32.81px;
  letter-spacing: 0%;
  color: white;
}

.our-value-para {
  text-align: start;
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: white;
}

.heading {
  margin-top: 10px;
}

@media screen and (min-width: 110px) and (max-width: 1077px) {
  .wepixels-img-div {
    position: relative;
    top: 0;
  }

  .wepixels-image {
    width: 100% !important;
  }

  .container.padding-custom {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
}

.info-sec {
  background: #0f1014;
}

.banner-para {
  font-family: var(--font_primary) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: black;
}

section.multiple-cards {
  background-color: black;
}

.ambitions-image {
  width: 65%;
}

.we-are-pixels {
  font-family: var(--font_secondary) !important;
  font-weight: 400;
  font-size: 44px;
  color: black;
  line-height: 60px;
  letter-spacing: 0%;
}

.arrowimage {
  width: 38px;
}

/* about-us page font  styling */
.about-us-heading {
  font-family: var(--font_secondary) !important;
  font-weight: 400 !important;
  font-size: 44px !important;
  line-height: 60px !important;
  letter-spacing: 0% !important;
  text-align: start;
  color: black;
}

.cta-heading {
  font-family: var(--font_secondary) !important;
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  text-align: start;
  color: black;
}

.banner-heading {
  font-family: var(--font_primary) !important;
  font-size: 50px !important;
  text-transform: none !important;
}

.our-value-para {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: start;
}

/* media query for all section */
@media screen and (min-width: 90px) and (max-width: 850px) {
  .landing-page {
    height: 55vh;
    margin-top: 65px;
  }

  p.Ceo-words-para.mt-4.mb-4,
  h2.about-us-heading,
  .cta-heading,
  .page-heading {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
  }

  .section-padding {
    padding-top: 15px;
  }

  .ceo-name {
    text-align: start !important;
  }

  br {
    display: none;
  }

  section.multiple-cards {
    background: #a41d34;
    /* background-image: linear-gradient(black, #A41D34); */
  }

  .team-img {
    max-width: 600px;
    width: 187px;
  }
}

.team-image {
  position: absolute;
  /* left: 0; */
  left: 85%;
  top: 1px;
}

section.team-section.col-padding {
  position: relative;
}

.about-18pixels {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #576b6f;
}

.we-have-gained-heading {
  font-family: var(--font_primary) !important;
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 56px;
  letter-spacing: 8%;
}

a.link.link-1.get-in-touch {
  width: 135x;
}

.working-remotely {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 14.41px;
  line-height: 22.5px;
  color: black;
  letter-spacing: 0%;
}

.team-link {
  font-family: var(--font_secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  text-align: center;
  transition: all ease .3s;
}
.team-link img {transition: all ease .3s;}
.team-link:hover {color: var(--p-color)!important;}
.team-link:hover img {margin-left: 10px;}