/* Set the width of the scrollbar to 10px and the color to red */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Set the color of the scrollbar slider to green */
::-webkit-scrollbar-thumb {
  background-color: #252a42;
  border-radius: 8px;
}

/* Set the color of the scrollbar track to blue */
::-webkit-scrollbar-track {
  background-color: #181c31;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #A084E8 0%, #4F46E5 100%);
}

input:-webkit-autofill {
  background-color: #282634 !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(3 0 20 / var(--tw-bg-opacity));
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(145 142 160 / var(--tw-text-opacity));
  word-spacing: .1em;
}

th,
td {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.hover-shadow {
  transition: all 0.35s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 2px 2px 80px 3px rgba(161, 128, 255, 0.3);
}

.gradient-text {
  display: inline-block;
  background: linear-gradient(98deg, #bd95ff 0%, #ffbbdb 50%, #ffee00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle-text {
  background: -webkit-linear-gradient(90deg, #e59cff 0.01%, #ba9cff 50.01%, #9cb2ff 100%),
    -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-gradient,
.hero-button-gradient {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-11.11%, #a073ee),
      to(#6e25ed));
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
}

.button-gradient:hover,
.hero-button-gradient:hover {
  box-shadow: 0 0 2px rgb(255 255 255 / 0.8) inset, 0px 0px 15px 0px rgb(255 255 255 / 33%);
}

.hero-subtitle-gradient {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.05)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) -webkit-box-shadow;
  transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) -webkit-box-shadow;
  transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) box-shadow;
  transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) box-shadow,
    0.45s cubic-bezier(0.6, 0.6, 0, 1) -webkit-box-shadow;
}

.hero-subtitle-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.11)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-circle-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.features-row-border {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.48%, rgba(255, 255, 255, 0.12)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.features-row-border::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.features-bg {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) opacity;
  transition: 0.45s cubic-bezier(0.6, 0.6, 0, 1) opacity;
}

.icon-border {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.0288)),
      color-stop(50%, rgba(255, 255, 255, 0.06)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.0288) 0%,
      rgba(255, 255, 255, 0.06) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.icon-border:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.06)),
      color-stop(50.52%, rgba(255, 255, 255, 0.15)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.15) 50.52%,
      rgba(255, 255, 255, 0) 100%);
}

.features-box-border:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: linear-gradient(106.24deg,
      rgba(255, 255, 255, 0.15) -0.68%,
      rgba(255, 255, 255, 0) 98.03%);
}

.features-button-gradient {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.features-button-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0.01%, rgba(229, 156, 255, 0.45)),
      color-stop(50.01%, rgba(186, 156, 255, 0.45)),
      to(rgba(156, 178, 255, 0.45)));
  background: linear-gradient(90deg,
      rgba(229, 156, 255, 0.45) 0.01%,
      rgba(186, 156, 255, 0.45) 50.01%,
      rgba(156, 178, 255, 0.45) 100%);
}

.pricing-grid {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
  opacity: 0.3;
}

.pricing-grid-border {
  border-left: 1px solid;
  border-right: 1px solid;
  border-image-source: linear-gradient(270deg,
      rgba(255, 255, 255, 0.075) 0%,
      rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.pricing-circle:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      color-stop(28.19%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 28.19%);
}

.pricing-item {
  --discount-value: '50%';
  /* Default discount value */
}

.pricing-item.off-mark:after {
  position: absolute;
  top: -2em;
  right: -0.8em;
  content: var(--discount-value);
  display: flex;
  /* align-items: center; */
  padding: 1.1em;
  justify-content: center;
  width: 4em;
  height: 4em;
  color: #fff;
  font-size: 1.25em;
  /* background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  -webkit-mask-image: url(../picture/discount-tag.svg);
  -webkit-mask-size: cover;

  mask-image: url(../picture/discount-tag.svg);
  mask-size: cover; */

  background: url(../picture/discount-tag.svg) center/cover no-repeat;
}

.pricing-item-border:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  /* background: linear-gradient(47deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); */
  background: linear-gradient(47deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 5%) 100%);
}

