:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.nav-container {
  overflow: hidden;
}

.nav-container,
.nav-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

.nav-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 32px;
  position: relative;
  width: 756px;
  height: 100%;
  margin: 0 auto;
}
.logo-text {
    font-family: Clash Display;
    font-size: 14px;
    font-weight: 600;
    line-height: 36.75px;
    letter-spacing: 0.33px;
    white-space: nowrap;
}
.auto-layout-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 13px;
  position: relative;
  width: 70px;
  padding: 13px 0 0 0;
  background: #232323;
  z-index: 5;
}
.auto-layout-horizontal-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 70px;
  padding: 0 12px 0 12px;
  z-index: 6;
}
.home {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #ededed;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 7;
}
.rectangle {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 2px;
  background: #4cc38a;
  z-index: 8;
}
.auto-layout-vertical-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 54px;
  padding: 13px 0 0 0;
  z-index: 9;
  border-radius: 4px;
}
.upload {
  text-decoration:none;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #a0a0a0;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
}
.auto-layout-vertical-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  padding: 13px 0 0 0;
  z-index: 11;
  border-radius: 4px;
}
.onboarding {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #a0a0a0;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}
.auto-layout-vertical-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 107px;
  padding: 13px 0 0 0;
  z-index: 13;
  border-radius: 4px;
}
.specifications {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #a0a0a0;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 14;
}
.auto-layout-vertical-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 89px;
  padding: 13px 0 0 0;
  z-index: 15;
  border-radius: 4px;
}
.whats-new {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #a0a0a0;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 16;
}
.navigation-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 187px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.frame {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  width: 187px;
  z-index: 1;
}
.frame-6 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 187px;
  z-index: 2;
}
.group {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 18.5px;
  background-size: 100% 100%;
  z-index: 3;
}
.second-logo img {
  width:40px;
  height:63px;
  flex-shrink:0;
}
