@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.ms-auto {
  margin-left: auto;
}
.mx-auto {
  margin-inline: auto;
}
img {
  max-width: 100%;
}
.section-2 ul {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.section-2 ul li {
  cursor: pointer;
  transition: 0.5s;
  width: 82px;
}
.parent-container {
  display: flex;
  gap: 60px;
  margin: 50px 0;
  width: 100%;
}
.first-div {
  box-sizing: border-box;
  flex: 30% 1;
  padding: 10px;
}
.first-div h2 {
  font-size: 61px;
  font-weight: 400;
  margin-top: 0;
}
.first-div p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.second-div {
  background-image: url(https://healixprotocol.com/static/media/back1.6359b25d83bc4a13603e.png);
  background-repeat: no-repeat;
  border-radius: 70px;
  box-sizing: border-box;
  flex: 70% 1;
  padding: 30px;
  position: relative;
}
.setting {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 22px;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes rotating {
  0% {
    transform: rotate(1turn);
  }
  to {
    transform: rotate(0deg);
  }
}
.rotating {
  animation: rotating 12s linear infinite;
}
.profile {
  align-items: center;
  display: flex;
}
.user-deatils {
  color: #fff;
  margin-left: 20px;
}
.user-deatils h6 {
  font-size: 16px;
  margin: 0;
}
.user-deatils p {
  color: #565656;
  font-size: 15px;
  margin-top: 9px;
}
.deatils {
  align-items: flex-end;
  color: #fff;
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.deatils h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 16px;
}
.deatils p {
  color: #25f8eb;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 1110px) {
  .second-div {
    height: 880px;
    max-width: 710px;
  }
  .parent-container {
    display: block;
  }
}
.raised {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  max-width: 472px;
  width: 100%;
}
.raised h3 {
  font-size: 16px;
  margin: 0;
}
.raised h4 {
  font-size: 28px;
  margin: 0 22px;
}
.raised h5 {
  color: #494949;
  font-size: 28px;
  margin: 0;
}
.progress {
  border-radius: 8px;
  height: 18px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.gradient-bk {
  background: #00d338;
  background: linear-gradient(
    90deg,
    #00d3af 0,
    #028571 47%,
    #116b6f 55%,
    #116b6f 0,
    #116b6f 62%,
    #116b6f 0,
    #116b6f
  );
}
.progress .incomplete {
  background-color: #494949 !important;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  float: right;
  height: 16px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.progress span {
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
}
.deatils.button_style {
  flex-wrap: wrap;
  margin: 20px auto;
  width: 500px;
}
.deatils.button_style button {
  background: #31393a;
  border: none;
  border-radius: 62px;
  cursor: pointer;
  height: 62px;
  width: 152px;
}
.form_style input {
  border-radius: 42px;
  color: #000;
  font-size: 16px;
  height: 53px;
  padding-left: 10px;
  width: 100%;
}
.form_style {
  margin: 20px auto;
  position: relative;
}
.form_style img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
form button {
  background: #0000;
  background: linear-gradient(
    90deg,
    #00d3af 0,
    #028571 47%,
    #116b6f 55%,
    #116b6f 0,
    #116b6f 62%,
    #116b6f 0,
    #116b6f
  );
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 56px;
  margin-bottom: 13px;
  width: 100%;
}
form {
  margin: 0 auto;
  width: 500px;
}
.second-div2.trans {
  background-image: none;
}
.second-div2.trans h2 {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}
.second-div2.trans p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.sector {
  border: 3px solid #000;
  border-radius: 32px;
  margin: 0 16px 0 0;
  min-height: 200px;
  padding: 22px;
  text-align: center;
  width: 230px;
}
.sector h1 {
  font-size: 55px;
}
.sector h1,
.sector p {
  font-weight: 400;
  margin: 0;
}
.sector p {
  font-size: 16px;
}
.first-div1 {
  box-sizing: border-box;
  flex: 40% 1;
}
.second-div2.trans {
  box-sizing: border-box;
  flex: 60% 1;
}
.flex {
  align-items: center;
  display: flex;
  margin-bottom: 42px;
}
.threex {
  background: #000;
  border-radius: 32px;
  color: #fff;
  padding: 27px 40px;
  text-align: center;
}
.threex p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 786px) {
  .setting {
    display: none;
  }
  .accodion_style strong {
    font-size: 14px;
    font-weight: 400;
  }
  .accodion_body {
    font-size: 16px;
  }
  .first-div h2 {
    font-size: 24px;
  }
  .second-div2.trans h2 {
    font-size: 26px;
    margin-top: 40px;
  }
  .second-div {
    background-image: none;
    background: #000;
    border-radius: 41px;
    height: auto;
    padding: 20px 10px;
  }
  .form_style {
    margin: 10px auto;
    width: 100%;
  }
  .profile {
    align-items: center;
    display: flex;
    margin-left: 20px;
  }
  .deatils.button_style,
  form {
    width: 100%;
  }
  .deatils.button_style button:nth-child(3) {
    margin-top: 6px;
  }
}
@media (max-width: 600px) {
  .accodion_style strong {
    font-size: 15px;
    font-weight: 400;
  }
  .form_style input {
    padding-left: 0;
  }
  .accodion_body {
    font-size: 14px;
  }
  .acc img {
    height: 51px;
    width: 51px;
  }
  .faq h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .faq h2 {
    font-size: 24px;
  }
}
.balance {
  color: #fff;
  margin-bottom: 10px;
  position: absolute;
  right: 110px;
  top: 62%;
  transform: translateY(-50%);
}
.fill_text {
  color: #393636;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fill_text > div {
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
.fill_text.fill_black {
  color: #cfcfcf;
}
.fill_text.fill_black > div {
  color: #000;
}
.container-box {
  display: flex;
  flex: 1 1;
  gap: 62px;
  margin: 60px auto 0;
  max-width: 1070px;
  width: 100%;
}
.box {
  box-sizing: border-box;
  flex: 1 1;
}
.box2 {
  color: #000;
  font-weight: 400;
  max-width: 400px;
}
.box p {
  line-height: 26px;
}
@media (max-width: 768px) {
  .container-box {
    flex-direction: column;
  }
}
.hero {
  margin: 50px 0;
  position: relative;
}
.hero img {
  width: 100%;
}
.hero-box {
  bottom: 0;
  max-width: 535px;
  position: absolute;
  right: 0;
}
.hero-box h1 {
  font-size: 78px;
  font-weight: 400;
}
.hero-box h1 > div {
  position: relative;
}
img.right {
  bottom: 20px;
  left: -171px;
  position: absolute;
  width: 81px;
}
.adults {
  display: block;
  margin-left: auto;
  max-width: 232px;
  position: relative;
  top: 32px;
}
.button-style {
  align-items: center;
  bottom: 28px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.button-style button {
  background: #0000;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 51px;
  transform-origin: 0.4s;
  transition: all 0.3s;
  transition: 0.6s;
  transition-duration: 0.5s;
  width: 160px;
}
.button-style button:first-child {
  border: 2px solid #000;
  margin-right: 25px;
}
.button-style button:nth-child(2) {
  background: #000;
  color: #fff;
}
.button-style button:hover {
  background-image: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
  color: #fff;
  transition: 0.5s;
}
.box.box1 img,
.box.box1 svg {
  width: 100%;
}
@media (max-width: 1028px) {
  .hero-box h1 {
    font-size: 72px;
  }
  .hero-box {
    max-width: 495px;
    right: 16px;
  }
}
@media (max-width: 982px) {
  img.right {
    left: -111px;
  }
}
@media (max-width: 909px) {
  .hero-box {
    max-width: 346px;
    right: 16px;
  }
  .hero-box h1 {
    font-size: 51px;
  }
  img.right {
    bottom: 10px;
    left: -231px;
  }
}
@media (max-width: 876px) {
  img.right {
    left: -191px;
  }
}
@media (max-width: 795px) {
  img.right {
    left: -141px;
  }
}
@media (max-width: 730px) {
  .hero-box {
    max-width: 246px;
    right: 16px;
  }
  .hero-box h1 {
    font-size: 31px;
    margin: 52px 0;
  }
  img.right {
    bottom: 3px;
    left: -221px;
  }
}
@media (max-width: 795px) {
  img.right {
    bottom: -1px;
    left: -141px;
  }
}
@media (max-width: 768px) {
  nav li {
    margin-left: 0;
  }
  .container-box {
    gap: 0;
  }
}
@media (max-width: 600px) {
  .adults {
    max-width: 122px;
    top: 22px;
  }
  img.right {
    left: -121px;
    width: 55px;
  }
}
@media (max-width: 500px) {
  .adults {
    max-width: 82px;
    top: 22px;
  }
  .hero-box {
    max-width: 186px;
    right: 56px;
  }
  .hero-box h1 {
    font-size: 18px;
    margin: 42px 0;
  }
  img.right {
    bottom: 9px;
    left: -48px;
    width: 36px;
  }
  .button-style {
    bottom: 13px;
  }
}
@media (max-width: 430px) {
  .adults {
    max-width: 82px;
    top: 36px;
  }
  .button-style button {
    font-size: 11px;
    height: 31px;
    width: 120px;
  }
  .hero-box h1 {
    font-size: 17px;
    margin: 42px 0;
  }
  .hero-box {
    max-width: 186px;
    right: 0;
  }
  img.right {
    bottom: 9px;
    left: -68px;
    width: 36px;
  }
}
@media (max-width: 390px) {
  img.right {
    bottom: 9px;
    left: -41px;
    width: 31px;
  }
}
@media (max-width: 320px) {
  .hero-box {
    max-width: 141px;
    right: 0;
  }
  .button-style button {
    font-size: 8px;
    height: 23px;
    width: 109px;
  }
  img.right {
    bottom: 5px;
    left: -48px;
    width: 31px;
  }
  .hero-box h1 {
    font-size: 12px;
    margin: 47px 0 20px;
  }
}
.flex.buy-hlx {
  justify-content: center;
  margin-bottom: 0;
}
.buy-hlx img {
  width: 41px;
}
.buy-hlx h1 {
  font-size: 60px;
  font-weight: 400;
  margin-left: 15px;
}
.buy {
  position: relative;
}
.left {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
}
.left,
.right1 {
  position: absolute;
  z-index: -1;
}
.right1 {
  right: 0;
  top: 282px;
  width: 120px;
}
.maxk {
  width: 100%;
}
@media (max-width: 786px) {
  .left,
  .right1 {
    display: none;
  }
  .buy-hlx h1 {
    font-size: 30px;
  }
  .buy-hlx img {
    width: 18px;
  }
}
:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(
    --PhoneInputCountrySelect-marginRight
  );
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: currentColor;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: #00000080;
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: #0000001a;
}
.PhoneInput {
  align-items: center;
  display: flex;
}
.PhoneInputInput {
  flex: 1 1;
  min-width: 0;
}
.PhoneInputCountryIcon {
  height: 1em;
  height: var(--PhoneInputCountryFlag-height);
  width: 1.5em;
  width: calc(
    var(--PhoneInputCountryFlag-height) *
      var(--PhoneInputCountryFlag-aspectRatio)
  );
}
.PhoneInputCountryIcon--square {
  width: 1em;
  width: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--border {
  background-color: #0000001a;
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 1px #00000080, inset 0 0 0 1px #00000080;
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor);
}
.PhoneInputCountryIconImg {
  display: block;
  height: 100%;
  width: 100%;
}
.PhoneInputInternationalIconPhone {
  opacity: 0.8;
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}
.PhoneInputInternationalIconGlobe {
  opacity: 0.65;
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}
.PhoneInputCountry {
  align-items: center;
  align-self: stretch;
  display: flex;
  margin-right: 0.35em;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  position: relative;
}
.PhoneInputCountrySelect {
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor: default;
}
.PhoneInputCountrySelectArrow {
  border-bottom-width: 1px;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-color: currentColor;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-left-width: 0;
  border-right-width: 1px;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 0.3em;
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: 0.35em;
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  transform: rotate(45deg);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  width: 0.3em;
  width: var(--PhoneInputCountrySelectArrow-width);
}
.PhoneInputCountrySelect:focus
  + .PhoneInputCountryIcon
  + .PhoneInputCountrySelectArrow {
  color: #03b2cb;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
  opacity: 1;
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 1px #03b2cb, inset 0 0 0 1px #03b2cb;
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor--focus),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)
      var(--PhoneInputCountryFlag-borderColor--focus);
}
.PhoneInputCountrySelect:focus
  + .PhoneInputCountryIcon
  .PhoneInputInternationalIconGlobe {
  color: #03b2cb;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
  opacity: 1;
}
.section-2 * {
  box-sizing: border-box;
}
.sign_up_box {
  background-color: #000;
  background-image: url(https://healixprotocol.com/static/media/sign-up-shadow.8161d0b90ec951ada33c.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 364px;
  border-radius: 70px;
  margin: auto;
  max-width: 680px;
  padding: 74px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .sign_up_box {
    background-size: 200px;
    border-radius: 30px;
  }
}
.sign_up_box .sign_up_box_in {
  margin: auto;
  max-width: 426px;
}
.sign_up_box .sign_up_box_in .sign_up_box_header {
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  color: #fff;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.sign_up_box .sign_up_box_in .sign_up_box_header img {
  flex-shrink: 0;
  height: 82px;
  margin-right: 16px;
  width: 72px;
}
.sign_up_box .sign_up_box_in .sign_up_box_header h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
  text-align: left;
}
.sign_up_box .sign_up_box_in .sign_up_box_header p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 0;
  text-align: left;
}
.sign_up_box .sign_up_box_in form {
  max-width: 100%;
  width: 100%;
}
.form_input {
  margin-bottom: 24px;
}
.sign_up_box .sign_up_box_in form .form_input label {
  color: #696f79;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 14px;
  text-align: left;
}
.sign_up_box .sign_up_box_in form .form_input input {
  background-color: initial;
  border: 1px solid #8692a6;
  border-radius: 6px;
  color: #8692a6;
  font-size: 14px;
  font-weight: 500;
  height: 64px;
  letter-spacing: 0;
  line-height: 17px;
  outline: none;
  padding: 0 30px;
  text-align: left;
  width: 100%;
}
.sign_up_box .sign_up_box_in form .form_input input:focus {
  background-color: #fff;
  border-color: #1565d8;
}
.sign_up_box .sign_up_box_in form button[type="submit"] {
  background: linear-gradient(89.87deg, #25f9ec 0.08%, #1565d800 131.97%);
  border-radius: 40px;
  height: 64px;
  margin-bottom: 0;
}
.sign_up_box .sign_up_box_in .or_line {
  color: #bababa;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  margin: 25px 0;
  position: relative;
  text-align: center;
}
.sign_up_box .sign_up_box_in .or_line span:after,
.sign_up_box .sign_up_box_in .or_line span:before {
  background-color: #d9d9d9;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 40px);
}
.sign_up_box .sign_up_box_in .or_line span:after {
  right: 0;
}
.sign_up_box .sign_up_box_in .or_line span:before {
  left: 0;
}
.sign_up_box .sign_up_box_in .register_options ul {
  align-items: center;
  display: flex;
  margin: 0 -6.5px;
}
.sign_up_box .sign_up_box_in .register_options ul li {
  padding: 0 6.5px;
  width: 33.33333%;
}
.sign_up_box .sign_up_box_in .register_options ul li button {
  align-items: center;
  background-color: #5856d6;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 15px;
  outline: none;
  text-align: center;
  width: 100%;
}
.sign_up_box .sign_up_box_in .register_options ul li button:hover {
  color: #fff;
}
.sign_up_box .sign_up_box_in .register_options ul li button.twitter_btn {
  background-color: #00bcd4;
}
.sign_up_box .sign_up_box_in .register_options ul li button.google_btn {
  background-color: #d84226;
}
.sign_up_box .sign_up_box_in .register_options ul li button img {
  flex-shrink: 0;
  margin-right: 20px;
}
.modal_content.success_modal {
  background-color: #000;
  background-image: url(https://healixprotocol.com/static/media/sign-up-shadow.8161d0b90ec951ada33c.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  border: none;
  max-width: 520px;
  padding: 40px;
  width: 100%;
}
.modal_content.success_modal img {
  height: 132px;
  margin-right: 0;
  width: 114px;
}
.modal_content.success_modal p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  margin: 52px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .modal_content.success_modal img {
    height: 60px;
    width: 80px;
  }
  .modal_content.success_modal p {
    font-size: 20px;
  }
}
.PhoneInput .PhoneInputCountry select {
  background-color: initial;
}
.PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
  align-items: center;
  border: 1px solid #8692a6;
  border-radius: 6px;
  display: flex;
  height: 64px;
  justify-content: center;
  padding: 0 4px;
  text-align: center;
  width: 80px;
}
.PhoneInput .PhoneInputCountry .PhoneInputCountryIcon svg {
  height: auto;
  width: 20px;
}
.PhoneInput .PhoneInputCountry .PhoneInputCountryIcon svg path {
  fill: #8692a6;
}
.PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow {
  display: none;
}
.PhoneInputCountryIconImg {
  height: auto;
  width: 40px;
}
.error {
  color: darkred;
  padding: 10px;
}
.covered_section h1 {
  color: #cfcfcf;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.covered_section h1 div {
  color: #000;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cover {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.globalbox {
  background-image: url(https://healixprotocol.com/static/media/Global-Blockchain.819a584fb911862974ae.png);
  border-radius: 60px;
  flex: 80% 1;
  padding: 30px 52px;
}
.Healix-box,
.globalbox {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.Healix-box {
  background-image: url(https://healixprotocol.com/static/media/healix-img.33b1a6b76a34b5d44b96.png);
  border-radius: 30px;
  flex: 18% 1;
  padding: 30px;
}
.globalbox p {
  color: #fff;
  font-size: 20px;
  font-weight: 500px;
  line-height: 24px;
  margin-left: 15px;
  padding: 20px 154px 20px 0;
}
hr.globalbox-line {
  background: #ffffff3b;
  border: none;
  height: 1px;
}
.globalbox-line-white {
  background: #00000020;
  border: none;
  height: 1px;
}
.globalbox h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 70px;
  margin: 50px 0 auto auto;
  text-align: right;
}
.Healix-box img {
  display: block;
  margin: 50% 0 auto auto;
}
.Engagement {
  background: #000;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 40px 54px;
}
.powerful {
  border-radius: 60px;
  flex: 70% 1;
}
.engage,
.powerful {
  box-sizing: border-box;
  position: relative;
}
.engage {
  border-radius: 30px;
  flex: 28% 1;
}
.powerful h2 {
  border-right: 2px solid #fff3;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  margin: 0;
  padding-right: 20px;
}
.engage p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
.global {
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.real-time {
  background-image: url(https://healixprotocol.com/static/media/monitoring.5da3cf8f3b3172bb44f8.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  box-sizing: border-box;
  flex: 40% 1;
  padding: 15px 30px;
  position: relative;
}
.real-time h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
}
.real-time p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 24px;
  text-align: right;
}
.Global-Community {
  border: 2px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  flex: 58% 1;
  padding: 15px 30px;
  position: relative;
}
.Global-Community h2 {
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.Global-Community h2,
.Global-Community p {
  color: #000;
  font-weight: 500;
  text-align: right;
}
.Global-Community p {
  font-size: 20px;
  line-height: 24px;
  padding-left: 98px;
}
.cover2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  height: 400px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.globalbox2 {
  background-image: url(https://healixprotocol.com/static/media/Global-Blockchain.819a584fb911862974ae.png);
  border-radius: 60px;
  flex: 80% 1;
  padding: 30px 52px;
}
.Healix-box2,
.globalbox2 {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.Healix-box2 {
  background-image: url(https://healixprotocol.com/static/media/3d-girl.3c772ebbac4739293f59.png);
  border-radius: 30px;
  flex: 18% 1;
  padding: 30px;
}
.globalbox2 p {
  color: #fff;
  font-size: 20px;
  font-weight: 500px;
  line-height: 24px;
  margin-left: 15px;
  padding: 20px 103px 20px 0;
}
.globalbox2 h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 70px;
  margin: 50px 0 auto auto;
  text-align: right;
  width: 80%;
}
.Healix-box2 img {
  display: block;
  margin: 50% 0 auto auto;
}
.Benefits {
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.Partner-Benefits {
  border: 2px solid #000;
  border-radius: 30px;
  flex: 40% 1;
}
.Global-Healthcare,
.Partner-Benefits {
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
}
.Global-Healthcare {
  background-image: url(https://healixprotocol.com/static/media/healthcare.d80111525e9be5e07aff.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex: 58% 1;
}
.Partner-Benefits h2 {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  padding-top: 100px;
  text-align: right;
}
.Partner-Benefits p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 10px;
}
.Global-Healthcare h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 100px;
  padding-right: 10px;
}
.Global-Healthcare p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 144px;
}
@media screen and (max-width: 991px) {
  .globalbox,
  .globalbox2 {
    flex: 70% 1;
  }
  .globalbox p {
    padding: 20px 0;
  }
  .globalbox h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .powerful h2,
  .real-time h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .Global-Healthcare p {
    padding-right: 0;
  }
  .Global-Community h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .Partner-Benefits h2 {
    font-size: 35px;
    line-height: 48px;
    padding-bottom: 40px;
  }
  .Global-Healthcare h2 {
    font-size: 35px;
    line-height: 48px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .globalbox2 {
    flex: 100% 1;
  }
  .Healix-box img {
    margin: 100px 0 100px auto;
  }
  .globalbox,
  .real-time {
    flex: 100% 1;
    margin-bottom: 20px;
  }
  .Healix-box2 {
    height: 850px;
    margin-bottom: 20px;
  }
  .cover2 {
    height: 100%;
  }
  .Partner-Benefits {
    flex: 100% 1;
    margin-bottom: 20px;
  }
  .globalbox2 p {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .Engagement,
  .globalbox,
  .globalbox2 {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  .powerful {
    border-bottom: 2px solid #fff3;
    border-radius: 0;
    flex: 100% 1;
    padding-bottom: 30px;
  }
  .powerful h2 {
    border: none;
  }
}
.crypto h1 {
  font-size: 61px;
  font-weight: 400;
  text-align: right;
}
.crypto-back {
  background-image: url(data:image/png;base64,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AEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQRAoAAAAgBJECAAAACEGkAAAAAEIQKQAAAIAQ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);
  background-repeat: no-repeat;
  height: 392px;
  margin: 50px 0;
  position: relative;
  width: 100%;
}
.mask {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 15%;
}
.mask img {
  margin-right: 22px;
  width: 37px;
}
.mask h1 {
  font-size: 42px;
}
.body p {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 300;
  justify-content: center;
  margin-left: 10%;
  max-width: 760px;
  width: 100%;
}
.step {
  font-size: 60px;
  font-weight: 400;
  left: 50px;
  position: absolute;
  top: 0;
}
.crypto {
  position: relative;
}
img.crypto_icon {
  position: absolute;
  top: 50%;
}
@media (max-width: 1086px) {
  .crypto_icon {
    display: none;
  }
  .crypto-back {
    background: #0000;
    height: auto;
  }
  .mask {
    justify-content: start;
  }
  .body p,
  .mask {
    margin: 0;
  }
  .step {
    font-size: 30px;
    left: 0;
    margin-bottom: 21px;
    position: inherit;
  }
  .body {
    border: 1px solid;
    padding: 12px;
  }
  .crypto h1 {
    font-size: 31px;
    font-weight: 400;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .crypto h1 {
    font-size: 24px;
  }
}
.footer {
  background-image: url(https://healixprotocol.com/static/media/footer.93deefe74bfe84c08604.png);
  background-repeat: no-repeat;
  padding: 120px 0;
  width: 100%;
}
.footer h2 {
  font-size: 32px;
  font-weight: 400;
}
.footer-back {
  background: #fff;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 990px;
  padding: 30px 80px;
}
.footer input {
  border: 1px solid #000;
  border-radius: 24px;
  margin-right: 32px;
  padding: 20px;
  width: 100%;
}
.form-footer {
  align-items: center;
  display: flex;
}
.form-footer img {
  height: 60px;
  width: 60px;
}
.nav-footer {
  align-items: baseline;
  justify-content: space-between;
  margin-top: 96px;
}
.nav-footer,
.nav-footer ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-footer ul {
  list-style: none;
}
.nav-footer ul li {
  margin: 0 19px;
}
.nav-footer ul li a {
  color: #000;
  text-decoration: none;
}
@media (max-width: 786px) {
  .footer-back.container {
    margin: 0;
    max-width: 505px;
    padding: 30px 20px;
    width: 100%;
  }
  .footer {
    padding: 20px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .footer-back {
    padding: 30px 10px;
  }
  .nav-footer ul {
    justify-content: start;
    padding: 0;
  }
}
.join-img {
  width: 100%;
}
.container.join {
  margin: 60px auto;
  position: relative;
}
.join h1 {
  font-size: 64px;
  font-weight: 400;
  margin-top: 0;
}
.journey {
  color: #fff;
  left: 50%;
  max-width: 880px;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.join p,
.journey {
  text-align: center;
}
.join p {
  font-size: 24px;
  font-weight: 300;
}
.join_button button {
  background: #fff;
  border: none;
  border-radius: 42px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  height: 52px;
  margin: 0 12px;
  width: 170px;
}
.join_button button:nth-child(2) {
  background: #0000;
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 786px) {
  .join h1 {
    font-size: 22px;
    margin: 0;
  }
  .join p {
    font-size: 13px;
    margin: 0;
    padding: 5px 20px;
  }
  .journey {
    width: 100%;
  }
  .join_button button {
    font-size: 11px;
    height: 32px;
    width: 100px;
  }
}
.join_logo {
  background: #fff;
  color: #fff;
  cursor: pointer;
  height: 40px;
  margin: 30px;
  width: 45px;
}
.join_button {
  background: #fff;
  border-radius: 10px;
}
.healix h1 {
  color: #fff;
  font-size: 61px;
  font-weight: 400;
}
.healix {
  background-color: #000;
  overflow: hidden;
  padding: 120px 20px;
  position: relative;
  z-index: 1;
}
.healix h1 {
  color: #393636;
  position: relative;
}
.healix h1 div {
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
}
.close,
.phone {
  width: 100%;
}
.close {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .healix h1 {
    font-size: 31px;
  }
}
.seen h1 {
  color: #fff;
  font-size: 61px;
  font-weight: 400;
}
.seen {
  background: #191919;
  padding: 22px 0;
  text-align: center;
}
.seen-logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seen-logo img {
  margin-bottom: 20px;
  width: 270px;
}
@media (max-width: 786px) {
  .seen-logo {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .seen-logo img {
    width: 210px;
  }
  .seen h1 {
    font-size: 44px;
  }
  .section-3 h1 {
    font-size: 31px;
    font-weight: 400;
  }
}
.section-3 h1 {
  font-size: 61px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-3 h1 {
    font-size: 34px;
  }
}
.section-token,
.token-1 {
  position: relative;
}
.section-token {
  background: #f9f9f9;
  border-radius: 0 0 32px 32px;
  box-shadow: 3px 14px 26px #cfcfcf;
  padding: 60px 20px 100px;
}
.section-token h1 {
  color: #cfcfcf;
  position: relative;
}
.section-token h1 div {
  color: #000;
  left: 0;
  position: absolute;
  top: 0;
}
.token-1-body {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 80px;
  width: 100%;
}
.token-1-body p {
  font-size: 24px;
  font-weight: 300;
  max-width: 594px;
  text-align: right;
}
.token-1-body h2 {
  font-size: 50px;
  font-weight: 400;
  margin-top: 20px;
}
.token-1-body span {
  border-right: 2px solid #fff;
  height: 122px;
  position: relative;
  right: 31px;
  width: 62px;
}
.token-1 img {
  width: 100%;
}
.reward {
  display: flex;
  margin: 60px 0;
}
.reward p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.reward h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}
.reward-body-2 img {
  border-radius: 52px;
}
.reward-body-2 h2 {
  margin-top: 0;
}
.reward-body img {
  margin-top: 52px;
}
.staking {
  background: #fff;
  border: 1px solid #000;
  border-radius: 52px;
  bottom: 30px;
  font-size: 17px;
  padding: 15px 32px;
  position: absolute;
  right: 62px;
}
.building {
  left: 0;
  max-width: 400px;
  top: 0;
}
.building,
.building1 {
  position: absolute;
  width: 100%;
}
.building1 {
  bottom: 170px;
  max-width: 340px;
  right: 0;
}
.arrowbutton {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 1160px) {
  .building,
  .building1 {
    display: none;
  }
  .reward {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .reward img {
    margin: 22px 0;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .staking {
    bottom: 7px;
    right: 12px;
  }
}
@media (max-width: 600px) {
  .token-1-body span {
    display: none;
  }
  .reward p {
    font-size: 16px;
  }
  .reward h2 {
    font-size: 24px;
  }
  .staking {
    bottom: 0;
    font-size: 13px;
    padding: 12px;
    right: 0;
  }
  .token-1-body p {
    font-size: 16px;
    max-width: 100%;
    padding: 0 42px;
  }
  .token-1-body {
    top: 20px;
  }
  .token-1-body h2 {
    font-size: 20px;
    margin-top: 0;
  }
  .arrowbutton {
    margin-top: 10px;
    width: 70px;
  }
}
@media (max-width: 400px) {
  .staking {
    font-size: 10px;
    padding: 9px 10px;
  }
  .token-1-body h2 {
    margin-bottom: 0;
  }
}
body {
  overflow-x: hidden;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
  font-family: Roboto, sans-serif;
}
::-webkit-scrollbar {
  background: #003448;
  width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 20px;
  box-shadow: inset 0 0 5px #003448;
}
::-webkit-scrollbar-thumb {
  background: #00adee;
  border-radius: 20px;
  width: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0184b4;
  width: 8px;
}
.container {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%;
}
.header_logo {
  perspective: 1000px;
}
.App-logo {
  transform-style: preserve-3d;
}
nav {
  align-items: center;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
}
nav a {
  color: #000;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
}
nav a.active {
  background-color: #555;
  border-radius: 5px;
}
nav img {
  height: 50px;
}
nav li {
  margin-left: 82px;
}
nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul button {
  background: #000;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 51px;
  transform-origin: 0.4s;
  transition: all 0.3s;
  transition: 0.6s;
  transition-duration: 0.5s;
  width: 160px;
}
nav ul li {
  list-style: none;
}
nav ul li a {
  border-radius: 5px 5px 0 0;
  display: block;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.5s;
}
nav ul li a:hover {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
  -webkit-background-clip: text;
  background-clip: text;
  background-color: text;
}
.expand {
  animation: moveCursor2 0.5s forwards;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0000;
  background: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
}
@keyframes moveCursor1 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.home {
  margin: 0 20px;
}
@media (max-width: 600px) {
  nav li {
    margin-left: 0;
  }
}
.accodion_style {
  background: #000;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 20px;
  margin-right: 22px;
  padding: 20px;
  width: 100%;
}
.accodion_style strong {
  font-size: 22px;
  font-weight: 400;
}
.accodion_body {
  font-size: 18px;
  padding: 10px 0;
}
.faq h1 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 30px;
}
.faq h2 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 0;
}
.acc {
  display: flex;
  justify-content: space-between;
}
.acc img {
  cursor: pointer;
  height: 71px;
  width: 71px;
}
.faq-start {
  position: relative;
}
.faq-start .left_icon {
  bottom: -68%;
  max-width: 1004px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.right_icon {
  bottom: -140px;
  left: 220px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1560px) {
  .right_icon {
    left: 80px;
  }
}
@media (max-width: 1360px) {
  .right_icon {
    left: 20px;
  }
}
@media (max-width: 1111px) {
  .faq-start .left_icon,
  .right_icon {
    display: none;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.page-loader {
  background: #272727;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  .txt {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
  }
}
.spinner {
  animation: sk-scaleout 1s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: 35%;
  width: 80px;
}
.page-loader2 {
  background: #272727d4;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  .txt {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
  }
}
.spinner2 {
  animation: sk-scaleout 1s ease-in-out infinite;
  background-color: #fff;
  border-radius: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: 35%;
  width: 80px;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.container * {
  box-sizing: border-box;
}
.modal {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100dvh;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8888;
}
.modal_content {
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 17px;
  padding: 22px;
  text-align: center;
  width: 360px;
  z-index: 8889;
}
.modal_overlay {
  background-color: #00000080;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8887;
}
.modal h6 {
  margin: 0 0 19px;
}
.modal button {
  align-items: center;
  background: #0000;
  border: 1px solid grey;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 52px;
  justify-content: flex-start;
  margin-bottom: 14px;
  width: 100%;
}
.modal img {
  margin-right: 11px;
  width: 27px;
}
.modal h6 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 786px) {
  .hiddenMobile {
    overflow: hidden;
  }
}
.toster-bar {
  background-color: theme-get("cardBg");
  border-left: 1px solid #0d9ddc;
  border-right: 1px solid #0d9ddc;
  color: theme-get("darkBg");
}
button:disabled {
  cursor: not-allowed;
}
.cursor {
  background: #0000;
  background: linear-gradient(90.83deg, #00aeef 0.72%, #7dfb5d 120.67%);
  border-radius: 50%;
  height: 20px;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 20px;
  z-index: 111;
}
.customTable {
  overflow-x: auto;
  width: 100%;
}
.common_table {
  background: #f9f9f9;
  border-radius: 0 0 32px 32px;
  box-shadow: 3px 14px 26px #cfcfcf;
  color: #000 !important;
  margin: 5rem auto;
  width: 100%;
  tr {
    td,
    th {
      padding: 2rem 2.5rem;
      vertical-align: middle;
      white-space: nowrap;
      @media (max-width: 1679px) {
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
      }
      &:first-child,
      &:last-child {
        padding: 2.1rem 3rem;
        @media (max-width: 991px) {
          padding-bottom: 1.5rem;
          padding-left: 2.5rem;
          padding-right: 2.5rem;
          padding-top: 1.5rem;
        }
        @media (max-width: 575px) {
          padding-bottom: 1.2rem;
          padding-left: 2.5rem;
          padding-right: 2.5rem;
          padding-top: 1.2rem;
        }
      }
      .clickIcon {
        cursor: pointer;
      }
    }
    td {
      font-weight: 500 !important;
    }
  }
  thead {
    border: none;
    font-size: 1.6rem;
    tr {
      th {
        border-bottom: none;
        border-left: none;
        border-right: none;
        font-weight: 500;
        @media (max-width: 767px) {
          font-size: 1.4rem;
        }
        &:first-child {
          border-radius: 1.2rem 0 0 0;
        }
        &:last-child {
          border-radius: 0 1.2rem 0 0;
        }
      }
    }
  }
  tbody {
    font-size: 18px !important;
    text-align: center;
    tr {
      border-bottom: 1px solid #ffffff2b;
      :last-child {
        border-bottom: 0;
        td {
          &:first-child {
            border-radius: 0 0 0 1.2rem;
          }
          &:last-child {
            border-radius: 0 0 1.2rem 0;
          }
        }
      }
    }
    td {
      border-bottom: 0;
      font-weight: 500;
      @media (max-width: 1679px) {
        font-size: 1.4rem;
      }
      @media (max-width: 767px) {
        font-size: 1.3rem;
      }
      .currencyAddress {
        align-items: center;
        display: flex;
        .svgicon {
          display: inline-flex;
          width: 2.2rem;
          svg {
            height: 2rem;
            width: 2rem;
            path {
              fill: "yallow";
            }
          }
        }
      }
    }
    tr {
      .no_record {
        td {
          padding: 1.5rem 0;
          .no_record_box {
            padding: 5rem 1.5rem;
            svg {
              opacity: 1;
              path {
                fill: #fff;
              }
            }
            h4 {
              color: #fff;
              font-size: 1.6rem;
              font-weight: 600;
              margin-top: 1rem;
              @media (max-width: 1679px) {
                font-size: 1.4rem;
              }
            }
            @media (max-width: 991px) {
              padding-bottom: 4rem;
              padding-left: 2rem;
              padding-right: 2rem;
              padding-top: 4rem;
            }
          }
        }
      }
    }
  }
  .no_record_box {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
  }
}
table,
td,
tr {
  color: #000 !important;
}
td {
  border-bottom: 0;
  font-weight: 500;
  @media (max-width: 1679px) {
    font-size: 1.4rem;
  }
  @media (max-width: 767px) {
    font-size: 1.3rem;
  }
  .currencyAddress {
    align-items: center;
    display: flex;
  }
}
.svgicon {
  display: inline-flex;
  width: 2.2rem;
  svg {
    height: 2rem;
    width: 2rem;
    path {
      fill: "yallow";
    }
  }
}
.card {
  margin-top: 4rem;
}
.card .__in {
  background: #fff;
  border-radius: 4.2rem;
  box-shadow: 0 14.510055542px 20.1528549194px 0 rgba(0, 0, 0, 0.251);
  padding: 5rem 6rem 6rem;
}
@media (max-width: 991px) {
  .card .__in {
    padding: 4rem 2rem;
  }
}
.card .__in .boxes {
  display: flex;
  justify-content: center;
  margin-inline: -3rem;
}
@media (max-width: 1439px) {
  .card .__in .boxes {
    margin-inline: -1.5rem;
  }
}
@media (max-width: 767px) {
  .card .__in .boxes {
    flex-wrap: wrap;
    margin: -1rem;
  }
}
.card .__in .boxes > div {
  padding-inline: 3rem;
  width: 50%;
}
@media (max-width: 1439px) {
  .card .__in .boxes > div {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 767px) {
  .card .__in .boxes > div {
    padding: 1rem;
    width: 100%;
  }
}
.card .__in .boxes > div .box {
  background: linear-gradient(180deg, #fff, #fff) padding-box,
    linear-gradient(105.57deg, #00f -5.09%, #a020f0 124.73%) border-box;
  border: 0.6rem solid #0000;
  border-radius: 4.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2.7rem 4rem;
  width: 100%;
}
@media (max-width: 991px) {
  .card .__in .boxes > div .box {
    border-radius: 2rem;
    padding: 2.2rem 2rem;
  }
}
.card .__in .boxes > div .box p {
  font-family: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}
@media (max-width: 489px) {
  .card .__in .boxes > div .box p {
    font-size: 1.3rem;
  }
}
.card .__in .boxes > div .box h3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.6rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 1439px) {
  .card .__in .boxes > div .box h3 {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 1283px) {
  .card .__in .boxes > div .box h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1199px) {
  .card .__in .boxes > div .box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .card .__in .boxes > div .box h3 {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
@media (max-width: 489px) {
  .card .__in .boxes > div .box h3 {
    font-size: 1rem;
    margin: 0.6rem 0 0;
  }
}
.card .__in .boxes > div .box ul {
  list-style: disc;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .card .__in .boxes > div .box ul {
    margin-top: 1rem;
  }
}
.card .__in .action_btn {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  height: 8.4rem;
  letter-spacing: 0;
  line-height: 2.1rem;
  margin: 5.3rem auto 0;
  max-width: 45.2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .card .__in .action_btn {
    font-size: 1.4rem;
    height: 6rem;
    margin: 3rem auto 0;
  }
}
@media (max-width: 489px) {
  .card .__in .action_btn {
    font-size: 1.3rem;
    height: 5rem;
    margin: 2rem auto 0;
  }
}
/*# sourceMappingURL=main.bd02086a.css.map*/