.pricing-gradient-text {
  background: -webkit-linear-gradient(0deg, #e59cff 0.01%, #ba9cff 50.01%, #9cb2ff 100%),
    -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-gradient-divider {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.48%, rgba(255, 255, 255, 0.12)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.pricing-button-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.35s ease-in-out;
}

.pricing-button-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0.01%, #e59cff),
      color-stop(50.01%, #ba9cff),
      to(#9cb2ff));
  background-image: linear-gradient(90deg, #e59cff 0.01%, #ba9cff 50.01%, #9cb2ff 100%);
}

.pricing-button-gradient:hover {
  background: linear-gradient(98deg, #a570ff 0%, #ff6eb2 50%, #ffad66 100%);
  box-shadow: 0 2px 8px #3d96ff66, inset 0 -2px 12px #3a71ff80;
  /* background-image: linear-gradient(251.09deg, #701efc 5.04%, #cbb3f3 96.95%); */
  /* box-shadow: 0px 3px 30px 5px #3d96ff66, inset 0 -2px 12px #3a71ff80; */
}

.pricing-button-gradient:hover:before {
  background-image: linear-gradient(251.09deg, #701efc 5.04%, #cbb3f3 96.95%);
}

.user-border-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.user-divider:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.48%, rgba(255, 255, 255, 0.12)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.form-box-gradient {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.04)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

.form-box-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.12)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.cta-box-gradient:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0.18)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-divider-gradient {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.48%, rgba(255, 255, 255, 0.12)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.footer-bg-gradient {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.about-divider-gradient {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.48%, rgba(255, 255, 255, 0.15)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.15) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.team-img-gradient:before {
  background-color: rgb(255 255 255 / 0.2);
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 5px !important;
  z-index: 1 !important;
}

.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__delay-0-5s {
  animation-delay: 0.5s;
}

.application-item {
  border: 1px solid #242133;
  border-radius: 25px;
  /* background-image: linear-gradient(0deg, #000000 0%, #0e0e0e 100%); */
  /* box-shadow: 0 0 80px 0 #000; */
  /* transition: all 0.35s ease-in-out; */
  overflow: hidden;
}

.featured--card .featured--card--bg {
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}

.featured--card:hover .featured--card--bg,
.application-item:hover {
  /* background: linear-gradient(#0e1011, #0f1012) padding-box,
    linear-gradient(to bottom, #5178db47, #b14bf452, #6e7bfc2b) border-box; */
  /* box-shadow: 2px 2px 80px 3px rgba(161, 128, 255, 0.3); */
}

.our--data--card {
  border: 1px solid #242133;
  border-radius: 25px;
  background-image: linear-gradient(0deg, #000000 0%, #0e0e0e 100%);
  background: url(../picture/service-bg.jpeg) center/contain,
    linear-gradient(0deg, #000000 0%, #0e0e0e 100%);
  /* box-shadow: 0 0 80px 0 #000; */
  /* transition: all 0.35s ease-in-out; */
  overflow: hidden;
}

.nav__menu>a:hover::after,
.nav__menu>a.active::after {
  opacity: 1;
  visibility: visible;
  color: #fff;
  width: 150%;
}

.nav__menu>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../picture/nav-bg-shape.svg);
  width: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4sease-in-out;
}

.dropdown {
  top: 90px;
  left: 0px;
  /* margin-top: 28px; */
  min-width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  gap: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .dropdown {
    visibility: hidden;
    position: absolute;
    display: flex;
    width: 100%;
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;

    --tw-bg-opacity: 0.95;
    background-color: rgb(28 25 44 / var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);

    /* visibility: visible;
    opacity: 1; */
  }
}

@media (min-width: 1024px) {
  .group:hover .dropdown {
    visibility: visible;
    --tw-translate-y: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}

#home {
  background: linear-gradient(to top, #030014 20%, #0e0e0e00 100%), url(../picture/bg-gradient.webp);
  background-position: center top;
  background-size: cover;
}

.glowing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #2a153f;
  background: #270d41;
  color: #fff;
  border-radius: 50px;
}

.glowing-button::before {
  opacity: 0.7;
}

.glowing-button::after,
.glowing-button::before {
  content: '';
  position: absolute;
  background-image: conic-gradient(from var(--angle),
      transparent 20%,
      #a570ff,
      #9f9f9f,
      #f9ff00 100%);
  inset: -2px;
  z-index: -1;
  border-radius: 50px;
  animation: 5s spin linear infinite;
}

@keyframes spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes moveHorizental {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.inner-shape {
  position: relative;
}

.inner-shape .iconshape-one {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -3;
  animation: moveHorizental 4s infinite;
}

.inner-shape .iconshape-two {
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: -3;
  animation: moveHorizental 6s infinite;
}

.inner-shape .iconshape-three {
  position: absolute;
  left: 130px;
  top: 220px;
  z-index: -3;
  animation: moveHorizental 6s infinite;
}

.inner-shape .iconshape-four {
  position: absolute;
  right: 130px;
  top: 200px;
  z-index: -3;
  animation: moveHorizental 4s infinite;
}

.inner-shape .iconshape-five {
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -3;
  animation: moveHorizental 4s infinite;
}

.popular {
  margin-top: -30px;
  margin-bottom: -30px;
}

.popular .pricing-item-inner {
  height: 100%;
  background-image: url(../picture/product-popular-card-bg.png), url(../picture/product-card-bg.png);
  background-position: 50%, 0 0;
  background-size: cover, 100% 100%;
  background-color: #00087147;
}

.popular .pricing-item-inner::before {
  background: linear-gradient(47deg, rgb(255 255 255 / 30%) 0%, rgb(255 255 255 / 5%) 100%);
}

.application-bg {
  background-image: url(../picture/application-bg.svg);
  background-position: top;
  background-size: 118.2%;
  background-repeat: no-repeat;
}

.tags-bar {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sticky-tags {
  position: fixed;
  top: 90px;
  width: 100vw;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 49.48%,
      rgba(255, 255, 255, 0) 100%);
}

.sm\:sticky-tags {
  @media (width <=1024px) {
    top: inherit;
    bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* Hide scrollbar (for WebKit browser)*/
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Customize the scrollbar */
.scrollbar-custom::-webkit-scrollbar {
  width: 2px;
  /* Sets the scrollbar width */
  height: 2px;
  /* Horizontal scrollbar height */
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
  /* Scrollbar color */
  border-radius: 4px;
  /* Rounded corners */
}

.scrollbar-custom::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.8);
  background-color: transparent;
}

.scrollbar-custom::-webkit-scrollbar-track {
  background-color: rgba(200, 200, 200, 0.2);
  /* Scrollbar track color */
}

.scrollbar-custom::-webkit-scrollbar-corner {
  background: transparent;
  /* Make the junction transparent */
}

.free-btn {
  background: linear-gradient(270deg, #a073eed9 -11.11%, #6e25ed 100%);
}

.toggle-box {
  transition: all 0.35s ease-in-out;
}

.free {
  box-shadow: 2px 2px 30px 3px rgba(161, 128, 255, 0.3);
}

.pro {
  box-shadow: 2px 2px 30px 3px rgba(238, 255, 0, 0.3);
}

.overlength-text {
  position: relative;
  display: inline-block;
}

.overlength-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8%;
  right: -8%;
  height: 1px;
  background-color: #ddd;
  transform: translateY(-50%);
}

.sub-menu {
  display: flex;
  /* display: none; */
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 100vw;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 0.95;
  background-color: rgb(10 5 39 / 95%);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.menu li.group:hover .sub-menu {
  display: flex !important;
}

.profile_dropdown {
  background-image: url(../picture/product-popular-card-bg.png), url(../picture/product-card-bg.png);
  background-position: 50%, 0 0;
  background-size: cover, 100% 100%;
  background-color: #00087147;
}

/* .avatar:hover + .profile_dropdown {
  display: block;
} */

/* User Panel Styles */
.user-panel {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 9999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.user-panel:hover {
  background: rgba(99, 102, 241, 0.2);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}

.user-panel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

@media (max-width: 768px) {

  header .user-panel svg,
  header .user-panel-info {
    display: none;
  }
}

@media (max-width: 768px) {

  header .user-panel svg,
  header .user-panel-info {
    display: none;
  }
}

.user-panel-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  line-height: 1.2;
}

.user-panel-credit {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

@media (max-width: 768px) {
  /* .user-panel-info {
    display: none;
  } */

  .user-panel {
    padding: 0.5rem;
  }
}

.bg-gradient {
  background: linear-gradient(180deg, #18245a 0%, #101548 100%);
}

input {
  /* background: #101548 !important; */
  background: #14161b !important;
}

::placeholder {
  color: #3f4d8a !important;
}

[x-cloak] {
  display: none !important;
}

.bg-gradient-hover {
  &:hover {
    @media (hover: hover) {
      --tw-gradient-to: #a570ff70;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
}

.main-bg {
  background: #201e2d;
  /* background: #24222d; */
  /* background: rgb(99 109 225 / 10%); */
}


.blur-bg {
  position: fixed;
  top: -50px;
  left: 0px;
  z-index: 0;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: #8357D1;
  filter: blur(150px);
}


.tools-layout {
  display: flex;
  min-height: 100vh;
}

.tools-sidebar {
  width: 240px;
  color: #ffffff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 0;
  transform: translateX(0);
  transition: transform var(--default-transition-duration, 0.15s) var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
  overflow: hidden;
}

.tools-main {
  flex: 1;
  margin-left: 240px;
  min-height: 100vh;
  overflow-x: hidden;
  width: calc(100vw - 240px);
}

.sidebar-header {
  flex-shrink: 0;
}

.sidebar-content {
  flex: 1;
  overflow-y: auto;
}

.sidebar-footer {
  flex-shrink: 0;
}

.nav-item {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.nav-item:hover {
  color: #ffffff;
}

.nav-item.active {
  color: #ffffff;
}

.nav-category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 0.05em;
}


.mobile-toggle {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 60;
  background: #333333;
  color: #ffffff;
  border: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
}

.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
}

/* Tablet and Mobile styles */
@media (max-width: 1024px) {
  .tools-sidebar {
    transform: translateX(calc(-100% - 1rem));
    width: 240px;
  }

  .tools-sidebar.open {
    z-index: 100;
    transform: translateX(0);
  }

  .tools-main {
    margin-left: 0;
    width: 100vw;
  }

  .mobile-toggle {
    display: block;
  }

  .sidebar-overlay.open {
    display: block;
  }
}

@media (max-width: 770px) {
  .prompt {
    margin-top: 0;
  }

  #hero-section-2-content {
    flex-direction: column;
  }

  #hero-section-1-content {
    gap: 0;
  }

  #hero-section-1-source {
    align-items: center;
  }

  #hero-section-1-arrow {
    left: 50px;
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .tools-sidebar {
    width: 220px;
  }

  .sidebar-header {
    padding: 1rem;
  }

  .sidebar-footer {
    padding: 0.75rem 1rem;
  }

  .nav-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }

  .nav-category {
    padding: 0.375rem 1rem;
    font-size: 0.7rem;
  }

  .mobile-toggle {
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.375rem;
  }

  .hero-arrow {
    transform: rotate(90deg);
    bottom: -50px;
    display: none;
  }
}

/* Content area styling */
.tools-content {
  min-height: 100vh;
}

.home {
  --app-display: none;
}

#app-section {
  position: relative;
}

#app-container {
  min-height: 100vh;
}

#app-container.home {
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
}

#app-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  background: rgba(15, 15, 35, 0.85);
}