.homepage {
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.homepage .div {
  background-color: #000000;
  overflow: hidden;
  width: 1440px;
  height: 6006px;
  position: relative;
}

.homepage .overlap {
  position: absolute;
  width: 1440px;
  height: 1251px;
  top: 0;
  left: 0;
}

.homepage .background-v-line {
  position: absolute;
  width: 1227px;
  height: 851px;
  top: 0;
  left: 107px;
}

.homepage .background-colorful {
  position: absolute;
  width: 1440px;
  height: 474px;
  top: 777px;
  left: 0;
}

.homepage .main-content {
  display: flex;
  flex-direction: column;
  width: 866px;
  height: 553px;
  align-items: flex-start;
  gap: 4px;
  padding: 51px 32px;
  position: absolute;
  top: 551px;
  left: 287px;
  background-color: #131415;
  border-radius: 28px;
}

.homepage .main-image {
  position: relative;
  width: 802px;
  height: 451px;
  object-fit: cover;
}

.homepage .icon-container {
  position: absolute;
  width: 1226px;
  height: 460px;
  top: 70px;
  left: 107px;
}

.homepage .overlap-group {
  position: absolute;
  width: 538px;
  height: 538px;
  top: -100px;
  left: 344px;
  border-radius: 269px;
}

.homepage .ellipse {
  position: relative;
  width: 64px;
  height: 64px;
  top: 100px;
  left: 190px;
  border-radius: 32px;
  filter: blur(10px);
  background: radial-gradient(50% 50% at 79% 50%, rgba(73, 73, 85, 1) 0%, rgba(20, 20, 20, 1) 100%);
}

.homepage .ellipse-2 {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 233px;
  left: 1101px;
  border-radius: 48px;
  filter: blur(10px);
  background: radial-gradient(50% 50% at 79% 50%, rgba(73, 73, 85, 1) 0%, rgba(20, 20, 20, 1) 100%);
}

.homepage .ellipse-3 {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 330px;
  left: 0;
  border-radius: 65px;
  filter: blur(15px);
  background: radial-gradient(50% 50% at 79% 50%, rgba(73, 73, 85, 1) 0%, rgba(20, 20, 20, 1) 100%);
}

.homepage .section-content {
  display: flex;
  flex-direction: column;
  width: 1112px;
  align-items: center;
  gap: 21px;
  position: absolute;
  top: 169px;
  left: 164px;
}

.homepage .section-title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0;
  line-height: 80px;
}

.homepage .section-description {
  position: relative;
  width: 983px;
  height: 110px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 28px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(242, 44, 116, 1) 0%, rgba(255, 142, 29, 1) 100%);
}

.homepage .button-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .nav {
  position: absolute;
  width: 1440px;
  height: 98px;
  top: 0;
  left: 0;
}

.homepage .nav-button {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 28px;
  position: absolute;
   
  top: 27px;
  left: 1077px;
  border-radius: 5px;
  border: none;
}

