body {
  background-color: #010a1b;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  overflow-x: clip;
}

:root {
  --rotate-deg: 0deg;
}

.section {
  width: 100vw;
  height: 100svh;
  /* border: #000867 2px solid; */
}

.orbital-section {
  height: 60vw;
  width: 100vw;
  overflow: clip;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(0deg, #090b1b 1%, #090b1b00 14%),
    linear-gradient(0deg, #040a1c 1%, #090b1b00 10%);
  position: relative;
  padding-top: 0px;
}

.main-orbit-container {
  left: 50%;
  top: 0;
  transform: translate(-50%, 10%);
  margin: auto;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.mobile-view-box {
  aspect-ratio: 207/ 420;
  width: auto;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 570px;
}

.mobile-view-box-img {
  height: 100% !important;
  position: relative;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.app-screens-wrapper-imgs {
  max-width: unset !important;
    height: 100% !important;
    position: relative;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: clip;
    width: 100%;
}

.app-screens-wrapper {
  width: 90%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
    overflow: clip;
	border-radius: 20px;
}

.orbits-container {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  aspect-ratio: 1/1;
  min-width: 800px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #0776fe;
  aspect-ratio: 1/1;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: radial-gradient(
    100% 100% at 50% 50%,
    #0627ff12 70%,
    #000867 100%
  );
  backdrop-filter: blur(5px);
  --orbit-gap: 25%;
}

.orbit1 {
  width: calc(90% + (var(--orbit-gap) * -2));
}

.orbit2 {
  width: calc(90% + (var(--orbit-gap) * -1));
}

.orbit3 {
  width: calc(90% + (var(--orbit-gap) * 0));
}

.hook-orbit {
  opacity: 1;
  width: calc(90% + (var(--orbit-gap) * -0.5));
  z-index: 4;
  border: none;
  backdrop-filter: none;
  background: none;
}
.blue-sun {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  /* height: 30px; */
  border-radius: 50%;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(
    90deg,
    #0627ff 1%,
    #5600ea 10%,
    #0627ff 10%
  );
  aspect-ratio: 1/1;
  filter: blur(50px);
  /* display: none; */
}

.service-card {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transform-origin: center center;
  /* overflow: clip; */
  align-items: center;
}

.service-card-slide-ver {
  width: 270px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  margin: 10px 0px;
}

.service-card-rotate-slide-ver {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transform-origin: center center;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(
    130deg,
    #f8ffff00 15%,
    #0223ff24 50%,
    #073aff00 85%
  );
  backdrop-filter: blur(4px);
}

.service-card-rotate {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  border-radius: 8px;
  /* background: red; */
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transform-origin: center center;
  transform: rotate(calc(var(--rotate-deg) * -1));
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(
    130deg,
    #f8ffff00 15%,
    #0223ff24 50%,
    #073aff00 85%
  );
  backdrop-filter: blur(4px);
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 64px;
  aspect-ratio: 1/1;
}

.service-title {
  margin: 0px;
}

.service-text {
  margin: 0px;
}

.flap_1 {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, 0%) rotate(var(--rotate-deg));
}

.flap {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, 0%) rotate(var(--rotate-deg));
}

/* .service-card:nth-child(1) {
    transform: translate(-50%, -50%) rotate((var(--rotate-deg) * -1));
} */

.service-card-rotate::before {
  content: "";
  position: absolute;
  padding: 1.5px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
  transition: background 0.1s ease;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: conic-gradient(
      from 330deg at 50% 50%,
      #0776fe 0%,
      #ffffff00 13%
    ),
    conic-gradient(from 330deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #0776fe 0%, #ffffff00 13%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.service-card-rotate-slide-ver::before {
  content: "";
  position: absolute;
  padding: 1.5px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
  transition: background 0.1s ease;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: conic-gradient(
      from 330deg at 50% 50%,
      #0776fe 0%,
      #ffffff00 13%
    ),
    conic-gradient(from 330deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #0776fe 0%, #ffffff00 13%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.revolve-overlay {
  bottom: 0px;
  position: absolute;
  width: 120vw;
  height: 260px;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(
    0deg,
    #00ffff00 1%,
    #090b1b 32%,
    #090b1b 65%,
    #00ffff00 99%
  );
  filter: blur(15px);
  left: 50%;
  transform: translateX(-50%);
}

.mySwiper {
  display: none !important;
  margin-top: 40px;
}

.orbital-mobile-slide {
  width: 270px !important;
}

.orbital-mobile-slides-wrapper {
  align-items: center;
}

/* Show slider on tablet and mobile */
@media (max-width: 1024px) {
  .mySwiper {
    display: block !important;
    width: 100vw;
    padding: 20px 0;
  }

  .hook-orbit {
    display: none;
  }
}

@media (max-width: 768px) {
  .orbital-section {
    height: 370px;
  }

  .main-orbit-container {
    top: -50px;
  }

  .revolve-overlay {
    filter: blur(10px);
  }
}

@media (max-width: 500px) {
  .orbital-mobile-slide {
    width: 95vw !important;
  }

  .service-card-slide-ver {
    width: 100%;
  }
}

.flap {
  height: 100%;
}

/* Swiper custom styles */
.swiper-pagination-bullet {
  background: #667eea;
}

.swiper-button-next,
.swiper-button-prev {
  color: #667eea;
}

/* .swiper-slide {
  display: flex !important;
  justify-content: center;
} */

.orbit-slider-mob-buttons-container {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.orbit-slider-mob-button {
  padding: 5px 18px;
  border-radius: 100px;
  position: relative;
  backdrop-filter: blur(15px);
  background: #010a1b36;
}

.orbit-slider-mob-button::before {
  content: "";
  position: absolute;
  padding: 1.5px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: -1;
  transition: background 0.1s ease;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: conic-gradient(
      from 330deg at 50% 50%,
      #0776fe 0%,
      #ffffff14 13%
    ),
    conic-gradient(from 330deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #ffffff00 87%, #0776fe 100%),
    conic-gradient(from 122deg at 50% 50%, #0776fe 0%, #ffffff00 13%);

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.learn-more {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.service-text {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
}

.slide-text-icon-box {
  display: flex;
    width: 16px !important;
    aspect-ratio: 1 / 1;
/*     height: fit-content; */
    align-items: flex-start;
    justify-content: center;
    height: 16px !important;
}

.tut-orbital-slider-widget-main-container {
  display: flex;
  flex-direction: column;
}

.tut-orbital-slider-widget-btn-container .flow_content_btn_container {
  justify-content: center;
}
h3.service-title.global_card_title_style {
    font-size: 18px;
}

.service-text p {
    font-size: 14px;
}