/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus, .slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

.text-justify {
  text-align: justify;
}

.cur-poiter {
  cursor: pointer;
}

body {
  color: #e9e5e5;
  font-size: 16px;
}

html, body {
  font-size: 16px;

}

.max-w-sm {
  max-width: 1100px;
  margin: auto;
}

header .fixed-top {
  backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.2);
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: rgba(237, 237, 253, 0.5019607843);
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #ee4c9b;
}
header .navbar-brand {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
header .navbar-brand img {
  width: 44px;
  margin-right: 15px;
}
header .navbar-brand:hover, header .navbar-brand.active {
  color: #fff;
}
header .box-balance {
  color: #fff;
}
header .box-balance img {
  height: 24px;
  margin-right: 10px;
}
header .h-right {
  column-gap: 16px;
}
header .h-right .link-icon img {
  height: 24px;
}
header .offcanvas-header {
  display: none !important;
  background: #33183a;
}
header .dropdown-lang {
  background: transparent;
  border-color: transparent;
  padding: 0;
}
header .dropdown-lang .custom {
  background: transparent;
  border: 0;
  padding: 0;
}
header .dropdown-lang .custom img {
  height: 24px;
}
header .dropdown-lang .custom:after {
  display: none;
}
header .dropdown-lang .dropdown-menu {
  background: #0c121d;
  border-radius: 8px;
}
header .dropdown-lang .dropdown-menu li a {
  color: #fff;
}
header .dropdown-lang .dropdown-menu li a:hover, header .dropdown-lang .dropdown-menu li a.active {
  color: #ee4c9b;
  background: transparent;
}
@media screen and (max-width: 992px) {
  header .offcanvas-start {
    height: 100vh;
    width: 350px !important;
  }
  header .offcanvas-header {
    display: flex !important;
  }
  header .offcanvas-body {
    height: initial;
    background: #0c121d;
  }
  header .offcanvas-title img {
    height: 40px;
  }
  header .btn-close-sm img {
    height: 24px;
  }
  header .h-right {
    margin-top: 20px;
    border-top: 1px solid #2f183a;
    padding-top: 20px;
  }
  header .h-right .box-balance {
    display: none !important;
  }
}

.block-visitor-right {
  width: 308px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  z-index: 4;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-visitor-right .icon-right {
  display: inline-block;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(89, 89, 89, 0.2);
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 24px 0px;
  transform: none;
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: -42px;
  top: 27px;
}
.block-visitor-right .icon-right img {
  height: 24px;
}
.block-visitor-right .icon-right img#show-visitor_2 {
  display: none;
}
.block-visitor-right .icon-right img.active {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 480px) {
  .block-visitor-right .icon-right img#show-visitor {
    display: none;
  }
  .block-visitor-right .icon-right img#show-visitor_2 {
    display: initial;
  }
}
@media screen and (max-width: 1024px) {
  .block-visitor-right .icon-right img#show-visitor {
    display: none;
  }
  .block-visitor-right .icon-right img#show-visitor_2 {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .block-visitor-right .icon-right {
    top: 32px;
    left: -74px;
  }
  .block-visitor-right .icon-right img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .block-visitor-right .icon-right {
    top: 32px;
    left: -74px;
  }
  .block-visitor-right .icon-right img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.block-visitor-right .content-main {
  max-width: 308px;
  padding: 24px;
}
.block-visitor-right .item-visitor-sm {
  color: #fffffd;
  margin-bottom: 32px;
  font-family: "Sniglet";
}
.block-visitor-right .item-visitor-sm .text {
  font-size: 14px;
  opacity: 0.6;
}
.block-visitor-right .item-visitor-sm .value {
  font-size: 30px;
  font-weight: 400;
}
.block-visitor-right .item-visitor-sm .progress-bottom .bg-none {
  background: transparent !important;
}
.block-visitor-right .item-visitor-sm .progress-bottom .progress.custom {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 19.0625%, rgba(255, 255, 255, 0.1) 48.2292%);
  border-radius: 24px;
  height: 10px;
}
.block-visitor-right .item-visitor-sm .progress-bottom .progress.up .progress-bar {
  width: 25%;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.8509803922) 0%, rgb(72 29 86 / 41%) 100%);
}
.block-visitor-right .item-visitor-sm .progress-bottom .progress.down .progress-bar {
  background: linear-gradient(90deg, rgba(140, 55, 55, 0) 0%, rgb(245, 28, 80) 100%);
}
.block-visitor-right .item-visitor-sm.custom-total {
  margin-bottom: 16px;
  font-size: 12px;
}
.block-visitor-right .item-visitor-sm.custom-total .desc {
  opacity: 0.6;
}
.block-visitor-right .item-visitor-sm.custom-total .progress-bottom .progress {
  width: 100%;
}
.block-visitor-right .item-visitor-sm.custom-total .progress-bottom .text-sm {
  font-size: 12px;
  min-width: 85px;
  text-align: right;
  opacity: 0.6;
}
.block-visitor-right .item-visitor-sm.custom-total.custom-lg .progress-bottom {
  position: relative;
}
.block-visitor-right .item-visitor-sm.custom-total.custom-lg .progress-bottom .progress {
  height: 41px;
  border-radius: 0px;
}
.block-visitor-right .item-visitor-sm.custom-total.custom-lg .progress-bottom .text-sm {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-visitor-right .list-item-visitor .title-md {
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 20px;
}
.block-visitor-right.hidden-visitor {
  right: -308px;
}
@media screen and (max-width: 480px) {
  .block-visitor-right {
    backdrop-filter: blur(50px);
    box-shadow: rgba(5, 20, 18, 0.32) -16px 24px 32px 0px;
    background: linear-gradient(159.535deg, rgba(1, 12, 10, 0.03) 0%, rgba(47, 99, 97, 0) 100%);
    height: 100%;
    right: -308px;
  }
  .block-visitor-right.hidden-visitor {
    right: 0px;
  }
  .block-visitor-right.hidden-visitor .icon-right {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-visitor-right {
    backdrop-filter: blur(50px);
    box-shadow: rgba(5, 20, 18, 0.32) -16px 24px 32px 0px;
    background: linear-gradient(159.535deg, rgba(1, 12, 10, 0.03) 0%, rgba(47, 99, 97, 0) 100%);
    height: 100%;
    right: -308px;
  }
  .block-visitor-right.hidden-visitor {
    right: 0px;
  }
  .block-visitor-right.hidden-visitor .icon-right {
    opacity: 0;
  }
}
.block-visitor-right .btn-close-visitor {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  display: none;
}
.block-visitor-right .btn-close-visitor img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .block-visitor-right .btn-close-visitor {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .block-visitor-right .btn-close-visitor {
    display: block;
  }
}

.block-home {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-color: #07100b;
}
.block-home .bg-video {
  position: absolute;
  inset: 0px;
  flex: 0 0 auto;
}
.block-home .bg-video .banner-video {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}
.block-home .block-logo {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 60px;
  font-size: 16px;
  max-width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
}
.block-home .block-logo .logo {
  margin-bottom: 20px;
  opacity: 0.5;
}
.block-home .block-logo .logo img {
  height: 100px;
}
.block-home .block-logo h1.custom {
  font-size: 46px;
  font-family: "Sniglet";
}
@media screen and (max-width: 480px) {
  .block-home .block-logo {
    padding-bottom: 140px;
  }
  .block-home .block-logo .logo {
    margin-bottom: 80px;
  }
  .block-home .block-logo h1.custom {
    font-size: 30px;
  }
  .block-home .block-logo .desc {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .block-home .block-logo {
    padding-bottom: 140px;
  }
  .block-home .block-logo .logo {
    margin-bottom: 80px;
  }
  .block-home .block-logo h1.custom {
    font-size: 30px;
  }
  .block-home .block-logo .desc {
    font-size: 10px;
  }
}
.block-home .block-support {
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.block-home .block-support .icon {
  backdrop-filter: blur(10px);
  background-color: rgba(89, 89, 89, 0.2);
  opacity: 1;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3215686275) 0px 4px 24px 0px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
.block-home .block-support .icon img {
  width: 32px;
}
.block-home .block-support .list-app {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-home .block-support .list-app img {
  height: 38px;
}
.block-home .block-support .list-app a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-home .block-support .list-app a:nth-child(1) {
  position: absolute;
  top: -55px;
  left: 5px;
}
.block-home .block-support .list-app a:nth-child(2) {
  position: absolute;
  top: -55px;
  left: 65px;
}
.block-home .block-support .list-app a:nth-child(3) {
  position: absolute;
  top: 0;
  left: 65px;
}
.block-home .block-support .list-app a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.block-home .block-support:hover .list-app, .block-home .block-support:focus .list-app {
  opacity: 1;
}
.block-home .list-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-home .list-info .item {
  position: absolute;
}
.block-home .list-info .item .icon img {
  width: 40px;
}
.block-home .list-info .item .content-hidden {
  color: #fff;
  width: 370px;
  padding: 20px;
  top: -140px;
  position: absolute;
  left: 20px;
  visibility: hidden;
  opacity: 1;
  z-index: -1;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.8509803922) 0%, rgb(72 29 86 / 41%) 100%);
  transform: none;
  border-radius: 3.2345%/10.3448%;
  box-shadow: rgba(0, 0, 0, 0.12) 8px 16px 32px 0px;
  transform-origin: 50% 50% 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: left;
}
.block-home .list-info .item .content-hidden .banner {
  width: 100px;
  margin-right: 10px;
}
.block-home .list-info .item .content-hidden .banner img {
  max-width: 100%;
}
.block-home .list-info .item .content-hidden .title {
  font-size: 20px;
}
.block-home .list-info .item:hover .content-hidden {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.block-home .list-info .item:nth-child(1) {
  left: 35%;
  top: 25%;
}
.block-home .list-info .item:nth-child(1) .icon img {
  width: 39px;
}
.block-home .list-info .item:nth-child(2) {
  left: 31%;
  top: 54%;
}
.block-home .list-info .item:nth-child(2) .icon img {
  width: 32px;
}
.block-home .list-info .item:nth-child(3) {
  left: 54%;
  top: 41%;
}
.block-home .list-info .item:nth-child(3) .icon img {
  width: 39px;
}
.block-home .list-info .item:nth-child(4) {
  left: 65%;
  top: 25%;
}
.block-home .list-info .item:nth-child(4) .icon img {
  width: 27px;
}
.block-home .list-info .item:nth-child(5) {
  left: 69%;
  top: 45%;
}
.block-home .list-info .item:nth-child(5) .icon img {
  width: 32px;
}
.block-home .list-info .item:nth-child(6) {
  left: 61%;
  top: 60%;
}
.block-home .list-info .item:nth-child(6) .icon img {
  width: 32px;
}
@media screen and (max-width: 480px) {
  .block-home .list-info .item {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .block-home .list-info .item {
    display: none;
  }
}
.block-home .list-info .btn-info-custom {
  padding: 0;
  border: 0;
  background: transparent;
}
.block-home .list-info .list-icon {
  display: none;
}
.block-home .list-info .list-icon .btn-icon-custom {
  display: inline-block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 24px 0px;
  background-color: rgba(89, 89, 89, 0.2);
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 5px;
  border: 0;
  padding: 0;
}
.block-home .list-info .list-icon .btn-icon-custom img {
  max-height: 32px;
  max-width: 32px;
}
@media screen and (max-width: 480px) {
  .block-home .list-info .list-icon {
    text-align: center;
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;
    display: block;
    z-index: 3;
  }
}
@media screen and (max-width: 1024px) {
  .block-home .list-info .list-icon {
    text-align: center;
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;
    display: block;
    z-index: 3;
  }
}
@media screen and (max-height: 600px) {
  .block-home {
    min-height: 750px;
  }
}

header.header-custom {
  position: absolute;
  top: 32px;
  left: 32px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.3215686275) 0px 4px 24px 0px;
  z-index: 1;
  width: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 5;
}
header.header-custom .btn-menu {
  backdrop-filter: blur(10px);
  background-color: rgba(89, 89, 89, 0.2);
  opacity: 1;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3215686275) 0px 4px 24px 0px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  padding: 7px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.header-custom .btn-menu span {
  background: url(../images/burger_line_list_menu_nav_icon.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 32px 32px;
}
header.header-custom .btn-menu.custom-page {
  top: 20px;
}
header.header-custom .content-menu {
  padding: 60px 20px 20px;
  display: none;
  opacity: 0;
}
header.header-custom .content-menu ul li:hover .btn-link-custom, header.header-custom .content-menu ul li.active .btn-link-custom {
  color: #ff4040;
}
header.header-custom .content-menu ul li .btn-link-custom {
  display: block;
  background: linear-gradient(98deg, rgb(0, 0, 0), rgba(30, 13, 31, 0)) 0%, rgba(30, 13, 31, 0.2) 100%;
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 20px;
  padding: 16px 32px 16px 32px;
  border-radius: 12px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: "Sniglet";
}
header.header-custom .content-menu ul li .btn-link-custom:hover, header.header-custom .content-menu ul li .btn-link-custom.active {
  color: #ff4040;
}
header.open-menu {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(89, 89, 89, 0.2);
  width: 296px;
}
header.open-menu .btn-menu.active span {
  background: url(../images/cancel_close_delete_icon.svg) no-repeat center center;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 32px 32px;
}
header.open-menu .content-menu {
  display: block;
  opacity: 1;
}
header.custom-page .btn-menu {
  top: 20px;
}
header.custom-page .content-menu {
  padding-top: 80px;
}
header.custom-page.open-menu {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
}
header.custom-page.open-menu .btn-menu {
  left: 20px;
}

@media (min-width: 1441px) {
  .custom-modal-page .custom-w {
    max-width: 1480px;
  }
}
.custom-modal-page .modal-content {
  border-radius: 20px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: rgb(154 51 166 / 40%) 0px 1px 40px 0px;
  background: linear-gradient(114deg, rgba(105, 99, 99, 0) 0%, rgba(18, 17, 17, 0) 100%);
  min-height: calc(100vh - 120px);
  border: 2px solid #8330e2;
  position: relative;
}
.custom-modal-page .modal-content .modal-body {
  padding-top: 60px;
}

.title-sec h2.custom {
  font-size: 46px;
  font-family: "Sniglet";
}
.title-sec .line {
  width: 175px;
  height: 4px;
  background: #ed5055;
  border-radius: 10px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control.custom-f {
  background-color: rgba(235, 235, 235, 0.2);
  height: 52px;
  border: 0;
  color: #fff;
}
.form-control.custom-f::-webkit-input-placeholder {
  color: #fff;
}
.form-control.custom-f::-moz-placeholder {
  color: #fff;
}
.form-control.custom-f:-ms-input-placeholder {
  color: #fff;
}
.form-control.custom-f:-moz-placeholder {
  color: #fff;
}

textarea.custom-f {
  height: 156px !important;
}

.btn-close.custom {
  height: 32px;
  top: 10px;
  background: rgba(89, 89, 89, 0.2);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 24px 0px;
  padding: 0;
  line-height: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
  opacity: 1;
  z-index: 3;
}
.btn-close.custom img {
  height: 32px;
}

.btn-form {
  height: 67px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  height: 52px;
}
.btn-form:hover, .btn-form:focus {
  background: #000;
}

.max-w-sm {
  max-width: 850px;
  margin: auto;
}

.list-info-getin .item .icon {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  backdrop-filter: blur(0px);
  box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 24px 0px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 68px;
  text-align: center;
  margin: auto auto 10px;
}
.list-info-getin .item .icon img {
  height: 48px;
}

.list-item-partnership {
  filter: invert(1);
  opacity: 0.5;
  text-align: center;
}
.list-item-partnership .item-partnership {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
}

.list-item-ourteam .item-ourteam {
  backdrop-filter: blur(50px);
  background: linear-gradient(296deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  min-height: 175px;
  border-radius: 10px;
  padding: 20px;
  font-size: 12px;
  margin-top: 50px;
}
.list-item-ourteam .item-ourteam .top-info {
  position: relative;
  padding-left: 115px;
  margin-bottom: 10px;
}
.list-item-ourteam .item-ourteam .top-info .thumb {
  width: 100px;
  height: 115px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -66px;
}
.list-item-ourteam .item-ourteam .top-info .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-ourteam .item-ourteam .top-info .content .name {
  font-size: 22px;
  color: #8330e2;
  font-family: "Sniglet";
}

.block-slick-main {
  position: relative;
}
.block-slick-main .padd {
  padding: 0 15px;
}
.block-slick-main .block-nav .slick-arrow {
  display: inline-block;
  backdrop-filter: blur(10px);
  background-color: rgba(89, 89, 89, 0.2);
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 4px 24px 0px;
  transform: none;
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-slick-main .block-nav .slick-arrow img {
  height: 24px;
}
.block-slick-main .block-nav .slick-arrow:nth-child(1) {
  left: 0;
}
.block-slick-main .block-nav .slick-arrow:nth-child(1) img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-slick-main .block-nav .slick-arrow:nth-child(2) {
  right: 0;
}

.block-ourteam .title-sec {
  margin-bottom: 100px;
}

.list-item-advision .padd {
  padding-top: 70px;
}
.list-item-advision .item-advision {
  backdrop-filter: blur(50px);
  background: linear-gradient(296deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  min-height: 220px;
  text-align: center;
  border-radius: 12px;
}
.list-item-advision .item-advision .top-info {
  background: url(../images/bg-Advision.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 110px;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.list-item-advision .item-advision .top-info .thumb {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 205px;
  height: 130px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.list-item-advision .item-advision .top-info .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-advision .item-advision .content {
  padding-top: 60px;
}
.list-item-advision .item-advision .content .name {
  font-size: 18px;
  font-family: "Sniglet";
}
.list-item-advision .item-advision .content .job {
  font-size: 12px;
}
.list-item-advision .item-advision .desc {
  padding: 20px 20px 5px;
}

.roadmap .item-roadmap {
  position: relative;
  margin-bottom: 35px;
}
.roadmap .item-roadmap .title {
  background: #ed5055;
  font-size: 30px;
  padding: 13px 15px;
  position: absolute;
  width: calc(50% - 70px);
  font-family: "Sniglet";
}
@media screen and (max-width: 480px) {
  .roadmap .item-roadmap .title {
    font-size: 20px;
    width: 30%;
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap .item-roadmap .title {
    font-size: 20px;
    width: 30%;
    padding: 5px;
  }
}
.roadmap .item-roadmap::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #ed5055;
  left: calc(50% - 10px);
  border-radius: 100%;
  top: 0;
  z-index: 1;
}
.roadmap .item-roadmap::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #8330e2;
  left: 50%;
  top: 0;
}
.roadmap .item-roadmap .content {
  padding-left: 50%;
  margin-left: 70px;
  font-size: 16px;
}
.roadmap .item-roadmap .content .banner {
  text-align: center;
  margin-bottom: 50px;
}
.roadmap .item-roadmap .content .banner img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .roadmap .item-roadmap .content {
    padding-left: 45%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap .item-roadmap .content {
    padding-left: 45%;
    margin-left: 0;
  }
}
.roadmap .item-roadmap:nth-child(even) .title {
  right: 0;
}
.roadmap .item-roadmap:nth-child(even) .content {
  padding-left: 0;
  max-width: calc(50% - 70px);
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .roadmap .item-roadmap:nth-child(even)::after {
    left: 62%;
  }
  .roadmap .item-roadmap:nth-child(even)::before {
    left: calc(62% - 10px);
  }
  .roadmap .item-roadmap:nth-child(even) .content {
    max-width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap .item-roadmap:nth-child(even)::after {
    left: 62%;
  }
  .roadmap .item-roadmap:nth-child(even)::before {
    left: calc(62% - 10px);
  }
  .roadmap .item-roadmap:nth-child(even) .content {
    max-width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .roadmap .item-roadmap:before {
    left: calc(38% - 10px);
  }
  .roadmap .item-roadmap:after {
    left: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap .item-roadmap:before {
    left: calc(38% - 10px);
  }
  .roadmap .item-roadmap:after {
    left: 38%;
  }
}

.list-check .check-sm {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.list-check .check-sm::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/check.png) no-repeat center center;
  background-size: 14px 14px;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 480px) {
  .list-check .check-sm {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .list-check .check-sm {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .list-check {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .list-check {
    font-size: 10px;
  }
}

.auth-box {
  max-width: 600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: rgb(154 51 166 / 40%) 0px 1px 40px 0px;
  background: linear-gradient(114deg, rgba(105, 99, 99, 0) 0%, rgba(18, 17, 17, 0) 100%);
  min-height: calc(100vh - 120px);
  border: 2px solid #8330e2;
  position: relative;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .auth-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .auth-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.form-left-content {
  padding: 50px 30px 50px 30px;
}
.form-left-content .auth-logo {
  text-align: center;
  font-size: 25px;
  color: #8330e2;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 150px;
  margin: auto;
}
.form-left-content .login-links a {
  display: block;
  margin-top: 15px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 30px;
  text-align: center;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.form-left-content .login-links a .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -2px;
}
.form-left-content .login-links a span {
  padding-right: 5px;
}

.form-content {
  padding: 50px 30px 50px 30px;
}
.form-content .heading {
  margin: 0 0 20px;
  position: relative;
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
}
.form-content .heading::before {
  content: "";
  background: #8330e2;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.form-content .fp-link {
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.form-content .fp-link:hover {
  color: #8330e2;
  text-decoration: underline;
}
.form-content .fp-link.custom {
  color: #8330e2;
  display: inline-block;
}

.auth-bg-image {
  width: 100%;
  padding: 50px 15px;
  justify-content: center !important;
  align-items: center !important;
  min-height: 100vh;
  display: flex;
}
.auth-bg-image .d-table {
  width: 100%;
  height: 100%;
}

.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.form-md .btn-form {
  height: 38px;
  padding-left: 25px;
  padding-right: 25px;
}
.form-md .form-control.custom-f {
  height: 50px;
  font-size: 14px;
}
.form-md select.custom-f {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/chevron_down_icon.svg) no-repeat right rgba(235, 235, 235, 0.2);
  background-size: 15px 15px;
  background-position-x: calc(100% - 10px);
}

select.custom-f {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/chevron_down_icon.svg) no-repeat right rgba(235, 235, 235, 0.2);
  background-size: 15px 15px;
  background-position-x: calc(100% - 10px);
}

.bg-full {
  background-image: url(../images/bg-full.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.block-wrappers {
  position: relative;
}

.sec-withdraw {
  padding-top: 38px;
}
.sec-withdraw .block-bg {
  border-radius: 20px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: rgb(154 51 166 / 40%) 0px 1px 40px 0px;
  background: linear-gradient(114deg, rgba(105, 99, 99, 0) 0%, rgba(18, 17, 17, 0) 100%);
  border: 2px solid #8330e2;
  position: relative;
  padding: 50px 35px 15px;
  min-height: 600px;
}
@media screen and (max-width: 480px) {
  .sec-withdraw .block-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-withdraw .block-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sec-withdraw .title-page-main h1.custom {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sec-withdraw .title-page-main .desc {
  max-width: 1100px;
  margin: auto;
}

.list-despsit-link {
  gap: 10px;
}

.item-despsit-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #535c6e;
  border-radius: 10px;
  width: 160px;
  height: 125px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.4s ease, background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.1215686275);
  color: white;
  min-width: 160px;
  min-height: 128px;
}
.item-despsit-link .icon img {
  display: block;
  object-fit: contain;
  height: 60px;
  margin: auto;
}
.item-despsit-link.active, .item-despsit-link:hover, .item-despsit-link:focus {
  background-color: #8330e2;
  border: 2px solid #8330e2;
}

.img-qr img {
  max-width: 250px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .list-despsit-link {
    display: block !important;
    text-align: center;
    padding: 0 20px;
  }
  .list-despsit-link .item-despsit-link {
    display: block;
    margin: auto;
    width: 100%;
    padding: 15px;
    height: inherit;
  }
  .list-despsit-link .item-despsit-link .icon {
    margin: auto;
  }
}
.input-block-line {
  color: #fff;
}
.input-block-line label.custom {
  font-size: 12px;
  top: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
.input-block-line.custom-btn .btn {
  right: 0;
  bottom: 0;
  font-size: 22px;
  z-index: 1;
  height: 52px;
  color: #fff;
}
.input-block-line.custom-btn .form-control {
  padding-right: 40px;
}

.block-form {
  max-width: 500px;
  margin: auto;
}
.block-form .title-form {
  font-size: 24px;
  font-weight: 600;
}

.btn-default.custom-trade {
  background: #8330e2;
  color: #fff;
  height: 52px;
}
.btn-default.custom-trade:hover, .btn-default.custom-trade:focus {
  background: #8330e2;
  color: #fff;
}

.block-dashboard-main {
  margin: auto auto 80px;
}
.block-dashboard-main .item-sm {
  background: #8330e2;
  border: 1px solid #8330e2;
  border-radius: 10px;
  padding: 10px 30px 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-dashboard-main .item-sm .title-sm {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}
.block-dashboard-main .item-sm .value {
  font-size: 30px;
  font-weight: 600;
}

.item-total-member {
  min-height: 150px;
  border-radius: 16px;
  padding: 30px 16px 15px;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.8509803922) 0%, rgb(72 29 86 / 41%) 100%);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-total-member .icon {
  position: absolute;
  transition: transform 0.25s;
  height: 120px;
  top: 20px;
  right: 20px;
}
.item-total-member .icon img {
  height: 34px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-total-member .title {
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #D89F3C;
  margin-bottom: 15px;
}
.item-total-member .value {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 25px;
}
.item-total-member:hover, .item-total-member.active {
  transform: translateY(-10px);
  background-color: #000000;
  box-shadow: rgba(145, 61, 49, 0.2392156863) 0px 4px 68px 0px;
}
.item-total-member:hover .icon img, .item-total-member.active .icon img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.table-main thead tr th {
  color: #fff;
  background: transparent;
  border-color: #8330e2;
}
.table-main tbody tr td {
  color: #fff;
  background: transparent;
  border-color: #8330e2;
}
.table-main .nodata-td {
  min-height: 160px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.table-main .nodata-td img {
  height: 40px;
  margin-bottom: 5px;
}

.block-filter .btn-filter {
  margin-left: 10px;
}

.btn-filter {
  background-color: rgba(235, 235, 235, 0.2);
  height: 52px;
  border: 0;
  color: #fff;
  min-width: 120px;
}
.btn-filter img {
  height: 18px;
  margin-right: 15px;
}
.btn-filter:hover, .btn-filter:focus {
  background-color: #8330e2;
  color: #fff;
}

/* MENU-SIDEBAR */
.menu-sidebar .item a {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 4px;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
.menu-sidebar .item a .icon {
  width: 40px;
  font-size: 22px;
}
.menu-sidebar .item a .title-sm {
  font-weight: bold;
}
.menu-sidebar .item a .sub-sm {
  font-size: 12px;
}
.menu-sidebar .item a:hover, .menu-sidebar .item a.active {
  background-color: #8330e2;
  color: #8330e2;
}

.bor-left-main {
  border-left: 1px solid #8330e2;
  padding-left: 30px;
  min-height: 550px;
}
@media screen and (max-width: 480px) {
  .bor-left-main {
    padding: 0;
    border-left: 0px solid #8330e2;
    border-top: 1px solid #8330e2;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .bor-left-main {
    padding: 0;
    border-left: 0px solid #8330e2;
    border-top: 1px solid #8330e2;
    padding-top: 20px;
  }
}

.block-acc-main .acc-box {
  margin-bottom: 20px;
}
.block-acc-main .avatar {
  width: 90px;
  height: 90px;
  margin: auto auto 15px;
  border-radius: 100%;
  overflow: hidden;
}
.block-acc-main .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BLOCK-QR-2FA */
.block-qr-2fa {
  position: relative;
  padding-left: 175px;
  min-height: 142px;
  margin-bottom: 20px;
  max-width: 600px;
  margin: auto;
}
.block-qr-2fa .qr-img {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}
.block-qr-2fa .qr-img img {
  height: 140px;
}
.block-qr-2fa .qr-content .label-main {
  padding-top: 20px;
}
.block-qr-2fa .control-icon-custom {
  position: relative;
}
.block-qr-2fa .control-icon-custom .form-control {
  height: 40px;
  border: 1px solid #E2B339;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  background: transparent;
  text-align: left;
}
.block-qr-2fa .control-icon-custom .btn {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: transparent;
  border-radius: 6px;
}
.block-qr-2fa .control-icon-custom .btn img {
  max-height: 18px;
}
.block-qr-2fa .label-custom-w {
  min-width: 100px;
}
@media screen and (max-width: 480px) {
  .block-qr-2fa {
    padding-left: 0;
    text-align: center;
  }
  .block-qr-2fa .qr-img {
    position: static;
    display: inline-block;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .block-qr-2fa {
    padding-left: 0;
    text-align: center;
  }
  .block-qr-2fa .qr-img {
    position: static;
    display: inline-block;
    margin: auto;
  }
}

/* ----------- BLOCK-LINK-REFF */
.block-link-reff {
  text-align: center;
  margin: auto auto 45px;
  position: relative;
  max-width: 900px;
}
.block-link-reff .content .title-sm {
  font-size: 24px;
  color: #8330e2;
}
.block-link-reff .content .decs {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-link-reff .content .item-reff {
  margin-bottom: 15px;
}
.block-link-reff .content .item-reff .form-control {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-bottom: 15px;
}
.block-link-reff .content .item-reff .btn {
  width: 100%;
}
.block-link-reff .banner img {
  max-width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .block-link-reff {
    height: inherit;
    padding: 22px;
  }
  .block-link-reff .content {
    width: inherit;
    margin: auto auto 20px;
  }
  .block-link-reff .banner {
    position: static;
    margin: auto;
  }
}
.list-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  padding-top: 5px;
  margin: 0 5px;
}
.list-social a img {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}
.list-social a:hover {
  background: 62ca;
}

.bg-inner {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 26, 26, 0.9490196078);
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bg-inner.active {
  z-index: 4;
  visibility: visible;
}

input.custom-date::-webkit-calendar-picker-indicator {
  background: url(../images/date_icon.svg) no-repeat right transparent;
  background-size: 15px 15px;
  background-position-x: 100%;
  width: 20px;
  height: 20px;
  border-width: thin;
  display: block;
}

.custom-tabs .nav-link {
  color: #fff;
}
.custom-tabs .nav-link.active {
  background: #8330e2;
  color: #fff;
}

.block-buy-bot {
  min-height: 236px;
  border-radius: 16px;
  padding: 30px 16px 15px;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.8509803922) 0%, rgb(72 29 86 / 41%) 100%);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-buy-bot .title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #8330e2;
}

@media screen and (min-width: 1200px) {
  .box-marg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .box-marg-50 .padd-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.list-btn-5 {
  align-items: center !important;
  display: flex;
  gap: 10px;
}

.m-custom .modal-content.custom {
  background: #000;
  box-shadow: none;
  border: 0;
  padding: 0;
  border-radius: 15px;
}
.m-custom .modal-content.custom .modal-body {
  padding: 0;
}
.m-custom .btn-close.custom {
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
}
.m-custom .btn-close.custom img {
  height: 22px;
}

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

.space-bg {
    background: linear-gradient(rgba(5, 7, 20, 0.85), rgba(5, 7, 20, 0.95)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23132042' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FFFFFF'%3E%3Ccircle cx='769' cy='229' r='1'/%3E%3Ccircle cx='539' cy='269' r='1'/%3E%3Ccircle cx='603' cy='493' r='1'/%3E%3Ccircle cx='731' cy='737' r='1'/%3E%3Ccircle cx='520' cy='660' r='1'/%3E%3Ccircle cx='309' cy='538' r='1'/%3E%3Ccircle cx='295' cy='764' r='1'/%3E%3Ccircle cx='40' cy='599' r='1'/%3E%3Ccircle cx='102' cy='382' r='1'/%3E%3Ccircle cx='127' cy='80' r='1'/%3E%3Ccircle cx='370' cy='105' r='1'/%3E%3Ccircle cx='578' cy='42' r='1'/%3E%3Ccircle cx='237' cy='261' r='1'/%3E%3Ccircle cx='390' cy='382' r='1'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
}