.desctop {
  background:
    radial-gradient(
      50% 50% at 50% 50%,
      rgba(255, 255, 255, 0.03) 2%,
      rgba(255, 255, 255, 0) 2%
    ),
    linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 1) 100%),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  width: 100%;
  min-width: 1280px;
  min-height: 5070px;
  position: relative;
}

.desctop .container {
  display: flex;
  flex-direction: column;
  max-width: 896px;
  width: 896px;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 491px;
  left: 196px;
}

.desctop .heading {
  align-items: center;
  padding: 23px 0px 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.desctop .text-wrapper {
  justify-content: center;
  font-size: 72px;
  text-align: center;
  letter-spacing: -3.6px;
  line-height: 79.2px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  white-space: nowrap;
}

.desctop .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #00e55b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4.8px;
  line-height: 24px;
  white-space: nowrap;
}

.desctop .container-2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 106px;
  height: fit-content;
  gap: 16px;
  padding: 40px 0px 0px;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}

.desctop .overlay-border {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.desctop .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.desctop .border {
  top: 1px;
  left: 1px;
  border-top-width: 2px;
  border-top-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #00ff66;
}

.desctop .border-2 {
  right: 1px;
  bottom: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #00ff66;
}

.desctop .overlay-border-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4.8px;
  line-height: 24px;
  white-space: nowrap;
}

.desctop .overlay-border-3 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .overlay-border-4 {
  grid-row: 1 / 2;
  grid-column: 4 / 5;
  width: 100%;
  height: fit-content;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .container-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 56px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .container-4 {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
  opacity: 0.8;
}

.desctop .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desctop .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Bold", Helvetica;
  font-weight: 700;
  color: #00e55b;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.desctop .text-wrapper-6 {
  justify-content: center;
  width: fit-content;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c6;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: 0;
}

.desctop .vertical-divider {
  position: relative;
  width: 1px;
  height: 40px;
  background-color: #c6c6c633;
}

.desctop .margin {
  display: inline-flex;
  padding: 30px 0px 0px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desctop .container-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.desctop .icon {
  position: relative;
  width: 17px;
  height: 19.4px;
}

.desctop .container-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desctop .text-wrapper-7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #e5e2e1;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
  white-space: nowrap;
}

.desctop .container-7 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 16px);
  height: calc(100% - 4963px);
  align-items: flex-start;
  position: absolute;
  top: 73px;
  left: 4px;
}

.desctop .gradient {
  position: relative;
  width: 1280px;
  height: 55px;
  margin-right: -16px;
  background: linear-gradient(
    180deg,
    rgba(0, 255, 102, 0) 0%,
    rgba(0, 255, 102, 0.05) 50%,
    rgba(0, 255, 102, 0) 100%
  );
}

.desctop .black-shark-logo-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -332px;
}

.desctop .black-shark-logo {
  position: relative;
  max-width: 766.44px;
  width: 384px;
  height: 384px;
  box-shadow: 0px 0px 15px #00ff6666;
  background-image: url(./img/black-shark-logo.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .container-8 {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  height: 1181px;
  align-items: flex-start;
  gap: 96px;
  padding: 0px 64px;
  position: absolute;
  top: 1015px;
  left: 0;
}

.desctop .container-9 {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .overlay-border-wrapper {
  display: flex;
  flex-direction: column;
  width: 574px;
  height: 438px;
  align-items: flex-start;
  position: relative;
}

.desctop .combat-robot-front-wrapper {
  width: 585px;
  height: 449px;
  align-items: flex-start;
  padding: 16px;
  margin-bottom: -11px;
  margin-right: -11px;
  border-radius: 8px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .combat-robot-front {
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 1.33;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: url(./img/in-the-lab.jpg);
  background-size: cover;
  background-position: center;
}

.desctop .container-10 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 530px;
}

.desctop .PREDATOR-wrapper {
  align-items: flex-start;
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.desctop .PREDATOR {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 57.6px;
}

.desctop .engineered-for-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 512px;
  width: calc(100% - 2px);
  align-items: flex-start;
  position: absolute;
  top: 136px;
  left: 0;
}

.desctop .engineered-for {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c6cc;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .container-11 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 125.78px 87.39px;
  width: 100%;
  height: 253px;
  gap: 24px;
  position: absolute;
  top: 277px;
  left: 0;
}

.desctop .horizontal-border {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 54.39px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c6c6c61a;
}

.desctop .container-12 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .img {
  position: relative;
  width: 20px;
  height: 16px;
}

.desctop .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

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

.desctop .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.desctop .horizontal-border-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  height: fit-content;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c6c6c61a;
}

.desctop .icon-2 {
  position: relative;
  width: 20px;
  height: 20px;
}

.desctop .VERTICAL-SPINNER {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.desctop .horizontal-border-3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  height: fit-content;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c6c6c61a;
}

.desctop .icon-3 {
  position: relative;
  width: 20px;
  height: 14.15px;
}

.desctop .horizontal-border-4 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  align-self: start;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c6c6c61a;
}

.desctop .icon-4 {
  position: relative;
  width: 18px;
  height: 18px;
}

.desctop .bento-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 448.39px;
  height: 466px;
  gap: 24px;
}

