body {
  margin: 0;
	background: -webkit-linear-gradient(to bottom,  rgba(13,70,159,1) 10%,rgba(32,18,111,1) 100%) none repeat scroll 0 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%,rgba(12,14,41,1) 100%);
  width: 100;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(80px);
  background-color: rgba(9, 11, 26, 0.1);
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 120px;
  align-items: center;
  background:#010218;
  border-bottom: 3px solid #fff;
}

nav a {
  margin: 0 16px;
  text-decoration: none;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

nav a:last-child {
  margin-right: 0px;
}

@media (max-width: 971px) {
  nav {
    padding: 20px;
  }

  nav a {
    margin: 0;
    padding: 24px;
  }
  .headerNav {
    display: none;
  }

  .mobileDrawer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #080808;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .open {
    transform: translateX(0);
  }
}

@media (min-width: 972px) {
  .mobileDrawer {
    display: none;
  }

  .menuNav {
    display: none;
  }
}

.background-container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.background-container img {
  position: relative;
  z-index: -1;
  width: 100%;
}

.content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 972px) {
  .background-container img {
    height: 100vh;
    object-fit: cover;
  }
}

@media (max-height: 1200px) {
  .background-container img {
    object-fit: fill;
  }
}

@media (max-width: 971px) {
  .content {
    top: 35%;
    left: 20px;
    right: 20px;
    transform: none;
  }

  .background-container img {
    height: 600px;
    width: auto;
  }
}

.title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 971px) {
  .title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 972px) {
  .title {
    width: 607px;
  }
  .titleDesc {
    width: 607px;
  }
}

.titleDesc {
  margin-top: 60px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 971px) {
  .titleDesc {
    margin-top: 20px;
    font-size: 16px;
  }
}

