@font-face {
  font-family: Montserrat;
  src: url("../fonts/montserrat/static/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: MontserratExtraBold;
  src: url("../fonts/montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: MontserratThin;
  src: url("../fonts/montserrat/static/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/montserrat/static/Montserrat-Regular.ttf") format("truetype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  background: #000;
  color: #000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*::-moz-selection {
  color: #ff9e98;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  font-family: MontserratExtraBold;
}
h4 {
  font-size: 22px;
  font-family: MontserratExtraBold;
  color: #fff;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.logo img {
  max-width: 70px;
}
.head-swap {
  background-image: url(../images/m-bg-head-swap.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000;
  margin-top: -12px;
  padding-top: 12px;
  padding-bottom: 80px;
  position: relative;
}
.head-swap:before {
  content: '';
  background-image: url(../images/m-line-head.png);
  background-size: 60%;
  width: 100%;
  height: 80px;
  position: absolute;
  background-repeat: no-repeat;
  top: 38px;
  left: 0px;
}
.head-swap:after {
  content: '';
  background-image: url(../images/m-line-head2.png);
  background-size: 75%;
  width: 100%;
  height: 80px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0px;
  left: -30px;
}
.line {
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  height: 5px;
  width: 100%;
}
.banners {
  padding: 0px;
}
.banners .banners-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: right;
  position: relative;
}
.banners .banners-item img {
  max-width: 100%;
  width: 50%;
}
.banners .banners-item-info {
  position: absolute;
  color: #fff;
  width: 50%;
  line-height: 20px;
  font-size: 18px;
  left: 0px;
}
.banners .banners-item-info h3 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: MontserratRegular;
  color: #00e7ff;
  text-align: left;
  font-weight: 700;
}
.banners .banners-item-info .text1 {
  font-family: MontserratThin;
  font-size: 28px;
  color: #000;
  text-shadow: 2px 0 #d900ff, -2px 0 #d900ff, 0 2px #d900ff, 0 -2px #d900ff, 1px 1px #d900ff, -1px -1px #d900ff, 1px -1px #d900ff, -1px 1px #d900ff;
}
.banners .banners-item-info .text2 {
  color: #00e7ff;
  font-family: MontserratRegular;
}
.banners .banners-item-info .text3 {
  font-family: MontserratThin;
  font-size: 52px;
  color: #000;
  text-shadow: 2px 0 #d900ff, -2px 0 #d900ff, 0 2px #d900ff, 0 -2px #d900ff, 1px 1px #d900ff, -1px -1px #d900ff, 1px -1px #d900ff, -1px 1px #d900ff;
  position: relative;
  top: 15px;
  margin-left: 15px;
}
.banners .banners-item-info .bt-swap {
  position: relative;
  z-index: 99;
  align-content: center;
  align-items: center;
}
.banners .banners-item-info .bt-swap img {
  width: 100%;
}
.bt-swap {
  display: flex;
  gap: 20px;
}
.bt-df {
  color: #fff;
  padding: 25px 35px;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary-slave) 51%, var(--primary) 100%);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  min-width: 150px;
  text-decoration: unset;
  justify-content: center;
  min-width: 180px;
}
.bt-contact {
  color: #fff;
}
.bt-connect {
  color: #000;
}
.bt-connect:hover {
  color: #fff;
  opacity: 0.5;
}
.bt-contact:disabled {
  pointer-events: none;
}
.bt-contact:hover {
  color: #fff;
  opacity: 0.5;
}
.bt-contact:active {
  box-shadow: none;
  transform: translateY(0);
}
.app-swap {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
}
.app-swap .bt-app {
  width: 60px;
}
.app-swap .bt-app img {
  width: 100%;
}
.app-swap .bt-app1 img {
  border-radius: 50%;
}
.app-swap .bt-app1 {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.currents {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
  background-image: url(../images/bg-price.png);
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.currents .currents-swap {
  background: #000;
  overflow: hidden;
}
.currents .currents-info {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.currents .currents-info .tradingview-widget-container {
  display: flex;
  align-content: center;
  align-items: center;
}
.currents .currents-info .cii-item {
  position: relative;
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 5px;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
}
.currents .currents-info .cii-item .cii-left {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
.currents .currents-info .cii-item .cii-left .cii-left-info span {
  color: #999;
}
.currents .currents-info .cii-item :last-child {
  margin-bottom: 0px;
}
.currents .currents-info .cii-item .cii-right {
  text-align: right;
}
.currents .currents-info .cii-left-img {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.currents .currents-info .cii-left-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  object-fit: contain;
}
.events {
  position: relative;
  margin: auto;
  width: 100%;
}
.events:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0px;
}
.events:after {
  content: '';
  background: #363c41;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
}
.events .events-wapp {
  position: relative;
  display: grid;
  grid-template-columns: 60% 1fr;
  padding: 30px 0px;
  width: 100%;
}
.events .events-wapp .events-left {
  position: relative;
  z-index: 9;
}
.events .events-wapp .events-left img {
  z-index: 1;
  width: 80%;
}
.events .events-wapp .events-right {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: baseline;
  justify-content: end;
  gap: 30px;
  z-index: 9;
}
.events .events-swap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.events .events-item {
  position: relative;
  width: 100%;
  display: inline-flex;
  gap: 5px;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: 5px solid #d7d7d7;
  flex-direction: column;
  background-image: linear-gradient(to right, #a450a7, #720d58);
  min-height: 80px;
  border-radius: 10px;
}
.events .events-item-name {
  font-weight: 700;
  color: #000;
  font-size: 38px;
}
.events .events-item-num {
  position: absolute;
  right: -15px;
  color: #fff;
  font-weight: bold;
}
.events .b0 {
  border: 2px solid #000;
}
.events .b1 {
  border: 5px solid #0dcaf0;
}
.events .b2 {
  border: 5px solid #ff9700;
}
.events .b3 {
  border: 5px solid #ff4581;
}
.events .b4 {
  border: 5px solid #12d176;
}
.events h3 {
  margin-bottom: 30px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.events .bt-events {
  border: 2px solid #000;
  border-radius: 5px;
}
.events .events-des {
  color: #fff;
  font-size: 18px;
}
.features-wapp {
  background: #000;
  color: #fff;
}
.features {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  padding: 60px 0px;
  width: 100%;
  gap: 20px;
}
.features .features-right {
  position: relative;
}
.features h3 {
  margin-bottom: 30px;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}
.features .features-swap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.features .features-swap-left {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.features .features-swap-right {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.features .features-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #141b22;
}
.features .features-item-ic {
  font-size: 58px;
  position: absolute;
  background: -webkit-linear-gradient(var(--primary), var(--primary-slave));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  font-weight: bold;
  font-family: 'MontserratExtraBold', sans-serif;
}
.features .features-item-name {
  font-size: 18px;
  position: relative;
  padding-top: 39px;
  text-align: center;
}
.features .features-item-text {
  position: relative;
  z-index: 9;
  font-size: 30px;
  font-weight: 700;
  font-family: 'MontserratExtraBold', sans-serif;
}
.features .features-item-des {
  font-size: 15px;
  color: #fff;
}
.our-teams {
  background: #000;
  padding-bottom: 60px;
  padding-top: 30px;
}
.our-teams h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.our-teams .our-teams-swap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.our-teams .our-teams-swap .our-teams-item {
  background: #141b22;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-content: center;
  align-items: center;
  padding: 30px 15px;
  justify-content: center;
  text-align: center;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-img img {
  width: 100%;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-name {
  color: #fff;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-position {
  color: #999;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-share {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.our-teams .our-teams-swap .our-teams-item .our-teams-item-share a {
  color: #999;
  font-size: 22px;
}
.more-features {
  padding-top: 150px;
  position: relative;
  background-image: url(../images/br1.png?v=1);
  background-size: cover;
  background-repeat: repeat-x;
}
.more-features .more-features-swap {
  position: relative;
  display: grid;
  grid-template-columns: 30% 1fr;
  padding: 60px 0px;
  width: 100%;
  gap: 30px;
}
.more-features .more-features-swap .more-features-left .more-features-left-d {
  display: block;
}
.more-features .more-features-swap .more-features-left .more-features-left-m {
  display: none;
}
.more-features .more-features-swap .more-features-left img {
  width: 100%;
}
.more-features .more-features-swap .more-features-right-d {
  display: flex;
}
.more-features .more-features-swap .more-features-right-m {
  display: none;
}
.more-features .more-features-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
}
.more-features .more-features-des {
  width: 100%;
  color: #fff;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 100px 20px 20px;
}
.more-features .more-features-right {
  position: relative;
  padding-bottom: 25%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.more-features .more-features-right-item {
  position: relative;
}
.more-features .more-features-right-item img {
  position: absolute;
  top: 8%;
  left: 90%;
}
.more-features .more-features-right-item h4 {
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 20px 20px 0px 0px;
  margin: 0px;
  display: inline-flex;
  padding: 12px 25px;
  max-width: 50%;
  width: 50%;
  min-height: 60px;
  font-size: 26px;
  align-content: center;
  align-items: center;
}
.more-features .more-features-right-item .more-features-right-item-text1 {
  font-size: 15px;
  font-size: 20px;
  line-height: 22px;
}
.more-features .more-features-right-m1 {
  margin-left: 15%;
  width: 55%;
  position: relative;
  z-index: 9;
}
.more-features .more-features-right-m2 {
  position: absolute;
  right: 0px;
  top: 10%;
}
.more-features .more-features-right-m3 {
  position: absolute;
  bottom: 10%;
  right: 3%;
}
.more-features .more-features-right-m4 {
  position: absolute;
  left: 0px;
  bottom: 25%;
  z-index: 10;
  width: 40%;
}
.more-features .more-features-right-m5 {
  position: absolute;
  bottom: 0px;
  left: 45%;
  z-index: 8;
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.more-features h3 {
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.roadmap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url(../images/bg4.jpg?v=1);
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.roadmap h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.roadmap .roadmap-wapp {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: baseline;
  padding-top: 200px;
}
.roadmap .roadmap-wapp img {
  width: 300px;
}
.roadmap .roadmap-d {
  display: block;
}
.roadmap .roadmap-m {
  display: none;
}
.roadmap .roadmap-wapp-item {
  position: absolute;
}
.roadmap .roadmap-wapp-item1 {
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
}
.roadmap .roadmap-wapp-item1 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item2 {
  transform: translateX(-50%);
  left: calc(50% - 180px);
  top: 200px;
}
.roadmap .roadmap-wapp-item2 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item3 {
  transform: translateX(50%);
  right: calc(50% - 148px);
  top: 1593px;
}
.roadmap .roadmap-wapp-item3 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item4 {
  transform: translateX(-50%);
  left: calc(50% - 238px);
  top: 300px;
}
.roadmap .roadmap-wapp-item4 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item5 {
  transform: translateX(50%);
  right: calc(50% - 143px);
  top: 180px;
}
.roadmap .roadmap-wapp-item5 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item6 {
  transform: translateX(50%);
  right: calc(50% - 143px);
  top: 373px;
}
.roadmap .roadmap-wapp-item6 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item7 {
  transform: translateX(-50%);
  left: calc(50% - 170px);
  top: 549px;
}
.roadmap .roadmap-wapp-item7 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item8 {
  transform: translateX(-50%);
  left: calc(50% - 185px);
  top: 780px;
}
.roadmap .roadmap-wapp-item8 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item9 {
  transform: translateX(50%);
  right: calc(50% - 144px);
  top: 808px;
}
.roadmap .roadmap-wapp-item9 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item10 {
  transform: translateX(-50%);
  left: calc(50% - 140px);
  top: 1005px;
}
.roadmap .roadmap-wapp-item10 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item11 {
  transform: translateX(50%);
  right: calc(50% - 139px);
  top: 1217px;
}
.roadmap .roadmap-wapp-item11 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item12 {
  transform: translateX(-50%);
  left: calc(50% - 144px);
  top: 1396px;
}
.roadmap .roadmap-wapp-item12 img {
  width: 300px;
}
.roadmap .roadmap-wapp-item13 {
  transform: translateX(-50%);
  left: calc(50% - 144px);
  top: 1735px;
}
.roadmap .roadmap-wapp-item13 img {
  width: 300px;
}
.roadmap .roadmap-swap {
  overflow: hidden;
}
.roadmap .roadmap-swap-item {
  background: #141b22;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  margin-top: 260px;
}
.roadmap .roadmap-swap-item .roadmap-swap-item-line1 {
  position: absolute;
  border-left: 2px dotted #fff;
  height: 225px;
  bottom: 100%;
  width: 2px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.roadmap .roadmap-swap-item .roadmap-swap-item-line2 {
  position: absolute;
  top: -250px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
.roadmap .roadmap-swap-item .roadmap-swap-item-line2:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin: auto;
  bottom: 0px;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  background: #fff;
  top: 0px;
}
.roadmap .roadmap-swap-item .roadmap-swap-item-line2:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  margin: auto;
  left: 0px;
  right: 0px;
  background: #fff;
  opacity: 0.5;
}
.roadmap .roadmap-swap-item .roadmap-swap-item-line3:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  margin: auto;
  bottom: 0px;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  background: var(--primary);
  top: 0px;
}
.roadmap .roadmap-swap-item h4 {
  margin: 0px;
  font-size: 22px;
  color: var(--primary);
}
.roadmap .roadmap-bt-swap {
  position: relative;
  gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.roadmap .roadmap-bt-swap .roadmap-prev {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary);
  color: #fff;
  left: unset;
  top: unset;
  margin: 0;
}
.roadmap .roadmap-bt-swap .roadmap-prev:after {
  display: none;
}
.roadmap .roadmap-bt-swap .roadmap-prev:hover {
  background: var(--primary);
  color: #000;
}
.roadmap .roadmap-bt-swap .roadmap-next {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary);
  color: #fff;
  right: unset;
  top: unset;
  margin: 0;
}
.roadmap .roadmap-bt-swap .roadmap-next:after {
  display: none;
}
.roadmap .roadmap-bt-swap .roadmap-next:hover {
  background: var(--primary);
  color: #000;
}
.ecosytems {
  padding-bottom: 60px;
  background-image: url(../images/bg-ecosytem.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: block;
  position: relative;
}
.ecosytems:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.ecosytems h3 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 38px;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
.ecosytems .ecosytems-wapp {
  position: relative;
  padding: 30px;
}
.ecosytems .ecosytems-wapp:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0px;
}
.ecosytems .ecosytems-swap {
  position: relative;
  overflow: hidden;
}
.ecosytems .ecosytems-item {
  position: relative;
  display: grid;
  grid-template-columns: 60% 1fr;
  width: 100%;
  gap: 60px;
}
.ecosytems .ecosytems-item .ecosytems-item-left img {
  width: 100%;
}
.ecosytems .ecosytems-item .ecosytems-item-right {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: baseline;
  justify-content: center;
}
.ecosytems .ecosytems-swap-thumb {
  position: relative;
  overflow: hidden;
}
.ecosytems .ecosytems-swap-thumb .ecosytems-swap-thumb-item-bullet {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.ecosytems .ecosytems-swap-thumb .ecosytems-swap-thumb-item-bullet:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 9;
  border-radius: 50%;
}
.ecosytems .ecosytems-swap-thumb .ecosytems-swap-thumb-item-bullet:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: #333;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
}
.ecosytems .ecosytems-swap-thumb .ecosytems-swap-thumb-item {
  min-height: 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0px;
  font-family: MontserratExtraBold;
  cursor: pointer;
}
.ecosytems .ecosytems-swap-thumb .ecosytems-swap-thumb-item:hover .ecosytems-swap-thumb-item-bullet:before {
  background: var(--primary);
}
.ecosytems .ecosytems-swap-thumb .swiper-slide-thumb-active .ecosytems-swap-thumb-item-bullet:before {
  background: var(--primary);
}
.ecosytems .ecosytems-bt-swap {
  position: relative;
  gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.ecosytems .ecosytems-bt-swap .ecosytems-prev {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary);
  color: #fff;
  left: unset;
  top: unset;
  margin: 0;
}
.ecosytems .ecosytems-bt-swap .ecosytems-prev:after {
  display: none;
}
.ecosytems .ecosytems-bt-swap .ecosytems-prev:hover {
  background: var(--primary);
  color: #000;
}
.ecosytems .ecosytems-bt-swap .ecosytems-next {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary);
  color: #fff;
  right: unset;
  top: unset;
  margin: 0;
}
.ecosytems .ecosytems-bt-swap .ecosytems-next:after {
  display: none;
}
.ecosytems .ecosytems-bt-swap .ecosytems-next:hover {
  background: var(--primary);
  color: #000;
}
.group1 {
  position: relative;
}
.group1 .intro-d {
  display: grid;
  padding-bottom: 120px;
}
.group1 .intro-m {
  display: none;
}
.group1 .intro-wapp {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.d-group1 {
  display: block;
}
.d-group2 {
  display: block;
  background-image: url(../images/gbr2.png?v=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.d-group2 .partners-wapp {
  padding-bottom: 80px;
}
.m-group1 {
  display: none;
}
.m-group2 {
  display: none;
}
.intro {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 30px;
  padding-top: 80px;
  margin: 0px 0px;
}
.intro h3 {
  color: #000;
  margin-bottom: 15px;
}
.intro .intro-left {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  font-size: 16px;
}
.intro .intro-left img {
  width: 100%;
}
.intro .intro-right {
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
.intro .intro-right h4 {
  color: #00e7ff;
  margin: 0px;
}
.intro .intro-right .intro-right-item:nth-child(1) {
  position: relative;
  left: -25%;
  margin-top: 5%;
}
.intro .intro-right .intro-right-item:nth-child(2) {
  position: relative;
  left: 0px;
  margin-top: 25%;
}
.intro .intro-right .intro-right-item:nth-child(3) {
  position: relative;
  left: -25%;
  margin-top: 25%;
}
.intro .intro-right img {
  width: 100%;
}
.partners {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 120px;
}
.partners .partners-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners .partners-item .partners-img {
  background-image: url(../images/bg-avatar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.partners .partners-item .partners-img img {
  width: 162px;
  height: 148px;
  border-radius: 50%;
  position: relative;
  margin-left: 6px;
}
.partners .partners-item .partners-position {
  font-family: MontserratExtraBold;
  color: #c701ee;
  text-align: center;
}
.partners .partners-item .partners-des {
  color: #fff;
  text-align: center;
}
.ecosystems {
  position: relative;
  padding-top: 30px;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.ecosystems img {
  width: 900px;
}
.ecosystems .ecosystems-item {
  color: #00e7ff;
  position: absolute;
  font-family: MontserratExtraBold;
}
.ecosystems .ecosystems-item1 {
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
}
.ecosystems .ecosystems-item2 {
  transform: translateX(-50%);
  right: calc(50% - 600px);
  top: 140px;
  display: flex;
  flex-direction: column;
}
.ecosystems .ecosystems-item3 {
  transform: translateX(-50%);
  right: calc(50% - 520px);
  top: 390px;
  display: flex;
  flex-direction: column;
}
.ecosystems .ecosystems-item4 {
  transform: translateX(-50%);
  right: calc(50% - 518px);
  top: 710px;
  display: flex;
  flex-direction: column;
}
.ecosystems .ecosystems-item5 {
  transform: translateX(-50%);
  right: 43%;
  bottom: 0%;
}
.ecosystems .ecosystems-item6 {
  transform: translateX(-50%);
  left: calc(50% - 385px);
  top: 710px;
}
.ecosystems .ecosystems-item7 {
  transform: translateX(-50%);
  left: calc(50% - 410px);
  top: 390px;
  display: flex;
  flex-direction: column;
}
.ecosystems .ecosystems-item8 {
  transform: translateX(-50%);
  left: calc(50% - 410px);
  top: 140px;
  display: flex;
  flex-direction: column;
}
.session1 {
  position: relative;
  background-image: url(../images/br2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 150px;
}
.session1 .session1-swap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: -1px 0px 100px;
}
.session1 .session1-swap h3 {
  color: #fff;
  margin-bottom: 15px;
}
.session1 .session1-swap .session1-left {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  font-size: 16px;
  position: relative;
  margin-top: -120px;
}
.session1 .session1-swap .session1-left img {
  position: relative;
  top: 0px;
  height: 300px;
  width: auto;
}
.session1 .session1-swap .session1-left .session1-left-youtube {
  position: absolute;
  width: 332px;
  height: auto;
  top: 8px;
}
.session1 .session1-swap .session1-right {
  position: relative;
  display: grid;
  grid-template-columns: 30% 1fr;
  width: 100%;
  gap: 30px;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  min-height: 300px;
  border-radius: 10px;
  padding: 50px;
}
.session1 .session1-swap .session1-right:after {
  content: '';
  background: #fff;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: -1;
  background-repeat: repeat-y;
  background-size: 100%;
  border-radius: 10px;
}
.session1 .session1-swap .session1-right:before {
  content: '';
  background-image: url(../images/line2.png);
  position: absolute;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  z-index: -2;
  background-repeat: repeat-y;
  background-size: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.session1 .session1-swap .session1-right img {
  width: 100%;
}
.session1 .session1-swap .session1-right .session1-right-right span {
  font-weight: 900;
}
.session2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.session2 .session2-swap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  color: #fff;
}
.session2 .session2-swap .session2-item {
  font-family: MontserratExtraBold;
  flex-direction: column;
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.session2 .session2-swap .session2-item img {
  width: 100%;
}
.blog {
  position: relative;
}
.blog h3 {
  color: #00e7ff;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 38px;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
.blog .blog-swap-list {
  position: relative;
  padding-top: 55%;
}
.blog .blog-swap {
  position: relative;
  padding-left: 20%;
}
.blog .blog-swap .blog-item {
  position: absolute;
  border-radius: 20px;
  gap: 0px;
  color: #fff;
  display: grid;
  top: 0px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: MontserratExtraBold;
  animation-duration: 4s;
  right: 0%;
}
.blog .blog-swap .blog-item a {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-decoration: unset;
}
.blog .blog-swap .blog-item0 {
  right: 40%;
  z-index: 2;
  width: calc(100% - 40%);
  background: #333;
}
.blog .blog-swap .blog-item0:before {
  content: "";
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog .blog-swap .blog-item1 {
  right: 20%;
  width: calc(100% - 40%);
  z-index: 1;
  opacity: 0.7;
}
.blog .blog-swap .blog-item1:before {
  content: "";
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog .blog-swap .blog-item2 {
  right: 0%;
  z-index: 0;
  width: calc(100% - 40%);
  opacity: 0.8;
}
.blog .blog-swap .blog-item2:before {
  content: "";
  background: #999;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blog .blog-swap .blog-item-img {
  padding-top: 55%;
  position: relative;
}
.blog .blog-swap .blog-item-img img {
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 50px);
  object-fit: cover;
  border-radius: 20px;
}
.blog .blog-swap .blog-item-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 0px 30px 15px;
}
.blog .blog-swap .blog-item-learn-more {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: center;
}
.blog .blog-swap .blog-item-learn-more a {
  height: unset;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #000;
  border-radius: 20px;
  text-transform: unset;
  font-weight: 200;
  font-family: MontserratRegular;
}
.blog .blog-swap .blog-item-time {
  margin: 10px 0px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.blog .blog-swap .blog-item-time i {
  color: var(--primary);
  margin-right: 5px;
}
.blog .blog-swap .blog-bt-swap {
  position: absolute;
  right: 20px;
  display: flex;
  gap: 20px;
  bottom: 15%;
}
.blog .blog-swap .blog-prev {
  position: relative;
  width: 50px;
  height: 50px;
  right: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.blog .blog-swap .blog-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #f44cde;
  border-radius: 50%;
  left: 0px;
}
.blog .blog-swap .blog-prev:after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border: 1px solid #ac1598;
  border-radius: 50%;
  left: 3px;
}
.blog .blog-swap .blog-prev .blog-prev-ic {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #ac1598;
  border-bottom: 10px solid transparent;
}
.blog .blog-swap .swiper-button-disabled:before {
  border: 1px solid #999;
}
.blog .blog-swap .swiper-button-disabled:after {
  border: 1px solid #333;
}
.blog .blog-swap .blog-next {
  position: relative;
  width: 50px;
  height: 50px;
  right: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.blog .blog-swap .blog-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #f44cde;
  border-radius: 50%;
  left: 0px;
}
.blog .blog-swap .blog-next:after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border: 1px solid #ac1598;
  border-radius: 50%;
  left: 3px;
}
.blog .blog-swap .blog-next .blog-next-ic {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #ac1598;
  border-bottom: 10px solid transparent;
}
.contact {
  font-size: 18px;
}
.contact .contact-swap {
  position: relative;
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 20px;
  margin: 30px 0px 100px;
}
.contact .contact-swap input,
.contact .contact-swap textarea {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border: 0px;
  border-radius: 10px;
}
.contact .contact-swap input {
  height: 80px;
}
.contact .contact-swap-right img {
  width: 100%;
}
.contact .form-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 30px;
}
.contact .form-control::placeholder {
  color: #999;
  font-weight: 400;
}
.contact .contact-bt {
  appearance: none;
  backface-visibility: hidden;
  background-color: var(--primary);
  border-radius: 50px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 25px 100px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.contact .contact-bt:hover {
  background-color: #0e1bc4;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.35s;
}
.contact .contact-bt:active {
  transform: translateY(2px);
  transition-duration: 0.35s;
}
.contact .contact-bt:hover {
  box-shadow: rgba(7, 78, 244, 0.2) 0 6px 12px;
}
.contact .form-label {
  margin-bottom: 15px;
}
.contact .blog-swap-right img {
  width: 100%;
}
require {
  color: #0e1bc4;
  font-weight: 200;
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.faqs {
  padding-top: 60px;
  padding-bottom: 30px;
}
.faqs h3 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.faqs .faqs-item {
  border: none;
  margin-bottom: 30px;
  color: #fff;
  background: var(--primary);
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
}
.faqs .faqs-item .accordion-button {
  background: unset;
  color: #fff;
  position: relative;
  padding-left: 70px;
  font-size: 18px;
}
.faqs .faqs-item .accordion-button i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-image: linear-gradient(to right, #130113 0%, #700571 51%, #2f022f 100%);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
}
.faqs .faqs-item .accordion-button:focus {
  box-shadow: unset;
}
.faqs .faqs-item .accordion-button:after {
  color: #fff;
  content: "\f068";
  background-image: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
}
.faqs .faqs-item .collapsed:after {
  content: "\2b";
  background-image: unset;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
}
.footer {
  background-image: url(../images/bg5.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  align-content: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  bottom: 0px;
}
.footer .footer-contacts h3 {
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 20px 20px 0px 0px;
  margin: 0px;
  display: inline-flex;
  padding: 12px 25px;
  max-width: 50%;
  width: 50%;
  min-height: 60px;
  font-size: 18px;
  align-content: center;
  align-items: center;
  color: #fff;
}
.footer .footer-contacts .footer-contacts-swap {
  position: relative;
  color: #fff;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 0px 0px 20px 20px;
  display: grid;
  grid-template-columns: 50% 1fr;
  padding: 30px;
  width: 100%;
  gap: 30px;
}
.footer .footer-contacts .footer-contacts-swap .footer-contacts-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.footer .footer-contacts form {
  position: relative;
  padding: 2px;
}
.footer .footer-contacts form:after {
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 5px;
}
.footer .footer-contacts form:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 1px;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 5px;
}
.footer .footer-contacts form input {
  height: 40px;
  position: relative;
  z-index: 3;
  background: unset;
  width: calc(100% - 2px);
  left: 0px;
  top: 0px;
  border: 0px;
  border-radius: 5px;
}
.footer .footer-contacts form .form-control::placeholder {
  text-transform: uppercase;
  color: #d6d1d9;
}
.footer .footer-contacts form .bt-df {
  background: #ff01fd;
  background-image: unset;
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 14px 0px;
  width: 85px;
  min-width: unset;
  height: 42px;
  border-radius: 0px 5px 5px 0px;
}
.footer .footer-contacts ul {
  display: flex;
  gap: 0px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.footer .footer-contacts ul li a img {
  height: 50px;
}
.footer .footer-line {
  height: 2px;
  background: #999;
  z-index: 9;
  position: relative;
}
.footer .footer-swap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: #fff;
  font-size: 18px;
  padding: 20px 0px 20px;
  position: relative;
  z-index: 9;
}
.footer .m5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer .footer-logo {
  display: flex;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.footer .footer-logo b {
  font-weight: 600;
}
.footer .footer-logo img {
  height: 150px;
  position: relative;
  left: -25px;
}
.footer .footer-logo ul {
  display: flex;
  gap: 60px;
}
.footer .footer-logo ul li a {
  color: #02d8f2;
  text-transform: uppercase;
  text-decoration: unset;
  font-family: MontserratExtraBold;
}
.footer .footer-copyright {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
}
.footer .footer-social {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: right;
  gap: 10px;
}
.footer .footer-social a {
  display: inline-flex;
  gap: 10px;
  color: #fff;
  text-decoration: unset;
}
.footer .footer-social a:hover {
  color: #616cf9;
}
.footer .m4 {
  display: none;
}
.main-slave {
  position: relative;
}
.logined-wapp {
  background-image: url(../images/bg-account.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: unset;
  height: 100vh;
}
.fs13 {
  font-size: 13px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.page {
  max-width: 980px;
  width: 980px;
  position: relative;
  margin: auto;
  color: #fff;
}
.page input {
  color: #333;
  border: 1px solid #3B3E41;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px;
  background: #fff;
  height: 50px;
  width: 100%;
  padding: 20px 15px;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: none;
  transition: 0.5s;
  border-color: transparent;
  background-color: var(--bg-bt);
  color: #fff;
}
.page input:focus {
  border-color: var(--primary-midle) !important;
}
.page .el-input.is-disabled .el-input__inner {
  background: unset;
  color: #fff;
  border: 0px solid #3B3E41;
}
.page .el-input.is-disabled .el-input__inner:focus {
  border-color: unset !important;
}
.page .el-input__inner {
  border: 0px solid #3B3E41;
  background: unset;
}
.page .el-input__inner:focus {
  border-color: unset !important;
}
.page h3 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.page .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 50px 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.page .form .form-item {
  position: relative;
  color: #fff;
  font-size: 15px;
}
.page .form .form-item .form-label {
  position: relative;
  z-index: 1;
  padding: 0px;
}
.page .form .form-item .form-label require {
  color: #fff;
}
.page .form .form-item-bt-swap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: right;
}
.page .errors-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: red;
  font-size: 12px;
}
.page .bt-df {
  color: #fff;
  padding: 20px 60px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #8A0576 0%, #90079B 51%, #740484 100%);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.page .bt-df:hover {
  color: #fff;
  background-position: 100% 0;
}
.page .el-input-group__append {
  background: #8A0576;
  border: 1px solid #BB08A0;
  position: relative;
  z-index: 9;
}
.page .is-loading .el-icon-loading {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 22px;
  top: 8px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page .is-loading span {
  visibility: hidden;
}
.page .form-item-2 {
  display: flex;
  gap: 10px;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  font-size: 13px;
}
.page .form-item-2::after {
  content: "";
  background: #000349;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  left: 0px;
  top: 0px;
}
.page .form-item-2 a {
  color: #f1f1f1;
}
.page .form-item-2 .form-item-left,
.page .form-item-2 .form-item-right {
  position: relative;
  z-index: 9;
}
.page .page-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.page .page-content th {
  color: #fff;
}
.page .data-list {
  width: 100%;
}
.page .data-list li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.page .data-list li .data-item {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 20px;
}
.page .data-list li .data-item .data-item-info {
  text-align: right;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.page .data-list li:last-child {
  border-bottom: 0px solid #d7d7d7;
  margin-bottom: 0px;
}
.page .tabs {
  background: orange;
  display: flex;
}
.page .tabs li a {
  text-decoration: none;
  padding: 10px 25px;
  color: #000;
  display: flex;
}
.page .tabs li a.active {
  border-bottom: 1px solid #fff;
  color: #760be1;
  font-weight: 600;
}
.page .df {
  padding: 25px;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page .df .df-item {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 15px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.page .df .df-item:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 1px;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
}
.page .df .df-item:after {
  position: absolute;
  content: "";
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 10px;
}
.page .df .df-item .df-item-left {
  padding-left: 25px;
}
.page .df .df-item .df-item-left img {
  width: 60%;
}
.page .df .df-item .df-item-right .df-item-name {
  text-decoration: unset;
}
.page .df a.df-item {
  text-decoration: unset;
  color: #fff;
  position: relative;
  min-height: 70px;
}
.page .df .df-item-active {
  display: flex;
  grid-template-columns: 60px 1fr;
}
.page .df .df-item-active .df-item-swap {
  display: grid;
  grid-template-columns: 100px 1fr;
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  padding: 15px;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.page .df1 {
  display: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.main-menu-tool .bt-df {
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary-slave) 51%, var(--primary) 100%);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  height: 80px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  min-width: 180px;
}
.main-menu-tool .bt-df i {
  width: 50px;
  color: #000;
  text-align: center;
}
.main-menu-tool .bt-black {
  background: #141b22;
  color: #fff;
}
.main-menu-tool .bt-black i {
  color: #fff;
}
.main-menu-tool .bt-df:hover {
  color: #fff;
  background-position: 100% 0;
}
.w960 {
  max-width: 960px;
  width: 960px;
}
.account-info {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  background: #23242b;
  color: #fff;
  gap: 2px;
  padding: 10px 15px !important;
  border-radius: 8px;
  margin: 10px 0px;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.account-swap {
  position: relative;
  margin-bottom: 50px;
}
.account-swap .account-swap-info {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5px;
  padding: 15px 0px;
  position: relative;
  align-content: center;
  align-items: center;
  z-index: 9;
}
.account-swap .account-swap-info .account-swap-info-left {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}
.account-swap .account-swap-info .account-swap-info-right {
  padding: 15px 0px;
}
.account-swap .account-swap-info .account-avatar {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  background: #fff;
}
.account-swap .account-swap-info .account-avatar:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 10px;
  opacity: 0.2;
  z-index: 1;
  animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
.account-swap .account-swap-info .account-avatar:after {
  content: "";
  position: absolute;
  width: 79px;
  height: 79px;
  background: #000;
  border-radius: 10px;
  opacity: 0.8;
  z-index: 2;
}
.account-swap .account-swap-info .account-avatar img {
  width: 100%;
  z-index: 3;
}
.account-swap .account-swap-info .account-name {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
}
.account-swap:before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 1px;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 15px 15px 0px 0px;
}
.account-swap:after {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 15px 15px 0px 0px;
}
.account-swap1:before {
  border-radius: 0px 15px 0px 0px;
}
.account-swap1:after {
  border-radius: 0px 15px 0px 0px;
}
.account-assets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0px !important;
  gap: 5px;
}
.account-assets .account-assets-deposit,
.account-assets .account-assets-withdraw {
  align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 0px 5px;
  font-size: 13px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}
.account-assets .account-assets-deposit:hover,
.account-assets .account-assets-withdraw:hover {
  background: #5e0247;
  color: #fff;
}
.account-assets .account-assets-deposit {
  background: #5e0247;
  color: #fff;
}
.extend-swap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: right;
  width: 100%;
}
.extend-bt {
  background: unset;
  border: 0px solid var(--primary);
  padding: 5px 20px;
  text-transform: uppercase;
  font-family: MontserratRegular;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  font-size: 13px;
  overflow: hidden;
}
.extend-bt:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 1px;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 3px;
}
.extend-bt:after {
  position: absolute;
  content: "";
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.extend-bt:hover:before {
  transform: scale(1);
}
.bt-visa {
  background: unset;
  border: 0px solid var(--primary);
  padding: 5px 20px !important;
  text-transform: uppercase;
  font-family: MontserratRegular;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  font-size: 11px !important;
  overflow: hidden;
  height: 40px !important;
  min-width: 160px;
}
.bt-visa i {
  margin-right: 10px;
  font-size: 30px;
}
.bt-visa:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 1px;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(../images/line1.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
}
.bt-visa:after {
  position: absolute;
  content: "";
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  border-radius: 10px;
}
.bt-visa:hover {
  color: #fff;
}
.bt-visa:hover:before {
  transform: scale(1);
}
.bt-account {
  background-image: url(../images/line2.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  height: 40px !important;
  border-radius: 10px !important;
  margin-left: 15px;
  min-width: 160px;
  display: flex !important;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.bt-account i {
  margin-right: 10px;
  font-size: 20px;
}
.bt-account:hover {
  color: #fff;
}
.extend {
  display: block;
}
.extend-full {
  display: none;
}
.dropdown-menu {
  transition: 0.3s;
  margin-top: 0;
  padding: 15px;
  left: -18px;
  border: none;
  border-radius: 8px;
  width: 220px;
  background: #000;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  top: 20px !important;
}
.dropdown-menu:before {
  content: "\f0de";
  position: absolute;
  color: #000;
  font-weight: bold;
  font-size: 45px;
  top: -23px;
  font-family: "Font Awesome 6 Free";
}
.dropdown-menu li {
  padding: 0px 15px;
}
.dropdown-menu li a {
  padding: 0px;
  line-height: 35px;
  color: #fff;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: unset;
  box-shadow: unset;
  padding: 0px;
  color: #999;
}
.account-dropdown-menu {
  left: unset !important;
  right: 0px !important;
}