.desctop .overlay-border-5 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  width: 100%;
  height: fit-content;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .p {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c6b2;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .robot-internals {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 264px;
  border-radius: 2px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 0.5;
  background-image: url(./img/robot-internals.jpg);
  background-size: cover;
  background-position: center;
}

.desctop .overlay-border-6 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  align-self: start;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  border-color: #c0c0c026;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .container-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Geist-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c6b2;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .container-wrapper {
  display: flex;
  padding: 32px 0px 0px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

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

.desctop .overlay {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 4px;
  background-color: #c6c6c61a;
}

.desctop .background {
  width: 85.00%;
  height: 100%;
  background-color: #00ff66;
}

.desctop .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #00e55b;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
}

.desctop .section-achievements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 500px;
  width: 1152px;
  height: 487px;
  gap: 96px;
  position: absolute;
  top: 2140px;
  left: 81px;
}

.desctop .overlay-blur {
  position: absolute;
  width: calc(100% - 624px);
  height: calc(100% + 13px);
  top: 0;
  left: 624px;
  background-color: #00e55b0d;
  border-radius: 12px;
  filter: blur(60px);
}

.desctop .team-celebrating {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: 100%;
}

.desctop .container-15 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: center;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48.01px;
}

.desctop .text-wrapper-12 {
  align-self: stretch;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -1px;
  letter-spacing: 0;
}

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

.desctop .item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .icon-5 {
  position: relative;
  width: 22.5px;
  height: 22.5px;
}

.desctop .text-wrapper-13 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Geist-Medium", Helvetica;
  font-weight: 500;
  color: #e5e2e1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.desctop .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.desctop .icon-6 {
  position: relative;
  width: 12.5px;
  height: 25px;
}

.desctop .icon-7 {
  position: relative;
  width: 25px;
  height: 25px;
}

.desctop .container-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-right: -43px;
}

