.section-1 h1,
.section-2 h1,
.section-3 h1,
.section-4 h1,
.section-5 h1,
.section-6 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #999999;
  text-align: center;
  font-family: "PoppinsBold";
}
.section-1 p,
.section-2 p,
.section-3 p,
.section-4 p,
.section-5 p,
.section-6 p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
}

.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 200px 0;
  background: radial-gradient(50% 55.07% at 50% -17.63%, #55e1dd 3.37%, #0131b9 42.81%, #020816 100%);
}
.section-1 h1 {
  color: white;
  font-weight: 400;
  font-family: "PoppinsRegular";
}
.section-1 p {
  color: white;
  font-weight: 400;
  font-family: "PoppinsRegular";
}

.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px;
  position: relative;
  z-index: 1;
  background-image: url(../images/OurCompany.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-2 .w3ap-title-section {
  z-index: 1;
}
.section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.section-2 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #999999;
  font-family: "PoppinsBold";
  text-align: center;
  z-index: 1;
}
.section-2 p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
  z-index: 1;
}
.section-2 p strong {
  color: #999999;
  font-family: "PoppinsBold";
}
.section-2 .w3ap-ecosystem-structure {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
}
.section-2 .w3ap-ecosystem-structure .arrow-three.mobile {
  display: none;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(151, 105, 239, 0.9019607843);
  border-top: 1px solid rgba(151, 105, 239, 0.9019607843);
  border-left: unset;
  border-right: 1px solid rgba(151, 105, 239, 0.9019607843);
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 20px;
  padding: 8px 16px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
  width: 250px;
  height: 200px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item.last {
  width: 480px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item img {
  width: 187px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item p {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: "PoppinsLight";
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  background-image: linear-gradient(92deg, rgba(255, 255, 255, 0) -1.78%, rgba(88, 88, 88, 0) 70.48%, rgba(255, 255, 255, 0) 109.39%);
  border-radius: inherit;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item:hover {
  color: #ffffff;
  background: linear-gradient(262.52deg, #bcbbfd -2.14%, #0131b9 106.41%);
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item {
  width: 160px;
  height: 150px;
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: "PoppinsRegular";
}
.section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content .w3ap-ecosystem-structure-item p:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: "PoppinsLight";
}

.section-3 {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 46px;
  position: relative;
}
.section-3 .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-3 .ellipse-4 {
  position: absolute;
  bottom: 8%;
  right: 0;
  z-index: -1;
  opacity: 0.7;
}
.section-3 .section-3-structure {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-3 .section-3-structure img {
  width: 520px;
  height: 404px;
  object-fit: cover;
  border-radius: 12px;
}
.section-3 .section-3-structure-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.section-3 .section-3-structure-content p {
  text-align: left;
}

.section-4 {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.section-4 .lightelement {
  position: absolute;
  top: -15%;
  right: 0;
  z-index: -1;
}
.section-4 .section-4-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 46px;
  padding-top: 50px;
}
.section-4 .section-4-content .section-4-content-item-1,
.section-4 .section-4-content .section-4-content-item-2,
.section-4 .section-4-content .section-4-content-item-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-4 .section-4-content .section-4-content-item-1 h2,
.section-4 .section-4-content .section-4-content-item-2 h2,
.section-4 .section-4-content .section-4-content-item-3 h2 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  font-family: "PoppinsSemiBold";
  text-align: left;
}
.section-4 .section-4-content .section-4-content-item-1 p,
.section-4 .section-4-content .section-4-content-item-2 p,
.section-4 .section-4-content .section-4-content-item-3 p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "PoppinsRegular";
  text-align: left;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content {
  border: 1px solid #4d4d4d;
  border-radius: 12px;
  padding: 200px 30px 50px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  backdrop-filter: blur(25px);
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content::before,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content::before,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7490196078);
  border-radius: 12px;
  z-index: -2;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content::after,
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content::after,
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 12px;
  background-image: url(../images/Gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(1) {
  background-image: url(../images/m1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(2) {
  background-image: url(../images/m2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(1) {
  background-image: url(../images/m3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(2) {
  background-image: url(../images/m4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 525px;
}
.section-4 .section-4-content .section-4-content-item-3 {
  width: 100%;
}
.section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content {
  background-image: url(../images/m5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.section-5 {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.section-5 .section-5-content {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.section-5 .section-5-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.section-5 .section-5-content .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-5 .section-5-content .avatar {
  border: 1px solid rgba(153, 153, 153, 0.3450980392);
  border-radius: 12px;
  position: relative;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  width: 260px;
  height: 280px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
}
.section-5 .section-5-content .section-5-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(153, 153, 153, 0.3450980392);
  border-radius: 12px;
  position: relative;
  padding: 20px 53px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
}
.section-5 .section-5-content .section-5-content-item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.section-5 .section-5-content .section-5-content-item .title p {
  font-size: 24px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: white;
}
.section-5 .section-5-content .section-5-content-item .title img {
  width: 15px;
  height: 15px;
  border-radius: unset;
}
.section-5 .section-5-content .section-5-content-item .position {
  font-size: 16px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: white;
}
.section-5 .section-5-content .section-5-content-item .description {
  font-size: 16px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  color: #b8b6bf;
  text-align: left;
}

.section-6 {
  padding: 80px 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  background-color: #0f0f0f;
}
.section-6 .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-6 .ellipse-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.section-6 .section-6-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 45px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-6 .section-6-content .last-row {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.section-6 .section-6-content .last-row .item {
  width: 457px;
  height: 220px;
}
.section-6 .section-6-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 12px;
  padding: 27px 11px;
  height: 220px;
  position: relative;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
  backdrop-filter: blur(25px);
}
.section-6 .section-6-content .item img {
  width: 350px;
  height: 180px;
  object-fit: cover;
}
.section-6 .section-6-content .item p {
  color: #ffffff;
  font-family: "PoppinsRegular";
  font-weight: 400;
  text-align: center;
}
.section-6 .section-6-content .item .frame-custom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s ease;
}
.section-6 .section-6-content .item:hover .frame-custom {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6 {
    overflow: hidden;
  }
  .section-1 h1,
  .section-2 h1,
  .section-3 h1,
  .section-4 h1,
  .section-5 h1,
  .section-6 h1 {
    font-size: 28px;
    font-weight: 700;
    color: #999999;
    text-align: center;
    font-family: "PoppinsBold";
  }
  .section-1 p,
  .section-2 p,
  .section-3 p,
  .section-4 p,
  .section-5 p,
  .section-6 p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    font-family: "PoppinsRegular";
  }
  .section-1 {
    padding: 100px 0;
  }
  .section-2 {
    padding: 80px 20px;
  }
  .section-2 .w3ap-ecosystem-structure {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-2 .w3ap-ecosystem-structure .arrow-purple {
    width: 3%;
    height: 100%;
    object-fit: cover;
    transform: rotate(90deg);
  }
  .section-2 .w3ap-ecosystem-structure .arrow-three.desktop {
    display: none;
  }
  .section-2 .w3ap-ecosystem-structure .arrow-three.mobile {
    display: block;
    width: 30%;
    height: 100%;
    object-fit: cover;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content {
    width: 30%;
    flex-direction: row;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item {
    width: 25%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item img {
    width: 100%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-ecosystem-structure-item.last {
    width: 35%;
  }
  .section-2 .w3ap-ecosystem-structure .w3ap-logo {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
  .section-3 {
    padding: 80px 20px;
  }
  .section-3 .section-3-structure {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-3 .section-3-structure img {
    width: 100%;
  }
  .section-3 .section-3-structure .section-3-structure-content {
    align-items: center;
    justify-content: center;
  }
  .section-3 .section-3-structure:nth-child(2) {
    flex-direction: column;
  }
  .section-3 .section-3-structure:nth-child(3) {
    flex-direction: column-reverse;
  }
  .section-3 .ellipse-3 {
    display: none;
  }
  .section-3 .ellipse-4 {
    display: none;
  }
  .section-4 {
    padding: 0 20px 0px 20px;
  }
  .section-4 .lightelement {
    display: none;
  }
  .section-4 .section-4-content .section-4-content-item-1,
  .section-4 .section-4-content .section-4-content-item-2,
  .section-4 .section-4-content .section-4-content-item-3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(1),
  .section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(1),
  .section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content:nth-child(1) {
    width: 90%;
  }
  .section-4 .section-4-content .section-4-content-item-1 .section-4-content-item-content:nth-child(2),
  .section-4 .section-4-content .section-4-content-item-2 .section-4-content-item-content:nth-child(2),
  .section-4 .section-4-content .section-4-content-item-3 .section-4-content-item-content:nth-child(2) {
    width: 90%;
  }
  .section-5 {
    padding: 40px 20px;
  }
  .section-5 .section-5-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-5 .section-5-content .avatar {
    width: 90%;
    height: 100%;
  }
  .section-5 .section-5-content .section-5-content-item {
    padding: 20px;
  }
  .section-6 {
    padding: 60px 20px 40px 20px;
  }
  .section-6 .section-6-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-6 .section-6-content .last-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-6 .section-6-content .last-row .item {
    width: 95%;
  }
  .section-6 .section-6-content .item {
    width: 92%;
    height: 220px;
  }
  .section-6 .section-6-content .item img {
    width: 100%;
    height: 70%;
    object-fit: unset;
  }
  .section-6 .ellipse-3 {
    display: none;
  }
  .section-6 .ellipse-4 {
    display: none;
  }
}
@media (min-width: 1919px) {
  .section-3 .section-3-structure img {
    width: 40%;
    height: unset;
  }
  .section-6 .section-6-content .last-row .item {
    width: 31.5%;
    height: 220px;
  }
}

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