/* Tüm sayfa için yıldız yağışı animasyonu */
.star-rain {
  position: absolute;
  top: -60px;
  width: 32px;
  height: 32px;
  opacity: 0;
  animation: star-fall 6s linear infinite;
}

@keyframes star-fall {
  0% {
    top: -60px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100vh;
    opacity: 0;
  }
}
/* Yıldızlar için yağıyor efekti */
.star-fill img,
.streamline-star,
.streamline-star-2,
.streamline-star-3,
.streamline-star-4,
.streamline-star-5,
.streamline-star-6,
.streamline-star-7 {
  position: absolute;
  animation: star-fall 5s linear infinite;
}

@keyframes star-fall {
  0% {
    top: -60px;
    opacity: 0;
    transform: translateX(0) scale(1);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translateX(20px) scale(1.1);
  }
  100% {
    top: 100vh;
    opacity: 0;
    transform: translateX(-20px) scale(0.8);
  }
}

/* Farklı yıldızlara farklı animasyon süreleri ve gecikmeler vererek daha doğal bir yağış efekti */
.star-fill img:nth-child(1) { animation-duration: 4s; animation-delay: 0s; }
.star-fill img:nth-child(2) { animation-duration: 5.5s; animation-delay: 1s; }
.star-fill img:nth-child(3) { animation-duration: 6.2s; animation-delay: 2s; }
.streamline-star { animation-duration: 5.2s; animation-delay: 0.5s; }
.streamline-star-2 { animation-duration: 4.8s; animation-delay: 1.2s; }
.streamline-star-3 { animation-duration: 6.5s; animation-delay: 2.5s; }
.streamline-star-4 { animation-duration: 5.7s; animation-delay: 1.7s; }
.streamline-star-5 { animation-duration: 6.8s; animation-delay: 2.8s; }
.streamline-star-6 { animation-duration: 5.9s; animation-delay: 1.9s; }
.streamline-star-7 { animation-duration: 6.3s; animation-delay: 2.3s; }
#hakkimizda {
  scroll-margin-top: 170px;
}

#icerik  {
  scroll-margin-top: 800px;
}

html {
  scroll-behavior: smooth;
}
.design {
  background-color: #000000;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100vw;
}

.design .div {
  background-color: #000000;
  overflow: hidden;
  width: 1916px;
  height: 4783px;
  position: relative;
}

.design .frame {
  display: flex;
  width: 1308px;
  height: 474px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 3624px;
  left: 321px;
  background-color: #0d0d0d;
  border-radius: 19px;
  overflow: hidden;
}

.design .ellipse {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  left: 1168px;
  background-color: #d9d9d9;
  border-radius: 70px;
  filter: blur(202px);
}

.design .vector {
  position: absolute;
  width: 193px;
  height: 217px;
  top: 0;
  left: 0;
}

.design .img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 365px;
  left: 1036px;
}

.design .vector-2 {
  position: absolute;
  width: 63px;
  height: 63px;
  top: 29px;
  left: 1199px;
}

.design .vector-3 {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 37px;
  left: 208px;
}

.design .section-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  position: relative;
  flex: 0 0 auto;
}

.design .promptverse-has-no {
  position: relative;
  width: 984.72px;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: 74px;
}

.design .button {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.4px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .majesticons-arrow-up {
  position: relative;
  width: 24px;
  height: 1px;
  margin-right: -12px;
  transform: rotate(90deg);
}

.design .vector-4 {
  position: absolute;
  width: 12px;
  height: 14px;
  top: 672px;
  left: 258px;
  transform: rotate(-90deg);
}

.design .div-2 {
  position: absolute;
  width: 1920px;
  height: 1099px;
  top: 0;
  left: 0;
}

.design .light {
  position: absolute;
  width: 750px;
  height: 750px;
  top: 119px;
  left: 583px;
  background-color: #0000004c;
  border-radius: 375px;
  filter: blur(450px);
}

.design .frame-2 {
  position: relative;
  height: 1099px;
  overflow: hidden;
}

.design .overlap-group {
  position: absolute;
  width: 1909px;
  height: 956px;
  top: 175px;
  left: 5px;
}

.design .hero-head {
  display: flex;
  flex-direction: column;
  width: 878px;
  align-items: center;
  gap: 48px;
  position: absolute;
  top: 97px;
  left: 516px;
}

.design .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: normal;
}

