/* Compact Header Toggle - SCSS Version */
.technologyBannerMain {
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/technology-new/technology-banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .technologyBannerMain {
    padding: 50px 0;
  }
}
.technologyBannerMain .technologyContent {
  text-align: center;
  max-width: 880px;
  margin: auto;
}
.technologyBannerMain .technologyContent h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .technologyBannerMain .technologyContent h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .technologyBannerMain .technologyContent h1 {
    font-size: 36px;
  }
}
.technologyBannerMain .technologyContent p {
  color: #fff;
}

.techStackPower {
  padding: 94px 0;
  background-color: #030015;
}
@media screen and (max-width: 991px) {
  .techStackPower {
    padding: 70px 0 20px;
  }
}
.techStackPower h2,
.techStackPower p {
  color: #fff;
}
.techStackPower ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.techStackPower ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 48%;
}
@media screen and (max-width: 576px) {
  .techStackPower ul li {
    flex: 100%;
  }
}
.techStackPower ul li .arrow-bbackground {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.techStackPower ul li .technology {
  color: #fff;
  font-size: 14px;
}
.techStackPower img {
  width: 100%;
}

.legacyModernization {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/technology-new/legacy-modernization.png");
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .legacyModernization {
    padding: 70px 0;
  }
}
.legacyModernization .legacyContent {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.legacyModernization .legacyContent h3 {
  color: #1b1b1b;
}

.commonTechnologyWrapper {
  padding: 90px 0 0;
}
@media screen and (max-width: 991px) {
  .commonTechnologyWrapper {
    padding: 70px 0 0;
  }
}
.commonTechnologyWrapper.backendDevelopment {
  padding: 0;
}
.commonTechnologyWrapper.databaseStoring {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .commonTechnologyWrapper.databaseStoring {
    padding-bottom: 70px;
  }
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 10px;
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/technology-new/storing-managing-database.png");
  background-size: contain;
  backdrop-filter: brightness(0.9);
  overflow: hidden;
  border-radius: 10px;
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel .carousalContainer {
  transform: rotate(90deg);
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel .carousalContainer .owl-carousel {
  margin: 30px 0 0;
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel .carousalContainer .owl-carousel:first-child {
  margin: 0;
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel .carousalContainer .owl-carousel .item {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commonTechnologyWrapper.databaseStoring .databaseSortingImage .databaseCarousel .carousalContainer .owl-carousel .item img {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}
.commonTechnologyWrapper.projectManagement {
  background: linear-gradient(93.22deg, #F2F8FF 0.36%, #CBE2FC 99.14%);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .commonTechnologyWrapper.projectManagement {
    padding-top: 70px;
  }
}
.commonTechnologyWrapper h3 {
  color: #1b1b1b;
}

.technologiesWeUse {
  padding: 70px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/technology-new/svg/technologies-linear-gradient.svg");
}
@media (max-width: 991px) {
  .technologiesWeUse {
    background-image: none;
    padding: 50px 0;
  }
}
.technologiesWeUse::before {
  content: "";
  position: absolute;
  left: -250px;
  bottom: -30px;
  background-repeat: no-repeat;
  background-image: url(../images/technology-new/svg/technologies-linear-gradient.svg);
  width: 580px;
  height: 500px;
}
@media (max-width: 991px) {
  .technologiesWeUse::before {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .technologiesWeUse::before {
    display: none;
  }
}
.technologiesWeUse::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-image: url(../images/technology-new/svg/technologies-linear-gradient.svg);
  width: 580px;
  height: 500px;
}
@media (max-width: 991px) {
  .technologiesWeUse::after {
    display: none;
  }
}
.technologiesWeUse.backendDevelopment {
  background-image: none;
}
.technologiesWeUse.backendDevelopment::before {
  left: 200px;
}
@media (max-width: 767px) {
  .technologiesWeUse.backendDevelopment::before {
    left: 50px !important;
  }
}
.technologiesWeUse.backendDevelopment::after {
  right: 200px;
}
@media (max-width: 991px) {
  .technologiesWeUse.backendDevelopment::after {
    display: none;
  }
}
.technologiesWeUse .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.technologiesWeUse .owl-carousel .owl-stage .item {
  height: 100%;
}
.technologiesWeUse .owl-carousel .owl-stage .item .tool-inner {
  border-radius: 8px;
  background: #f6f6f6;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  gap: 15px;
  direction: ltr;
}
.technologiesWeUse .owl-carousel .owl-stage .item .tool-inner img {
  max-width: 100%;
  width: auto;
}
.technologiesWeUse .owl-carousel .owl-stage .item .tool-inner span {
  color: #1b1b1b;
  font-family: "RedHatDisplay-Extrabold";
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}
.technologiesWeUse .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.buildingSolution {
  padding: 250px 0 90px;
  background-position: center top;
  background-repeat: no-repeat !important;
  background: url("../images/technology-new/building-solutions.png"), #0D0D0D;
  background-size: cover;
}
@media screen and (max-width: 1650px) {
  .buildingSolution {
    background-size: contain;
  }
}
@media screen and (max-width: 1450px) {
  .buildingSolution {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .buildingSolution {
    padding-top: 150px;
  }
}
@media screen and (max-width: 576px) {
  .buildingSolution {
    padding-top: 100px;
  }
}
.buildingSolution .buildingSolutionContent {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 50px;
}
.buildingSolution .buildingSolutionContent h3,
.buildingSolution .buildingSolutionContent p {
  color: #fff;
}
.buildingSolution .buildingSolutionCardWrapper {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: #1D1C20;
  padding: 25px 20px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .buildingSolution .buildingSolutionCardWrapper {
    min-height: 180px;
  }
}
.buildingSolution .buildingSolutionCardWrapper.apiIntegration {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .buildingSolution .buildingSolutionCardWrapper.apiIntegration {
    gap: 100px;
  }
}
@media screen and (max-width: 576px) {
  .buildingSolution .buildingSolutionCardWrapper.apiIntegration {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .buildingSolution .buildingSolutionCardWrapper.deployment {
    gap: 60px;
    justify-content: flex-start;
  }
}
.buildingSolution .buildingSolutionCardWrapper h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-family: "RedHatDisplay-Medium";
}
@media screen and (max-width: 991px) {
  .buildingSolution .buildingSolutionCardWrapper h4 {
    text-align: center;
  }
}
.buildingSolution .buildingSolutionCardWrapper .imageCard {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.buildingSolution .buildingSolutionCardWrapper .imageCard.webFrames {
  justify-content: center;
}
.buildingSolution .buildingSolutionCardWrapper .imageCard span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.5019607843);
  background: linear-gradient(180deg, #343236 0%, #38343F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.buildingSolution .buildingSolutionCardWrapper.buildingCard {
  justify-content: flex-start;
}
.buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 991px) {
  .buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard {
    align-items: center;
  }
}
.buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard .textArea {
  flex: 1;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard .textArea {
    align-items: center;
  }
}
.buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard .textArea .commonHeading {
  font-size: 16px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard .textArea .commonHeading {
    text-align: center;
  }
}
.buildingSolution .buildingSolutionCardWrapper.buildingCard .contentCard span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.5019607843);
  background: linear-gradient(180deg, #343236 0%, #38343F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ctaWrapper {
  padding: 70px 20px;
}
@media screen and (max-width: 768px) {
  .ctaWrapper {
    padding: 50px 20px;
  }
}
.ctaWrapper .ctaContent {
  background-image: url("../images/technology-new/your-dream-cta-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 68.5px 30px;
}
.ctaWrapper .ctaContent h2,
.ctaWrapper .ctaContent p {
  color: #fff;
}
.ctaWrapper .ctaContent h2 {
  max-width: 200px;
  max-width: 400px;
  line-height: 1.2;
}

.dominatingDataAnalytics {
  padding: 0 0 90px;
}
@media screen and (max-width: 991px) {
  .dominatingDataAnalytics {
    padding: 0 0 70px;
  }
}
.dominatingDataAnalytics h3 span {
  background: linear-gradient(90.25deg, #FECC27 64.23%, #F1A100 73.75%);
  -webkit-background-clip: text;
  color: transparent;
}
.dominatingDataAnalytics .dataAnalyticCards {
  padding: 15px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
}
.dominatingDataAnalytics .dataAnalyticCards span {
  background-color: #193370;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dominatingDataAnalytics .dataAnalyticCards p {
  text-transform: capitalize;
}

.cloudSolution {
  background-color: #F4F9FD;
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .cloudSolution {
    padding: 70px 0;
  }
}
.cloudSolution.devopsAutomation {
  padding-bottom: 0;
}
.cloudSolution h3 {
  color: #1b1b1b;
}

.ctaTechnology {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .ctaTechnology {
    padding: 50px 0;
  }
}
.ctaTechnology .regardTechnology {
  padding: 50px 20px;
  background: url("../images/homepage/lets-talk.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  border-radius: 18px;
}
.ctaTechnology .regardTechnology .regardTechContent {
  position: relative;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .ctaTechnology .regardTechnology .regardTechContent {
    padding: 0 15px;
  }
}
.ctaTechnology .regardTechnology .regardTechContent h3,
.ctaTechnology .regardTechnology .regardTechContent p {
  color: #fff;
}
.ctaTechnology .regardTechnology .regardTechContent p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ctaTechnology .regardTechnology .regardTechContent p {
    font-size: 16px;
  }
}
.ctaTechnology .regardTechnology .regardTechContent .customBtn {
  padding: 15px 107px;
}
@media (max-width: 767px) {
  .ctaTechnology .regardTechnology .regardTechContent .customBtn {
    padding: 12px 90px;
  }
}
@media (max-width: 400px) {
  .ctaTechnology .regardTechnology .regardTechContent .customBtn {
    padding: 12px 60px;
  }
}

.architectureBuilding {
  padding: 90px 0;
  background: url("../images/technology-new/architecture-building.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .architectureBuilding {
    padding: 70px 0;
  }
}
.architectureBuilding .architectureContent {
  max-width: 800px;
  margin: auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .architectureBuilding .architectureContent {
    margin-bottom: 50px;
  }
}
.architectureBuilding .architectureContent h3,
.architectureBuilding .architectureContent p {
  color: #fff;
}
.architectureBuilding .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.architectureBuilding .owl-carousel .owl-stage .item {
  height: 100%;
}
.architectureBuilding .owl-carousel .owl-stage .item .tool-inner {
  border-radius: 25px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 18px;
  direction: ltr;
  backdrop-filter: blur(10px);
  border: 0.5px solid rgba(240, 240, 240, 0.3019607843);
  background: rgba(255, 255, 255, 0.1215686275);
  height: 100%;
}
.architectureBuilding .owl-carousel .owl-stage .item .tool-inner img {
  width: 100%;
  max-width: 30px;
}
.architectureBuilding .owl-carousel .owl-stage .item .tool-inner span {
  color: #fff;
  font-family: "RedHatDisplay-Semibold";
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}
.architectureBuilding .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.uiUxDesign {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/technology-new/ui-ux-design.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .uiUxDesign {
    padding: 70px 0;
  }
}
.uiUxDesign h3,
.uiUxDesign p {
  color: #fff;
}

.chooseUs {
  padding: 90px 20px;
  background-color: #040116;
}
.chooseUs .chooseUsContent {
  max-width: 905px;
  margin: auto;
}
.chooseUs .chooseUsContent h2,
.chooseUs .chooseUsContent p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.chooseUs img {
  margin-top: -80px;
}
.chooseUs .chooseUsWrapper {
  margin-top: -130px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/technology-new/why-choose-content.png);
  background-size: contain;
  width: 100%;
  height: 270px;
  align-items: center;
  justify-content: center;
}
.chooseUs .chooseUsWrapper h4 {
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .chooseUs .chooseUsWrapper h4 {
    font-size: 32px;
  }
}
.chooseUs .chooseUsMobile {
  background-color: #4a82f0;
  padding: 30px;
  border-radius: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .chooseUs .chooseUsMobile {
    padding: 35px 20px;
  }
}
.chooseUs .chooseUsMobile h4 {
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .chooseUs .chooseUsMobile h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.chooseUs .chooseUsMobile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.chooseUs .chooseUsMobile ul li {
  list-style: none;
  width: calc(50% - 9px);
  color: #fff;
  padding: 16px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3411764706);
  background: rgba(255, 255, 255, 0.1294117647);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .chooseUs .chooseUsMobile ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=technology.css.map */
