html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}

.div {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  max-width: 100%;
  height: auto;
}

.home {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.home .div {
  background-color: #1e1e1e;
  width: 100%;
  max-width: 1512px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 16px;
  overflow: auto;
}

.home .about {
  position: absolute;
  width: 100%;
  max-width: 1512px;
  height: 1128px; /* Increased from 1028px to 1128px */
  top: 982px;
  left: 0;
  overflow: hidden;
}

.home .line {
  position: absolute;
  width: 100%;
  max-width: 636px;
  height: 3px;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
}

.home .overlap-group {
  position: absolute;
  width: 100%;
  max-width: 1327px;
  height: 1012px;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.home .bringing-concepts-to {
  position: absolute;
  width: 100%;
  max-width: 1313px;
  top: 219px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter-Bold", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  text-align: right;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}

.home .text-wrapper {
  font-weight: 700;
  letter-spacing: -0.17px;
}

.home .span {
  font-family: "Inter-Regular", Helvetica;
  letter-spacing: -0.17px;
}

.home .your-personalized-AI {
  position: absolute;
  width: 100%;
  max-width: 1313px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter-Bold", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}

.home .with-real-time {
  position: absolute;
  width: 100%;
  max-width: 1313px;
  top: 699px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}

.home .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 83px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: 866px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #faf9f6;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #faf9f6;
  font-weight: 600;
  font-family: "Inter-Bold", Helvetica;
  color: #1e1e1e;
}

.home .button:hover {
  background-color: #91b3e3;
  border-color: #91b3e3;
  color: #1e1e1e;
}

.home .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  text-shadow: 0px 4px 4px #00000040;
  -webkit-text-stroke: 1px #faf9f6;
  font-family: var(--single-line-body-base-font-family);
  font-weight: var(--single-line-body-base-font-weight);
  color: #1e1e1e;
  font-size: var(--single-line-body-base-font-size);
  letter-spacing: var(--single-line-body-base-letter-spacing);
  line-height: var(--single-line-body-base-line-height);
  white-space: nowrap;
  font-style: var(--single-line-body-base-font-style);
}

.home .overlap {
  position: absolute;
  width: 100%;
  max-width: 1512px;
  height: 980px;
  top: 0;
  left: 0;
}

.home .intro-text {
  position: absolute;
  width: 100%;
  max-width: 1512px;
  height: 881px;
  top: 99px;
  left: 0;
  background-color: #1e1e1e;
}

.home .let-s-talk-button {
  display: flex;
  width: 240px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  top: 421px;
  left: 50%;
  transform: translateX(-50%);
}

.home .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #faf9f6;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #2c2c2c;
  font-weight: 600;
  font-family: "Inter-Bold", Helvetica;
  color: #1e1e1e;
  opacity: 0; /* Set initial opacity to 0 */
  animation: easein 4s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards; /* Ensure the element stays at opacity 1 */
}

.home .button-3:hover {
  background-color: #91b3e3;
  border-color: #91b3e3;
  color: #1e1e1e;
}

.home .button-4 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--single-line-body-base-font-family);
  font-weight: var(--single-line-body-base-font-weight);
  color: #f5f5f5;
  font-size: var(--single-line-body-base-font-size);
  letter-spacing: var(--single-line-body-base-letter-spacing);
  line-height: var(--single-line-body-base-line-height);
  white-space: nowrap;
  font-style: var(--single-line-body-base-font-style);
}

.home .zap {
  position: relative;
  width: 16px;
  height: 16px;
}

@keyframes easein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home .t-cubed {
  position: absolute;
  width: 498px;
  height: 86px;
  top: 334px;
  left: 495px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 72px;
  text-align: center;
  letter-spacing: -2.16px;
  line-height: 86.4px;
  opacity: 0; /* Set initial opacity to 0 */
  animation: easein 4s;
  animation-fill-mode: forwards; /* Ensure the element stays at opacity 1 */
}


.home .text-wrapper-2 {
  color: #3480eb;
  letter-spacing: -1.56px;
}

.home .text-wrapper-3 {
  color: #faf9f6;
  letter-spacing: -1.56px;
}

.home .image {
  width: 314px;
  height: 302px;
  top: 219px;
  left: 99px;
  position: absolute;
  object-fit: cover;
}

.home .img {
  width: 574px;
  height: 574px;
  top: 474px;
  left: 870px;
  scale: 70%;
  position: absolute;
  object-fit: cover;
}