.homepage .nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(242, 44, 116, 1) 0%, rgba(255, 142, 29, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .nav-button-text {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  background-color: #00000000;
  border-style: none;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.homepage .nav-link {
  position: absolute;
  top: 34px;
  left: 352px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.homepage .text-wrapper {
  position: absolute;
  top: 34px;
  left: 436px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.homepage .youcut-logo {
  position: absolute;
  width: 132px;
  height: 40px;
  top: 29px;
  left: 164px;
  object-fit: cover;
}

.homepage .footer {
  position: absolute;
  width: 1440px;
  height: 360px;
  top: 5646px;
  left: 1px;
}

.homepage .div-2 {
  position: absolute;
  width: 1440px;
  height: 268px;
  top: 0;
  left: 0;
  background-color: #18181c;
}

.homepage .footer-description {
  position: absolute;
  width: 439px;
  top: 127px;
  left: 145px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .logo {
  position: absolute;
  width: 132px;
  height: 40px;
  top: 72px;
  left: 145px;
}

.homepage .you-cut {
  position: absolute;
  width: 89px;
  height: 29px;
  top: 7px;
  left: 0px;
}

.homepage .icon {
  position: absolute;
  width: 39px;
  height: 40px;
  top: 0;
  left: 0;
}

.homepage .frame {
  position: relative;
  width: 37px;
  height: 38px;
  top: 1px;
  left: 1px;
}

.homepage .group {
  position: relative;
  width: 32px;
  height: 36px;
  left: 2px;
}

.homepage .overlap-group-2 {
  position: relative;
  height: 36px;
}

.homepage .union {
  position: absolute;
  width: 29px;
  height: 19px;
  top: 18px;
  left: 1px;
}

.homepage .rectangle-stroke {
  position: absolute;
  width: 32px;
  height: 5px;
  top: 14px;
  left: 1px;
}

.homepage .rectangle {
  left: 24px;
  position: absolute;
  width: 6px;
  height: 5px;
  top: 14px;
}

.homepage .img {
  left: 17px;
  position: absolute;
  width: 6px;
  height: 5px;
  top: 14px;
}

.homepage .group-2 {
  position: absolute;
  width: 21px;
  height: 11px;
  top: 0;
  left: 7px;
}

.homepage .rectangle-2 {
  left: 10px;
  position: absolute;
  width: 6px;
  height: 5px;
  top: 14px;
}

.homepage .ellipse-stroke {
  position: absolute;
  width: 3px;
  height: 3px;
  top: 12px;
  left: 2px;
}

.homepage .vector-stroke {
  position: absolute;
  width: 30px;
  height: 18px;
  top: 0;
  left: 0;
}

.homepage .overlap-group-wrapper {
  position: absolute;
  width: 1442px;
  height: 92px;
  top: 268px;
  left: 0;
}

.homepage .overlap-group-3 {
  position: relative;
  width: 1440px;
  height: 92px;
  background-color: #000000;
}

.homepage .footer-text {
  position: absolute;
  top: 32px;
  left: 145px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.homepage .vector-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26px;
  left: 1235px;
  background-color: #18181c;
  border-radius: 16px;
}

.homepage .vector {
  width: 19px;
  left: 11px;
  position: absolute;
  height: 14px;
  top: 13px;
}

.homepage .img-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26px;
  left: 1179px;
  background-color: #18181c;
  border-radius: 16px;
}

.homepage .vector-2 {
  width: 15px;
  left: 12px;
  position: absolute;
  height: 14px;
  top: 13px;
}

.homepage .section {
  position: absolute;
  width: 1440px;
  height: 800px;
  top: 4846px;
  left: 0;
}

.homepage .section-content-2 {
  display: flex;
  flex-direction: column;
  width: 503px;
  align-items: flex-start;
  position: absolute;
  top: 342px;
  left: 772px;
}

.homepage .section-title-2 {
  font-size: 48px;
  line-height: 80px;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
}

.homepage .p {
  position: relative;
  align-self: stretch;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .overlap-2 {
  position: absolute;
  width: 582px;
  height: 628px;
  top: 112px;
  left: 145px;
}

.homepage .image-container {
  position: absolute;
  width: 537px;
  height: 541px;
  top: 28px;
  left: 22px;
}

.homepage .image-wrapper {
  position: relative;
  height: 541px;
}

.homepage .image {
  position: absolute;
  width: 542px;
  height: 542px;
  top: -1px;
  left: -3px;
  object-fit: cover;
}

.homepage .ellipse-4 {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 532px;
  left: 486px;
  border-radius: 48px;
  filter: blur(10px);
  background: radial-gradient(50% 50% at 79% 50%, rgba(73, 73, 85, 1) 0%, rgba(20, 20, 20, 1) 100%);
}

.homepage .ellipse-5 {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  border-radius: 32px;
  filter: blur(10px);
  background: radial-gradient(50% 50% at 79% 50%, rgba(73, 73, 85, 1) 0%, rgba(20, 20, 20, 1) 100%);
}

.homepage .section-2 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 22px;
  position: absolute;
  top: 3951px;
  left: 1px;
}

.homepage .section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0px 200px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .section-title-3 {
  font-size: 44px;
  line-height: 62px;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
}

.homepage .flexcontainer {
  display: flex;
  flex-direction: column;
  width: 795px;
  height: 112px;
  align-items: flex-start;
  gap: 20px;
}

.homepage .span {
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .section-content-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .image-2 {
  position: relative;
  width: 1255px;
  height: 769px;
  margin-top: -62px;
  margin-bottom: -82px;
  object-fit: cover;
}

.homepage .card {
  position: absolute;
  width: 350px;
  height: 422px;
  top: 451px;
  left: 885px;
}

.homepage .div-wrapper {
  width: 354px;
  height: 422px;
}

.homepage .overlap-group-4 {
  position: relative;
  width: 350px;
  height: 422px;
  background-color: #17171b;
  border-radius: 20px;
}

.homepage .card-description {
  position: absolute;
  width: 303px;
  top: 240px;
  left: 24px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .overlap-group-5 {
  position: absolute;
  width: 104px;
  height: 104px;
  top: 50px;
  left: 123px;
  background-color: #222228;
  border-radius: 30px;
}

.homepage .img-2 {
  position: absolute;
  width: 45px;
  height: 46px;
  top: 29px;
  left: 30px;
}

.homepage .card-title {
  position: absolute;
  top: 193px;
  left: 44px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.homepage .overlap-wrapper {
  position: absolute;
  width: 1440px;
  height: 900px;
  top: 3051px;
  left: 1px;
}

.homepage .overlap-3 {
  position: relative;
  width: 1255px;
  height: 926px;
  top: -62px;
  left: 93px;
}

.homepage .section-image {
  position: absolute;
  width: 1255px;
  height: 769px;
  top: 0;
  left: 0;
}

.homepage .card-wrapper {
  position: absolute;
  width: 350px;
  height: 452px;
  top: 474px;
  left: 692px;
}

.homepage .card-2 {
  width: 354px;
  height: 452px;
}

.homepage .overlap-group-6 {
  position: relative;
  width: 350px;
  height: 452px;
  background-color: #17171b;
  border-radius: 20px;
}

.homepage .icon-container-2 {
  position: absolute;
  width: 44px;
  height: 43px;
  top: 30px;
  left: 30px;
}

.homepage .card-title-2 {
  top: 193px;
  left: 42px;
  position: absolute;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.homepage .section-3 {
  display: flex;
  width: 1440px;
  height: 900px;
  align-items: center;
  position: absolute;
  top: 2151px;
  left: 0;
}

.homepage .icon-container-3 {
  position: relative;
  width: 901px;
  height: 901px;
  margin-bottom: -1px;
}

.homepage .section-content-4 {
  display: flex;
  flex-direction: column;
  width: 457px;
  align-items: flex-start;
  gap: 31px;
  position: relative;
}

.homepage .section-title-4 {
  font-size: 44px;
  line-height: 48px;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
}

.homepage .section-4 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  height: 900px;
  align-items: flex-start;
  justify-content: center;
  gap: 33px;
  position: absolute;
  top: 1251px;
  left: 0;
}

.homepage .section-header-2 {
  display: flex;
  flex-direction: column;
  width: 1102px;
  align-items: flex-start;
  gap: 5px;
  padding: 0px 200px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .section-title-5 {
  font-size: 44px;
  line-height: 80px;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
}

.homepage .section-image-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 625px;
}

.homepage .section-image-2 {
  position: absolute;
  width: 1255px;
  height: 768px;
  top: -62px;
  left: 93px;
  object-fit: cover;
}

.homepage .card-3 {
  position: absolute;
  width: 350px;
  height: 561px;
  top: 529px;
  left: 883px;
}

.homepage .card-4 {
  position: relative;
  height: 561px;
  background-color: #17171b;
  border-radius: 20px;
}

.homepage .card-description-2 {
  position: absolute;
  width: 303px;
  top: 239px;
  left: 24px;
  font-family: "Poppins-Regular", Helvetica;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.homepage .card-title-3 {
  top: 192px;
  left: 81px;
  position: absolute;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}
