.shadowHeading {
  position: relative;
  text-align: center;
}
.shadowHeading.shadowBlack h2 {
  color: #1b1b1b;
}
.shadowHeading.shadowBlack .shadowSubtitle {
  color: #2a2a2a;
  opacity: 5%;
}
.shadowHeading h2 {
  color: #fff;
  font-size: 75px;
  font-family: Impact;
  letter-spacing: 0px;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 991px) {
  .shadowHeading h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 575px) {
  .shadowHeading h2 {
    font-size: 30px !important;
  }
}
.shadowHeading .shadowSubtitle {
  position: absolute;
  inset: 0;
  opacity: 10%;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 7.5px;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
  font-family: Impact;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .shadowHeading .shadowSubtitle {
    display: none;
  }
}

.portfolioBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .portfolioBanner {
    height: auto;
    padding: 100px 0;
  }
}
.portfolioBanner .bannerContent {
  max-width: 632px;
}
.portfolioBanner .bannerContent h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
}
@media (max-width: 991px) {
  .portfolioBanner .bannerContent h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .portfolioBanner .bannerContent h1 {
    font-size: 35px;
  }
}
.portfolioBanner .bannerContent h1 span {
  font-family: "RedHatDisplay-Extrabold";
}
.portfolioBanner .bannerContent p {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .portfolioBanner .bannerContent p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .portfolioBanner .bannerContent p {
    font-size: 16px !important;
  }
}

.portfolioTags {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  z-index: 98;
  opacity: 50%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 95%;
    overflow: auto;
}
.portfolioTags.show {
  display: flex;
}
@media (max-width: 991px) {
  .portfolioTags {
    display: none;
    flex-direction: column;
    opacity: 100;
    left: initial;
    transform: none;
    right: 10px;
    bottom: 200px;
    gap: 10px;
    font-size: 14px;
    padding: 15px 15px 50px;
    max-width: 300px;
  }
}
.portfolioTags:hover {
  opacity: 100%;
}
.portfolioTags .tagItem {
  border-radius: 8px;
  font-size: 16px;
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
}
@media (min-width: 992px) {
  .portfolioTags .tagItem {
    padding: 15px 42px;
    white-space: nowrap;
    background-color: #e9e9e9;
  }
}
@media (min-width: 992px) {
  .portfolioTags .tagItem.active {
    background-color: #3095fb;
    color: #fff;
  }
}

.tagsOpen {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3095fb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 170px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.tagsOpen.active {
  border: 6px solid #fff;
}
@media (min-width: 992px) {
  .tagsOpen {
    display: none;
  }
}

.projectIntroduction {
  padding: 55px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectIntroduction h2 {
  font-size: 32px;
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
}
.projectIntroduction .introductionContent {
  gap: 99px;
}
@media (max-width: 991px) {
  .projectIntroduction .introductionContent {
    gap: 30px;
  }
}
.projectIntroduction p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .projectIntroduction p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .projectIntroduction p {
    font-size: 14px;
  }
}

.techProblem {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 113px 0px;
}
@media (max-width: 767px) {
  .techProblem {
    padding: 55px 0px;
  }
}
.techProblem::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/ai-chatbot/lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.5;
}
.techProblem p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .techProblem p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .techProblem p {
    font-size: 14px;
  }
}
.techProblem .problemItems {
  padding-top: 131px;
}
@media (max-width: 767px) {
  .techProblem .problemItems {
    padding-top: 31px;
  }
}
.techProblem .problemItems .problemItem {
  position: relative;
}
@media (min-width: 768px) {
  .techProblem .problemItems .problemItem {
    padding-right: 35px;
  }
}
.techProblem .problemItems .problemItem .itemHeader {
  position: relative;
}
@media (min-width: 768px) {
  .techProblem .problemItems .problemItem .itemHeader {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .techProblem .problemItems .problemItem .itemHeader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.techProblem .problemItems .problemItem .itemHeader .bgLine {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 50%;
  width: 283px;
  background: rgba(255, 255, 255, 0.1);
  height: 1.03px;
}
.techProblem .problemItems .problemItem .itemImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.03px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2.75px 76.91px 14px #007bff;
  background-color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.techProblem .problemItems .problemItem .itemImage::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  height: 1.03px;
  background-image: linear-gradient(200deg, rgba(76, 205, 153, 0.64) 0%, rgba(76, 205, 153, 0) 100%);
  width: 82px;
}
.techProblem .problemItems .problemItem .itemImage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  height: 1.03px;
  background-image: linear-gradient(90deg, rgba(255, 244, 85, 0.64) 0%, rgba(255, 244, 85, 0) 100%);
  width: 82px;
}
.techProblem .problemItems .problemItem h4 {
  color: #fff;
  position: relative;
  font-size: 22px;
  padding: 24px 0 11px;
}
@media (max-width: 767px) {
  .techProblem .problemItems .problemItem h4 {
    text-align: center;
  }
}
.techProblem .problemItems .problemItem p {
  color: #fff;
  position: relative;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .techProblem .problemItems .problemItem p {
    text-align: center;
  }
}