.design .p {
  position: relative;
  width: 674.68px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: -0.64px;
  line-height: 74px;
}

.design .olumlu-d-n {
  position: relative;
  width: 735.65px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #ffffff99;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.29px;
  line-height: 28px;
}

.design .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.design .button-2 {
  all: unset;
  box-sizing: border-box;
  gap: 8px;
  border: 1.4px solid;
  border-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .start-generating-wrapper {
  position: relative;
  width: 134px;
  height: 24px;
}

.design .start-generating {
  position: absolute;
  top: -2px;
  left: 7px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .mdi-wand {
  position: relative;
  width: 24px;
  height: 24px;
}

.design .vector-5 {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 1px;
}

.design .button-3 {
  all: unset;
  box-sizing: border-box;
  background-color: #ff9cec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .vector-6 {
  position: absolute;
  width: 12px;
  height: 14px;
  top: 767px;
  left: 3420px;
  transform: rotate(-90deg);
}

.design .vector-7 {
  position: absolute;
  width: 1909px;
  height: 924px;
  top: 0;
  left: 0;
}

.design .streamline-star {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 289px;
  left: 349px;
  background-image: url(./img/vector-19.svg);
  background-size: 100% 100%;
}

.design .streamline-star-2 {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 595px;
  left: 129px;
  background-image: url(./img/vector-20.svg);
  background-size: 100% 100%;
}

.design .vector-wrapper {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 900px;
  left: 661px;
}

.design .vector-8 {
  position: absolute;
  width: 56px;
  height: 24px;
  top: 0;
  left: 0;
}

.design .streamline-star-3 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 46px;
  left: 607px;
  background-image: url(./img/vector-22.svg);
  background-size: 100% 100%;
}

.design .streamline-star-4 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 221px;
  left: 1810px;
  background-image: url(./img/vector-24.svg);
  background-size: 100% 100%;
}

.design .streamline-star-5 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 30px;
  left: 1296px;
  background-image: url(./img/vector-25.svg);
  background-size: 100% 100%;
}

.design .streamline-star-6 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 723px;
  left: 1648px;
  background-image: url(./img/vector-26.svg);
  background-size: 100% 100%;
}

.design .streamline-star-7 {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 130px;
  left: 122px;
  background-image: url(./img/vector-23.svg);
  background-size: 100% 100%;
}

.design .frame-wrapper {
  position: absolute;
  width: 1916px;
  height: 105px;
  top: 0;
  left: 0;
  background-color: #05050503;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff17;
  backdrop-filter: blur(142px) brightness(100%);
  -webkit-backdrop-filter: blur(142px) brightness(100%);
}

.design .header-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: 16px;
}

.design .header {
  display: flex;
  width: 1920px;
  align-items: center;
  justify-content: space-around;
  gap: 1252px;
  padding: 16px 306px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
}

