.ai-newaccount-wrapper {
  /* position: relative;
  margin: 0 auto;
  max-width: 1450px; */
  position: relative;
  padding: 0 0.8125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ai-mainwrapnew {
  /* padding: 0 !important; */
  padding: 84px 0 0 0;
}
.ai-newaccount-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 49px;
  width: 100%;
}

.ai-newaccount-ruler {
  display: none;
}

.ai-newaccount-wrapper::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 90%;
  background-image: url("https://i.ibb.co/MgwWwsq/bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: -544;
  opacity: 0.23;
}
.aiheadlinewrapper p {
  display: none;
  max-width: 600px;
  text-align: start;
}

.ai-topheadline h2 {
  max-width: 440px;
  text-align: start;
}
.pricing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #0e0c15;
  border-left: 15px solid transparent;
}
.hero-content .pricing-btn::before {
  border-top: 15px solid #381644;
}
.ai-signup-option h4 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  text-align: center;
  color: #757185;
}
.ai-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 10px;
  width: 38px;
  height: 38px;
  /* Neutral/01/5% */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  text-decoration: none;
  z-index: 55;
}
.ai-form-control {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 32px;

  background: linear-gradient(
    180deg,
    rgba(14, 12, 21, 0.9) 0%,
    rgba(14, 12, 21, 0) 100%
  );
  backdrop-filter: blur(16px);
  /* Note: backdrop-filter has minimal browser support */

  width: 100%;
  max-width: 440px;
  min-height: 610px;
  padding: 80px 60px;
}

.ai-form-control::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Set different values for each corner */
  border-radius: 32px;
  padding: 1.4px;
  background-image: radial-gradient(
    circle at top right,
    #facb7c 0%,
    #89f9e8 25%,
    #9299fc 50%,
    #d77dee 75%,
    #facb7c 100%
  );
  background-clip: padding-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ai-inputfieldcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.ai-inputfield input {
  background: none;
  border: none;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;

  color: #757185;
  z-index: 55;
  outline: none;
}

.ai-inputfield {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0px;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.ai-signup-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 0px 0px;
  gap: 26px;
}
.ai-social-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}
.aiheadlinewrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 0px;
}
.ai-formvertical {
  isolation: isolate;
  z-index: 100; /* Increased value to ensure it's on top */
}

.blurrycolornew {
  position: absolute;
  height: 5%;
  width: 40%;
  z-index: 99; /* Decreased value to be below .ai-formvertical */
  background-image: linear-gradient(
    to bottom right,
    rgba(204, 0, 0, 0.7) 0%,
    rgba(38, 90, 210, 0.7) 100%,
    rgba(38, 90, 210, 0.7) 100%,
    rgba(38, 90, 210, 0.7) 100%
  );
  /* Adjust the blur radius as needed */
  filter: blur(110px);
  /* Other CSS properties for the pseudo-element */
  display: block !important;
  top: 0;
  right: 0;
}
.blurrycolorblue {
  position: absolute;
  height: 45%;
  width: 10%;
  z-index: 99; /* Decreased value to be below .ai-formvertical */
  background-image: linear-gradient(
    to bottom right,

    rgba(38, 90, 210, 0.7) 100%,
    rgba(38, 90, 210, 0.7) 100%,
    rgba(38, 90, 210, 0.7) 100%
  );

  /* Adjust the blur radius as needed */

  filter: blur(230px); /* Other CSS properties for the pseudo-element */
  display: block !important;
  top: 150px;
  right: 0;
}
.ai-line-wrapper {
  display: none;
  position: absolute;
  top: 90px;
  left: 55px;
  z-index: -1;
}
.ai-line-container {
  position: relative;
}
.line-vertical-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 62px;
}
.line-vertical {
  height: 420px;
  width: 1px;
  background: rgb(30, 22, 45, 0.6);
}
.line-horizontal-container {
  position: absolute;
  top: 57px;
  left: -22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 62px;
}
.line-horizontal {
  height: 1px;
  width: 370px;
  background: rgb(30, 22, 45, 0.6);
}
.star15 {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 147px;
  top: 355px;
  background: linear-gradient(180deg, #b9aedf 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  z-index: -1;
}
.star16 {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 50px;
  top: 260px;
  border-radius: 50%;
  background: linear-gradient(180deg, #88e5be 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.star17 {
  position: absolute;
  width: 8px;
  height: 8px;
  right: 120px;
  bottom: 382px;
  background: linear-gradient(180deg, #dd734f 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
  z-index: -1;
}
.star7 {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 165px;
  top: 355px;

  background: linear-gradient(180deg, #b9aedf 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}
.star10 {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 75px;
  top: 240px;
  border-radius: 50%;
  background: linear-gradient(180deg, #88e5be 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.star11 {
  position: absolute;
  width: 9px;
  height: 9px;
  left: 145px;
  top: 215px;
  background: linear-gradient(180deg, #dd734f 0%, #1a1a32 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.section-background-overlay {
  width: 100%;
  height: 100%;
  z-index: -4;
  top: 100px;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    #0e0c15 0%,
    rgba(255, 255, 255, 0) 35%,
    #0e0c15 65%
  );
}

/*Responsiveness*/
@media only screen and (min-width: 525px) {
  .ai-newaccount-wrapper::before {
    top: -25px;
    height: 70%;
    background-size: contain;
  }
  .ai-newaccount-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-background-overlay {
    height: 100%;
    top: 35px;
  }
  .ai-line-wrapper {
    display: block;
  }
  .vertical-1 {
    top: 40px;
    right: -27px;
    position: absolute;
    isolation: isolate;
    height: 500px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: difference;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 5;
  }
  .vertical-2 {
    top: 85px;
    right: -52px;
    isolation: isolate;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: difference;
    opacity: 0.5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 400px;
    width: 25px;
    z-index: 5;
  }
  .aiheadlinewrapper {
    min-height: 530px;
    max-width: 472px;
  }
  .aiheadlinewrapper p {
    display: flex;
  }
  .ai-newaccount-container {
    padding-top: 8.207%;
    padding-bottom: 14.946%;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-wrapper {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .ai-newaccount-wrapper {
    padding: 0 40px;
  }
  .ai-newaccount-container {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
  }
  .ai-newaccount-ruler {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .star15,
  .star16,
  .star17 {
    display: none;
  }
}
/* @media only screen and (min-width: 1300px) {
  .ai-newaccount-container {
    padding: 8.207% 0 14.946%;
  }
} */

/*Responsivenesss*/