.solutionApproach {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .solutionApproach {
    padding: 50px 0;
  }
}
.solutionApproach .solutionHeading {
  text-align: left;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .solutionApproach .solutionHeading {
    padding-bottom: 25px;
  }
}
.solutionApproach .solutionHeading p {
  text-align: center !important;
  margin: inherit !important;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .solutionApproach .solutionHeading p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .solutionApproach .solutionHeading p {
    font-size: 16px !important;
  }
}
.solutionApproach .solutionItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 14px;
  position: relative;
}
.solutionApproach .solutionItem h4 {
  font-size: 22px;
}
.solutionApproach .solutionItem p {
  color: #fff;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .solutionApproach .solutionItem p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .solutionApproach .solutionItem p {
    font-size: 16px !important;
  }
}
.solutionApproach .solutionItem img {
  transition: all 0.4s;
}
.solutionApproach .solutionItem .itemContent h4 {
  margin-bottom: 5px;
  color: #1b1b1b;
}
.solutionApproach .solutionItem .itemContent p {
  margin: 0;
  color: #2e2e2e;
}
@media (max-width: 991px) {
  .solutionApproach .solutionItem .itemContent {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .solutionApproach .solutionItem {
    width: 100% !important;
  }
}
.solutionApproach .ourApproach {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 10px;
  font-size: 120px;
  line-height: 96px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 20px 40px;
  font-family: "RedHatDisplay-Extrabold";
}
.solutionApproach .ourApproach span {
  text-align: center;
  color: #fff;
  transition: colorChange 1s;
  transform: rotate(270deg);
}
.solutionApproach .ourApproach span:hover {
  color: #3095fb;
}

.featuresImplemented {
  background-image: url("../portfolio-images/features-implemented.png");
  background-size: cover;
  background-color: #1b1b1b;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .featuresImplemented {
    padding: 50px 0;
  }
}
.featuresImplemented .featuresHeading {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .featuresImplemented .featuresHeading {
    padding-bottom: 40px;
  }
}
.featuresImplemented .featuteItem {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 20px 24px;
  color: white;
  background-blend-mode: luminosity;
  background: rgba(210, 210, 210, 0.2);
  background-blend-mode: multiply;
  background: rgba(72, 96, 203, 0.4509803922);
  background: radial-gradient(122.31% 65.49% at 84% 62.59%, rgb(33, 42, 79) -43%, rgba(255, 255, 255, 0) 96%);
  background-blend-mode: multiply;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(40px);
  height: 100%;
}
.featuresImplemented .featuteItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(233.2deg, #5581ff 1.68%, rgba(255, 255, 255, 0.19) 41.62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.featuresImplemented .featuteItem .itemTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.featuresImplemented .featuteItem .itemTitle span {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.featuresImplemented .featuteItem .itemTitle span img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.featuresImplemented .featuteItem .itemTitle h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  flex: 1;
}
.featuresImplemented .featuteItem p {
  font-size: 14.5px;
  line-height: 1.5;
  color: white;
}

