@charset "UTF-8";
.section-3 h2.scroll-text,
.section-features h2.scroll-text,
.section-outservices h2.scroll-text,
.section-milestones h2.scroll-text,
.section-6 h2.scroll-text {
  font-size: 36px;
  font-weight: 700;
  color: #999999;
  font-family: "PoppinsBold";
  transition: all 0.2s ease;
}
.section-3 .gradient-text,
.section-features .gradient-text,
.section-outservices .gradient-text,
.section-milestones .gradient-text,
.section-6 .gradient-text {
  background: linear-gradient(262.52deg, #bcbbfd -2.14%, #0131b9 106.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-1 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 200px 0 180px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.section-1 h1 {
  font-family: "PoppinsRegular";
  background: linear-gradient(180deg, #ffffff 22.58%, #525252 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 64px;
  font-weight: 400;
  margin: 0;
}
.section-1 .w3ap-description {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  text-align: center;
}
.section-1 .scroll-down-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 104px;
  height: 104px;
  margin-top: 40px;
  transition: all 0.3s ease;
  border-radius: 50%;
  margin: 20px;
}
.section-1 .scroll-down-button:hover {
  filter: brightness(1.3);
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.section-1 .scroll-down-button img {
  width: 100%;
  transition: all 0.3s ease;
}
.section-1 .video-custom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -125px;
  left: 0;
  z-index: -1;
  object-fit: scale-down;
  opacity: 1;
}
.section-1 .w3ap-title {
  background-color: unset;
}

.section-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: 0 0 85px 0;
  position: relative;
  z-index: 1;
}
.section-2 p {
  font-size: 16px;
  font-weight: 500;
  color: #8b9092;
  margin: 0;
}
.section-2 .backed-by,
.section-2 .build-on {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section-2 .backed-by .backed-by-images,
.section-2 .build-on .backed-by-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section-2 .backed-by img,
.section-2 .build-on img {
  width: 150px;
  height: 38px;
}
.section-2 .element-light23 {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: -1;
  scale: 0.7;
}

.section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 150px 0;
  position: relative;
}
.section-3 h2 {
  font-size: 36px;
  font-weight: 400;
  color: #999999;
}
.section-3 p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.section-3 .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  z-index: -1;
}
.section-3 .ellipse-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  z-index: -1;
}
.section-3 h2.scroll-text.desktop {
  display: block;
}
.section-3 h2.scroll-text.mobile {
  display: none;
}
.section-3 a {
  text-decoration: none;
}