.desctop .text-wrapper-15 {
  position: relative;
  display: flex;
  align-items: center;
  width: 530px;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .team-section {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 1362px;
  align-items: flex-start;
  padding: 100px 0px;
  position: absolute;
  top: 2666px;
  left: 0;
  background-color: #201f1f;
}

.desctop .container-17 {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: flex-start;
  gap: 100px;
  padding: 0px 64px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .THE-team {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  font-size: 72px;
  text-align: center;
  letter-spacing: -1.44px;
  line-height: 79.2px;
  white-space: nowrap;
}

.desctop .text-wrapper-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #00e55b;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.desctop .container-18 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 440px 440px;
  height: fit-content;
  gap: 48px;
}

.desctop .ahmed {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .div-3 {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-size: cover;
  background-position: center;
}

.desctop .gradient-2 {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: linear-gradient(
    0deg,
    rgba(19, 19, 19, 1) 0%,
    rgba(19, 19, 19, 0) 100%
  );
  opacity: 0.8;
}

.desctop .container-19 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.desctop .container-20 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 15px;
}

.desctop .heading-2 {
  align-items: flex-start;
  padding: 4px 0px 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.desctop .text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: #e5e2e1;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .oussema {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .abdesselem {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .amine {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .text-wrapper-18 {
  position: relative;
  display: flex;
  align-items: center;
  width: 202px;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .badii {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .container-21 {
  display: flex;
  flex-direction: column;
  width: 202px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desctop .text-wrapper-19 {
  position: relative;
  display: flex;
  align-items: center;
  width: 195px;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.desctop .omar {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: 440px;
  background-color: #1a1a1acc;
  border: 1px solid;
  border-color: #c0c0c026;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  aspect-ratio: 0.8;
}

.desctop .omar-TRIFA {
  position: absolute;
  width: calc(100% - 33px);
  height: calc(100% - 40px);
  top: 20px;
  left: 17px;
  background-image: url(./img/omar.jpg);
  background-size: cover;
  background-position: center;
}

.desctop .section-sponsors {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 779px;
  align-items: center;
  padding: 128px 100px;
  position: absolute;
  top: 4029px;
  left: calc(50.00% - 640px);
}

.desctop .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Medium", Helvetica;
  font-weight: 500;
  color: #b9ccb5b2;
  font-size: 32px;
  letter-spacing: 4.8px;
  line-height: 12px;
  white-space: nowrap;
}

.desctop .container-22 {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  height: 526px;
  align-items: center;
  gap: 47px;
  padding: 50px;
  position: relative;
  width: 100%;
  margin-bottom: -15px;
}

.desctop .frame-wrapper {
  max-width: 896px;
  width: 896px;
  height: 415px;
  align-items: center;
  padding: 48px;
  border-radius: 16px;
  border-color: #00e55b33;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #1a1a1acc;
  border: 1px solid;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.desctop .frame {
  display: flex;
  flex-wrap: wrap;
  width: 715px;
  height: 330px;
  align-items: flex-start;
  gap: 10px 10px;
  padding: 10px;
  position: relative;
  margin-bottom: -12px;
}

.desctop .div-4 {
  display: flex;
  flex-direction: column;
  width: 225px;
  height: 150px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  position: relative;
  background-color: #201f1f66;
  border: 1px solid;
  border-color: #ffffff0d;
  backdrop-filter: blur(6px) brightness(100%);
  -webkit-backdrop-filter: blur(6px) brightness(100%);
}

.desctop .facebook {
  position: relative;
  max-width: 147px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px #00ff6699;
  background-image: url(./img/facebook.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .text-wrapper-21 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #e5e2e1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 15px;
  white-space: nowrap;
}

.desctop .instagram {
  position: relative;
  max-width: 147px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px #00ff6699;
  background-image: url(./img/instagram.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .tik-tok {
  position: relative;
  max-width: 147px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px #00ff6699;
  background-image: url(./img/tik-tok.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .linked-in {
  position: relative;
  max-width: 147px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px #00ff6699;
  background-image: url(./img/linked-in.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .you-tube {
  position: relative;
  max-width: 147px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 8px #00ff6699;
  background-image: url(./img/you-tube.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desctop .footer {
  display: flex;
  width: 1279px;
  height: 228px;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: 20px;
  position: absolute;
  top: 4753px;
  left: 1px;
  background-color: #0e0e0e;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #ffffff0d;
}

.desctop .frame-2 {
  position: relative;
  width: 662px;
  height: 199px;
  margin-bottom: -12px;
  aspect-ratio: 3.33;
}

.desctop .text-wrapper-22 {
  position: absolute;
  width: calc(100% - 319px);
  top: 9px;
  left: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk-Regular", Helvetica;
  font-weight: 400;
  color: var(--colors-fills-vibrant-tertiary);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  text-decoration: underline;
  white-space: nowrap;
}

.desctop .abdesselem-JARRAY {
  position: absolute;
  top: 82px;
  left: 164px;
  width: 314px;
  height: 64px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.desctop .span {
  color: #ffffff;
}

.desctop .text-wrapper-23 {
  font-family: "JetBrains Mono-Light", Helvetica;
  font-weight: 300;
  color: #00ff66;
}

.desctop .container-23 {
  position: relative;
  max-width: 1440px;
  width: 500px;
  height: 179px;
}

.desctop .container-24 {
  display: flex;
  flex-direction: column;
  width: 454px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 23px;
}

.desctop .text-wrapper-24 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #e5e2e1;
  white-space: nowrap;
}

.desctop .text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Italic", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #00e55b;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 93px;
  left: 58px;
}

.desctop .container-25 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16.01px;
  position: relative;
  flex: 0 0 auto;
}

.desctop .container-26 {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.desctop .link {
  position: relative;
  align-self: stretch;
  width: 67.2px;
}

.desctop .text-2 {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c699;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19.6px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .link-2 {
  position: relative;
  align-self: stretch;
  width: 58.81px;
}

.desctop .link-3 {
  position: relative;
  align-self: stretch;
  width: 126px;
}

.desctop .text-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Regular", Helvetica;
  font-weight: 400;
  color: #c6c6c666;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .top-nav-bar {
  display: flex;
  flex-direction: column;
  width: 1280px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #131313cc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #c6c6c626;
  box-shadow: 0px 4px 30px #0000001a;
  backdrop-filter: blur(12px) brightness(100%);
  -webkit-backdrop-filter: blur(12px) brightness(100%);
}

.desctop .container-27 {
  display: flex;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 67.84px 16px 64px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.desctop .text-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Space Grotesk-Bold", Helvetica;
  font-weight: 700;
  color: #00e55b;
  font-size: 32px;
  letter-spacing: -0.8px;
  line-height: 38.4px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .container-28 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.desctop .link-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 4px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #00e55b;
}

.desctop .text-wrapper-25 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Medium", Helvetica;
  font-weight: 500;
  color: #00e55b;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  white-space: nowrap;
}

.desctop .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "JetBrains Mono-Medium", Helvetica;
  font-weight: 500;
  color: #c6c6c6;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.desctop .vertical-divider-wrapper {
  position: absolute;
  top: 4029px;
  left: 50.00%;
  width: 1px;
  height: 64px;
  overflow: hidden;
  transform: rotate(180deg);
  background: linear-gradient(
    180deg,
    rgba(0, 255, 102, 1) 0%,
    rgba(0, 255, 102, 0) 100%
  );
}

.desctop .vertical-divider-2 {
  position: relative;
  height: 50.00%;
  top: 62.50%;
  background-color: #00ff66;
  filter: blur(1px);
}

/* Team member background images */
.desctop .ahmed > .div-3 {
  background-image: url(./img/ahmed.jpg);
}

.desctop .oussema > .div-3 {
  background-image: url(./img/oussema.jpg);
}

.desctop .abdesselem > .div-3 {
  background-image: url(./img/abdesselem.jpg);
}

.desctop .amine > .div-3 {
  background-image: url(./img/amine.jpg);
}

.desctop .badii > .div-3 {
  background-image: url(./img/badii.png);
}

.desctop .omar > .div-3 {
  background-image: url(./img/omar.jpg);
}