.techImplementation {
  padding: 100px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .techImplementation {
    padding: 50px 0;
  }
}
.techImplementation .techHeading {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .techImplementation .techHeading {
    padding-bottom: 34px;
  }
}
.techImplementation .techHeading p {
  color: #1b1b1b;
  margin: auto;
  font-size: 18px;
  max-width: 826px;
}
@media (max-width: 1024px) {
  .techImplementation .techHeading p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .techImplementation .techHeading p {
    font-size: 14px;
  }
}
.techImplementation .techItem {
  background: #1d1c20;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 24px;
  padding: 72px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .techImplementation .techItem {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }
}
.techImplementation .techItem .techContent {
  display: flex;
  align-items: center;
  gap: 13px;
}
.techImplementation .techItem .techContent span {
  border-radius: 12px;
  background: linear-gradient(180deg, #343236 0%, #38343f 100%);
  box-shadow: inset 0 2px 2px #525154, 0 30px 25px rgba(0, 0, 0, 0.5);
  padding: 14px;
  width: 59px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.techImplementation .techItem .techContent span img {
  max-width: 100%;
  height: auto;
}
.techImplementation .techItem .techContent p {
  color: #fff;
}

.techImpacts {
  padding: 100px 0;
  background-image: url(../portfolio-images/impact.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .techImpacts {
    padding: 50px 0;
  }
}
.techImpacts .techHeading {
  padding-bottom: 75px;
}
.techImpacts .techHeading p {
  color: #fff;
  font-size: 18px;
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .techImpacts .techHeading p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .techImpacts .techHeading p {
    font-size: 14px !important;
  }
}
.techImpacts .impactItem {
  padding: 17px;
  border-radius: 12px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(22px);
}
.techImpacts .impactItem .itemTitle {
  display: flex;
  align-items: center;
  gap: 13px;
}
.techImpacts .impactItem .itemTitle span {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.techImpacts .impactItem .itemTitle span img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.techImpacts .impactItem .itemTitle h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  flex: 1;
}
.techImpacts .impactItem p {
  color: #fff;
  margin-top: 24px;
  font-size: 16px;
}

.morePortfolios {
  padding: 45px 0 75px;
}
@media (max-width: 767px) {
  .morePortfolios {
    padding: 30px 0 40px;
  }
}
.morePortfolios h2 {
  font-size: 24px;
  line-height: 1.29;
  padding-bottom: 25px;
  color: #1b1b1b;
}
.morePortfolios .nav {
  gap: 16px;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 40px;
}
.morePortfolios .nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .morePortfolios .nav {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.morePortfolios .nav .nav-item .nav-link {
  background-color: #f6f6f6;
  color: #1b1b1b;
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 42px;
  border-radius: 8px;
}
.morePortfolios .nav .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
@media (max-width: 767px) {
  .morePortfolios .nav .nav-item .nav-link {
    padding: 12px 12px;
    font-size: 13px;
    text-transform: capitalize;
  }
}
.morePortfolios .tab-content .owl-dots .owl-dot span {
  background: #e5e5ea;
}
.morePortfolios .tab-content .owl-dots .owl-dot.active span {
  background: #3095fb;
}
.morePortfolios .tab-content .portfolioItem {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 8px 8px 16px;
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem {
    padding: 8px;
  }
}
.morePortfolios .tab-content .portfolioItem img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.morePortfolios .tab-content .portfolioItem .portfolioContent {
  padding: 16px 16px 8px;
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem .portfolioContent {
    padding: 8px;
  }
}
.morePortfolios .tab-content .portfolioItem .portfolioContent h3 {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #217CB0;
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem .portfolioContent h3 {
    font-size: 14px;
  }
}
.morePortfolios .tab-content .portfolioItem .portfolioContent p {
  color: rgba(28, 28, 30, 0.722);
  padding-bottom: 8px;
}
.morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter .tags {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  flex: 1;
}
.morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter .tags span {
  background-color: #e5e5ea;
  color: #1c1c1e;
  padding: 3px 10px;
  border-radius: 16px;
  font-size: 14px;
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter .tags span {
    font-size: 12px;
  }
}
.morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter .portfolioLink {
  padding: 6px;
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #217CB0;
}
@media (max-width: 575px) {
  .morePortfolios .tab-content .portfolioItem .portfolioContent .portfolioFooter .portfolioLink {
    font-size: 14px;
  }
}

.ctaServices {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 15px 0;
}
@media (max-width: 767px) {
  .ctaServices {
    padding: 50px 15px 0;
  }
}
.ctaServices.withoutServiceImage {
  padding: 116px 15px;
}
@media (max-width: 767px) {
  .ctaServices.withoutServiceImage {
    padding: 50px 15px;
  }
}
.ctaServices .serviceContainer .serviceRow {
  background-image: url(../images/iot-images/cta-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 69px 35px;
}
@media (max-width: 767px) {
  .ctaServices .serviceContainer .serviceRow {
    padding: 30px;
  }
}
.ctaServices .serviceContainer .serviceRow h2 {
  font-size: 36px;
  color: #fff;
  font-family: "RedHatDisplay-Extrabold";
  line-height: 1.2;
  display: block;
}
@media (max-width: 767px) {
  .ctaServices .serviceContainer .serviceRow h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .ctaServices .serviceContainer .serviceRow h2 {
    font-size: 18px;
  }
}
.ctaServices .serviceContainer .serviceRow .serviceContent p {
  color: #fff;
  padding-bottom: 24px;
}
.ctaServices .serviceImage {
  margin-top: 71px;
}
@media (max-width: 767px) {
  .ctaServices .serviceImage {
    margin-top: 21px;
  }
}

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