/*
Theme Name: Nexade
Theme URI: https://nexade.finance
Author: Amit Tomar
Author URI: https://nexade.finance
Description: Minimal custom theme for homepage template
Version: 1.0
*/

body {
  overflow-x: hidden;
}

.overlap-group-2 img, .frame-8 img, .frame-9 img {
  max-width: 100%; height: auto; display: block;
}


.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
  padding: var(--zoth-io-item-spacing-s) 0px var(--zoth-io-item-spacing-s) 0px;
  position: relative;
  z-index: 100;
background: transparent;
}

.header_container {
  display: flex;
  width: 1170px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.header_navbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: var(--size-space-600) var(--size-space-0) var(--size-space-600)
    var(--size-space-0);
  position: relative;
  background-color: #ffffff1a;
  border-radius: var(--shape-corner-medium);
}

.header_nexade-logo {
  position: relative;
  width: 251px;
  height: 45px;
}
.header_group-6 {
  position: relative;
  width: 251px;
  height: 45px;
}

.header_group {
  position: absolute;
  width: 42px;
  height: 46px;
  top: 0;
  left: 0;
}

.header_vector {
  width: 24px;
  top: 8px;
  left: 227px;
  position: absolute;
  height: 28px;
}

.header_img {
  width: 31px;
  top: 8px;
  left: 191px;
  position: absolute;
  height: 28px;
}

.header_overlap-group {
  position: absolute;
  width: 63px;
  height: 28px;
  top: 8px;
  left: 125px;
}

.header_vector-2 {
  width: 34px;
  top: 0;
  left: 29px;
  position: absolute;
  height: 28px;
}

.header_vector-3 {
  width: 31px;
  top: 0;
  left: 0;
  position: absolute;
  height: 28px;
}

.header_vector-4 {
  width: 24px;
  top: 8px;
  left: 99px;
  position: absolute;
  height: 28px;
}

.header_vector-5 {
  width: 28px;
  top: 8px;
  left: 64px;
  position: absolute;
  height: 28px;
}

.header_nav {
  display: inline-flex;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
  position: relative;
  flex: 0 0 auto;
}

.header_text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.header_button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  width: 117px;
  height: 37px;
  align-items: center;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s)
    var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  position: relative;
  flex: 0 0 auto;
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  cursor: pointer;
}

.header_div {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
/* Original CSS code should be injected here */


.header_nav {
  display: flex;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
}

.header_nav-link {
  font-family: "Poppins-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header_nav-link:hover,
.nav-link:focus {
  color: var(--variable-collection-color);
}

.header_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.header_button:hover,
.button:focus {
  background-color: var(--variable-collection-blue-70);
}

.header_button-text {
  font-family: "Poppins-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}


@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--zoth-io-item-spacing-s);
  }

  .nav {
    margin-top: var(--zoth-io-item-spacing-m);
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    margin-top: var(--zoth-io-item-spacing-s);
  }
  }
  

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(93, 110, 243, 0.1) 100%
  );
}.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(93, 110, 243, 0.1) 100%
  );
}

.footer_container {
  display: flex;
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  gap: var(--size-space-1600);
  position: relative;
}

.footer_row {
  display: flex;
  gap: var(--size-space-1200);
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.footer_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.footer_nexade-logo {
  position: relative;
  width: 207px;
  height: 37.78px;
}

.footer_group {
  position: absolute;
  width: 207px;
  height: 37.78px;
  top: 0;
  left: 0;
}

.footer_vector {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 188px;
}

.footer_img {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 7px;
  left: 158px;
}

.footer_overlap-group {
  position: absolute;
  width: 52px;
  height: 23px;
  top: 7px;
  left: 103px;
}

.footer_vector-2 {
  position: absolute;
  width: 28px;
  height: 23px;
  top: 0;
  left: 24px;
}

.footer_vector-3 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 0;
  left: 0;
}

.footer_vector-4 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 82px;
}

.footer_vector-5 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 7px;
  left: 53px;
}

.footer_text {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.footer_col-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: var(--size-space-600);
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.footer_div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-200);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.footer_text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.footer_col-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.footer_col-3 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_x-logo-original {
  position: relative;
  width: 21px;
  height: 20px;
}

.footer_text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Font Awesome 6 Brands-Regular", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.footer_IG {
  position: relative;
  width: 20.72px;
  height: 20.19px;
}

.footer_group-2 {
  position: relative;
  width: 27.74px;
  height: 19.81px;
}

.footer_subscribe-to-our-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_subscribe-to-our {
  position: relative;
  width: fit-content;
  margin-top: -0.51px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.footer_span {
  color: #5c6df3;
}

.footer_text-wrapper-4 {
  color: #b6b6b6;
}

.footer_text-wrapper-5 {
  color: #464646;
}

.footer_col-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: 0px 0px var(--size-space-400) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer_button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-self: stretch;
  width: 100%;
  background-color: #eceeff;
  border-radius: 5.47px;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer_button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.44px;
  border-radius: 5.47px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.footer_launch-app {
  position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #16171b80;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.footer_launch-app-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s)
    var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  position: relative;
  flex: 0 0 auto;
}

.footer_launch-app-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.footer_p {
  text-align: center;
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.footer_vector-6 {
  position: absolute;
  width: 1440px;
  height: 456px;
  top: 0;
  left: 0;
}
/* Inject original CSS here */

/* Additional styles */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover,
.footer a:focus {
  color: #5c6df3;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer input[type="email"] {
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  color: #16171b;
  border: none;
  background-color: #eceeff;
  padding: 8px 16px;
  border-radius: 5.47px;
  width: 100%;
}

.footer input[type="email"]::placeholder {
  color: #16171b80;
}

.footer button[type="submit"] {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer button[type="submit"]:hover,
.footer button[type="submit"]:focus {
  background-color: #4a5bd9;
}

@media (max-width: 768px) {
  .footer_row {
    flex-direction: column;
  }

  .footer_col,
  .footer_col-wrapper,
  .footer_col-2 {
    width: 100%;
    margin-bottom: var(--size-space-1200);
  }
}

}