.container {
  background: #0b0d1f;
  width: 100%;
}
.bg-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1052px;
  z-index: -3;
  opacity: 0.08;
  mix-blend-mode: lighten;
}
.bg-s-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.08;
  mix-blend-mode: lighten;
}
.hero-section {
  height: 1052px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 152px;
}
.hero-section-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-section-left-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-section-left-title h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(90deg, #0cf 0%, #8f46d9 60.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section-left-title h1 span {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: var(--White, #fff) !important;
  -webkit-text-fill-color: var(--White, #fff) !important;
}
.hero-section-left-title p {
  color: var(--Dark-dark_4, #787d92);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.hero-section-left-button {
  display: flex;
  gap: 20px;
}
.hero-section-right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.secured-tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8.5px;
  border-radius: 15.014px 15.014px 0px 0px;
  background: var(--Secondary-secondary, #8f46d9);
  padding: 6.435px 21.449px;
  z-index: 90;
}
.secured-tag p {
  color: var(--White, #fff);
  font-size: 15.014px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.449px;
}
.hero-login {
  pointer-events: none;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #434b6a;
  background: linear-gradient(180deg, #181f34 0%, #0d1120 100%);
}
.hero-login-logo {
  width: 60px;
}
.hero-login-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.login-form-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.login-form-text .title {
  color: var(--White, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.login-form-text .des {
  color: var(--Dark-dark_3, #525872);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.login-form-input {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 480px;
}
.button-continue {
  border-radius: 8px;
  border: 1px solid #333c59;
  background: transparent;
  display: flex;
  padding: 12px 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.button-continue p {
  color: var(--white, #fff);
  font-size: 16px;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 40px 0px;
}
.divider-line {
  width: 226.5px;
  height: 1px;
  background: #2e3551;
}
.divider p {
  color: var(--Dark-dark_2, #2e3551);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hero-login-social {
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.hero-login-social p {
  color: var(--Dark-dark_4, #787d92);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
}
.hero-login-social p a {
  color: var(--Dark-dark_5, #a2a5b2);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15px;
  text-decoration: none;
}
.line-y {
  position: absolute;
  width: 980px;
  height: 1px;
  transform: rotate(90deg);
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 18, 43, 0.7) 0%,
    #2c334f 50%,
    rgba(15, 18, 43, 0.7) 100%
  );
}
.line-x {
  position: absolute;
  width: 980px;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 18, 43, 0.7) 0%,
    #2c334f 50%,
    rgba(15, 18, 43, 0.7) 100%
  );
}
.line-y-bg-1 {
  top: 50%;
  left: -610px;
}
.line-y-bg-2 {
  top: 50%;
  left: -495px;
}
.line-y-bg-3 {
  top: 50%;
  right: -495px;
}
.line-y-bg-4 {
  top: 50%;
  right: -610px;
}
.line-x-bg-1 {
  top: -80px;
}
.line-x-bg-2 {
  top: -6px;
}
.line-x-bg-3 {
  bottom: -6px;
}
.line-x-bg-4 {
  bottom: -80px;
}
.dot-light-1 {
  position: absolute;
  top: -7px;
  left: -7px;
}
.dot-light-2 {
  position: absolute;
  bottom: -7px;
  left: -7px;
}
.dot-light-3 {
  position: absolute;
  top: -7px;
  right: -7px;
}
.dot-light-4 {
  position: absolute;
  bottom: -7px;
  right: -7px;
}
.trusted-client {
  background: #090a1a;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.trusted-client p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.client-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.about {
  position: relative;
  z-index: 98;
  padding-top: 120px;
  background: #0b0d1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.about-tag {
  position: relative;
  z-index: 98;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(0, 204, 255, 0.1);
}
.about .about-image {
  position: relative;
  z-index: 98;
  margin-top: 35.5px;
}
.about-tag p {
  color: var(--Primary-main, #0cf) !important;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.about h2 {
  background: linear-gradient(90deg, #0cf 6.27%, #8f46d9 24.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}
.about h2 span {
  color: var(--White, #fff) !important;
  -webkit-text-fill-color: var(--White, #fff) !important;
  font-style: normal;
  font-weight: 500 !important;
}
.about p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.about h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.menu-button {
  display: flex;
  gap: 20px;
}
.four-tab {
  background: #090a19;
  padding: 121px 0px 156px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}
.four-tab-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: var(
    --gradient,
    linear-gradient(180deg, #181f34 0%, #0d1120 100%)
  );
}
.four-tab-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.four-tab-item-title h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.four-tab-item-title p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.four-tab-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.customizable-section {
  padding: 120px 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customizable-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.customizable-section-title h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.customizable-section-title p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.customizable-section-value {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #0b0d1f 0%, #181f34 100%);
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.customizable-section-value-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.customizable-section-value-item .item-value {
  min-width: 360px;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.customizable-section-value-item .item-value .item-value-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.customizable-section-value-item .item-value .item-value-text h1 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
.customizable-section-value-item .item-value .item-value-text p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.customizable-section-value-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.customizable-section-value-bottom h3 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.customizable-section-value-bottom p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.customizable-section-value-bottom .button-outline {
  background: linear-gradient(#171e32, #171e32) padding-box,
    linear-gradient(90deg, rgba(0, 204, 255, 1) 0%, rgba(143, 70, 217, 1) 100%)
      border-box !important;
}
.ask-section {
  padding-bottom: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.ask-section h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.ask-section-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.ask-section-item-content {
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.ask-section-item-content-item {
  cursor: pointer;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid #1e2038;

  background: var(
    --gradient,
    linear-gradient(180deg, #181f34 0%, #0d1120 100%)
  );
}
.ask-section-item-content-item-active {
  border: 1px solid transparent !important;

  background: var(--gradient, linear-gradient(180deg, #181f34 0%, #0d1120 100%))
      padding-box,
    linear-gradient(90deg, rgba(0, 204, 255, 1) 0%, rgba(143, 70, 217, 1) 100%)
      border-box !important;
  background-clip: padding-box, border-box, text !important;
}
.ask-section-item-content-item-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ask-section-item-content-item-title p {
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.ask-section-item-content-item-divider {
  width: 100%;
  height: 1px;
  background: var(--Dark-dark_2, #2e3551);
}
.ask-section-item-content-item-content {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  align-self: stretch;
}
