.section-py {
  padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.landing-hero {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 7.95rem;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 550px;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  font-weight: 800;
}
.landing-hero .hero-animation-img {
  /* margin-bottom: -16rem; */
}
@media (max-width: 991.98px) {
  .landing-hero .hero-animation-img {
    /* margin-bottom: -10rem; */
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    /* margin-bottom: -4rem; */
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  width: 85%;
  margin: 0 auto;
}
.landing-hero .hero-animation-img .hero-elements-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.landing-hero .hero-animation-img .hero-elements-img img {
  width: 100%;
}

.landing-features {
  padding-top: 16rem;
}
@media (max-width: 991.98px) {
  .landing-features {
    padding-top: 10rem;
  }
}
@media (max-width: 575.98px) {
  .landing-features {
    padding-top: 4rem;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  height: 5.125rem;
  width: 5.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-style: solid;
  border-radius: 50rem;
  transition: all 0.3s ease-in-out;
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 310px;
  margin: 0 auto;
}

.landing-reviews .swiper-reviews-carousel .swiper {
  padding-bottom: 2.75rem;
  overflow: visible !important;
}
@media (max-width: 991.98px) {
  .landing-reviews .swiper-reviews-carousel .swiper {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .landing-reviews .swiper-reviews-carousel .swiper {
    padding: 0 1rem 2rem;
  }
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
  padding: 1rem 0;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  padding: 0;
}
.landing-reviews .swiper-reviews-carousel .swiper-pagination {
  bottom: 0;
}
.landing-reviews .swiper-reviews-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.75rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 60rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  height: 1.75rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-team .team-image-box {
  height: 11.5625rem;
  border-top-left-radius: var(--bs-card-border-radius);
  border-top-right-radius: var(--bs-card-border-radius);
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    height: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-team .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .landing-pricing #slider-pricing {
    width: 75%;
    margin: 0 auto;
  }
}

.landing-fun-facts .fun-facts-icon {
  width: 5.125rem;
  height: 5.125rem;
  transition: all 0.3s ease-in-out;
}
.landing-fun-facts .fun-facts-text {
  font-size: 2.125rem;
}

.landing-faq .faq-image {
  max-width: 320px;
  width: 80%;
}

.landing-contact .bg-icon-left .tagline,
.landing-contact .bg-icon-left .title {
  opacity: 0.92;
}
.landing-contact .bg-icon-left .description {
  opacity: 0.78;
}

.light-style .landing-reviews .swiper-reviews-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(38, 43, 67, 0.12);
}
.light-style .landing-reviews .swiper-reviews-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(38, 43, 67, 0.26) !important;
}
.light-style .landing-team .card:hover .team-media-icons i[class*=facebook] {
  color: var(--bs-facebook);
}
.light-style .landing-team .card:hover .team-media-icons i[class*=twitter] {
  color: var(--bs-twitter);
}
.light-style .landing-team .card:hover .team-media-icons i[class*=linkedin] {
  color: var(--bs-linkedin);
}

.dark-style .landing-reviews .swiper-reviews-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-style .landing-reviews .swiper-reviews-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.26) !important;
}
.dark-style .landing-team .card:hover .team-media-icons i[class*=facebook] {
  color: var(--bs-facebook);
}
.dark-style .landing-team .card:hover .team-media-icons i[class*=twitter] {
  color: var(--bs-twitter);
}
.dark-style .landing-team .card:hover .team-media-icons i[class*=linkedin] {
  color: var(--bs-linkedin);
}

[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}


.testimonial__quote em {
  font-style: normal;
  background-color: #e5fce5;
  padding: 5px 10px 5px 10px;
  border-radius: .2rem;
}

.testimonial__quotes {
  fill: #045b3e0a;
  align-self: flex-start;
}

