@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

html {
  font-size: 16px !important;
}

section.hero h1 {
  line-height: initial;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.latest-blogs-new {
  padding-top: 1rem;
}

section.discover_section_footer.my-2.p-5 {
  padding-top: 0 !important;
}

#contact-us {
  padding-top: 0 !important;
}

@media only screen and (min-width: 821px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .justify-content-end {
    justify-content: end;
  }

  section.hero > .container {
    display: flex !important;
    justify-content: center !important;
  }
}

.open-sans-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3rem !important;
  text-align: center;
}

.open-sans-heading-two {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem !important;
  line-height: 150% !important;
}

.open-sans-sub-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  line-height: 150% !important;
}

.open-sans-btn-txt {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem !important;
}

.open-sans-stat-card-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem !important;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Hero section starts */
section.hero {
  background-image: url("../images/new-contract/hero/bg.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.hero .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

section.hero .get-in-touch {
  background: linear-gradient(
    270deg,
    #0074b7 -0.26%,
    #219aca 76.41%,
    #238caf 102.81%
  );
  border-radius: 70px;
  padding: 0.3rem 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  border: none;
}

section.hero .get-in-touch .lottie-arrow {
  transform: rotate(-90deg);
  width: 2.4rem;
  margin-left: 0.3rem;
}

section.hero h1,
section.hero p {
  text-align: left !important;
  color: #ffffff !important;
}

section.hero .backdrop-div {
  max-width: 560px;
  width: 100%;
  padding: 1rem;

  position: relative;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

section.hero .backdrop-div::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.24) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* Hero section ends */

/* Intro section starts */
section.intro p {
  color: rgba(23, 23, 23, 1) !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  text-align: center;
  width: calc(100% - 10%);
  margin-left: auto;
  margin-right: auto;
}
/* Intro section ends */

/* Services section starts */
section.services {
  background-color: rgba(247, 248, 249, 1);
}

section.services .container {
  /* border-radius: 25px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.services .container h2 {
  color: rgba(23, 23, 23, 1) !important;
  margin-bottom: 1rem;
  text-align: center;
}

section.services .container .main-para {
  color: rgba(23, 23, 23, 0.8);
  width: calc(100% - 25%);
  margin-bottom: 3rem;
  text-align: center;
}

section.services .tabs-row {
  border-radius: 25px;
  box-shadow: 0px 4px 10px 1px rgba(1, 84, 163, 0.15);
  margin-bottom: 1rem;
}

section.services .tabs-row .left-col {
  background: url("../images/new-home/services/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px 0 0 25px;
  position: relative;
}

section.services .tabs-row .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding: 16px 36px;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
}

section.services .tabs-row .nav-link img {
  margin-right: 1rem;
  opacity: 0.8;
  width: 24px;
  height: auto;
}

section.services .tabs-row .nav-link.active {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 1) !important;
}

section.services .tabs-row .nav-link.active img {
  opacity: 1;
}

section.services .tabs-row .nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 1) !important;
}

section.services .tabs-row .nav-link:hover img {
  opacity: 1;
}

section.services .tabs-row .right-coll {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 2rem 3rem;
}

section.services .tabs-row .right-coll .servicec-img {
  width: 56px;
  height: auto;
  margin-bottom: 1rem;
}

section.services .tabs-row .right-coll h3 {
  color: rgba(23, 23, 23, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
}

section.services .tabs-row .right-coll p {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13px !important;
  line-height: 150% !important;
  color: rgba(23, 23, 23, 0.8) !important;
  margin-bottom: 1rem;
}

section.services .tabs-row .right-coll .list-item {
  color: rgba(23, 23, 23, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
}

section.services .tabs-row .right-coll a.btn-primary {
  background-color: transparent;
  border-radius: 70px;
  padding: 8px 24px;
  border: 1px solid rgba(0, 74, 149, 1);

  color: rgba(0, 74, 149, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
/* Services section ends */

/* Solutions section starts */
section.solutions {
  background-color: rgba(0, 0, 12, 1);
}

section.solutions .item-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

section.solutions img {
  width: calc(100vw / 2);
  height: auto;
}

section.solutions h2 {
  color: rgba(255, 255, 255, 1) !important;
  text-align: left;
}

section.solutions p {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  padding-right: 3rem;
}

section.solutions .container {
  max-width: 100%;
}

section.solutions .text-container {
  margin-top: auto;
  margin-bottom: auto;
  padding: 3rem;
}

section.solutions .text-container a{
  margin-top: 1rem;
  border-radius: 25px;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  border: none;
  padding: 0.5rem 1rem;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans';
}
/* Solutions section ends */

/* Industries section starts */
section.industries {
  background-image: url("../images/new-home/industries/industries_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.industries > .first {
  position: absolute;
  right: -90px;
  top: -330px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

section.industries > .second {
  position: absolute;
  right: -280px;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0.2;
  height: 100%;
}

section.industries > .third {
  position: absolute;
  left: -20%;
  bottom: -30%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  transform: rotate(180deg);
}

section.industries h2 {
  color: rgba(23, 23, 23, 1) !important;
  text-align: left;
  font-size: 30px !important;
}

section.industries p.main-p {
  color: rgba(23, 23, 23, 0.8) !important;
  text-align: left;

  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13px;
  line-height: 150% !important;
}

section.industries p.card-p {
  color: rgba(36, 36, 36, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

section.industries .card img {
  width: 38px;
  height: auto;
}

section.industries .card {
  border-radius: 15px;
  padding: 40px 32px;
  background: linear-gradient(
    109.79deg,
    #ffffff 1.58%,
    rgba(255, 255, 255, 0.4) 136.77%
  );
  border: none;
  backdrop-filter: blur(40px);
  height: 150px;
  width: auto;
}

section.industries .left-row .row,
section.industries .right-row .row {
  margin-bottom: 1rem;
}

section.industries .mobile-right-row .col-sm-12 {
  display: flex;
  justify-content: center;
}

section.industries .owl-dots {
  margin-top: 3rem !important;
}
/* Industries section ends */

/* Tech stack section starts */
section.tech-stack p.main-p {
  width: calc(100% - 25%);
}

section.tech-stack .cards-container .card {
  width: calc((100% / 4) - 10px);
  height: auto;
  aspect-ratio: 1 / 0.8;
  border-radius: 15px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    112.32deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 101.12%
  );
  backdrop-filter: blur(42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.tech-stack .cards-container .card img {
  margin-bottom: 1rem;
}

section.tech-stack .cards-container .card .card-text {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

section.tech-stack {
  background-color: rgba(0, 59, 115, 1);
  position: relative;
}

section.tech-stack > .first {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  height: 100%;
}

section.tech-stack > .second {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.tech-stack h2 {
  color: rgba(255, 255, 255, 1) !important;
}

section.tech-stack h2 span {
  color: rgba(37, 161, 233, 1) !important;
}

section.tech-stack .main-p {
  color: rgba(255, 255, 255, 0.8) !important;
}

section.tech-stack .left .nav-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 10px 10px 0;
  text-align: left;
}

section.tech-stack .left .nav-link {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  text-align: left;

  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px !important;
  width: 100%;
}

section.tech-stack .left .nav-link.active,
section.tech-stack .left .nav-link:hover {
  color: rgba(255, 255, 255, 1);

  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px !important;
}

section.tech-stack .left .nav-item:has(.nav-link.active),
section.tech-stack .left .nav-item:has(.nav-link:hover) {
  border-bottom: 0.5px solid rgba(255, 255, 255, 1);
}

section.tech-stack .right .nav {
  border-radius: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

section.tech-stack .right .nav-link {
  padding: 10px 42px;
  border-radius: 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px !important;
  text-align: center;
}

section.tech-stack .right .nav-link.active {
  padding: 10px 66px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px !important;
}

section.tech-stack .right .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

section.tech-stack .right .cards-container > img {
  width: calc((100% / 4) - 10px);
  height: auto;
}

/* Tech stack section ends */

/* Choose Us section starts */
section.why-choose-us h2 {
  text-align: center;
  color: rgba(23, 23, 23, 1) !important;
}

section.why-choose-us .card-img-top {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 1rem 1rem 0 1rem;
}

section.why-choose-us .card .img-containers{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

section.why-choose-us .row.first .col-sm-12:first-child .card-img-top {
  width: 190px;
}

section.why-choose-us .row.first .col-sm-12:nth-child(2) .card-img-top {
  width: 170px;
}

section.why-choose-us .row.second .col-sm-12:first-child .card-img-top {
  width: 150px;
}

section.why-choose-us .row.second .col-sm-12:nth-child(2) .card-img-top {
  width: 280px;
}

section.why-choose-us .row.second .col-sm-12:last-child .card-img-top {
  width: 185px;
}

section.why-choose-us h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: rgba(23, 23, 23, 1) !important;
}

section.why-choose-us .card {
  border: 0.5px solid #f1f1f1 !important;
  border-radius: 15px !important;
  box-shadow: 0px 4px 8px 0px rgba(18, 53, 104, 0.1) !important;
}
/* Choose Us section ends */

/* Responsive */

@media only screen and (max-width: 1204px) {
  section.hero .col-12:has(.stat-card) {
    padding: 0 5rem !important;
  }

  section.industries .left-row > div:first-child {
    height: initial !important;
  }
}

@media only screen and (max-width: 992px) {
  section.solutions .item-container {
    flex-wrap: wrap;
  }

  section.solutions .text-container {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.solutions img{
    width: 100%;
  }

  section.solutions h2 {
    margin-bottom: 1rem;
  }

  section.solutions p {
    padding-right: 0;
  }

  section.solutions h2,
  section.solutions p {
    text-align: center;
  }

  section.industries h2 {
    text-align: center !important;
  }

  section.industries .main-p {
    text-align: center !important;
    margin-bottom: 2rem;
    font-size: 16px !important;
  }

  section.industries .main-cont {
    height: initial !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  section.industries .owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  section.industries .card {
    height: auto;
    width: 300px;
  }

  section.faq-section-collaps {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.discover_section_footer {
    padding-top: 0 !important;
  }

  section.latest-blogs-new {
    padding-top: 4rem !important;
  }

  section.hero {
    background-position-y: -20px;
  }

  section.hero h1,
  section.hero p {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
  }

  section.hero .main-content {
    align-items: center;
  }

  section.hero > .container {
    display: flex !important;
    justify-content: center !important;
  }

  section.intro p {
    width: calc(100%);
  }

  section.tech-stack .main-p {
    padding: 16px;
    margin-bottom: 0 !important;
  }

  section.tech-stack h2 {
    margin-bottom: 2rem !important;
  }

  section.tech-stack h2 br,
  section.tech-stack .main-p br {
    display: none;
  }

  section.tech-stack .left .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  section.tech-stack .left .nav-item::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/new-home/tech_stack/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.tech-stack .left .nav-item:has(.nav-link.active)::after {
    transform: rotate(180deg);
  }

  section.tech-stack .right .nav-item {
    border-bottom: none !important;
    padding: 0 !important;
  }

  section.tech-stack .right .nav-item::after {
    display: none;
  }

  section.tech-stack .right .tab-pane {
    margin: 3rem 0;
  }

  section.tech-stack .right .cards-container > img {
    width: calc((100% / 2) - 20px);
  }

  section.tech-stack .right .cards-container .card {
    width: calc((100% / 2) - 80px);
  }

  section.tech-stack .right .cards-container {
    gap: 20px;
    padding: 0 3rem;
    justify-content: center;
  }

  section.tech-stack .left .nav-link {
    font-size: 18px !important;
  }

  section.tech-stack .left .nav-link.active,
  section.tech-stack .left .nav-link:hover {
    font-size: 18px !important;
  }

  section.tech-stack .right .nav {
    margin-left: auto;
    margin-right: auto;
  }

  section.tech-stack
    .left
    .nav-item
    .nav-link:not(.tech-stack .right .nav-link) {
    pointer-events: none;
  }

  section.tech-stack p.main-p {
    width: 100%;
  }

  section.services .container .main-para {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  section.services .tabs-row {
    width: 100%;
    margin-bottom: 0;
  }

  section.services .container p,
  section.services .container h2 {
    text-align: center !important;
  }

  section.services .container {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    background: none;
  }

  section.services {
    background: rgba(247, 248, 249, 1);
    padding: 3rem !important;
  }

  section.services .tabs-row .left-col {
    border-radius: 0;
    background: rgba(247, 248, 249, 1);
    box-shadow: none;
  }

  section.services .tabs-row .left-col .nav-item {
    background: rgba(0, 74, 149, 1);
    margin: 0 1rem 1rem 1rem;
    border-radius: 25px;
  }

  section.services .tabs-row .right-coll {
    background: rgba(247, 248, 249, 1);
    padding: 1rem;
  }

  section.services .tabs-row .right-coll .tab-content {
    background: white;
    border-radius: 25px;
    padding: 2rem;
  }

  section.services .tabs-row .right-coll p {
    text-align: left !important;
    padding-left: 0 !important;
  }

  section.services .tabs-row .left-col .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/new-home/tech_stack/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1rem;
  }

  section.services .tabs-row .left-col .nav-item .nav-link.active::after {
    transform: rotate(180deg);
  }

  section.services .tabs-row .left-col .nav-link {
    justify-content: center !important;
    padding: 18px 36px !important;
    font-size: 16px !important;
    pointer-events: none;
  }

  section.services .tabs-row .left-col .nav-link img {
    width: 28px !important;
  }
}

@media only screen and (max-width: 768px) {
  section.hero .open-sans-title {
    text-align: center;
  }

  section.hero .open-sans-sub-title {
    text-align: center;
  }

  section.hero .stat-card {
    padding: initial !important;
    flex: 0 0 calc((100% / 3) - 2rem);
    aspect-ratio: 1 / 1;
  }

  section.hero .col-12:has(.stat-card) {
    padding: 0 5rem !important;
  }

  section.hero .open-sans-sub-title br {
    display: none;
  }

  section.industries .owl-dots {
    gap: 10px;
  }

  section.industries .card {
    width: calc(100% - 15%);
  }
}

@media only screen and (max-width: 576px) {
  section.why-choose-us .row.first .col-sm-12:nth-child(2) .card-img-top {
    width: calc((100% / 2));
  }

  section.solutions .text-container {
    padding: 2rem;
  }

  section.why-choose-us h3{
    font-size: 16px !important;
  }

  section.industries .card {
    width: calc(100%);
  }

  section.industries .owl-dots {
    width: calc(100% - 50%);
    margin-left: auto;
    margin-right: auto;
  }

  section.tech-stack .right .cards-container {
    padding: 0;
  }

  section.tech-stack .right .nav-link.active,
  section.tech-stack .right .nav-link {
    padding: 8px 16px !important;
  }

  section.tech-stack .right .nav-item:has(#pills-home-tab),
  section.tech-stack .right .nav-item:has(#pills-stack7-tab) {
    width: calc(100% / 3);
  }

  section.tech-stack .right .nav-item:has(#pills-stack7-tab) {
    margin-right: 2rem;
  }

  section.tech-stack .right .nav {
    display: flex;
    justify-content: start;
  }

  section.tech-stack h2,
  section.tech-stack h2 span {
    font-size: 24px !important;
  }

  section.tech-stack .right .tab-pane {
    margin: 2rem 0;
  }

  section.tech-stack .right .tab-pane #pills-stack4,
  section.tech-stack .right .tab-pane #pills-stack5,
  section.tech-stack .right .tab-pane #pills-stack6,
  section.tech-stack .right .tab-pane #pills-stack7,
  section.tech-stack .right .tab-pane #pills-stack9 {
    margin-bottom: 6rem;
  }

  section.tech-stack .left .nav-link:not(section.tech-stack .right .nav-link) {
    font-size: 16px !important;
  }

  section.tech-stack
    .left
    .nav-link.active:not(section.tech-stack .right .nav-link.active),
  section.tech-stack
    .left
    .nav-link:hover:not(section.tech-stack .right .nav-link:hover) {
    font-size: 16px !important;
  }

  section.tech-stack .right .nav-link.active,
  section.tech-stack .right .nav-link:hover {
    font-size: 12px !important;
  }

  section.tech-stack .right .nav-link {
    font-size: 12px !important;
  }

  section.tech-stack .right .cards-container .card {
    width: calc((100% / 2) - 35px);
  }

  section.hero > .second {
    top: 50%;
    transform: translate(-50%, -147%);
    opacity: 0.1;
    width: 98%;
  }

  section.hero .open-sans-title {
    font-size: 32px !important;
  }

  section.hero .open-sans-sub-title {
    font-size: 13px !important;
  }

  section.hero .main-p {
    font-size: 14px !important;
    padding: 1rem;
  }

  section.hero .open-sans-stat-card-title {
    font-size: 1rem !important;
  }

  section.hero .stat-card {
    padding: initial !important;
    flex: 0 0 calc((100% / 3) - 1rem);
    aspect-ratio: 1 / 1;
  }

  section.hero .col-12:has(.stat-card) {
    padding: 5px !important;
  }

  section.intro h2,
  section.intro p {
    text-align: center;
  }

  section.services .container p {
    padding: 1rem;
    margin-bottom: 1.5rem !important;
  }

  section.intro p {
    padding: 1rem;
  }

  .open-sans-heading-two {
    font-size: 30px !important;
  }

  .open-sans-sub-title {
    font-size: 17px !important;
  }

  section.services {
    padding: 3rem 1rem 1rem 1rem !important;
  }

  section.services .tabs-row .left-col .nav-link {
    font-size: 14px !important;
  }

  section.services .tabs-row .left-col .nav-link img {
    width: 20px !important;
  }

  section.services .tabs-row .left-col .nav-item .nav-link::after {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 400px) {
  section.tech-stack .right .tab-pane #pills-stack4,
  section.tech-stack .right .tab-pane #pills-stack5,
  section.tech-stack .right .tab-pane #pills-stack6,
  section.tech-stack .right .tab-pane #pills-stack7 {
    margin-bottom: 4rem;
  }
}
