@media (max-width: 600px) {
  .mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .descText {
    color: #fff;
    margin-top: 1rem;
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    line-height: 1.5;
    width: 75% !important;
  }
  .investorsMainHeading {
    font-size: 1.5rem !important;
    font-family: 'Satoshi-Bold' !important;
    color: #16154D !important;
  }
  .mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .mainHeading {
    max-width: 75%;
  }
}

.mainSectionContainer {
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: relative;
}

.mainSectionContainer #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
}

.mainSectionContainer .topContentContainer,
.mainSectionContainer .servicesWrapper {
  position: relative;
  z-index: 2;
}

.mainSectionContainer .topContentContainer {
  margin-top: 2rem;
  width: 55%;
  margin-inline: auto;
}

.mainSectionContainer .topContentContainer .topHeading {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-family: 'Satoshi-Bold';
  color: #333;
}

.mainSectionContainer .servicesWrapper {
  margin-top: 1rem;
  width: 95%;
  max-width: 1210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-inline: auto;
  gap: 3rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer {
  width: 45%;
  position: relative;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .carousel-control {
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(22, 21, 77, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
  border: none;
  color: white;
  font-size: 1.2rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .carousel-control:hover {
  background: #16154d;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .carousel-control.prev {
  left: -20px;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .carousel-control.next {
  right: -20px;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer:hover .carousel-control {
  opacity: 1;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .mainHeadingServices {
  font-size: 2.2rem;
  font-family: 'Satoshi-Bold';
  color: #16154D;
  width: 90%;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .mainHeadingServices .highlightedText {
  background: -webkit-gradient(linear, right top, left top, from(#16154d), color-stop(25%, #f09000), color-stop(50%, #16154d), color-stop(75%, #f09000), to(#16154d));
  background: linear-gradient(270deg, #16154d 0%, #f09000 25%, #16154d 50%, #f09000 75%, #16154d 100%);
  background-size: 400% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: gradientMove 8s ease-in-out infinite;
          animation: gradientMove 8s ease-in-out infinite;
  font-family: 'Satoshi-Black';
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .descriptionServices {
  font-size: .85rem;
  font-family: 'Satoshi-Medium';
  color: #1a1a1a;
  width: 100%;
  text-align: justify;
  line-height: 1.7;
  margin-top: 1rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .discoverServicesBtn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #16154D;
  -webkit-transition: background .3s ease-in-out !important;
  transition: background .3s ease-in-out !important;
  color: #fff;
  height: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Satoshi-Bold';
  font-size: .8rem;
  padding-left: 1rem;
  padding-right: .5rem;
  border-radius: 4px;
  text-decoration: none;
  gap: .5rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .discoverServicesBtn .mainIconWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.8rem;
  width: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .discoverServicesBtn .mainIconWrapper .arrowIcon path {
  fill: #fff;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .discoverServicesBtn:hover {
  background: linear-gradient(269deg, #F09000 0.17%, #16154D 99.24%);
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel {
  margin-top: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .carousel-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(22, 21, 77, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
  border: none;
  color: white;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .carousel-control.prev {
  left: 10px;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .carousel-control.next {
  right: 10px;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel:hover .carousel-control {
  opacity: 1;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices {
  min-width: 450px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 25rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(182deg, rgba(22, 21, 77, 0) 1.34%, rgba(22, 21, 77, 0.54) 44.29%, #000 98.72%);
  opacity: 0;
  visibility: hidden;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .topStatus {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding-left: .2rem;
  padding-right: 1rem;
  height: 2rem;
  border-radius: 10rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .topStatus .statusDot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 1.2rem;
  width: 1.2rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .topStatus .statusDot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #008B38;
  opacity: 0.3;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .topStatus .statusDot::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background-color: #008B38;
  -webkit-animation: pulseInner 1.2s ease-in-out infinite;
          animation: pulseInner 1.2s ease-in-out infinite;
}

@-webkit-keyframes pulseInner {
  0% {
    inset: 10%;
  }
  50% {
    inset: 20%;
  }
  100% {
    inset: 10%;
  }
}

@keyframes pulseInner {
  0% {
    inset: 10%;
  }
  50% {
    inset: 20%;
  }
  100% {
    inset: 10%;
  }
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .topStatus .statusText {
  font-family: 'Satoshi-Bold';
  font-size: .8rem;
  color: #16154D;
  padding: 0;
  margin: 0;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4rem;
  width: 90%;
  margin-inline: auto;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer h2, .mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer p {
  margin: 0;
  padding: 0;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .heading .mainIconWrapper {
  background-color: #f09000;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .mainHeading {
  color: #fff;
  font-family: 'Satoshi-Bold';
  font-size: 1.3rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .mainHeading .char {
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .descText {
  color: #fff;
  margin-top: 1rem;
  font-family: 'Satoshi-Medium';
  font-size: .85rem;
  line-height: 1.5;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .descText .line {
  display: block;
  overflow: hidden;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .descText .line .line-inner {
  display: block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .serviceNavBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  width: 3rem;
  background-color: #ffffff48;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -3rem;
  right: 0rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .contentWrapped .mainServiceContainer .serviceNavBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scale: .7;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .backWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices.active .contentWrapped {
  visibility: visible;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .serviceContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .serviceContent h3 {
  color: #16154D;
  font-family: 'Satoshi-Bold';
  font-size: 1.5rem;
}

.mainSectionContainer .servicesWrapper .servicesContentContainer .servicesWrapperCarousel .businessServices .serviceContent p {
  color: #666;
  font-family: 'Satoshi-Regular';
  line-height: 1.5;
  font-size: 1rem;
}

.mainSectionContainer .servicesWrapper .diagramsWrapperContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40rem;
  width: 55%;
}

.mainSectionContainer .servicesWrapper .diagramsWrapperContainer .serviceDiagram2 {
  scale: 1.1;
}

.mainSectionContainer .servicesWrapper .diagramsWrapperContainer img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=servicesIndexStyle.css.map */