@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;
}
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 {
  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 {
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
  transition: all 0.5s ease;
  color: #ffffff;
}
body .w3ap-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 {
  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 {
  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 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
body .buttom-custom {
  background-color: #000000;
  border: unset;
  border-radius: 100px;
  padding: 8px 24px;
  background: linear-gradient(90deg, #0131b9 0%, #8d16d3 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  width: max-content;
}
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;
}
body #footer-placeholder {
  overflow: hidden;
}

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