.testimonial__quote {
  font-size: clamp(1.6rem, 1.4536rem + .3902vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
}

.dotsHorizontal {
  background-image: url('/core/assets/img/landing/dotsBgHorizontal.svg');
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 32px;
}

.zBarReview {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #1e243a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px 4px 4px;
  display: flex;
  color: #fff;
  box-shadow:27px 34px 12px 0px rgba(0, 0, 0, 0), 17px 22px 11px 0px rgba(0, 0, 0, 0.02), 10px 12px 9px 0px rgba(0, 0, 0, 0.08), 4px 5px 7px 0px rgba(0, 0, 0, 0.13), 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.zBarReviewImages {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zBarReviewImages img:not(:first-child) {
  margin-left:-8px;
}

.zBarReviewImages img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.zBadgeTitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 30.9px;
  justify-content: flex-start;
  align-items: center;
  padding: 6.5px 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875em;
  display: flex;
  width: fit-content;
}

.zBadgeTitleWrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  padding: 6px;
  position: relative;
  display: inline-block;
}

.zBadgeTitleWrapper .zBadgeTitle {
  border-radius: 999px;
  margin-bottom: 0px!important;
  background-color: #fff!important;
}

.zBadgeTitleWrapper .zBadgeButtonBorder {
  position: absolute;
  pointer-events: none;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.zBadgeTitleWrapper .zBadgeButtonBorder::after {
  content: "";
  position: absolute;
  background: conic-gradient(from 5deg at 50% 50%, transparent 260deg, var(--bs-primary) 360deg, transparent 361deg), #14161d12;
  aspect-ratio: 1;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: button-border 6s linear infinite;
}

@keyframes button-border {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

.zBadgeTitleInner {
  z-index: 1;
  background-image: linear-gradient(#14161d0a, #14161d00);
  border-radius: 999px;
  padding: 8px;
  position: relative;
}

.zBadgeTitleInner::before {
  border: 1px solid rgba(20, 22, 29, 0.04);
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  pointer-events: none;
  mask: linear-gradient(to top, transparent 0%, #fff 100%);
}

.zVerified_green {
  color: #31c52e;
  background-image: linear-gradient(#e5fce5, #fff);
  border: 1.2px solid #9ae299;
}

.zVerified_white {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .1);
}

.zVerifiedReviewIcon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sHighLight {
  color: var(--bs-primary);
  background-color:var(--bs-primary-transparent-90);
  border-radius: 12px;
  margin-left: -.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 1.3em;
  display: inline-block;
  /* transform: rotate(-2.078deg); */
}

.bgPrimaryTransparent {
  background-color: var(--bs-primary-transparent-90);
}


.alignCenterParent {
  margin:0 auto;
}


.container-794 {
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-794:before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  height: 100%;
  border-left: 1px solid #14161d1f;
  border-right: 1px solid #14161d1f;
  
  mask: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.client_head {
  background-image: radial-gradient(circle at 50% 0, #0147ff00 58%, #0147ff05);
  padding-top: 32px;  
}





.spiderWrapper_link {
  z-index: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #14161d1f;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #14161d1f;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #14161d1f;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #14161d1f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: space-evenly;
  width: calc(75% + 40px);
  height: 50%;
  display: flex;
  position: absolute;
  top: 50%;
}

.spiderWrapper_reverse {
  top:0%;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: #14161d1f;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #14161d1f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #14161d1f;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #14161d1f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.spiderWrapperVerticalLine {
  width:1px;
  height: 100%;
  background-color: #14161d1f;
  position: absolute;
  top:-66%;
  left:50%;
  transform: translate(-100%);
}

ul.spiderCustomersFloating li {
  list-style-type: none;
}

ul.spiderCustomersFloating {
  position: absolute;
  float: left;
  left: 49%;
  top:-20%;
}

ul.spiderCustomersFloating li {
  position: absolute;
  top:0%;
  left:0%;
}
ul.spiderCustomersFloating li:nth-child(1) {
  left: -40px;
  top: -20px;
}

ul.spiderCustomersFloating li:nth-child(2) {
  left: -20px;
  top: 20px;
}

ul.spiderCustomersFloating li:nth-child(3) {
  left: 0px;
  top: -20px;
}

ul.spiderCustomersFloating li:nth-child(4) {
  left: 20px;
  top: 20px;
}

ul.spiderCustomersFloating li:nth-child(5) {
  left: 40px;
  top: -20px;
}

ul.spiderCustomersFloating li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border:1px solid #14161d1f;
  background-color: rgb(255 255 255 / 50%);
  border: 2px solid #fff;
  border-radius: 24px;
  outline: 1px solid #eaecf5;
}

.spiderWrapper_reverse .spiderWrapper_link_bar {
  top:0%;
}

.spiderWrapper_link_line {
  background-color: #14161d1f;
  width: 1px;
  height: 100%;
}

#targetPath1 {
  position: absolute;
  left: 0%;
  top: 0;
  width: 1px;
  height: 1px;
  background-color: #14161d1f;
}

#targetPath2 {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 1px;
  height: 1px;
  background-color: #14161d1f;
}

#targetPath3, #targetPath4, #targetPath5, #targetPath6 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 1px;
  background-color: #14161d1f;
}

#targetPath7, #targetPath8, #targetPath9, #targetPath10 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  background-color: #14161d1f;
}

#targetPathCornerBottomLeft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}

#targetPathCornerBottomRight {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}

.spiderWrapper_link_line.hide-td {
  position: relative;
}

.spiderWrapper_link_bar {
  background-color: var(--bs-primary);
  box-shadow: 0px 90px 25px 0px var(--bs-primary-transparent-90), 0px 58px 23px 0px var(--bs-primary-transparent-90), 0px 32px 19px 0px var(--bs-primary-transparent-90), 0px 14px 14px 0px var(--bs-primary-transparent-90), 0px 4px 8px 0px var(--bs-primary-transparent-90);
  border-radius: 9px;
  width: 150px;
  height: 1.5px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.spiderWrapper_link_bar.is-left {
  left: -75px;
  transform: translate(0%);
}

.spiderWrapper_link_bar.is-right {
  left: auto;
  right: -75px;
  transform: translate(0%);
}

.spiderWrapper {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}


.bg-wrap-hero {
  z-index: 0;
  width: 100vw;
  max-width: 1200px;
  position: absolute;
  inset: 0 0 0 50%;
  transform: translate(-50%);
}

.hero-lines-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-line-item {
  width: 2px;
  height: 100%;
  position: relative;
  overflow:hidden;
}

.hero-line-item:nth-child(1), .hero-line-item:nth-child(8) {
  mask: linear-gradient(to bottom, #FFF 0%, #FFF 30%, transparent 100%);
}

.hero-line-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent, var(--bs-primary));
  width: 1px;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
}

.hero-line-gradient {
  animation: hero-gradient-anim 8s linear 0s infinite;
}

.hero-line-item::after {
  content: "";
  position: absolute;
  background: #1111111a;
  box-shadow: 1px 0px 0px 0px #FFF;
  width: 1px;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.hero-line-item:nth-child(1), .hero-line-item:nth-child(8) {
  mask: linear-gradient(to bottom, #FFF 0%, #FFF 30%, transparent 100%);
}

.hero-line-item:nth-child(2), .hero-line-item:nth-child(7) {
  mask: linear-gradient(to bottom, #FFF 0%, #FFF 45%, transparent 100%);
}

.hero-line-item:nth-child(3), .hero-line-item:nth-child(6) {
  mask: linear-gradient(to bottom, #FFF 0%, #FFF 60%, transparent 100%);
}

.hero-line-item:nth-child(4), .hero-line-item:nth-child(5) {
  mask: linear-gradient(to bottom, #FFF 0%, #FFF 75%, transparent 100%);
}

.hero-line-item:nth-child(1) .hero-line-gradient, .hero-line-item:nth-child(8) .hero-line-gradient {
  animation-delay: 6s;
}

.hero-line-item:nth-child(2) .hero-line-gradient, .hero-line-item:nth-child(7) .hero-line-gradient {
  animation-delay: 4s;
}

.hero-line-item:nth-child(3) .hero-line-gradient, .hero-line-item:nth-child(6) .hero-line-gradient {
  animation-delay: 2s;
}

.hero-line-item:nth-child(4) .hero-line-gradient, .hero-line-item:nth-child(5) .hero-line-gradient {
  animation-delay: 0s;
}

@keyframes hero-gradient-anim {
  0% {
      top: -100px;
  }

  100% {
      top: 100%;
  }
}


.bg_wrap {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.bg_mask {
  width: 100%;
  min-width: 1440px;
  max-width: 2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-mask: linear-gradient(to right, #0000 0%, #fff 15% 85%, #0000 100%);
  mask: linear-gradient(to right, #0000 0%, #fff 15% 85%, #0000 100%);
}

.bg_container {
  width: 100%;
  min-width: 1440px;
  max-width: 1440px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.hero_svg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero_svg.is-1, .hero_svg.is-2, .hero_svg.is-4 {
  width: 857px;
}

.hero_svg.is-1 {
  top: 417px;
  left: -308px;
}

.hero_svg.is-2 {
  top: 33px;
  left: -657px;
}

.hero_svg.is-3 {
  top: -251px;
  right: -198px;
}

.hero_svg.is-3 {
  width: 1021px;
}

.hero_svg.is-4 {
  top: -178px;
  right: -551px;
}

.iconCheckListPricing {
    background-color: #ffffffa3;
    box-shadow: 0px 0px 0px 1px rgba(14, 63, 126, 0.04), 0px 1px 1px 0px rgba(42, 51, 69, 0.04), 0px 3px 3px -1.5px rgba(42, 51, 70, 0.04), 0px 6px 3px 0px rgba(42, 51, 70, 0.04), 0px 12px 12px -6px rgba(14, 63, 126, 0.04), 0px 24px 24px -12px rgba(14, 63, 126, 0.04);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 7px 7px 5px 7px;
    display: inline-block;
    vertical-align: bottom;
}

.iconCheckListPricing i {
  float:left;
}


.world_wrap {
  justify-content: center;
  align-items: center;
  width: 2000px;
  min-width: 2000px;
  height: 1336px;
  min-height: 1336px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.world_radial_overlay {
  width: 1440px;
  position: absolute;
  top: 136px;
  bottom: 4px;
}

.world_radial_overlay {
  background: radial-gradient(50% 47.8% at 50% 52.2%, #fcfdff 44.86%, rgba(252, 253, 255, 0) 100%);
}




.world_map_svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -50px;
}