@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/clash-display");
@import url("https://fonts.cdnfonts.com/css/inter");
.pulsechain {
  padding: 85px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .pulsechain {
    padding: 5px 0px 0px 0px;
    text-align: center;
  }
}
.pulsechain .row {
  align-items: center;
}
.pulsechain-title {
  font-size: 57px;
  font-style: normal;
  font-weight: 800;
  line-height: 77.508px;
  padding: 0 !important;
  color: #FFF;
}
.pulsechain-title-txtColor {
  background: linear-gradient(41deg, #0080FF 0%, #F0F 97.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pulsechain-title p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pulsechain-title {
    font-size: 26px;
    line-height: 32.27px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pulsechain-desc {
  color: #6B7280;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .pulsechain-desc {
    font-size: 15px;
    padding-top: 7px;
    line-height: 23px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pulsechain-download {
  margin-top: 33px;
  margin-right: 27px;
  position: relative;
  z-index: 10;
}
.pulsechain-download .nav-tabs {
  border: 0;
  align-items: flex-end;
}
.pulsechain-download .nav-tabs > li {
  color: #6B7280;
  width: 50%;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 7px;
  height: 77px;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .nav-tabs > li {
    margin-bottom: 24px;
  }
}
.pulsechain-download .nav-tabs > li.active {
  height: 79px;
}
.pulsechain-download .nav-tabs > li.active a {
  color: #fff !important;
  font-size: 23.608px;
  padding-bottom: 20px;
  background: transparent !important;
  border: 0 !important;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .nav-tabs > li.active a {
    font-size: 24.608px;
    padding-bottom: 19px;
  }
}
.pulsechain-download .nav-tabs > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 17px;
  height: 71px;
  padding-bottom: 12px;
  border-radius: 15px 15px 0 0;
  border: 0;
  font-weight: 700;
  transition: all 0.25s;
  background: rgba(26, 69, 178, 0.2);
  font-size: 19.53px;
  color: #6B7280;
}
.pulsechain-download .nav-tabs > li > a:hover {
  background: transparent !important;
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .nav-tabs > li > a {
    padding-bottom: 15px;
    font-size: 16.53px;
  }
}
.pulsechain-download .nav-tabs > li:nth-child(1) {
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .nav-tabs > li:nth-child(1) {
    padding-left: 0px !important;
  }
}
.pulsechain-download .nav-tabs > li:nth-last-child(1) {
  padding-right: 34px;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .nav-tabs > li:nth-last-child(1) {
    padding-right: 0px !important;
  }
}
.pulsechain-download .headerTab {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.pulsechain-download .tab-content {
  padding: 36px 0;
  border-radius: 0px 28px 20px 20px;
}
.pulsechain-download .tab-content > .tab-pane.active {
  display: flex;
}
.pulsechain-download #extensionTab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/background-pulse-download.svg") no-repeat center center;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.pulsechain-download #mobileTab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/background-pulse-download.svg") no-repeat center center;
  border-radius: 0 0 20px 20px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.pulsechain-download .tab-pane {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  display: none;
  height: 265px;
}
.pulsechain-download .tab-pane .tab-github {
  text-decoration: underline;
}
.pulsechain-download .tab-miniTitle {
  color: #95D9FF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.789px;
}
@media screen and (max-width: 768px) {
  .pulsechain-download .tab-miniTitle {
    line-height: 24.789px;
  }
}
.pulsechain-download .tab-btn {
  padding: 5px 35px;
  gap: 20px;
  display: flex;
  color: #FFF;
  width: 307px;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.916px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 17.263px;
  background: var(--linear-01, linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%));
}
.pulsechain-download .tab-btn .txt-coming {
  color: #95D9FF;
  font-size: 9px;
  font-style: normal;
  border-radius: 5.344px;
  padding: 2px 5px;
  border: 1px solid #95D9FF;
  font-weight: 400;
  line-height: 10px;
}
.pulsechain-download .tab-btn:hover {
  cursor: pointer;
  background: var(--linear-01, linear-gradient(90deg, #A60FFF 20%, #0D9EFF 80%));
  text-decoration: unset;
}
@media screen and (max-width: 768px) {
  .pulsechain-download {
    padding-top: 18px;
    margin-right: 0px;
  }
}
.pulsechain-img {
  text-align: -webkit-right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pulsechain-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.about {
  padding: 79px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 39px 16px 0px 16px;
  }
}
.about .about-top {
  align-items: center;
}
.about .about-top-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  font-family: "clash-display", sans-serif;
  line-height: 96px; /* 96px */
  text-transform: uppercase;
  background: linear-gradient(84.85deg, #0B5198 32.9%, #8B0C8B 67.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .about .about-top-title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-top .about-header {
    display: flex;
    justify-content: center;
    padding: 0px !important;
  }
}
.about .about-top-content {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .about .about-top-content {
    font-size: 22px;
    text-align: center;
    line-height: 33px;
    padding-left: 15px;
  }
}
.about .about-top-desc {
  color: #6B7280;
  font-size: 18px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400;
  max-width: 519px;
  padding-top: 20px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .about .about-top-desc {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    padding-top: 15px;
  }
}
.about .about-bot {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .about .about-bot {
    padding-top: 38px;
    gap: 35px;
  }
}
.about .about-bot-wrap {
  position: relative;
  border-radius: 20px 20px 0px 0px;
}
.about .about-bot-wrap::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  inset: 0;
  top: -1px;
  border-radius: inherit;
  z-index: 2;
  margin: -1px;
  background: linear-gradient(180deg, #A60FFF 55%, #262626 100%);
}
.about .about-bot-item {
  padding: 35px 20px 48px 30px;
  border-radius: 20px 20px 0px 0px;
  min-height: 350px;
  border: 1px solid transparent;
  position: relative;
  background-clip: padding-box;
  z-index: 3;
  background: linear-gradient(#262626 50%, rgba(0, 0, 0, 0.9) 100%);
}
@media screen and (max-width: 768px) {
  .about .about-bot-item {
    min-height: 270px;
  }
}
.about .about-bot-title {
  color: #FFF;
  padding-top: 35px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .about .about-bot-title {
    font-size: 15px;
    padding-top: 28px;
    line-height: 24px;
  }
}
.about .about-bot-desc {
  color: #6B7280;
  padding-top: 10px;
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .about .about-bot-desc {
    font-size: 15px;
    line-height: 24px;
    padding-top: 7px;
  }
}

.powered {
  padding-top: 127px;
}
@media screen and (max-width: 768px) {
  .powered {
    padding-top: 37px;
  }
}
.powered-header {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 96px; /* 96px */
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  background: linear-gradient(84.85deg, #0B5198 32.9%, #8B0C8B 67.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .powered-header {
    font-size: 40px;
    line-height: 35px;
    display: block;
  }
}
.powered-title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
.powered-title p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .powered-title {
    font-size: 21px;
    padding-top: 15px;
  }
}
.powered-desc {
  color: #6B7280;
  padding: 40px 0px 30px 0px !important;
  font-family: Inter;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .powered-desc {
    padding: 30px 16px 0px 16px;
    font-size: 15px;
    line-height: 24px;
  }
}
.powered-img {
  padding-top: 55px;
  width: 100%;
}

.features {
  padding-top: 140px;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  .features {
    padding-top: 57px;
  }
}
.features-header {
  font-size: 80px;
  font-style: normal;
  font-family: "clash-display", sans-serif;
  font-weight: 800;
  line-height: 96px; /* 96px */
  text-transform: uppercase;
  background: linear-gradient(84.85deg, #0B5198 32.9%, #8B0C8B 67.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .features-header {
    font-size: 45px;
    line-height: 55px;
  }
}
.features-title {
  position: relative;
  color: #FFF;
  font-size: 40px;
  text-align: center;
  font-family: "clash-display", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal; /* 48px */
  text-transform: uppercase;
}
.features-title p {
  margin: 0px !important;
}
@media screen and (max-width: 768px) {
  .features-title {
    font-size: 22px;
    padding-top: 10px;
  }
}
.features-item {
  margin-top: 155px;
  padding: 65px 30px;
  text-align: center;
  border: 1px solid transparent;
  height: 500px;
  border-radius: 17.596px;
  background: linear-gradient(180deg, #272727 0%, #111 100%);
  position: relative;
  background-clip: padding-box;
}
.features-item::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  margin: -1px;
  background: linear-gradient(to right bottom, #A60FFF, #0D9EFF);
}
.features-item-title {
  color: #4b4b4b;
  text-align: center;
  margin-top: 50px;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 22.513px;
}
@media screen and (max-width: 768px) {
  .features-item-title {
    color: #FFF !important;
    font-size: 15px;
  }
}
.features-item-desc {
  color: #4b4b4b;
  padding-top: 5px;
  text-align: center;
  font-size: 13.508px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .features-item-desc {
    color: #FFF !important;
    font-size: 15px;
  }
}
.features-item img {
  filter: brightness(0.5);
  width: unset;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .features-item img {
    filter: unset;
  }
}
@media screen and (max-width: 768px) {
  .features-item {
    margin: 57px 20px 0px 20px;
    padding: 20px;
    height: 450px;
  }
}
.features-line {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .features-line {
    padding: 49px 20px 0px 20px;
  }
}
.features .owl-dots {
  display: flex;
  padding: 141px 70px 0px 70px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .features .owl-dots {
    padding: 49px 20px 0px 20px;
  }
}
.features .owl-dots button.owl-dot {
  background: #C0C0C0;
  padding: 2px !important;
  width: 15%;
}
.features .owl-dots button.owl-dot:first-child {
  border-radius: 5px 0px 0px 5px;
}
.features .owl-dots button.owl-dot:last-child {
  border-radius: 0px 5px 5px 0px;
}
.features .owl-dots button.active {
  background: linear-gradient(90deg, #0B5198 0%, #8B0C8B 100%) !important;
}
.features .owl-nav {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 80%; /* Điều chỉnh chiều rộng của container để phù hợp với màn hình */
  max-width: 1460px;
}
.features .owl-nav button.owl-prev, .features .owl-nav button.owl-next {
  background: linear-gradient(42.26deg, rgba(0, 234, 255, 0.1) 15.63%, rgba(0, 128, 255, 0.1) 36.63%, rgba(128, 0, 255, 0.1) 59.65%, rgba(230, 25, 230, 0.1) 81.83%, rgba(229, 26, 93, 0.1) 100.06%);
  padding: 11px !important;
  border-radius: 30px;
}
.features .owl-nav button.owl-prev:hover, .features .owl-nav button.owl-next:hover {
  background: linear-gradient(42.26deg, rgba(0, 234, 255, 0.8) 15.63%, rgba(0, 128, 255, 0.8) 36.63%, rgba(128, 0, 255, 0.8) 59.65%, rgba(230, 25, 230, 0.8) 81.83%, rgba(229, 26, 93, 0.8) 100.06%);
}
@media screen and (max-width: 768px) {
  .features .owl-nav {
    width: 100%;
    top: 300px;
  }
}

.fitem-active {
  margin-top: 86px !important;
  animation: height-animation 2s forwards !important;
  border-radius: 23px;
}
.fitem-active::before {
  animation: scale-animation 2s forwards;
  left: -1px;
  border-radius: 24.5px;
}
.fitem-active .features-item-title {
  color: #FFF !important;
  font-size: 18px;
}
.fitem-active .features-item-desc {
  color: #6B7280 !important;
  font-size: 15px;
  font-family: Inter;
}
.fitem-active img {
  filter: unset;
}
@media screen and (max-width: 768px) {
  .fitem-active {
    animation: unset !important;
  }
}

@keyframes height-down-anim {
  0% {
    height: 603px;
  }
  100% {
    height: 500px !important;
  }
}
@keyframes height-animation {
  0% {
    height: 510px;
  }
  100% {
    height: 603px;
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.005);
  }
}
.support {
  padding: 50px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  .support {
    padding-top: 20px;
  }
}
.support-header {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 96px */
  font-family: "clash-display", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .support-header {
    font-size: 45px;
    line-height: 55px;
  }
}
.support-title {
  color: #FFF;
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
.support-title p {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .support-title {
    font-size: 22px;
    padding-top: 10px;
  }
}
.support-content {
  position: absolute;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support-desc {
  color: #6B7280;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400;
  line-height: 30px;
  padding-top: 25px;
}
.support-desc p {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .support-desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.support-btn {
  border-radius: 12px;
  background: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  z-index: 1;
  padding: 13px 37px;
}
@media screen and (max-width: 768px) {
  .support-btn {
    font-size: 17px;
  }
}
.support-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  border-radius: 10rem;
  z-index: -2;
}
.support-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2588235294);
  transition: all 0.3s;
  border-radius: 12px;
  z-index: -1;
}
.support-btn:hover {
  color: #FFF !important;
  text-decoration: unset;
}
.support-btn:hover:before {
  width: 100%;
}
.support-img {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .support-img {
    padding-top: 27px;
  }
  .support-img img {
    width: 100%;
    max-width: unset;
    position: absolute;
  }
}
.support .text-center {
  margin-top: 38px;
}

.team {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .team {
    padding-top: 57px;
  }
}
.team-header {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 96px */
  text-transform: uppercase;
  background: linear-gradient(84.85deg, #0B5198 32.9%, #8B0C8B 67.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .team-header {
    font-size: 45px;
    line-height: 55px;
  }
}
.team-title {
  color: #FFF;
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .team-title {
    font-size: 22px;
    padding-top: 10px;
  }
}
.team-list {
  padding-top: 72px;
}
@media screen and (max-width: 768px) {
  .team-list {
    padding-top: 30px;
  }
}
.team-item {
  padding: 0px 10px;
  height: 600px;
}
.team-item img {
  height: 400px;
}
.team-item-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-family: "clash-display", sans-serif;
  font-weight: 600;
  line-height: 30px;
  padding-top: 31px;
}
.team-item-title p {
  margin: 0;
}
.team-item-desc {
  color: var(--secondary-01, #0080FF);
  text-align: center;
  font-size: 24px;
  padding-top: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .team-item {
    height: 535px;
  }
}

.try {
  padding: 199px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .try {
    padding: 110px 20px 0px 20px;
  }
}
.try-modal-wrap {
  position: relative;
  border-radius: 23.448px;
  z-index: 3;
}
.try-modal-wrap::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  margin: -1px;
  background: linear-gradient(to left, #A60FFF 50%, #0D9EFF 100%);
}
.try-modal {
  border-radius: 23.448px;
  padding: 71px 59px 0px 59px;
  position: relative;
  border: 1px solid transparent;
  z-index: 3;
  background: linear-gradient(136deg, #1A1A1A 0%, #202020 100%);
  background-clip: padding-box;
}
@media screen and (max-width: 768px) {
  .try-modal {
    padding: 26px 20px 0px 20px;
    text-align: center;
  }
}
.try-title {
  background: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .try-title {
    font-size: 35px;
  }
}
.try-desc {
  color: #6B7280;
  padding-top: 5px;
  font-size: 17px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .try-desc {
    font-size: 15px;
  }
}
.try-download {
  display: flex;
  gap: 22px;
  padding: 76px 0px 71px 0px;
}
@media screen and (max-width: 768px) {
  .try-download {
    padding: 30px 0px 49px 0px;
    text-align: center;
    justify-content: center;
  }
}
.try-right {
  position: relative;
}
.try-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .try-img {
    position: unset;
  }
}

.valid-required {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("/images/icon-validate.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.contact {
  padding: 50px 0px 70px 0px;
}
.contact-img {
  position: absolute;
  margin-top: 55px;
  left: 50%;
}
.contact-img img {
  position: relative;
  left: -50%;
}
.contact-warning {
  display: flex;
  justify-content: center;
}
.contact-wrap {
  position: relative;
  z-index: 3;
  width: 82%;
  display: inline-block; /* Đảm bảo phần tử chỉ bao bọc nội dung */
  border-radius: 1px; /* Bo tròn góc */
  overflow: hidden;
}
.contact-notice {
  border-radius: 10px;
  display: flex;
  gap: 22px;
  padding: 24px;
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #A60FFF 50%, #0D9EFF 100%);
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
}
.contact-notice img {
  width: 32px;
}
.contact-notice .notice-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .contact-notice .notice-title {
    font-size: 14px;
    padding-top: 10px;
    line-height: 16px;
  }
}
.contact-notice .notice-desc {
  color: #FFF;
  padding-top: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .contact-notice .notice-desc {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-notice {
    display: block;
  }
}
.contact-main {
  position: relative;
}
.contact-main .bg-form {
  display: flex;
  justify-content: center;
}
.contact-main .bg-form form {
  width: 50%;
}
.contact-main .bg-form form .form-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 24px;
}
.contact-main .bg-form form .form-btn .btn-cancel {
  border-radius: 12px;
  border: 1px solid #FFF;
  padding: 12px 36px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .contact-main .bg-form form .form-btn .btn-cancel {
    font-size: 15px;
    padding: 13px 28px;
  }
}
.contact-main .bg-form form .form-btn .btn-cancel:hover {
  text-decoration: unset;
  background: rgba(233, 236, 239, 0.2705882353);
}
.contact-main .bg-form form .form-btn .btn-submit {
  border-radius: 12px;
  background: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  font-size: 18px;
  font-style: normal;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  z-index: 1;
  padding: 12px 36px;
}
@media screen and (max-width: 768px) {
  .contact-main .bg-form form .form-btn .btn-submit {
    font-size: 15px;
    padding: 13px 28px;
  }
}
.contact-main .bg-form form .form-btn .btn-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  border-radius: 10rem;
  z-index: -2;
}
.contact-main .bg-form form .form-btn .btn-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2588235294);
  transition: all 0.3s;
  border-radius: 12px;
  z-index: -1;
}
.contact-main .bg-form form .form-btn .btn-submit:hover {
  color: #FFF !important;
  text-decoration: unset;
}
.contact-main .bg-form form .form-btn .btn-submit:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-main .bg-form form {
    width: 80%;
  }
}
.contact-title {
  text-align: center;
  font-size: 65px;
  padding-top: 90px;
  font-style: normal;
  background: linear-gradient(16deg, #0B5198 15%, #ff00f6 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  line-height: 120%; /* 78px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 35px;
    padding-top: 65px;
  }
}
.contact-required {
  color: #FFF;
  text-align: center;
  padding-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .contact-required {
    font-size: 16px;
  }
}

