:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 58px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.button:hover {
  opacity: 0.5;
}
 

 
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.nav-link {
  color: #fff;
  font-size: 16px;
  font-style: Medium;
  text-align: left;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.nav-link:hover {
  opacity: 0.5;
}
 
.get-started {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  border-color: transparent;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 58px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: rgba(42, 42, 42, 1);
}
 
.get-started:hover {
  opacity: 0.5;
}
 
.avatar {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
  object-fit: cover;
  border-radius: var(--dl-layout-radius-round);
}
 
.feature {
  gap: var(--dl-layout-space-halfunit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.feature-active {
  border-color: #80FF44;
  border-bottom-width: 4px;
}
 
.section-head {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
 
.section-heading {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 48px;
}
 
.section-description {
  color: rgb(204, 204, 204);
  width: 100%;
  max-width: 600px;
  font-family: Poppins;
  line-height: 28px;
}
 
.accordion-element {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  cursor: pointer;
  display: flex;
  position: relative;
  max-width: 600px;
  transition: .5s all linear;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  user-select: none;
  border-color: #5A5A5A;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.side {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(130px);
}
 
.switch {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 48px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: #0F0F0F;
}
 
.switch:hover {
  opacity: .5;
}
 
.social {
  width: 24px;
  cursor: pointer;
  height: 24px;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}
 
.social:hover {
  opacity: 0.5;
}
 
.footer-header {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link {
  color: rgb(204, 204, 204);
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.login-container {
  height: 100vh;
  display: flex;
  background: #f2f2f2;
  align-items: center;
  justify-content: center;
}
 
.login-card {
  gap: 1rem;
  width: 300px;
  display: flex;
  padding: 2rem;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  flex-direction: column;
}
 
.login-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
 
.login-input {
  color: white;
  width: 100%;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  max-width: 320px;
  border-radius: 9999px;
  margin-bottom: 1rem;
  background-color: #1a1a1a;
}
 
.login-button {
  color: white;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  font-size: 1rem;
  max-width: 320px;
  transition: background-color 0.2s;
  border-radius: 9999px;
  background-color: #3b45e3;
}
 
.login-button:hover {
  background-color: #2c36b9;
}
 
.login-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  justify-content: center;
  background-color: #0f0f0f;
}
 
.login-wrapper {
  color: white;
  display: flex;
  padding: 2rem;
  align-items: center;
  flex-direction: column;
}
 
.login-logo {
  width: 120px;
  margin-bottom: 1.5rem;
}
 
.member-page {
  display: flex;
  padding: 2rem;
  min-height: 100vh;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  justify-content: center;
  background-color: #0f0f0f;
}
 
.member-wrapper {
  gap: 1rem;
  color: white;
  width: 100%;
  display: flex;
  max-width: 400px;
  flex-direction: column;
}
 
.member-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
 
.member-input {
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #1a1a1a;
}
 
.member-checkbox {
  gap: 0.5rem;
  display: flex;
  font-size: 0.95rem;
  align-items: flex-start;
  line-height: 1.3rem;
}
 
.member-button {
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  font-size: 1rem;
  transition: background 0.2s;
  border-radius: 9999px;
  background-color: #3b45e3;
}
 
.member-input::placeholder {
  color: #888;
}
 
.member-checkbox  input[type="checkbox"] {
  transform: scale(1.2);
  margin-top: 0.2rem;
  accent-color: #3b45e3;
}
 
.member-checkbox  a {
  color: #3b45e3;
  text-decoration: underline;
}
 
.member-button:hover {
  background-color: #2c36b9;
}
 
.member-select {
  color: white;
  width: 100%;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  appearance: none;
  font-family: 'Poppins', sans-serif;
  border-radius: 9999px;
  background-size: 0.65rem;
  background-color: #1a1a1a;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 4 5'%3E%3Cpath d='M2 0L0 2h4L2 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
 
.member-select  option {
  color: white;
  font-family: 'Poppins', sans-serif;
  background-color: #1a1a1a;
}
 
.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 

 
@media(max-width: 767px) {
  .nav-link {
    color: black;
  }
  .accordion-element {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .accordion-element {
    max-width: auto;
  }
}
