/* screen - serendale-ai */
* {
  box-sizing: border-box;
}

.serendale-ai {
  color: var(--text);
  font-family: var(--font-family-inter);
  align-items: center;
  background-color: var(--black);
  border: 1px none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 59px;
  width: 100%;
}

.serendale-ai .flex-row {
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  height: 29px;
  margin-top: 47px;
  min-width: 100%;
}

.serendale-ai .doali-ai {
  color: var(--text);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  min-height: 29px;
  min-width: 88px;
}

.serendale-ai .group-2 {
  height: 21px;
  width: 128px;
}

.serendale-ai .overlap-group1 {
  width: 100%;
}

.serendale-ai .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 97px;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  z-index: 9;
}

.serendale-ai .doali-ai-1 {
  color: var(--text);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-weight: 500;
  left: 216px;
  letter-spacing: 1.60px;
  line-height: normal;
  top: 94px;
  text-align: center;
  z-index: 9;
}

.serendale-ai .unlock-the-power-of {
  color: var(--text);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0.72px;
  line-height: 33px;
  margin: 14px auto 24px;
  text-align: center;
  width: 100%;
  max-width: 723px;
  z-index: 9;
}

.serendale-ai .overlap-group2 {
  align-self: flex-end;
  height: 75vh;
  z-index: 1;
  margin-top: 8px;
  position: relative;
  pointer-events: none;
  width: 100%;
}

.serendale-ai .group-4 {
  align-items: flex-start;
  display: flex;
  gap: 7px;
  height: auto;
  left: 104px;
  min-width: 100%;
  position: absolute;
  bottom: 40px;
}

.section {
  margin-top: 28px;
}

.serendale-ai .ellipse-container {
  height: auto;
  position: relative;
  width: 100%;
}

.serendale-ai .ellipse-3 {
  background-color: #8593e8;
  border-radius: 232px/231px;
  filter: blur(200px);
  height: 462px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 90px;
  width: 464px;
}

.serendale-ai .ellipse-6 {
  background-color: #5c6df3;
  border-radius: 233.5px;
  filter: blur(250px);
  height: 467px;
  left: 434px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 467px;
}

.serendale-ai .ellipse-1 {
  align-self: flex-end;
  background-color: #fc4ff6;
  border-radius: 223px;
  filter: blur(200px);

  height: 446px;
  opacity: 0.2;
  width: 446px;
}

.serendale-ai .desk-img {
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.serendale-ai .desk-img {
  height: auto;
  left: 0;
  object-fit: cover;
  bottom: 0;
  width: 100%;
  position: absolute;
}

img.mob-img {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.serendale-ai .cta {
  gap: 12px;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  margin-top: 14px;
  cursor: pointer;
}

.serendale-ai .frame-2 {
  border-color: transparent;
  border-image: linear-gradient(to bottom, rgb(255, 59, 255), rgb(236.18, 190.94, 190.94) 38.02%, rgb(92.05, 36.12, 255) 75.83%, rgb(217, 79, 213) 100%) 1;
}

.serendale-ai .get-started {
  color: var(--text);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.serendale-ai .frame-3 {
  border-color: var(--text);
}

.serendale-ai .ecosystems {
  color: var(--text);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  width: fit-content;
}

.serendale-ai .frame {
  align-items: center;
  background-color: var(--black);
  border: 2px solid;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 70px;
  justify-content: center;
  padding: 85px 32px;
  position: relative;
  width: fit-content;
}

button {
  transition: all 0.5s;
  font-size: 23px;
  padding: 1ch 2ch;
  background-color: white;
  color: #000;
  font-family: Roboto, sans-serif;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 2px 2px 0px hsl(0, 0%, 90%),
    4px 4px 0px hsl(0, 0%, 80%),
    6px 6px 0px hsl(0, 0%, 70%),
    8px 8px 0px hsl(0, 0%, 60%),
    10px 10px 0px hsl(0, 0%, 50%),
    12px 12px 0px hsl(0, 0%, 40%),
    14px 14px 0px hsl(0, 0%, 30%),
    16px 16px 0px hsl(0, 0%, 20%),
    18px 18px 0px hsl(0, 0%, 10%);
}

button:hover {
  background-color: hsl(0, 0%, 50%);
  color: #fff;
  box-shadow: none;
}

.footer {
  text-align: center;
  padding: 1rem;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: white;
  margin: 1% auto;
  padding: 20px;
  width: 80%;
  height: 93%;
}

.close-button {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width:1024px) {
  .mob-img {
    display: none;
  }
}

@media (max-width:1024px) {
  .serendale-ai {
    min-height: 80vh;
    justify-content: space-between;
  }

  .serendale-ai .title {
    margin-top: 40px;
    font-size: 40px;
    line-height: 47px;
  }

  img.mob-img {
    opacity: 0.2;
  }

  .serendale-ai .doali-ai-1 {
    font-size: 30px;
    line-height: 37px;
  }

  .serendale-ai .overlap-group2 {
    height: inherit;
  }

  .desk-img {
    display: none;
  }

  .mob-img {
    display: flex;
  }
}