.form-group {
  padding-top: 24px;
  margin-bottom: 0px;
}
.form-group label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

header {
  padding: 35px 60px 35px 60px;
}
header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  width: 100%;
  z-index: 99;
}
header .header-btn {
  padding: 13px 37px;
  background: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  border-radius: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  z-index: 1;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  color: #F0F0F0 !important;
}
header .header-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: linear-gradient(90deg, #A60FFF 0%, #0D9EFF 100%);
  border-radius: 10rem;
  z-index: -2;
}
header .header-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2588235294);
  transition: all 0.3s;
  border-radius: 12px;
  z-index: -1;
}
header .header-btn:hover:before {
  width: 100%;
}
header .header-fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bg-menu {
  background-color: #ffffff;
}
header .hide {
  display: none;
}
header .menu {
  display: flex;
  gap: 0 24px;
  align-items: center;
}
header .menu-item {
  padding: 0 14px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  gap: 0 2px;
  position: relative;
}
header .menu-item .menu-icon-header {
  display: flex;
  padding-left: 5px;
}
header .menu-item .menu-dropdown {
  position: absolute;
  bottom: -10px;
  left: -7px;
  width: 100%;
  max-width: 100%;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
header .menu-item .dropdown-item {
  padding: 10px 0;
  border-top: 1px solid #c4c4c4;
  text-align: center;
  white-space: unset;
}
header .menu-item .dropdown-item:hover {
  background-color: unset;
}
header .menu-item i {
  font-size: 15px;
}
header .menu-item span,
header .menu-item a {
  color: #6B7280;
  transition: 0.2s;
  font-weight: 500;
  font-family: "clash-display", sans-serif;
  line-height: 22px;
  font-size: 18px;
  font-style: normal;
}
header .menu-item span:hover,
header .menu-item a:hover {
  color: #0D9EFF;
  text-decoration: none;
}
header .menu-active.actived {
  color: #0D9EFF;
}
header .menu-item:hover > .menu-dropdown {
  opacity: 1;
  visibility: visible;
}
header .menu-item .menu-item-wrapper {
  display: flex;
}
header .download {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
header .download-other {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 1193px) {
  header {
    padding-inline: 20px;
    background-size: cover;
    background-position-x: 77%;
  }
  header .download-other {
    display: none;
  }
  header .download-item {
    flex-shrink: 0;
  }
  header .download-item:not(:nth-child(2)) {
    display: none;
  }
  header .logo img {
    width: 80%;
  }
  header .header-bar {
    display: flex;
    margin-left: auto;
    gap: 0 20px;
    align-items: center;
  }
  header .link-home {
    color: #0095d4;
    font-weight: bold;
    text-transform: uppercase;
  }
  header .header-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    width: 73%;
    z-index: 999;
    display: block;
    padding: 20px;
    transform: translateX(143%);
    transition: all 0.2s;
  }
  header .header-fixed.show {
    transform: translateX(40%);
    border-left: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(13, 158, 255, 0.5) 0%, rgba(166, 15, 255, 0.5) 100%);
  }
  header .menu {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  header .menu-item {
    padding-bottom: 10px;
    display: block;
  }
  header .menu-item i {
    font-size: 20px;
    color: #FFFFFF;
  }
  header .menu-item span {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-item:not(:first-child) {
    padding-top: 47px;
  }
  header .menu .menu-home:nth-child(1) {
    padding-bottom: 20px;
  }
  header .menu .menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header .menu .menu-item-wrapper img.visible-s.active {
    transform: rotate(-90deg);
  }
  header .menu .menu-dropdown {
    position: static;
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    display: none;
  }
  header .menu .dropdown-item {
    text-align: left;
    padding-left: 20px;
  }
  header .header-cta {
    flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto;
    gap: 20px 0;
    justify-content: space-between;
  }
  header .header-cta-item:first-child {
    width: 100%;
  }
  header .header-cta-item:first-child form {
    width: 100%;
    display: flex;
  }
  header .header-cta-item:first-child form input {
    border: 1px solid #667080;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    flex-basis: 80%;
  }
  header .header-cta-item:first-child form button {
    border-radius: 0 4px 4px 0;
  }
  header .header-social {
    margin-top: 20px;
    display: flex;
    padding: 0 40px;
    justify-content: space-evenly;
  }
}

.anim-left {
  position: relative;
  animation: moveRight 1s linear;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.img-anim1 {
  position: relative;
  animation: displayItem 1s linear;
}

.img-anim2 {
  position: absolute;
  animation: moveRightItem 1s linear;
  top: 0;
  right: 5px;
}

.img-anim3 {
  position: absolute;
  animation: moveTop 1s linear;
  right: 5px;
  top: 0;
}

.img-anim4 {
  position: absolute;
  right: 5px;
  animation: moveTop 1s linear;
  top: 0;
}

.img-anim5 {
  position: absolute;
  animation: moveLeft 1s linear;
  top: 0;
  right: 10px;
}

@keyframes displayItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveRight {
  0% {
    left: calc(100px - 100%);
  }
  100% {
    left: 0; /* Move to the right end of the container */
  }
}
@keyframes moveLeft {
  0% {
    right: calc(100px - 100%);
  }
  100% {
    right: 10px; /* Move to the right end of the container */
  }
}
@keyframes moveTop {
  0% {
    top: calc(100% - 100px);
  }
  100% {
    top: 0; /* Move to the right end of the container */
  }
}
@keyframes moveRightItem {
  0% {
    right: calc(100% - 100px);
  }
  100% {
    right: 5px; /* Move to the right end of the container */
  }
}
footer {
  margin-top: 192px;
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #0D9EFF 0%, #A60FFF 100%);
  padding: 55px 70px;
  background: #101010;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 32px 16px;
    text-align: unset;
    margin-top: 70px;
  }
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-main {
    flex-direction: column;
    align-items: unset;
    gap: 27px;
  }
}
footer .footer-copyright {
  padding-top: 20px;
  color: #6B7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-copyright {
    padding-top: 7px;
  }
}
footer .footer-right {
  display: flex;
  gap: 77px;
}
footer .footer-right ul, footer .footer-right li {
  color: #9C9C9C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-right ul, footer .footer-right li {
    font-size: 15px;
  }
}