.section-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.section-features h2 {
  font-size: 36px;
  font-weight: 400;
  color: #999999;
}
.section-features .light-element {
  position: absolute;
  top: -310px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-features .features {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.section-features .features .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 12px;
  padding: 48px 36px;
  gap: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
.section-features .features .feature-item img {
  width: 60px;
  height: 60px;
}
.section-features .features .feature-item .frame-custom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.section-features .features .feature-item:hover .frame-custom {
  opacity: 1;
  visibility: visible;
}
.section-features .features .feature-item p {
  text-align: center;
}
.section-features .features .feature-item .feature-item-title {
  font-size: 20px;
  font-weight: 400;
  color: #e5e5e5;
}
.section-features .features .feature-item .feature-item-description {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.section-outservices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 150px 0;
  position: relative;
}
.section-outservices .line-viewfi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-outservices h2 {
  font-size: 36px;
  font-weight: 400;
  color: #999999;
}
.section-outservices p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.section-outservices .viewfi-features {
  background-clip: padding-box;
  border: 1px solid rgba(152, 105, 239, 0.5450980392);
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 119px 300px;
  border-radius: 12px;
}
.section-outservices .viewfi-features::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) -1.78%, #9769ef 70.48%, #6c24f5 109.39%);
  border-radius: inherit;
}
.section-outservices .viewfi-features img {
  width: 479px;
  height: 100%;
}
.section-outservices .line {
  width: 1px;
  height: 210px;
  background-color: #4d4d4d;
  margin: 0 20px;
}
.section-outservices .viewfi-features-content {
  display: grid;
  grid-template-columns: 590px 70px 419px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.section-outservices .viewfi-features-content .viewfi-features-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.section-outservices .viewfi-features-content .viewfi-features-content-item .desktop {
  display: block;
}
.section-outservices .viewfi-features-content .viewfi-features-content-item .mobile {
  display: none;
}
.section-outservices .viewfi-features-content .viewfi-features-content-item p:first-child {
  font-size: 24px;
  font-weight: 500;
  color: #e5e5e5;
}
.section-outservices .viewfi-features-content .viewfi-features-content-item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.section-milestones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 150px 0;
  z-index: 1;
  position: relative;
}
.section-milestones .arrow-milestones {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-milestones h2 {
  font-size: 36px;
  font-weight: 400;
  color: #999999;
}
.section-milestones p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.section-milestones h2.scroll-text.desktop {
  display: block;
}
.section-milestones h2.scroll-text.mobile {
  display: none;
}
.section-milestones .milestones {
  width: 1082px;
}
.section-milestones .milestones .milestone-item {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #dff9e2;
  padding: 20px 0;
}
.section-milestones .milestones .milestone-item:last-child {
  border-bottom: 1px solid #dff9e2;
}
.section-milestones .milestones .milestone-item .milestone-item-year {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.section-milestones .milestones .milestone-item .milestone-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.section-milestones .milestones .milestone-item ul {
  margin: 0;
}
.section-milestones .milestones .milestone-item ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  padding-left: 10px;
}
.section-milestones .milestones .milestone-item ul li::marker {
  content: "•";
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.section-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 85px 0;
  position: relative;
}
.section-6 h2 {
  font-size: 36px;
  font-weight: 400;
  color: #999999;
  font-family: "PoppinsRegular";
}
.section-6 h1 {
  font-size: 48px;
  font-weight: 400;
  color: #e5e5e5;
  background: linear-gradient(262.52deg, #bcbbfd -2.14%, #0131b9 106.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "PoppinsRegular";
}
.section-6 p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin: 0;
  text-align: center;
}
.section-6 .blogs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 50px;
}
.section-6 .blog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.section-6 .blog-item .blog-item-image {
  width: 459px;
  height: 267px;
  border-radius: 17px;
  border: unset;
}
.section-6 .blog-item .blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.section-6 .blog-item .blog-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
.section-6 .blog-item .blog-item-content h2 {
  font-size: 27px;
  font-weight: 400;
  color: white;
  font-family: "PoppinsLight";
}
.section-6 .blog-item .blog-item-content p {
  font-size: 13px;
  font-weight: 400;
  color: white;
  font-family: "PoppinsLight";
  text-align: left;
}
.section-6 .blog-item .blog-item-content .blog-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.section-6 .blog-item .blog-item-content .blog-item-info p {
  font-size: 13px;
  padding: 7px 28px;
  border-radius: 56px;
  border: 1px solid #ffffff;
}
.section-6 .blog-item .blog-item-content .blog-item-info p.category {
  text-transform: capitalize;
}
.section-6 .blog-item .blog-item-content .blog-item-info p:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.section-6 .blog-item .blog-item-link {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-6 .blog-item .blog-item-link img {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
.section-6 .blog-item .blog-item-link .next-white {
  display: none;
}
.section-6 .blog-item .blog-item-link:hover {
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
}
.section-6 .blog-item .blog-item-link:hover .next-black {
  display: none;
}
.section-6 .blog-item .blog-item-link:hover .next-white {
  display: block;
}
.section-6 .buttom-custom {
  margin: 0 auto;
}
.section-6 .buttom-custom a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

@media (min-width: 1920px) {
  .section-3 {
    padding: 400px 0;
  }
}
@media (max-width: 1024px) {
  .section-3 h2.scroll-text,
  .section-features h2.scroll-text,
  .section-outservices h2.scroll-text,
  .section-milestones h2.scroll-text,
  .section-6 h2.scroll-text {
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    font-family: "PoppinsBold";
  }
  .section-1 {
    padding: 157px 0 75px 0;
    overflow: hidden;
  }
  .section-1 img {
    width: 80px;
  }
  .section-1 h1 {
    font-size: 32px;
    text-align: center;
  }
  .section-1 .w3ap-description {
    font-size: 12px;
    text-align: center;
  }
  .section-1 .video-custom {
    transform: scale(4);
    transform-origin: center;
  }
  .section-1 .content {
    padding: 50px 20px;
  }
  .section-2 {
    flex-direction: column;
    overflow: hidden;
    gap: 24px;
    padding: 0 0 150px 0;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  }
  .section-2 p {
    text-align: center;
  }
  .section-2 .element-light23 {
    top: 150px;
    transform: scale(4);
    transform-origin: center;
  }
  .section-2 .backed-by img,
  .section-2 .build-on img {
    width: 120px;
    height: 30px;
  }
  .section-3 {
    padding: 100px 20px;
  }
  .section-3 img {
    width: 150px;
  }
  .section-3 p {
    font-size: 12px;
    text-align: center;
  }
  .section-3 h2.scroll-text.desktop {
    display: none;
  }
  .section-3 h2.scroll-text.mobile {
    display: block;
  }
  .section-features {
    overflow-x: hidden;
    padding: 10px;
  }
  .section-features .features {
    flex-direction: column;
    gap: 30px;
  }
  .section-features .features .feature-item {
    padding: 48px 70px;
  }
  .section-features .features .feature-item .feature-item-title {
    font-size: 16px;
    font-weight: 400;
  }
  .section-features .features .feature-item .feature-item-description {
    font-size: 12px;
    font-weight: 400;
  }
  .section-features .light-element {
    transform: scale(2);
    transform-origin: center;
    top: 210px;
  }
  .section-outservices {
    padding: 70px 20px 0 20px;
  }
  .section-outservices p {
    font-size: 12px;
    text-align: center;
  }
  .section-outservices .viewfi-features {
    padding: 137px 60px;
  }
  .section-outservices .viewfi-features img {
    width: 248px;
  }
  .section-outservices .viewfi-features::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) -1.78%, rgba(151, 105, 239, 0.2784313725) 70.48%, rgba(147, 143, 152, 0) 109.39%);
  }
  .section-outservices .line {
    height: 1px;
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
  .section-outservices .viewfi-features-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .section-outservices .viewfi-features-content .viewfi-features-content-item {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .section-outservices .viewfi-features-content .viewfi-features-content-item p {
    text-align: left;
  }
  .section-outservices .viewfi-features-content .viewfi-features-content-item .desktop {
    display: none;
  }
  .section-outservices .viewfi-features-content .viewfi-features-content-item .mobile {
    display: block;
  }
  .section-milestones {
    overflow: hidden;
    padding: 200px 20px 50px 20px;
  }
  .section-milestones .milestones {
    width: unset;
  }
  .section-milestones .milestones .milestone-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section-milestones .milestones .milestone-item .milestone-item-year,
  .section-milestones .milestones .milestone-item ul li {
    font-size: 16px;
    color: #999999;
    font-weight: 500;
  }
  .section-milestones .milestones .milestone-item .milestone-item-year::marker,
  .section-milestones .milestones .milestone-item ul li::marker {
    color: #999999;
  }
  .section-milestones .milestones .milestone-item .milestone-item-year p,
  .section-milestones .milestones .milestone-item ul li p {
    color: #999999;
  }
  .section-milestones .milestones .milestone-item .milestone-item-title {
    font-size: 20px;
    font-weight: 500;
  }
  .section-milestones .arrow-milestones {
    transform: scale(6);
    transform-origin: center;
    bottom: 25%;
  }
  .section-milestones h2.scroll-text.desktop {
    display: none;
  }
  .section-milestones h2.scroll-text.mobile {
    display: block;
  }
  .section-4 .roadmap {
    flex-direction: column;
  }
  .section-4 .roadmap .roadmap-left,
  .section-4 .roadmap .roadmap-right {
    border-right: unset;
  }
  .section-4 .roadmap .roadmap-left .roadmap-item,
  .section-4 .roadmap .roadmap-right .roadmap-item {
    border-bottom: unset;
  }
  .section-4 .roadmap .roadmap-left .roadmap-item:nth-child(1), .section-4 .roadmap .roadmap-left .roadmap-item:nth-child(2), .section-4 .roadmap .roadmap-left .roadmap-item:nth-child(3),
  .section-4 .roadmap .roadmap-right .roadmap-item:nth-child(1),
  .section-4 .roadmap .roadmap-right .roadmap-item:nth-child(2),
  .section-4 .roadmap .roadmap-right .roadmap-item:nth-child(3) {
    margin-top: 50px;
  }
  .section-4 .roadmap .roadmap-left {
    border-bottom: 3px solid #232323;
  }
  .section-4 h1,
  .section-4 p {
    text-align: center;
  }
  .section-4 ul li p {
    text-align: left;
  }
  .section-5 .team-members {
    flex-direction: column;
  }
  .section-6 {
    padding: 0 20px 50px 20px;
    margin: 40px 0 0 0;
  }
  .section-6 .shapes {
    left: -10px;
  }
  .section-6 .blog-item {
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section-6 .blog-item .blog-item-image {
    width: 100%;
  }
  .section-6 .blog-item .blog-item-link {
    width: 80px;
    height: 80px;
  }
  .section-6 .blog-item .blog-item-content {
    gap: 15px;
  }
  .section-6 .blog-item .blog-item-content h2 {
    font-size: 20px;
  }
  .section-6 .blog-item .blog-item-content p {
    font-size: 12px;
  }
  .section-6 .blog-item .blog-item-content .blog-item-info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .section-6 .blog-item .blog-item-content .blog-item-info p.category {
    text-transform: capitalize;
  }
}

/*# sourceMappingURL=homepage.css.map */