.home .image-2 {
  top: 100px;
  left: 641px;
  scale: 70%;
  position: absolute;
  object-fit: cover;
}

.home .image-4 {
    top: 500px;
    left: 100px;
    scale: 50%;
    position: absolute;
    object-fit: cover;
}

.home .image-5 {
    top: 0px;
    left: 1023px;
    scale: 30%;
    position: absolute;
    object-fit: cover;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) translateX(100px) rotate(0deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translateX(100px) rotate(-360deg);
    opacity: 0;
  }
}

.home .image-2 {
  animation: spin 9s linear infinite;
  transform-origin: center center;
}

.home .image {
  animation: spin 11s linear infinite;
  transform-origin: center center;
}


.home .image-5 {
  animation: spin 7s linear infinite;
  transform-origin: center center;
}

.home .img {
  animation: spin 8s linear infinite reverse;
  transform-origin: center center;
}

.home .image-4 {
    animation: spin 13s linear infinite reverse;
    transform-origin: center center;
}

.home .header {
  position: absolute;
  width: 1512px;
  height: 99px;
  top: 0;
  left: 0;
  background-color: #1e1e1e;
  overflow: hidden;
  border-bottom-color: #faf9f6;
  border-bottom-width: 10px;
}

.home .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 83px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: 34px;
  left: 1375px;
  background-color: #faf9f6;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #faf9f6;
  font-weight: 600;
  font-family: "Inter-Bold", Helvetica;
  color: #1e1e1e;
}

.home .button-wrapper:hover {
  background-color: #91b3e3;
  border-color: #91b3e3;
  color: #1e1e1e;
}

.home .p {
  position: absolute;
  width: 232px;
  height: 43px;
  top: 28px;
  left: -17px;
  font-family: "Courier Prime-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 36px;
  text-align: center;
  letter-spacing: -1.08px;
  line-height: 43.2px;
}

.text-wrapper-4 {
  color: #3480eb;
  letter-spacing: -0.39px;
}

.text-wrapper-5 {
  color: #faf9f6;
  letter-spacing: -0.39px;
}

.home .line-2 {
  position: absolute;
  width: 1512px;
  height: 2px;
  top: 97px;
  left: 0;
}

.home .features {
  position: absolute;
  width: 1512px;
  height: 593px;
  top: 2050px; /* Adjusted from 2010px to create space */
  left: 0;
}

.home .text-wrapper-6 {
  position: absolute;
  width: 327px;
  top: 48px;
  left: 37px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #faf9f6;
  font-size: 36px;
  text-align: center;
  letter-spacing: -1.08px;
  line-height: 57.6px;
  white-space: nowrap;
}

.home .text-wrapper-7 {
  position: absolute;
  width: 159px;
  top: 398px;
  left: 188px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 51.2px;
  text-decoration: underline;
}

.home .text-wrapper-8 {
  position: absolute;
  width: 159px;
  top: 398px;
  left: 676px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 51.2px;
  text-decoration: underline;
}

.home .text-wrapper-9 {
  position: absolute;
  width: 159px;
  top: 398px;
  left: 1164px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.96px;
  line-height: 51.2px;
  text-decoration: underline;
}

.home .ellipse {
  left: 164px;
  position: absolute;
  width: 208px;
  height: 208px;
  top: 160px;
  object-fit: cover;
  overflow: hidden;
}

.home .ellipse-2 {
  left: 652px;
  position: absolute;
  width: 208px;
  height: 208px;
  top: 160px;
  object-fit: cover;
  overflow: hidden;
}

.home .ellipse-3 {
  left: 1140px;
  position: absolute;
  width: 208px;
  height: 208px;
  top: 160px;
  object-fit: cover;
  overflow: hidden;
}

.home .text-wrapper-10 {
  position: absolute;
  width: 243px;
  top: 461px;
  left: 268px; /* Center of ellipse at 164px + half of ellipse width (104px) */
  transform: translateX(-50%);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}

.home .text-wrapper-11 {
  position: absolute;
  width: 243px;
  top: 461px;
  left: 756px; /* Center of ellipse at 652px + half of ellipse width (104px) */
  transform: translateX(-50%);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}

.home .text-wrapper-12 {
  position: absolute;
  width: 243px;
  top: 461px;
  left: 1244px; /* Center of ellipse at 1140px + half of ellipse width (104px) */
  transform: translateX(-50%);
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #faf9f6;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.72px;
  line-height: 38.4px;
}