html {
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.paddingBetween {
  padding-left: 100px;
  padding-right: 100px;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "clash-display", sans-serif;
}

.body-home {
  background: url("../images/bgHome.svg") center/cover no-repeat;
  background-position-y: initial;
}
@media screen and (max-width: 768px) {
  .body-home {
    background: url("../images/bgMobile.svg") center/cover no-repeat;
  }
}

.body-swap {
  background: url("../images/BG-swap.svg") center/cover no-repeat;
  background-position-y: initial;
  background-position-y: initial;
}
@media screen and (max-width: 768px) {
  .body-swap {
    background: url("../images/bgMobile.svg") center/cover no-repeat;
  }
}

html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
  border: 0;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.back-to-top {
  background: linear-gradient(42.26deg, rgba(0, 234, 255, 0.6) 15.63%, rgba(0, 128, 255, 0.6) 36.63%, rgba(128, 0, 255, 0.6) 59.65%, rgba(230, 25, 230, 0.6) 81.83%, rgba(229, 26, 93, 0.6) 100.06%);
  position: fixed;
  bottom: 60px;
  padding: 10px;
  border-radius: 25px;
  right: 25px;
  z-index: 100;
  opacity: 0;
  transition: all 0.25s;
}

.back-to-top.show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .back-to-top {
    bottom: 185px;
    right: 5px;
  }
  .visible-s {
    display: block;
  }
  .visible-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
  .visible-lg {
    display: block;
  }
}
@media screen and (max-width: 1193px) {
  .visible-lg {
    display: none;
  }
}
h3 {
  font-weight: bold;
}

/*# sourceMappingURL=app.css.map */
