@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "PoppinsItalic";
  src: url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "AlexandriaBold";
  src: url("../fonts/Alexandria/static/Alexandria-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "AlexandriaMedium";
  src: url("../fonts/Alexandria/static/Alexandria-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "AlexandriaLight";
  src: url("../fonts/Alexandria/static/Alexandria-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "AlexandriaRegular";
  src: url("../fonts/Alexandria/static/Alexandria-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "VnTimes";
  src: url("../fonts/VnTimes/VnTimes.ttf") format("truetype");
  font-weight: 400;
}
body {
  background-color: #000000;
  overflow-x: hidden;
  background: radial-gradient(50% 55.07% at 50% -17.63%, #55e1dd 3.37%, #0131b9 42.81%, #020816 100%);
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
body p,
body h1,
body h2 {
  margin: 0;
}
body p {
  font-family: "PoppinsRegular";
}
body h1,
body a {
  font-family: "PoppinsBold";
}
body button {
  font-family: "AlexandriaRegular";
}
body .ellipse-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  width: 120px;
  height: 20px;
  border-radius: 24px;
  border: 1px solid #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(262.52deg, #bcbbfd -2.14%, #0131b9 106.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  font-family: "AlexandriaRegular";
}
body .w3ap-title,
body .blocksky-title {
  width: max-content;
  position: relative;
  background-clip: padding-box;
  border: 1px solid transparent;
  background-color: #191a1f;
  border-radius: 20px;
  padding: 8px 16px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
}
body .w3ap-title:hover,
body .blocksky-title:hover {
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
  transition: all 0.5s ease;
  color: #ffffff;
}
body .w3ap-title p,
body .blocksky-title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
body .w3ap-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: -1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) -1.78%, #9769ef 70.48%, #6c24f5 109.39%);
  border-radius: inherit;
}
body .w3ap-title-section,
body .blocksky-title-section {
  width: max-content;
  border: 1px solid rgba(151, 105, 239, 0.9019607843);
  border-radius: 20px;
  padding: 8px 16px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.1019607843) inset;
}
body .w3ap-title-section:hover,
body .blocksky-title-section:hover {
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
  transition: all 0.5s ease;
  color: #ffffff;
  border: 1px solid rgba(151, 105, 239, 0.9019607843);
}
body .w3ap-title-section p,
body .blocksky-title-section p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
body .buttom-custom {
  background: transparent;
  border: 1px solid rgba(151, 105, 239, 0.5);
  border-radius: 100px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: max-content;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
body .buttom-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
body .buttom-custom:hover {
  border-color: rgba(151, 105, 239, 0.8);
  background: rgba(151, 105, 239, 0.15);
  box-shadow: 0 0 30px rgba(151, 105, 239, 0.4), 0 0 60px rgba(151, 105, 239, 0.2);
}
body .buttom-custom:hover::before {
  left: 100%;
}
body .buttom-custom .arrow-custom {
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
}
body .buttom-custom:hover .arrow-custom {
  transform: translateX(5px);
}
body .buttom-custom p {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 500;
  text-shadow: none;
  transition: text-shadow 0.3s ease;
}
body .buttom-custom:hover p {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
body #footer-placeholder {
  overflow: hidden;
}

/*# sourceMappingURL=font.css.map */