.suiTitleLabel {
  color: #0180e7;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

@media (max-width: 971px) {
  .suiTitleLabel {
    font-size: 28px;
    line-height: 36px;
  }
}

.getStarted {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  background: #0180e7;
  box-shadow: 0px 0px 16px 0px rgba(68, 141, 225, 0.5);
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 971px) {
  .getStarted {
    margin-top: 20px;
  }
}

.partners {
  background: #181818;
  display: flex;
  height: 104px;
  justify-content: center;
  gap: 54px;
  align-items: center;
}

@media (max-width: 1450px) {
  .partners {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 971px) {
  .partners {
    height: auto;
    padding: 24px 20px;
  }
}

.aboutUs {
  background: #110f0f;
  padding: 92px 0;
  text-align: center;
}

@media (max-width: 971px) {
  .aboutUs {
    padding: 24px 20px;
  }
}

.aboutUsIntro {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 971px) {
  .aboutUsIntro {
    flex-direction: column;
  }
}
.aboutUsIntroContent {
  margin: 0 84px;
}

.aboutUsIntroLabel {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.5;
  margin-bottom: 12px;
}

.aboutUsIntroValue {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.verticalDivider {
  width: 2px;
  height: 158px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    rgba(74, 138, 250, 0) 0%,
    #4f97fb 53.65%,
    rgba(79, 156, 252, 0) 100%
  );
}

.smallHorizontalDivider {
  width: 1px;
  height: 60px;
  transform: rotate(90deg);
  background: linear-gradient(
    180deg,
    rgba(74, 138, 250, 0) 0%,
    #4f97fb 53.65%,
    rgba(79, 156, 252, 0) 100%
  );
}

@media (max-width: 971px) {
  .verticalDivider {
    display: none;
  }
}

@media (min-width: 972px) {
  .smallHorizontalDivider {
    display: none;
  }
}

.aboutUsDescription {
  position: relative;
  width: 1085px;
  padding: 44px 102px;
  margin-top: 72px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1d1d20 0%, #0e0e12 100%);
  box-shadow: 0px -2px 0px 0px rgba(63, 63, 63, 0.25);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1450px) {
  .aboutUsDescription {
    width: 600px;
  }
}

@media (max-width: 971px) {
  .aboutUsDescription {
    padding: 16px;
    width: auto;
    margin-top: 24px;
  }
}

.aboutUsTitle {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 29px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 18px;
  z-index: 2;
}

@media (max-width: 971px) {
  .aboutUsTitle {
    font-size: 20px;
    font-weight: 600;
  }
}

.aboutUsText {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
}

@media (max-width: 971px) {
  .aboutUsText {
    font-size: 16px;
  }
}
.centerHorizontal {
  margin-left: auto;
  margin-right: auto;
}

.button {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  background: #0180e7;
  cursor: pointer;
  box-shadow: 0px 0px 16px 0px rgba(68, 141, 225, 0.5);
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 2;
}

.aboutUsWrapper {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}

@media (min-width: 971px) {
  .aboutUsWrapper::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    bottom: -80px;
    background: linear-gradient(
      180deg,
      rgba(0, 51, 214, 0.3) 0%,
      rgba(98, 212, 243, 0.3) 100%
    );
    filter: blur(117px);
    border-radius: 20px;
  }
}

.projects {
  padding-top: 45px;
  background: #080808;
  filter: blur(0px);
}

@media (max-width: 971px) {
  .projects {
    padding: 24px 20px;
  }
}

.projectsIntro {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.projectsTitle {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media (max-width: 971px) {
  .projectsIntro {
    font-size: 16px;
  }
  .projectsTitle {
    font-size: 16px;
  }
}

.buttonSection {
  display: flex;
  align-items: center;
  padding: 64px 120px;
  max-width: 1180px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1450px) {
  .buttonSection {
    padding: 64px 32px;
  }
}

@media (max-width: 1250px) {
  .buttonSection {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
  }
}

@media (max-width: 971px) {
  .buttonSection {
    display: none;
  }
}

.projectsButton {
  border-radius: 40px;
  border: 1px solid rgba(59, 90, 251, 0.5);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  cursor: pointer;
  padding: 12px;
}

.activeButton {
  background: #3b5afb;
  color: #fff;
}

.activeProjectButtonContainer {
  border-radius: 40px;
  border: 11px solid rgba(59, 90, 251, 0.3);
  color: #fff;
}

.projectContent {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 971px) {
  .projectContent {
    display: none;
  }
}

.arrow {
  cursor: pointer;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 74px;
  background: #0180e7;
  box-shadow: 0px 0px 16px 0px rgba(68, 141, 225, 0.5);
}
.leftArrow {
  position: absolute;
  left: 0px;
}

.rightArrow {
  position: absolute;
  right: 0px;
}

.disabled-arrow {
  opacity: 0.5;
  cursor: not-allowed;
}

.projectTextContent {
  padding: 60px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1d1d20 0%, #0e0e12 100%);
  box-shadow: 0px -2px 0px 0px rgba(63, 63, 63, 0.25);
  width: 696px;
  /* background-image: url('img/project-content-bg.png');
  background-size: cover;
  background-position: center; */
}

@media (max-width: 971px) {
  .projectTextContent {
    width: auto;
    padding: 16px;
  }
}
.mobileProjects {
  margin-top: 24px;
}

@media (min-width: 972px) {
  .mobileProjects {
    display: none;
  }
}
.projectTitle {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 300% */
}

.projectDescription {
  max-width: 587px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.sliderItem {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .slide {
    width: 100vw;
    min-width: auto;
  }
}

.projectImg {
  margin-left: -150px;
}

.projectImgInitial {
  border-radius: 16px;
}

@media (max-width: 1450px) {
  .slideWithImage {
    flex-direction: column;
  }
  .projectImg {
    margin-left: auto;
    margin-right: auto;
  }
}

.link {
  text-decoration: none;
  color: #fff;
}

.horizontalDivider {
  height: 1px;
  opacity: 0.3;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 37.53%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1250px) {
  .horizontalDivider {
    width: 1178px;
  }
}

@media (max-width: 971px) {
  .horizontalDivider {
    margin: 16px 0;
  }
}

.team {
  background: #080808;
  text-align: center;
}
.meetTheFounders {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1250px) {
  .meetTheFounders {
    max-width: 1240px;
    padding-top: 140px;
  }
}

.meetTheFoundersTitle {
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.meetTheFoundersDesc {
  margin-top: 36px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}

.meetTheFoundersInfoContent {
  padding: 60px 0;
  margin: auto;
  position: relative;
}

@media (max-width: 971px) {
  .meetTheFoundersTitle {
    font-size: 20px;
    line-height: normal;
  }
  .meetTheFoundersDesc {
    font-size: 16px;
    line-height: normal;
  }
  .meetTheFoundersInfoContent {
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .team {
    padding: 0 20px;
  }
}
@media (min-width: 1250px) {
  .meetTheFoundersInfoContent {
    width: 907px;
  }
  .meetTheFoundersInfoContent::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    bottom: -80px;
    background: linear-gradient(150deg, #9114d3 -49.46%, #0180e7 78.06%);

    opacity: 0.13;
    filter: blur(107px);
  }
}

.meetTheFoundersImg1 {
  position: absolute;
  left: 0px;
  top: 180px;
}

@media (max-width: 1249px) {
  .meetTheFoundersImg1 {
    display: none;
  }
}
.meetTheFoundersImg2 {
  position: absolute;
  right: 0px;
  top: 112px;
}
@media (max-width: 1249px) {
  .meetTheFoundersImg2 {
    display: none;
  }
}

.meetTheFoundersImg3 {
  position: absolute;
  left: 100px;
  top: 380px;
}
@media (max-width: 1249px) {
  .meetTheFoundersImg3 {
    display: none;
  }
}

.meetTheFoundersImg4 {
  position: absolute;
  right: 150px;
  top: 390px;
}
@media (max-width: 1249px) {
  .meetTheFoundersImg4 {
    display: none;
  }
}
.founders {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.founderContainer {
  text-align: left;
  padding: 24px;
  height: 462px;
  border-radius: 20px;
  border: 2px solid rgba(89, 89, 89, 0.2);
  background: linear-gradient(180deg, #1c1c1f 0%, #111114 100%);
}

@media (min-width: 1250px) {
  .founderContainer {
    width: 346px;
  }
}

@media (max-width: 1249px) {
  .founderContainer {
    width: 250px;
    height: 520px;
  }
}

.founderImg {
  border-radius: 50%;
}

.founderTitle {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  padding: 24px 0;
}

.founderText {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

@media (min-width: 1250px) {
  .founderText {
    max-width: 300px;
  }
}

.socialNetworkLogo {
  position: absolute;
  bottom: 24px;
}

@media (max-width: 971px) {
  .founders {
    display: block;
  }
  .founderContainer {
    width: auto;
    height: 500px;
    margin-bottom: 24px;
    position: relative;
  }
}

.text-overlay {
  color: white;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 972px) {
  .text-overlay {
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.trySuiTitle {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trySuiDesc {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 587px;
}

@media (max-width: 971px) {
  .trySuiTitle {
    margin-top: 24px;
    font-size: 20px;
    line-height: normal;
  }
  .trySuiDesc {
    font-size: 20px;
    line-height: normal;
    max-width: auto;
  }
}

.contactUsButton {
  width: 220px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.4);
  color: #377dff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer {
  border-top: 1px solid #0180e7;
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

@media (min-width: 1250px) {
  .footer {
    max-width: 1000px;
  }
}

@media (max-width: 1249px) {
  .footer {
    justify-content: center;
    gap: 72px;
  }
}

@media (max-width: 971px) {
  .footer {
    display: block;
    padding: 20px;
    padding-top: 0px;
    margin-top: 64px;
  }
}

.trySuiContainer {
  position: relative;
  display: inline-block;
  margin-top: 150px;
}

@media (max-width: 1249px) {
  .trySuiContainer {
    margin-top: 64px;
  }
}

@media (max-width: 971px) {
  .trySuiContainer {
    margin-top: 16px;
  }
}

.trySuiImg {
  display: block;
}

@media (max-width: 971px) {
  .trySuiImg {
    display: none;
  }
}

@media (max-width: 1249px) {
  .trySuiImg {
    width: 100%;
  }
}

.linksTitle {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 36px; */
}

.linksSection {
  cursor: pointer;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.linksSection:hover {
  opacity: 1;
}

.foundersDivider {
  height: 200px;
}

@media (max-width: 1249px) {
  .foundersDivider {
    display: none;
  }
}

@media (max-width: 971px) {
  .linksFooter {
    margin-bottom: 20px;
  }
}

.linksFooter {
  display: flex;
  align-items: center;
}
