.featured-world-section {
  background: var(--lightbg);
  padding: 4rem 0rem;
}
.featured-world-section .featured-world-wrapper {
  position: relative;
  padding: 2rem 0rem;
}
.featured-world-section .featured-world-wrapper .featured-world-header p {
  text-align: center;
}
.featured-world-section .featured-world-wrapper .featured-world-circle {
  z-index: 99999;
  position: relative;
  /* Original image positioning */
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-1 {
  top: 0%;
  left: -4%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-1 img {
  filter: var(--icon-hover-grey);
  width: 44px;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-2 {
  top: 66%;
  left: -6%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-2 img {
  width: 36px;
  margin-left: 5px;
  margin-top: 5px;
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-3 {
  top: 66%;
  left: 15%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-3 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-4 {
  top: 95%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-4 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-5 {
  top: 98%;
  animation: fw-move-lr 18s infinite;
  left: 13%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-5 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-6 {
  top: 103%;
  animation: fw-move-lr 18s infinite;
  right: 12%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-6 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-7 {
  top: 6%;
  right: -5%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-7 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-8 {
  top: 21%;
  right: 4%;
  animation: fw-move-lr 18s infinite;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-8 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-9 {
  top: 43%;
  right: -1%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-9 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-10 {
  animation: fw-moving 9s linear infinite;
  bottom: -24%;
  right: -4%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-10 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-11 {
  bottom: 0%;
  left: 5%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-11 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-12 {
  bottom: 49%;
  animation: fw-moving 9s linear infinite;
  left: 7%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-12 img {
  filter: var(--icon-hover-grey);
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-13 {
  bottom: 4%;
  right: 5%;
  position: absolute;
}
.featured-world-section .featured-world-wrapper .featured-world-circle.img-13 img {
  filter: var(--icon-hover-grey);
}

@media (max-width: 767px) {
  .featured-world-section .featured-world-wrapper .featured-world-circle img {
    max-width: 70px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .featured-world-section .featured-world-header .main-heading {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-9 {
    top: 54%;
    right: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-9 {
    top: 41%;
    right: 0%;
  }
}
.techbold {
  top: -12px;
  left: 191.5px;
}

/* Animations */
@keyframes fw-moving {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fw-move-lr {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(50px) translateY(-50px);
  }
  75% {
    transform: translateX(200px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.featured-world-circle1 {
  width: 80px;
  height: 80px;
  box-shadow: var(--shadowsix);
  border-radius: 50%;
  background: var(--plainclr);
  /* circle background */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px;
}

.featured-world-circle2 {
  width: 70px;
  height: 70px;
  box-shadow: var(--shadowsix);
  border-radius: 50%;
  background: var(--plainclr);
  /* circle background */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
}

.featured-world-circle3 {
  width: 100px;
  height: 100px;
  box-shadow: var(--shadowsix);
  border-radius: 50%;
  background: var(--plainclr);
  /* circle background */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.featured-world-circle4 {
  width: 80px;
  height: 80px;
  box-shadow: var(--shadowsix);
  border-radius: 50%;
  background: var(--plainclr);
  /* circle background */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-9 {
    right: -1%;
  }
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-4 {
    left: 0%;
  }
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-2 {
    top: 29%;
    left: -4%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .featured-world-header .main-heading {
    text-align: left;
  }
  .featured-world-circle1,
  .featured-world-circle2 {
    display: none !important;
  }
  .featured-world-section .featured-world-wrapper {
    position: relative;
    padding: 0;
  }
  .featured-world-section .featured-world-wrapper .featured-world-header p {
    text-align: left;
    padding-bottom: 0px;
  }
  .featured-world-section .featured-world-wrapper .featured-world-circle.img-13 {
    display: none;
  }
}
.featured-world-circle:hover img {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}

.featured-world-header {
  width: 55%;
  margin: auto;
}

@media (max-width: 767px) {
  .featured-world-header {
    width: 100%;
  }
}/*# sourceMappingURL=technology-integrations.css.map */