@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  background: #0b0d1f;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p,
h1,
h2,
h3 {
  margin: 0;
}
a {
  text-decoration: none !important;
}
.input-field {
  border-radius: 8px;
  border: 1px solid var(--border-color, #333c59);
  background: var(--input-bg, #171d31);
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.input-field:focus-within {
  border-color: none;
  background: #0d1120;
}

.input-field legend {
  color: var(--text-color, #fff);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.15px;
  padding: 0 4px;
}

.input-field input {
  background: transparent;
  border: none;
  width: 100%;
  height: 24px;
  color: var(--text-color, #fff);
  font-size: 16px;
}

.input-field input::placeholder {
  color: var(--placeholder-color, #525872);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}

fieldset {
  border-radius: 8px;
  border: 1px solid #333c59;
  background: #171d31;
}
legend {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--font-size-075-rem, 12px);
  font-style: normal;
  font-weight: var(--fontWeightRegular, 400);
  line-height: 12px;
  letter-spacing: 0.15px;
}
input {
  margin-top: -3px;
  font-family: "Gilroy", sans-serif;
  background: transparent;
  border: none;
  width: 100%;
  height: 24px;
  color: #fff;
}
input::placeholder {
  color: var(--Dark-dark_3, #525872);
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--_fontSize-1rem, 16px) !important;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0.15px;
}
input:focus-within {
  outline: none !important;
}
textarea {
  background: transparent;
  border: none;
  width: 100%;
  color: #fff;
  font-family: "Gilroy", sans-serif;
}
textarea::placeholder {
  color: var(--Dark-dark_3, #525872);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Gilroy", sans-serif;
  font-size: var(--_fontSize-1rem, 16px);
  font-style: normal;
  font-weight: var(--fontWeightRegular, 400);
  line-height: 24px;
  letter-spacing: 0.15px;
}
textarea:focus-within {
  outline: none !important;
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -1px;
  left: -1px;
  border-radius: 4px;
  border: 1px solid #333c59;
  background-color: #0e1222;
  padding: 1px;
}
input[type="checkbox"]:checked::before {
  background-color: #00aeef;
}

input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.button-primary {
  border-radius: 8px;
  background: var(
    --Gradient-primary_gradient,
    linear-gradient(90deg, #0cf 0%, #8f46d9 100%)
  );
  display: flex;
  padding: 12px 40px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
}
.button-primary p {
  color: var(--white, #fff) !important;
  font-family: "Gilroy", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}
.button-outline {
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(#0b0d1f, #0b0d1f) padding-box,
    linear-gradient(90deg, rgba(0, 204, 255, 1) 0%, rgba(143, 70, 217, 1) 100%)
      border-box;
  border: 2px solid transparent;
  display: flex;
  padding: 12px 40px;
  align-items: center;
  gap: 10px;
  background-clip: padding-box, border-box, text;
  background-image: linear-gradient(#0b0d1f, #0b0d1f),
    linear-gradient(90deg, rgba(0, 204, 255, 1) 0%, rgba(143, 70, 217, 1) 100%),
    linear-gradient(90deg, rgba(0, 204, 255, 1) 0%, rgba(143, 70, 217, 1) 100%);
}
.button-outline p {
  font-size: 16px !important;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
  background: var(
    --Gradient-primary_gradient,
    linear-gradient(90deg, #0cf 0%, #8f46d9 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-social {
  cursor: pointer;
  width: 100%;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #333c59;
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.button-social p {
  color: var(--Dark-dark_5, #a2a5b2);
  font-size: 16px;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 160px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0b0d1f;
}
.menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.menu .menu-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-top {
  position: relative;
  padding: 119px 0px 119px 156px;
  background: #060714;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.footer-top h3 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.footer-top-input {
  min-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.footer-top-input fieldset {
  width: 560px;
}
.footer-top-input button {
  margin-top: 6px;
}
.bg-footer {
  position: absolute;
  top: 30px;
  right: 156px;
  z-index: 0;
}
.footer-bottom {
  padding: 30px 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-bottom-left p {
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.footer-bottom-right-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.footer-bottom-right-menu a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.footer-bottom-right-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.footer-bottom-right-social img {
  cursor: pointer;
  width: 32px;
}