.design .frame-6 {
  display: flex;
  width: 1308px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.design .nav-bar {
  display: inline-flex;
  height: 41px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.design .div-wrapper {
  position: relative;
  width: 158px;
  height: 33px;
}

.design .text-wrapper-4 {
  position: absolute;
  top: 0;
  left: -6px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .button-4 {
  all: unset;
  box-sizing: border-box;
  margin-top: -5.5px;
  margin-bottom: -5.5px;
  background-color: #ff9cec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .sub-container-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 124px;
  position: absolute;
  top: 1187px;
  left: 237px;
}

.design .sub-container {
  position: relative;
  width: 1441px;
  height: 302px;
}

.design .abstract-design {
  position: absolute;
  width: 1440px;
  height: 383px;
  top: 0;
  left: 0;
}

.design .overlap-group-2 {
  position: relative;
  height: 120px;
}

.design .rectangle {
  position: absolute;
  width: 383px;
  height: 721px;
  top: -169px;
  left: 888px;
  transform: rotate(-90deg);
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(235, 237, 239, 1) 0%,
    rgba(115, 125, 140, 1) 13%,
    rgba(78, 85, 95, 1) 20%,
    rgba(64, 70, 78, 1) 26%,
    rgba(46, 50, 56, 1) 32%,
    rgba(37, 40, 45, 1) 42%,
    rgba(23, 25, 28, 1) 64%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-2 {
  position: absolute;
  width: 383px;
  height: 721px;
  top: -169px;
  left: 169px;
  transform: rotate(-90deg);
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(235, 237, 239, 1) 0%,
    rgba(115, 125, 140, 1) 13%,
    rgba(78, 85, 95, 1) 20%,
    rgba(64, 70, 78, 1) 26%,
    rgba(46, 50, 56, 1) 32%,
    rgba(37, 40, 45, 1) 42%,
    rgba(23, 25, 28, 1) 64%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-3 {
  position: absolute;
  width: 1440px;
  height: 383px;
  top: 0;
  left: 0;
  background: radial-gradient(
    50% 50% at 58% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-4 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 189px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(50px);
}

.design .rectangle-5 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 196px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(19.45px);
}

.design .rectangle-6 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 189px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(5px);
}

.design .rectangle-7 {
  position: absolute;
  width: 1440px;
  height: 358px;
  top: 122px;
  left: 0;
  background: radial-gradient(
    50% 50% at 61% 50%,
    rgba(0, 0, 0, 0) 29%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .container {
  display: flex;
  flex-direction: column;
  width: 1180px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 531px;
  left: 131px;
}

.design .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0px 250px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .heading {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  text-shadow: 0px 8px 30px #ffffff40;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 57.6px;
}

.design .paragraph {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--dark-60);
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.29px;
  line-height: 28px;
}

.design .group {
  position: absolute;
  width: 825px;
  height: 325px;
  top: 245px;
  left: 177px;
}

.design .overlap {
  position: absolute;
  width: 142px;
  height: 150px;
  top: 1543px;
  left: 887px;
}

.design .sub-container-2 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 124px;
  left: 0;
}

.design .star-fill {
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.design .vector-9 {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 2521px;
  left: -514px;
}

.design .vector-10 {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 1px;
  left: 1px;
}

.design .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: var(--dark-70);
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: 25.5px;
  white-space: nowrap;
}

.design .overlap-wrapper {
  position: absolute;
  width: 135px;
  height: 135px;
  top: 0;
  left: 3px;
}

.design .overlap-2 {
  position: relative;
  width: 132px;
  height: 132px;
  top: 3px;
  left: 1px;
  background-image: url(./img/shape.svg);
  background-size: 100% 100%;
}

.design .shape {
  position: absolute;
  width: 112px;
  height: 112px;
  top: 10px;
  left: 10px;
}

.design .shape-2 {
  position: absolute;
  width: 92px;
  height: 92px;
  top: 20px;
  left: 20px;
}

.design .footer {
  display: flex;
  width: 1920px;
  height: 378px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 48px 64px;
  position: absolute;
  top: 4274px;
  left: 2px;
  background-color: #000000;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #ffffff33;
}

.design .group-2 {
  display: flex;
  flex-direction: column;
  width: 528px;
  height: 582px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: -300px;
}

.design .section {
  display: flex;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .section-2 {
  display: inline-flex;
  gap: 24px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .text-wrapper-6 {
  position: relative;
  width: fit-content;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  white-space: nowrap;
}

.design .list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.design .text-wrapper-8 {
  position: relative;
  width: fit-content;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.design .site-logolar {
  position: absolute;
  width: 300px;
  height: 134px;
  top: 70px;
  left: -22px;
  aspect-ratio: 2.24;
  object-fit: cover;
}

.design .element-tcore-neslihan {
  position: absolute;
  top: 212px;
  left: 0;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .group-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 192px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -171px;
}

.design .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.design .section-wrapper {
  display: flex;
  width: 752px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 180px;
  position: relative;
  flex: 0 0 auto;
}

.design .section-3 {
  display: flex;
  height: 87px;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .group-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 96px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  white-space: nowrap;
}

.design .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  text-decoration: underline;
  white-space: nowrap;
}

.design .list-2 {
  position: relative;
  flex: 0 0 auto;
}

.design .vector-11 {
  position: absolute;
  width: 1914px;
  height: 378px;
  top: -48px;
  left: -864px;
}

.design .group-5 {
  display: flex;
  width: 752px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 554px;
  position: relative;
  flex: 0 0 auto;
}

.design .list-3 {
  position: relative;
  width: 15px;
  height: 18px;
}

.design .feedback {
  position: absolute;
  width: 1116px;
  height: 482px;
  top: 3036px;
  left: 434px;
}

.design .overlap-3 {
  position: absolute;
  width: 728px;
  height: 158px;
  top: 0;
  left: 0;
}

.design .feedback-katlan-box {
  position: absolute;
  width: 388px;
  height: 44px;
  top: 79px;
  left: 339px;
}

.design .overlap-group-3 {
  position: relative;
  width: 390px;
  height: 45px;
}

.design .vector-12 {
  position: absolute;
  width: 178px;
  height: 45px;
  top: 0;
  left: 211px;
}

.design .vector-13 {
  position: absolute;
  width: 178px;
  height: 45px;
  top: 0;
  left: 0;
}

.design .frame-8 {
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  left: 116px;
  background-color: var(--dark-04);
  border-radius: 100px;
}

.design .bold-nature-travel {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: -0.5px;
}

.design .vector-14 {
  position: absolute;
  width: 16px;
  height: 20px;
  top: 2px;
  left: 4px;
}

.design .katlan-kiiler {
  position: relative;
  width: 99.45px;
  height: 15.07px;
  margin-right: -0.14px;
}

.design .feedback-2 {
  position: absolute;
  width: 360px;
  height: 158px;
  top: 0;
  left: 0;
}

.design .frame-9 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: relative;
  top: 283px;
  left: -10px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .frame-11 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .image {
  position: relative;
  width: 81px;
  height: 81px;
}

.design .frame-12 {
  display: flex;
  flex-direction: column;
  width: 116px;
  height: 41px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
}

.design .paragraph-2 {
  position: relative;
  width: 113px;
  margin-top: -1px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.design .frame-13 {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -12px;
}

.design .paragraph-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -5px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: var(--grey-60);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.design .frame-14 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -110.55px;
}

.design .vector-15 {
  position: relative;
  width: 7.98px;
  height: 4.16px;
}

.design .paragraph-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: #ff9cec;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.design .img-wrapper {
  position: absolute;
  width: 130px;
  height: 46px;
  top: 1px;
  left: 185px;
}

.design .vector-16 {
  position: absolute;
  width: 207px;
  height: 38px;
  top: -1px;
  left: -55px;
}

.design .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.design .paragraph-5 {
  position: relative;
  width: fit-content;
  margin-bottom: -35px;
  margin-right: -10px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .feedback-3 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: absolute;
  top: 217px;
  left: 387px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .paragraph-6 {
  position: relative;
  width: 152px;
  margin-top: -1px;
  margin-right: -36px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.design .paragraph-7 {
  position: relative;
  width: 315px;
  margin-bottom: -18px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .feedback-4 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: absolute;
  top: 283px;
  left: 763px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .paragraph-8 {
  position: absolute;
  top: 122px;
  left: 7px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .frame-15 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2479px;
  left: 179px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-16 {
  display: flex;
  flex-direction: column;
  width: 428px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.design .frame-17 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 333px;
}

.design .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .text-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 500;
  color: var(--absolutewhite);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26.4px;
}

.design .text-3 {
  position: relative;
  align-self: stretch;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 500;
  color: var(--gray-70);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.design .frame-19 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 2px;
  left: 221px;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}

.design .rectangle-8 {
  position: relative;
  width: 5.62px;
  height: 5.62px;
  background-color: #ff9cec;
  border-radius: 20px;
  transform: rotate(-90deg);
}

.design .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -0.94px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12.2px;
  letter-spacing: 0;
  line-height: 18.3px;
  white-space: nowrap;
}

.design .frame-20 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2414px;
  left: 718px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-21 {
  left: 301px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 0;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}

.design .frame-22 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2479px;
  left: 1247px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-23 {
  left: 339px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 0;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}
/* Original CSS code should be injected here */

/* Additional CSS for accessibility and semantic improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Ensure proper focus styles for interactive elements */
.design button:focus-visible,
.design a:focus-visible {
  outline: 2px solid #ff9cec;
  outline-offset: 2px;
}

/* Improve button accessibility */
.design button {
  cursor: pointer;
}

.design button:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

/* Ensure proper list styling reset for semantic lists */
.design ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Improve link accessibility */
.design a {
  color: inherit;
  text-decoration: none;
}

.design a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

/* Ensure proper heading hierarchy styling */
.design h1,
.design h2,
.design h3 {
  margin: 0;
}

/* Improve blockquote styling */
.design blockquote {
  margin: 0;
  padding: 0;
}

/* Ensure proper address styling */
.design address {
  font-style: normal;
}

/* Improve hr styling */
.design hr {
  border: none;
  margin: 0;
  padding: 0;
}

.design {
  background-color: #000000;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100vw;
}

.design .div {
  background-color: #000000;
  overflow: hidden;
  width: 1916px;
  height: 4783px;
  position: relative;
}

.design .frame {
  display: flex;
  width: 1308px;
  height: 474px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 3624px;
  left: 321px;
  background-color: #0d0d0d;
  border-radius: 19px;
  overflow: hidden;
}

.design .ellipse {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  left: 1168px;
  background-color: #d9d9d9;
  border-radius: 70px;
  filter: blur(202px);
}

.design .vector {
  position: absolute;
  width: 193px;
  height: 217px;
  top: 0;
  left: 0;
}

.design .img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 365px;
  left: 1036px;
}

.design .vector-2 {
  position: absolute;
  width: 63px;
  height: 63px;
  top: 29px;
  left: 1199px;
}

.design .vector-3 {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 37px;
  left: 208px;
}

.design .section-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  position: relative;
  flex: 0 0 auto;
}

.design .promptverse-has-no {
  position: relative;
  width: 984.72px;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: 74px;
}

.design .button {
  all: unset;
  box-sizing: border-box;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.4px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .majesticons-arrow-up {
  position: relative;
  width: 24px;
  height: 1px;
  margin-right: -12px;
  transform: rotate(90deg);
}

.design .vector-4 {
  position: absolute;
  width: 12px;
  height: 14px;
  top: 672px;
  left: 258px;
  transform: rotate(-90deg);
}

.design .div-2 {
  position: absolute;
  width: 1920px;
  height: 1099px;
  top: 0;
  left: 0;
}

.design .light {
  position: absolute;
  width: 750px;
  height: 750px;
  top: 119px;
  left: 583px;
  background-color: #0000004c;
  border-radius: 375px;
  filter: blur(450px);
}

.design .frame-2 {
  position: relative;
  height: 1099px;
  overflow: hidden;
}

.design .overlap-group {
  position: absolute;
  width: 1909px;
  height: 956px;
  top: 175px;
  left: 5px;
}

.design .hero-head {
  display: flex;
  flex-direction: column;
  width: 878px;
  align-items: center;
  gap: 48px;
  position: absolute;
  top: 97px;
  left: 516px;
}

.design .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.4px;
  line-height: normal;
}

.design .p {
  position: relative;
  width: 674.68px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 64px;
  text-align: center;
  letter-spacing: -0.64px;
  line-height: 74px;
}

.design .olumlu-d-n {
  position: relative;
  width: 735.65px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #ffffff99;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.29px;
  line-height: 28px;
}

.design .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.design .button-2 {
  all: unset;
  box-sizing: border-box;
  gap: 8px;
  border: 1.4px solid;
  border-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .start-generating-wrapper {
  position: relative;
  width: 134px;
  height: 24px;
}

.design .start-generating {
  position: absolute;
  top: -2px;
  left: 7px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .mdi-wand {
  position: relative;
  width: 24px;
  height: 24px;
}

.design .vector-5 {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 2px;
  left: 1px;
}

.design .button-3 {
  all: unset;
  box-sizing: border-box;
  background-color: #ff9cec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .vector-6 {
  position: absolute;
  width: 12px;
  height: 14px;
  top: 767px;
  left: 3420px;
  transform: rotate(-90deg);
}

.design .vector-7 {
  position: absolute;
  width: 1909px;
  height: 924px;
  top: 0;
  left: 0;
}

.design .streamline-star {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 289px;
  left: 349px;
  background-image: url(./img/vector-19.svg);
  background-size: 100% 100%;
}

.design .streamline-star-2 {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 595px;
  left: 129px;
  background-image: url(./img/vector-20.svg);
  background-size: 100% 100%;
}

.design .vector-wrapper {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 900px;
  left: 661px;
}

.design .vector-8 {
  position: absolute;
  width: 56px;
  height: 24px;
  top: 0;
  left: 0;
}

.design .streamline-star-3 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 46px;
  left: 607px;
  background-image: url(./img/vector-22.svg);
  background-size: 100% 100%;
}

.design .streamline-star-4 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 221px;
  left: 1810px;
  background-image: url(./img/vector-24.svg);
  background-size: 100% 100%;
}

.design .streamline-star-5 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 30px;
  left: 1296px;
  background-image: url(./img/vector-25.svg);
  background-size: 100% 100%;
}

.design .streamline-star-6 {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 723px;
  left: 1648px;
  background-image: url(./img/vector-26.svg);
  background-size: 100% 100%;
}

.design .streamline-star-7 {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 130px;
  left: 122px;
  background-image: url(./img/vector-23.svg);
  background-size: 100% 100%;
}

.design .frame-wrapper {
  position: absolute;
  width: 1916px;
  height: 105px;
  top: 0;
  left: 0;
  background-color: #05050503;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff17;
  backdrop-filter: blur(142px) brightness(100%);
  -webkit-backdrop-filter: blur(142px) brightness(100%);
}

.design .header-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: 16px;
}

.design .header {
  display: flex;
  width: 1920px;
  align-items: center;
  justify-content: space-around;
  gap: 1252px;
  padding: 16px 306px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
}

.design .frame-6 {
  display: flex;
  width: 1308px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.design .nav-bar {
  display: inline-flex;
  height: 41px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.design .div-wrapper {
  position: relative;
  width: 158px;
  height: 33px;
}

.design .text-wrapper-4 {
  position: absolute;
  top: 0;
  left: -6px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.design .button-4 {
  all: unset;
  box-sizing: border-box;
  margin-top: -5.5px;
  margin-bottom: -5.5px;
  background-color: #ff9cec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 55px;
}

.design .sub-container-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 124px;
  position: absolute;
  top: 1187px;
  left: 237px;
}

.design .sub-container {
  position: relative;
  width: 1441px;
  height: 302px;
}

.design .abstract-design {
  position: absolute;
  width: 1440px;
  height: 383px;
  top: 0;
  left: 0;
}

.design .overlap-group-2 {
  position: relative;
  height: 480px;
}

.design .rectangle {
  position: absolute;
  width: 383px;
  height: 721px;
  top: -169px;
  left: 888px;
  transform: rotate(-90deg);
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(235, 237, 239, 1) 0%,
    rgba(115, 125, 140, 1) 13%,
    rgba(78, 85, 95, 1) 20%,
    rgba(64, 70, 78, 1) 26%,
    rgba(46, 50, 56, 1) 32%,
    rgba(37, 40, 45, 1) 42%,
    rgba(23, 25, 28, 1) 64%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-2 {
  position: absolute;
  width: 383px;
  height: 721px;
  top: -169px;
  left: 169px;
  transform: rotate(-90deg);
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(235, 237, 239, 1) 0%,
    rgba(115, 125, 140, 1) 13%,
    rgba(78, 85, 95, 1) 20%,
    rgba(64, 70, 78, 1) 26%,
    rgba(46, 50, 56, 1) 32%,
    rgba(37, 40, 45, 1) 42%,
    rgba(23, 25, 28, 1) 64%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-3 {
  position: absolute;
  width: 1440px;
  height: 383px;
  top: 0;
  left: 0;
  background: radial-gradient(
    50% 50% at 58% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .rectangle-4 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 189px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(50px);
}

.design .rectangle-5 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 196px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(19.45px);
}

.design .rectangle-6 {
  position: absolute;
  width: 718px;
  height: 5px;
  top: 189px;
  left: 361px;
  background-color: #ffffff;
  border-radius: 57px;
  filter: blur(5px);
}

.design .rectangle-7 {
  position: absolute;
  width: 1440px;
  height: 358px;
  top: 122px;
  left: 0;
  background: radial-gradient(
    50% 50% at 61% 50%,
    rgba(0, 0, 0, 0) 29%,
    rgba(0, 0, 0, 1) 100%
  );
}

.design .container {
  display: flex;
  flex-direction: column;
  width: 1180px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 531px;
  left: 131px;
}

.design .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0px 250px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .heading {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  text-shadow: 0px 8px 30px #ffffff40;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 57.6px;
}

.design .paragraph {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: var(--dark-60);
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.29px;
  line-height: 28px;
}

.design .group {
  position: absolute;
  width: 825px;
  height: 325px;
  top: 245px;
  left: 177px;
}

.design .overlap {
  position: absolute;
  width: 142px;
  height: 150px;
  top: 1543px;
  left: 887px;
}

.design .sub-container-2 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 124px;
  left: 0;
}

.design .star-fill {
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.design .vector-9 {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 2521px;
  left: -514px;
}

.design .vector-10 {
  position: absolute;
  width: 19px;
  height: 19px;
  top: 1px;
  left: 1px;
}

.design .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: var(--dark-70);
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: 25.5px;
  white-space: nowrap;
}

.design .overlap-wrapper {
  position: absolute;
  width: 135px;
  height: 135px;
  top: 0;
  left: 3px;
}

.design .overlap-2 {
  position: relative;
  width: 132px;
  height: 132px;
  top: 3px;
  left: 1px;
  background-image: url(./img/shape.svg);
  background-size: 100% 100%;
}

.design .shape {
  position: absolute;
  width: 112px;
  height: 112px;
  top: 10px;
  left: 10px;
}

.design .shape-2 {
  position: absolute;
  width: 92px;
  height: 92px;
  top: 20px;
  left: 20px;
}

.design .footer {
  display: flex;
  width: 1920px;
  height: 378px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 48px 64px;
  position: absolute;
  top: 4274px;
  left: 2px;
  background-color: #000000;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #ffffff33;
}

.design .group-2 {
  display: flex;
  flex-direction: column;
  width: 528px;
  height: 582px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: -300px;
}

.design .section {
  display: flex;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .section-2 {
  display: inline-flex;
  gap: 24px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .text-wrapper-6 {
  position: relative;
  width: fit-content;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  white-space: nowrap;
}

.design .list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.design .text-wrapper-8 {
  position: relative;
  width: fit-content;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15.6px;
  white-space: nowrap;
}

.design .site-logolar {
  position: absolute;
  width: 300px;
  height: 134px;
  top: 70px;
  left: -22px;
  aspect-ratio: 2.24;
  object-fit: cover;
}

.design .element-tcore-neslihan {
  position: absolute;
  top: 212px;
  left: 0;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .group-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 192px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -171px;
}

.design .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.design .section-wrapper {
  display: flex;
  width: 752px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 180px;
  position: relative;
  flex: 0 0 auto;
}

.design .section-3 {
  display: flex;
  height: 87px;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.design .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.4;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.design .group-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 96px;
  position: relative;
  flex: 0 0 auto;
}

.design .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  white-space: nowrap;
}

.design .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.8;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--shades-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  text-decoration: underline;
  white-space: nowrap;
}

.design .list-2 {
  position: relative;
  flex: 0 0 auto;
}

.design .vector-11 {
  position: absolute;
  width: 1914px;
  height: 378px;
  top: -48px;
  left: -864px;
}

.design .group-5 {
  display: flex;
  width: 752px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 554px;
  position: relative;
  flex: 0 0 auto;
}

.design .list-3 {
  position: relative;
  width: 15px;
  height: 18px;
}

.design .feedback {
  position: absolute;
  width: 1116px;
  height: 482px;
  top: 3036px;
  left: 434px;
}

.design .overlap-3 {
  position: absolute;
  width: 728px;
  height: 158px;
  top: 0;
  left: 0;
}

.design .feedback-katlan-box {
  position: absolute;
  width: 388px;
  height: 44px;
  top: 79px;
  left: 339px;
}

.design .overlap-group-3 {
  position: relative;
  width: 390px;
  height: 45px;
}

.design .vector-12 {
  position: absolute;
  width: 178px;
  height: 45px;
  top: 0;
  left: 211px;
}

.design .vector-13 {
  position: absolute;
  width: 178px;
  height: 45px;
  top: 0;
  left: 0;
}

.design .frame-8 {
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  left: 116px;
  background-color: var(--dark-04);
  border-radius: 100px;
}

.design .bold-nature-travel {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: -0.5px;
}

.design .vector-14 {
  position: absolute;
  width: 16px;
  height: 20px;
  top: 2px;
  left: 4px;
}

.design .katlan-kiiler {
  position: relative;
  width: 99.45px;
  height: 15.07px;
  margin-right: -0.14px;
}

.design .feedback-2 {
  position: absolute;
  width: 360px;
  height: 158px;
  top: 0;
  left: 0;
}

.design .frame-9 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: relative;
  top: 283px;
  left: -10px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .frame-11 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .image {
  position: relative;
  width: 81px;
  height: 81px;
}

.design .frame-12 {
  display: flex;
  flex-direction: column;
  width: 116px;
  height: 41px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
}

.design .paragraph-2 {
  position: relative;
  width: 113px;
  margin-top: -1px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.design .frame-13 {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -12px;
}

.design .paragraph-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -5px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: var(--grey-60);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.design .frame-14 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -110.55px;
}

.design .vector-15 {
  position: relative;
  width: 7.98px;
  height: 4.16px;
}

.design .paragraph-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: #ff9cec;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.design .img-wrapper {
  position: absolute;
  width: 130px;
  height: 46px;
  top: 1px;
  left: 185px;
}

.design .vector-16 {
  position: absolute;
  width: 207px;
  height: 38px;
  top: -1px;
  left: -55px;
}

.design .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.design .paragraph-5 {
  position: relative;
  width: fit-content;
  margin-bottom: -35px;
  margin-right: -10px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .feedback-3 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: absolute;
  top: 217px;
  left: 387px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .paragraph-6 {
  position: relative;
  width: 152px;
  margin-top: -1px;
  margin-right: -36px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.design .paragraph-7 {
  position: relative;
  width: 315px;
  margin-bottom: -18px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .feedback-4 {
  display: flex;
  flex-direction: column;
  width: 353px;
  height: 199px;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 16px 30px;
  position: absolute;
  top: 283px;
  left: 763px;
  background-color: #ffffff08;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #ffffff1a;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  aspect-ratio: 1.77;
}

.design .paragraph-8 {
  position: absolute;
  top: 122px;
  left: 7px;
  font-family: "Actor", Helvetica;
  font-weight: 400;
  color: var(--grey-60);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
}

.design .frame-15 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2479px;
  left: 179px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-16 {
  display: flex;
  flex-direction: column;
  width: 428px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.design .frame-17 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 333px;
}

.design .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design .text-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 500;
  color: var(--absolutewhite);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26.4px;
}

.design .text-3 {
  position: relative;
  align-self: stretch;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 500;
  color: var(--gray-70);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.design .frame-19 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 2px;
  left: 221px;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}

.design .rectangle-8 {
  position: relative;
  width: 5.62px;
  height: 5.62px;
  background-color: #ff9cec;
  border-radius: 20px;
  transform: rotate(-90deg);
}

.design .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -0.94px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 12.2px;
  letter-spacing: 0;
  line-height: 18.3px;
  white-space: nowrap;
}

.design .frame-20 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2414px;
  left: 718px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-21 {
  left: 301px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 0;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}

.design .frame-22 {
  display: flex;
  width: 490px;
  height: 508px;
  align-items: center;
  gap: 10px;
  padding: 30px;
  position: absolute;
  top: 2479px;
  left: 1247px;
  background-color: var(--dark-04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--dark-10);
  backdrop-filter: blur(2.56px) brightness(100%);
  -webkit-backdrop-filter: blur(2.56px) brightness(100%);
  aspect-ratio: 0.96;
}

.design .frame-23 {
  left: 339px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3.75px 8px;
  position: absolute;
  top: 0;
  background-color: #ffffff1a;
  border-radius: 38.45px;
  border: 0.94px solid;
  border-color: #ffffff1f;
}
