:root{
  --linear: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
}

.linearText{
  background: var(--linear);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.linearTextWhite{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}

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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.terms{
color:#fff;	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, 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;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Beausite Classic', sans-serif;
  background-color: rgba(1, 3, 20, 1);
  background-image: url(../img/pageBg.png);
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}

body.overflow {
  overflow: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: 'Beausite Classic', sans-serif;
}

button {
  border: none;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* general style
-------------------------------------------------------------- */
.themeContainerFluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width:1920px) {
  .themeContainerFluid {
    max-width: 1240px;
  }
  .heroBackground{
    top:90px!important;
  }
}

.themeContainer {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.themeContainerMax {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.positionRelative{
  position: relative;
}

section {
  width: 100%;
  float: left;
}

.themeTitle{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.themeTitle.alignLeft{
  align-items: flex-start;
  text-align: left;
}
.themeTitle span{
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}

.themeTitle h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.themeTitle h2.subtitle{
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.themeTitle p{
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  color: rgba(147, 157, 184, 1);
}

.header{
  padding-top: 24px;
  position: relative;
  z-index: 999;
}
.headerWrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoArea{display: flex;}
.logoArea a{display: flex;}
.logoArea a img{}
.menuWrapper{
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 0 8px;
}
.menuWrapper > ul{
  display: flex;
  align-items: center;
}
.menuWrapper ul > li{padding:8px 0;}
.menuWrapper ul li a{
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 16px;
  color: rgba(147, 157, 184, 1);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  transition: all .3s ease;
}
.menuWrapper ul li a:hover, .menuWrapper ul li a.active {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.menu > li {
  position: relative;
  padding: 8px 0;
}

.menu li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.submenu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  min-width: 345px;
  box-shadow: 0px -4px 12px 0px rgba(255, 255, 255, 0.12) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(1, 3, 20, 0.5);
  border-radius: 24px;
  padding: 12px;
  gap: 0 10px;
  top: calc(100% + 20px);
  left: calc(-50% - 60px);
}

.submenu li {
  min-width: 150px;
}

.submenu li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.menu li:hover .submenu {
  display: flex;
  flex-wrap: wrap;
}

.menu li:hover .downMenu{
  color: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),linear-gradient(0deg, #591CFF, #591CFF);
}

.menu li:hover .submenu:before{
  content:"";
  height: 40px;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.downMenu:after{
  content: "";
  background: url('../img/down.svg');
  background-size: auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all .3s ease;
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  margin-top: 5px;
}

.menu li:hover .downMenu:after{
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7450%) hue-rotate(130deg) brightness(105%) contrast(114%);
}

.linkArea{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.linkArea > a{}
.linkArea > a img{}
.hero{
  position: relative;
  margin-bottom: 270px;
}
.hero.mb200{
  margin-bottom: 200px;
}
.heroBackground{
  width: 100%;
  float: left;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0;
  right: 0;
}
.heroBackground img{
  width: 100%;
  float: left;
}
.heroWrapper{
  position: relative;
  z-index: 99;
  max-width: 80%;
  padding-top: 270px;
}
.heroWrapper > span{
  font-family: Beausite Classic;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;

}
.heroWrapper p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    margin-bottom: 32px;
    max-width: 600px;
}
.heroWrapper h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin: 24px 0;
}
.heroButtons{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}
.heroButtons a{}
.heroButtons a img{}
.defaultButton{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(89, 28, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
  padding: 14px 16px;
  border-radius: 100px;
  transition: all .4s ease;
  min-width: 186px;
  text-align: center;
  cursor: pointer;
  height: 48px;
}
.notMinWidth{
  min-width: auto;
}
.defaultButton:hover{
  transition: all .4s ease;
  background: rgb(71 18 216);
}
.primaryButton{
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .4s ease;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  height: 48px;
}

.primaryButton span{
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primaryButton:hover{
  transition: all .4s ease;
  background: rgba(255, 255, 255, 0.05);
}
.heroButtons .defaultButton{padding: 16px 53px;}
.secondaryButton{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #F46666 0%, #F02222 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
  padding: 14px 16px;
  border-radius: 100px;
  transition: all .4s ease;
  min-width: 186px;
  text-align: center;
  cursor: pointer;
  height: 48px;
}
.secondaryButton:hover{
  transition: all .4s ease;
  background: linear-gradient(180deg, #d55050 0%, #e51c1c 100%);
}
.socialMedia{
  position: relative;
  z-index: 99;
  margin-bottom: 130px;
}
.socialWrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interactionLinks{
  display: flex;
  gap: 16px;
  align-items: center;
}
.interactionLinks .primaryButton{
  height: 56px;
  min-height: 56px;
}
.paperButtons{}
.appButtons{}
.socialButtons{}
.appButtons .primaryButton{
  padding: 12px 16px;
  min-width: 158px;
}
.paperButtons .primaryButton{
  min-width: 162px;
  display: flex;
  justify-content: center;
}
.socialButtons .primaryButton{
  width: 56px;
  min-width: 56px;
}
.widgets{
  margin-bottom: 100px;
}

.platforms{
  margin-bottom: 100px;
}

.platformSlider{
  width: 100%;
  float: left;
  margin: 40px 0 0px 0;
}

body .swiper-pagination{
  position: unset;
  margin-top: 40px;
}

body .swiper-pagination-bullets .swiper-pagination-bullet, body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  background: rgba(147, 157, 184, 1);
  width: 24px;
  height: 4px;
  border-radius: 100px;
  margin: 0 8px;
}
body .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
}

.platformSlider .swiper-slide {}
.platformSlider .swiper-slide a{
  width: 100%;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.08) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 91px;
  position: relative;
  transition: all .4s ease;
}
.platformSlider .swiper-slide a img{
  position: relative;
  transition: all .4s ease;
  filter: brightness(0) saturate(100%) invert(29%) sepia(3%) saturate(5418%) hue-rotate(191deg) brightness(91%) contrast(82%);
}
.platformSlider .swiper-slide a:hover img{
  filter: unset;
}
.platformSlider .swiper-slide a:hover{
  transition: all .4s ease;
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%),linear-gradient(0deg, #010314, #010314);
}
.platformSlider .swiper-slide a:hover:before{
  content: "";
  position: absolute;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.08) inset;
  background: #030516;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 24px;
  z-index: 0;
  transition: all .4s ease;
}

.bannerDescription{
  margin-bottom: 100px;
}
.bannerDescWrapper{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.bannerArea{
  width: calc(50% - 16px);
}
.bannerArea img{
  width: 100%;
  max-width: 604px;
  cursor: pointer;
}

.descriptionArea{
  width: calc(50% - 16px);
}

.descriptionArea a{margin-top: 16px;}

.w100{
  width: 100%!important;
  display: flex;
  justify-content: center;
}

.directionColumn{
  flex-direction: column;
}

.directionRow{
  flex-direction: row;
}

.gap16{
  gap: 16px;
}

.gap32{
  gap: 32px;
}

.gap64{
  gap: 64px;
}

.gap6432{
  gap: 64px 32px;
}

.widgetWrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 40px 0;
}
.widgetBox{
  width: 100%;
  max-width: 392px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 52px 24px 0 24px;
}
.widgetImg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}
.widgetImg img{
    filter: opacity(0.5);
    transition: all .3s ease;
}
.widgetDesc{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    float: left;
}
.widgetDesc span{
    font-family: Beausite Classic;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}
.widgetDesc p{
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    color: rgba(147, 157, 184, 1);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: normal;
    /*display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;*/
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
}
.widgetButtons{
    width: 100%;
    margin: 24px 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.widgetButtons a{
    background: rgba(21, 23, 38, 1);
    border-radius: 24px;
    padding: 4px 8px 4px 8px;
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    display: flex;
    align-items: center;
}
.widgetButtons a span{
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
    padding: 8px 12px;
    border-radius: 24px;
    margin-right: 12px;
}

.widgetButtons a img {
  margin-left: 8px;
  margin-right: 8px;
}

.widgetBox:hover .widgetButtons {
  opacity: 1;
  visibility: visible;
}

.widgetImg:after {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, rgb(6 8 25 / 90%) 80%);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  z-index: 9;
}

.widgetBox:hover .widgetImg img {
  filter: opacity(1);
}

.widgetBox:hover .widgetImg:after {
  opacity: 0;
}

.squareBackground{
  width: 100%;
  background-image: url('../img/squarebg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.venturesWrapper{
    width: 100%;
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.circleImg{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    text-align: center;
}
.circleImg img{}
.btcWrapper{
    width: 100%;
    max-width: 826px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    margin-bottom: 75px;
}
.btcWrapper:last-child{margin-bottom: 0;}
.btcWrapper.w1{
    max-width: 730px;
}
.btcWrapper.w2{}
.btcWrapper.w3{
    max-width: 700px;
}
.btcBox{
    box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.08) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #010314, #010314),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    cursor: pointer;
}
.btcBox > img:last-child{display: flex;}
.btcBox a{
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.btcBox a span{}
.btcBox a img{}
.btcBox > img:first-child{
    margin-bottom: 16px;
}

.workTeam{
  margin-bottom: 120px;
}
.teamSlider{
    width: 100%;
    margin-top: 40px;
}
.personCard{
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px;
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}
.personPic{
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    position: relative;
}
.personPic img{
    width: 100%;
    filter: brightness(0.5);
    transition: all .3s ease;
    border-radius: 24px;
}
.personCard:hover .personPic img{
  filter: unset;
}
.personName{
    font-family: Beausite Classic;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}
.personTitle{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personTitle a{
    display: flex;
}
.swiperTeam{}

.personTitle a img {
  filter: opacity(0.5);
  transition: all .3s ease;
}

.personCard:hover .personPic:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
  border-radius: 10px;
  z-index: -1;
  opacity: .3;
  filter: blur(16px);
  transition: all .3s ease;
}

.personCard:hover .personTitle a img {
  filter: unset;
}

.personCard:hover .personTitle span {
  background: var(--linear);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .3s ease;
}

.blog{
  margin-bottom: 120px;
}

.swiperBlog{}
.postCard{
  width: 100%;
}
.postImg{
    width: 100%;
    display: flex;
    margin-bottom: 16px;
}
.postImg img{
    width: 100%;
    border-radius: 24px;
}
.postDate{}
.postDate{
    width: 100%;
    color: rgba(147, 157, 184, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 8px;
}
.postTitle{
    font-family: Beausite Classic;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.postTitle a{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mb32{margin-bottom: 32px;}

.accordion{
  margin-bottom: 120px;
}

.accordionWrapper{
  width: 100%;
  float: left;
}

.accordionArea {
  max-width: 1028px;
  margin: 0px auto;
}

.accordion-item {
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.04) inset;
  border-radius: 24px;
  cursor: pointer;
  transition: all .4s ease;
  position: relative;
}

.accordion-item.active {
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%),linear-gradient(0deg, #010314, #010314);
}

.accordion-item.active:before {
  content: "";
  position: absolute;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.08) inset;
  background: #030516;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 24px;
  z-index: 0;
  transition: all .4s ease;
}

.accordion-item.active .accordion-title{
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 9;
  position: relative;
}

.accordion-title {
  padding: 24px 45px 24px 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-title:after{
  content: "";
  background: url(../img/arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  right: 30px;
  transition: all .3s ease;
  transform: rotate(180deg);
  top: calc(50% - 4px);
  filter: brightness(0) saturate(100%) invert(99%) sepia(38%) saturate(91%) hue-rotate(312deg) brightness(118%) contrast(100%);
}

.active .accordion-title:after{
  transform: rotate(0deg);
  filter: none;
}

.accordion-content {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
  padding: 0px 24px 24px 24px;
  z-index: 9;
  position: relative;
}

.footer{
  width: 100%;
  float: left;
  background: url(../img/footerbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 178px 0 57px 0;
}
.footerWrapper{
    width: 100%;
    display: flex;
}
.footerLogo{
    width: 100%;
    display: flex;
}
.footerLogo img{
    max-width: 1320px;
    width: 100%;
    display: flex;
}
.footer .themeContainer {
  gap: 48px;
  display: flex;
  flex-direction: column;
}

.timeLineWrapper{
    width: 100%;
    float: left;
    margin-top: 200px;
    margin-bottom: 100px;
    position: relative;
}
.timeLineWrapper:before{
  content: "";
  background: url(../img/timeIcon.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 128px;
  height: 128px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -128px;
}
.timelineStep{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.timeLineDesc{
    width: 50%;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}
.timeLineDesc span{
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}
.timeLineDesc h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timeLineDesc p{
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: right;
    color: rgba(147, 157, 184, 1);
}
.timeLineSlider{
    width: 50%;
    padding-left: 120px;
    position: relative;
    padding-bottom: 72px;
}
.timeLineSlider:before {
  content: "";
  background: linear-gradient(180deg, #939DB8 100%, rgba(147, 157, 184, 0) 100%);
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  opacity: .2;
  top: 0;
}
.timelineStep:first-child .timeLineSlider {
  padding-top: 40px;
}
.timelineStep:first-child .timeLineSlider:before {
  background: linear-gradient(1.69deg, #4AD2FF -52.62%, #0147FF -6.94%, #8557FF 45.69%, #EB67D7 77.44%, #FF6CB2 123.05%);
  opacity: 1;
  top: -30px;
  transform: rotate(180deg);
  z-index: -1;
  height: calc(100% + 30px);
}
.timelineStep:last-child .timeLineSlider:before {
  background: linear-gradient(180deg, #939DB8 87%, rgba(147, 157, 184, 0) 100%);

}
.timeLineSlider .swiper{}
.timeLineSlider .swiper-wrapper{}
.timeLineSlider .swiper-wrapper .swiper-slide{
  text-align: center;
}
.timeLineSlider .swiper-wrapper .swiper-slide img{
    width: 100%;
    max-width: 375px;
    cursor: pointer;
}
.yearly{
    font-family: Beausite Classic;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    background-color: rgb(1 3 20);
    position: absolute;
    z-index: 9;
    padding: 16px 24px;
}
.yearly span{
  background: var(--linear);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mt120{margin-top: 120px;}

/* Style the tabWrapper */
.tabWrapper {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px;
  border-radius: 100px;
  display: flex;
  gap: 16px;
  width: max-content;
}

/* Style the buttons inside the tabWrapper */
.tabWrapper button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 16px;
  color: rgba(147, 157, 184, 1);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  transition: all .3s ease;
  position: relative;
  margin-left: 16px;
}

/* Change background color of buttons on hover */
.tabWrapper button:hover {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}

/* Create an active/current tablink class */
.tabWrapper button.active {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 24px 3px 0 3px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
}

.tablinks:after {
  content: "";
  background: rgba(147, 157, 184, 1);
  width: 1px;
  height: 24px;
  position: absolute;
  right: -16px;
  opacity: .3;
  top: 8px;
}

.tablinks:last-child:after {
  display: none;
}

.tablinks:first-child {
  margin-left: 0;
}

.productDetail{margin-bottom: 96px;}

.prodDetailContent{
  width: 100%;
  display: flex;
  position: relative;
  padding: 96px 0;
  align-items: center;
}
.prodDetailContent::before{
  content: "";
  position: absolute;
  right: 0;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.04) inset;
  z-index: -1;
}
.productSlider{
  width: 45%;
}
.productSlider .swiper .swiper-slide{
  text-align: center;
}
.productSlider .swiper .swiper-slide img{
  width: 100%;
  max-width: 420px;
}
.prodDescription{
  width: 55%;
  padding-left: 32px;
  padding-right: 32px;
}

.prodDescription .themeTitle {
  gap: 8px;
  margin-bottom: 24px;
}

.detailLogo {
  margin-bottom: 16px;
}

.prodDescription .themeTitle h2{font-size: 36px;}

.detailLink{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  margin-top: 24px;
}

.detailLink a, .detailLink > div{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pageWrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 120px;
}
.pageContent{
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}
.pageContent > img{
  width: 100%;
  max-width: 816px;
}
.pageWrapper p{
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin: 56px 0 0 0;
  color: rgba(147, 157, 184, 1);
}
.contact{}
.contactWrapper{
    width: 100%;
    padding: 0 25px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 250px;
}
.contactDescription{
    width: 50%;
}
.contactBoxes{
    width: 100%;
    display: flex;
    gap: 32px;
    margin-top: 32px;
}
.infoBox{
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.infoBox img{}
.infoBox h3{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}
.infoBox p{
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.infoBox a{}
.contactForm {
  width: 50%;
  padding-left: 85px;
}

.contactForm form{
  width: 100%;
}
.formWrapper{
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.inputGroup{
    display: flex;
    gap: 24px;
}
.inputArea{
    width: 100%;
}
.inputArea input, .inputArea select,.inputArea textarea{
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 15px;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Beausite Classic;
}
.inputArea input::placeholder, .inputArea select::placeholder,.inputArea textarea::placeholder{color: rgba(147, 157, 184, 1);}
.inputArea input:focus, .inputArea select:focus,.inputArea textarea:focus{
  color: white;
  outline: none;
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
  border: 1px solid rgba(255, 255, 255, 0.26);

}
.inputArea input{
    width: 100%;
}
.inputArea select{color: rgba(147, 157, 184, 1);}
.inputArea select option{color: rgba(147, 157, 184, 1);}
.inputArea textarea{}
.buttonArea{}
.buttonArea button{
    width: 100%;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  font-family: Beausite Classic;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
}

/* Modal Content */
.modal-content {
  width: 100%;
  max-width: 816px;
  margin: auto;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.08) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(1, 3, 20, 1);
}

/* The Close Button */
.close {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 10px 24px;
  border-radius: 24px;
  font-family: Beausite Classic;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}

.close span{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modalTop{
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modalLogo{
  display: flex;
}
.modalLogo img{}
.modalContent{
  width: 100%;
  display: flex;
  margin-bottom: 24px;
  gap: 16px;
  align-items: flex-start;
}
.modalSlider{
    width: 49%;
}
.modalSlider .swiper{}
.modalSlider .swiper .swiper-slide img{}
.modalRight{
    width: 51%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modalRight .detailLink{
    margin-top: 0;
}

.progress-bar {
  width: 182px;
  height: 8px;
  border-radius: 5px;
  margin: 0px auto;
  background: rgba(147, 157, 184, .3);
  margin-left: 8px;
}

.progress {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
  opacity: 1;
}
.langSelect {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    height: 57px;
    width: 97px;
    position: relative;
}
.language{}

.language .select {
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 20px 16px;
}
.language .select + div {
  display: none;
  position: absolute;
  top: calc(100% + 11px);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  left: 16px;
}

.language .option {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.language::after{
  content: "";
  background: url('../img/down.svg');
  width: 10px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 25px;
}

.heroContent{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.miniBanner{
  width: 20%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: -180px;
  max-width: 214px;
}
.miniBanner a{
  display: flex;
}
.miniBanner a img{
  width: 100%;
}

.miniBannerDesc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 25px 20px 25px;
    text-align: center;
}
.miniBannerDesc h2{
  font-family: Beausite Classic;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.miniBannerDesc span{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.miniBannerDesc span img{width: 20px;}

body .swiper-button-next{
  background: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 40px;
  height: 40px;
}
body .swiper-button-prev{
  background: url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 40px;
  height: 40px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  display: none!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  display: none;
}

body .swiper-button-next{
  right: 80px;
}
body .swiper-button-prev{
  left: 80px;
}
body .modalSlider .swiper-button-next{
  right: 20px;
}
body .modalSlider .swiper-button-prev{
  left: 20px;
}
.videoWrapper{
  width: 100%;
}
.videoWrapper iframe{
  width: 100%;
  height: 350px;
}

/*explorer page*/

.mb96{
  margin-bottom: 96px;
}

.btcTitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.btcTitle h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btcTitle a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(89, 28, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
  padding: 15px 24px;
  border-radius: 100px;
  transition: all .4s ease;
  text-align: center;
  cursor: pointer;
}
.btcTitle a:hover {
    transition: all .4s ease;
    background: rgb(71 18 216);
}
.chart{
    margin-top: 96px;
    margin-bottom: 32px;
}
.chartWrapper{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}
.chartArea{
    width: 710px;
    display: flex;
    padding: 24px 24px;
    box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
}
.chartWidgets{
    width: calc(100% - 738px);
    display: flex;
    gap: 32px 16px;
    flex-wrap: wrap;
}
.chartCard{
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    padding: 26px 24px;
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: space-between;
}
.chartCard p{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
}
.chartCard p span{font-size: 24px;font-weight: 600;line-height: 24px;letter-spacing: 0em;text-align: left;}
.chartCard:before{content: "";position: absolute;left: 0;}
.chartCard img{}

.widgets{}
.widgetsWrapper{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}
.widgetCard{
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    padding: 26px 24px;
}
.widgetCard p{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.widgetCard p span{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}
.blocks{}
.blocksWrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.priceCard{
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    padding: 26px 24px 22px 24px;
    width: calc(100% * 1/3 - 24px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}
.priceCard h3{}
.priceCard span{
    color: rgba(147, 157, 184, 1);
    background-clip: unset;
    -webkit-text-fill-color: initial;
    position: relative;
    display: flex;
    align-items: center;
}
.priceCard span:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(147, 157, 184, .4);
  display: block;
  margin-right: 8px;
  float: left;
}
.priceCard span img{}
.validCode{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    gap: 8px;
}
.validCode a{
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.transactions{}
.transactionWrapper{}
.transactionCard{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px;
}
.transactionCard:last-child{
  margin-bottom: 0;
}
.cardInfo{
    width: 180px;
    border-radius: 24px;
    min-height: 104px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 8px 0px rgba(255, 255, 255, 0.02) inset;
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.cardInfo.warning{
    background: linear-gradient(180deg, rgba(252, 233, 122, 0.08) 0%, rgba(240, 152, 34, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
}
.cardInfo.success{
    background: linear-gradient(180deg, rgba(17, 247, 213, 0.08) 0%, rgba(3, 83, 37, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
}
.cardInfo.success p{
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cardInfo.warning p{
  background: linear-gradient(180deg, #FCE97A 0%, #F09822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cardInfo p{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}
.cardInfo span{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}
.cardDescription{display: flex;flex-direction: column;gap: 8px;flex: 1;}
.cardTop{}
.cardTop a{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.cardTop span{
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding: 8px;
    color: white;
    height: 32px;
    display: inline-block;
}
.cardfromto{
    display: flex;
    align-items: center;
}
.cardfromto > div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.cardfromto > div a{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.cardfromto > div img{}
.cardBottom{
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    display: flex;
    gap: 8px;
}
.cardBottom span{
    color: rgba(147, 157, 184, 1);
}
.extraDesc{
    margin-left: 45px;
}
.extraDesc span{
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
.extraIcon{
  font-size: 12px;
  line-height: 16px;
}
.processingTime{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.processingTime a{
    font-size: 12px;
    line-height: 16px;
}
.processingTime span{
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;
    color: rgba(147, 157, 184, 1);
}
#chart {
  width: 100%;
}
.apexcharts-text .title{
  color: white;
}

/*step pages*/

.step{
    margin-top: 94px;
}
.mt48{
  margin-top: 48px;
}

.stepTitle{
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
}
.stepTitle h2{
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}
.stepTitle p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(147, 157, 184, 1);
  margin-top: 12px;
}
.stepWrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.stepWrapper ul{
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 8px 0;
    display: flex;
    align-items: center;
}
.stepWrapper ul li{
    margin-right: 16px;
    padding-left: 16px;
    position: relative;
}
.stepWrapper ul li a{
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding: 12px 16px;
    color: rgba(147, 157, 184, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
    transition: all .3s ease;
}
.stepContent{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.stepPage{
    width: 100%;
    display: block;
    text-align: center;
}
.stepPage span{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
.stepPage h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    justify-content: center;
    margin-top: 16px;
}
.stepPage p{
    color: rgba(147, 157, 184, 1);
    margin-top: 24px;
    font-size: 16px;
    line-height: 32px;
    max-height: 352px;
    overflow-y: scroll;
    padding-right: 50px;
}

/* width */
.stepPage p::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.stepPage p::-webkit-scrollbar-track {
  background: rgba(147, 157, 184, .1);
}

/* Handle */
.stepPage p::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
}

/* Handle on hover */
.stepPage p::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #023fd8 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
}

.stepWrapper ul li a:hover, .stepWrapper ul li a.active {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}

.stepWrapper ul li a:after {
    content: "";
    background: rgba(147, 157, 184, 1);
    display: block;
    position: absolute;
    right: -16px;
    width: 1px;
    height: 16px;
}

.stepWrapper ul li:last-child a:after {
    display: none;
}

.stepWrapper ul li:first-child {
    padding-left: 8px;
}

.stepWrapper ul li:last-child {
    margin-right: 8px;
}

.rightArea{
  display: flex;
  align-items: center;
  gap: 16px;
}

.checkboxContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
  flex: 1;
}

.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #eee;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
}

.checkboxContainer:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

.checkboxContainer input:checked ~ .checkmark {
  /* background-color: #2196F3; */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxContainer .checkmark:after, .checkboxContainer:hover .checkmark:after {
  left: 14px;
  top: 7px;
  width: 6px;
  height: 11px;
  border: solid #2ac1ff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepBuying{
  width: 100%;
  max-width: 900px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
}
.fullWidth{
  max-width: 100%!important;
}
.stepBuying h2{
  font-size: 18px;
  line-height: 24px;
  justify-content: center;
  margin-bottom: 21px;
}
.stepBuying > p{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(147, 157, 184, 1);
  margin-top: -9px;
  margin-bottom: 32px;
}
.exchangeWrapper{}
.amountPrice{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
}
.amountArea{}
.exchangeArea{
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.exchangeArea > a {
  margin-left: 4px;
  display: flex;
}
.exchangeArea > span{
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    padding: 12px 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    min-width: 88px;
    text-align: center;
}
.warningText{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.warningText > img{}
.warningText > span{
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.priceChange{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.amountPrice > div {
  width: calc(50% - 16px);
}

.amountPrice > div > span{
  color: rgba(147, 157, 184, 1);
  font-family: Beausite Classic;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}

.fromPrice {}
.fromPrice:after {
  content: "=";
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 0 8px 0 0;
}

.toPrice {}

.priceChange > div > img {}
.priceChange > div > span {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

.priceChange > div {
  font-family: Beausite Classic;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.exchangeForm{}
.exchangeForm form{}
.inputWrapper{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 12px;
}
.exchangeInputGroup{
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: relative;
}
.exchangeInputGroup > img{}
.exchangeInputGroup input{
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    height: 56px;
    border-radius: 100px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
}

.exchangeInputGroup select{
  position: absolute;
  right: 0;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: none;
  border: 0;
  color: rgba(147, 157, 184, 1);
  padding: 0 30px 0 10px;
/*webkit browsers */
  -webkit-appearance: none;
  /*Firefox */
  -moz-appearance: none;
  /* modern browsers */
  appearance: none;
  background-image: url('../img/select.svg');
  background-repeat: no-repeat;
  background-position: 82% 50%;
}

.subtract{}
.subtract img{}

.inputWrapper:last-child {
    margin-bottom: 0;
}

.amountPrice {}

.exchangeInputGroup input:focus {
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.exchangeInputGroup input:active, .exchangeInputGroup input:focus-visible {
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline:none;
}
.exchangeInputGroup select option {
    background: none;
}

.exchangeInputGroup select:active,.exchangeInputGroup select:focus, .exchangeInputGroup select:focus-visible {
    border: 0;
    outline: none;
}

.exchangeInputGroup select:active, .exchangeInputGroup select:focus {
    color: white;
}

.exchangeInputGroup select:active option, .exchangeInputGroup select:focus option{
    color: #040617;
}
.widthSelect{
  position: relative;
  flex: 1;
}

.connectMate{
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.connectMate > a{
    height: 64px;
}
.connectMate span{
  font-size: 15px;
  line-height: 16px;
  box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
  border-radius: 100px;
  color: rgba(147, 157, 184, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.connectMate span a{
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    height: 64px;
    padding: 0 16px;
}
.joinWrapper .connectMate span a{
  width: 100%;
  padding: 16px;
  justify-content: center;
  height: 64px;
}
.warningArea{
  box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(252, 233, 122, 0.08) 0%, rgba(240, 152, 34, 0.08) 100%);
  padding: 16px 47px;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.warningArea p{
    background: linear-gradient(180deg, #FCE97A 0%, #F09822 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}
.walletInfo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.walletInfo p{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Beausite Classic;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.walletInput{
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}
.coinSelect{
  width: 40%;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.walletAdress{
    width: 60%;
}
.w50{
  width: 50%!important;
}
.walletAdress input, .singleInput{
  font-family: Beausite Classic;
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.walletAdress input::placeholder, .singleInput::placeholder{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(147, 157, 184, 1);
}
.walletAdress input:focus, .walletAdress input:focus-visible, .walletAdress input:active,.singleInput:focus, .singleInput:focus-visible, .singleInput:active{
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline:none;
}

.coinPaid{
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 16px 20px;
    position: relative;
    margin-bottom: 24px;
}
.adressArea{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.copyAdress{
    position: absolute;
    right: 16px;
    display: flex;
    cursor: pointer;
}
.copyAdress img{}


.currencySelect {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  height: 57px;
  width: 142px;
  position: relative;
  z-index: 9999;
}
.currency{}
.currency .select {cursor: pointer;color: white;display: flex;align-items: center;gap: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;padding: 16px 16px;z-index: 999;position: relative;height: 55px;}
.currency .select + div {display: none;position: absolute;top: calc(100% + -28px);font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;left: -1px;right: -1px;background: #040617;padding: 26px 16px 8px 16px;z-index: 1;border-radius: 0px 0px 30px 30px;border: 1px solid rgba(255, 255, 255, 0.08);border-top: 0;}
.currency .option {margin-bottom: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;color: white;display: flex;align-items: center;gap: 10px;cursor: pointer;margin-bottom: 9px;}
.currency::after{content: "";background: url('../img/down.svg');width: 10px;height: 6px;position: absolute;right: 14px;top: 25px;z-index: 9;}

.paymentMethodSelect{
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  height: 57px;
  width: calc(100% - 158px);
  position: relative;
  z-index: 9999;
}
.inputRightText > span{
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0;
  font-family: Beausite Classic;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(147, 157, 184, 1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.paymentMethod{}
.paymentMethod .select {cursor: pointer;color: white;display: flex;align-items: center;gap: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;padding: 16px 16px;z-index: 999;position: relative; height: 55px;}
.paymentMethod .select + div {display: none;position: absolute;top: calc(100% + -28px);font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;left: -1px;right: -1px;background: #040617;padding: 26px 16px 8px 16px;z-index: 1;border-radius: 0px 0px 30px 30px;border: 1px solid rgba(255, 255, 255, 0.08);border-top: 0;}
.paymentMethod .option {margin-bottom: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;color: white;display: flex;align-items: center;gap: 10px;cursor: pointer;margin-bottom: 12px;}
.paymentMethod::after{content: "";background: url('../img/down.svg');width: 10px;height: 6px;position: absolute;right: 14px;top: 25px;z-index: 9;}

.stepResultInfo{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 87px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}
.stepResultInfo.waitingStep{
  background-image: url('../img/waitbg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stepResultInfo.successStep{
  background-image: url('../img/successbg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stepResultInfo.errorStep{
  background-image: url('../img/errorbg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stepResultInfo.missingStep{
  background-image: url('../img/missingbg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stepResultCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.stepResultCard > img{
    margin-bottom: 24px;
}
.transactionText{
    padding: 16px 24px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.transactionText span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.waitingStep .transactionText{
  background: linear-gradient(180deg, rgba(252, 233, 122, 0.08) 0%, rgba(240, 152, 34, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
}
.waitingStep .transactionText span{
  background: linear-gradient(180deg, #FCE97A 0%, #F09822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.successStep .transactionText{
  box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 247, 213, 0.08) 0%, rgba(3, 83, 37, 0.08) 100%);
}
.successStep .transactionText span{
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.errorStep .transactionText{
  background: linear-gradient(180deg, rgba(244, 102, 102, 0.08) 0%, rgba(240, 34, 34, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;

}
.errorStep .transactionText span{
  background: linear-gradient(180deg, #F46666 0%, #F02222 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.missingStep .transactionText{
  background: linear-gradient(180deg, rgba(252, 233, 122, 0.08) 0%, rgba(240, 152, 34, 0.08) 100%);
  box-shadow: 0px -10px 48px 0px rgba(255, 255, 255, 0.04) inset;
  background: linear-gradient(180deg, rgba(252, 233, 122, 0.08) 0%, rgba(240, 152, 34, 0.08) 100%);
}
.missingStep .transactionText span{
  background: linear-gradient(180deg, #FCE97A 0%, #F09822 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resultText{
  margin-bottom: 24px;
}
.resultText span{
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.resultDescription{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}
.resultDescription span{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resultDescription p{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(147, 157, 184, 1);
  margin: 16px 0;
}

.singleBlog{
  width: 100%;
  margin-top: 90px;
  margin-bottom: 65px;
}

.singleBlog .descriptionArea{}
.singleBlog .descriptionArea .themeTitle span{}
.singleBlog .descriptionArea .themeTitle h2{
    font-size: 32px;
    line-height: 40px;
}
.singleBlog .descriptionArea .themeTitle.alignLeft{gap:8px;}
.singleBlog .descriptionArea .themeTitle p{
    margin-top: 8px;
}
.singleBlog .descriptionArea .themeTitle a{}

.allBlog{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 64px;
}
.allBlog .postCard{
  max-width: calc(100% * 1/3 - 21.333px);
}

.allBlog .postCard{}
.allBlog .postCard .postDate{
  text-align: left;
}
.allBlog .postCard .postTitle{}
.allBlog .postCard .postTitle a{
  text-align: left;
  margin-bottom: 12px;
}
.allBlog .postCard .postTitle p{
  font-family: Beausite Classic;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(147, 157, 184, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pagination{
  width: 100%;
}
.pagination ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination ul li{}
.pagination ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: rgba(147, 157, 184, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;  
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all .3s ease;
}
.pagination ul li a:hover{
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 1);
}
.pagination ul li a img{}
.pagination ul li:last-child a img{
  transform: rotate(180deg);
}
.pagination ul li a:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(101%);
}

/*wallet*/

.walletPlatform .exchangeInputGroup input, .walletPlatform .exchangeInputGroup input::placeholder{
  background: rgba(255, 255, 255, 0);
  -webkit-background-clip: unset;
  -webkit-text-fill-color:unset;
  color: rgba(147, 157, 184, 1);
  font-size: 16px;
  line-height: 24px;
}

.showPassword{
  position: absolute;
  right: 16px;
  cursor: pointer;
}
.walletPlatform .inputWrapper{
  margin-bottom: 17px;
}
.walletPlatform.stepBottom{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.walletPlatform.stepBottom.alignCenter{
  align-items: center!important;
}

.walletPlatform.stepBottom .defaultButton{
  padding: 14px 35px;
}

.walletPlatform .checkmark {
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.25) inset;
}

.walletPlatform .checkboxContainer .checkmark:after, .walletPlatform .checkboxContainer:hover .checkmark:after {
  /* background: white; */
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 8px;
  border: 0;
  background-image: url('../img/check.svg');
  transform: rotate(0);
}
.walletPlatform .checkboxContainer input:checked ~ .checkmark{
  background-color: rgba(89, 28, 255, 1);
}

.walletPlatform .checkboxContainer{
  margin-bottom: 34px;
}

.bottomLogin{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 18px;
  line-height: 24px;
}
.bottomLogin span{
  font-size: 18px;
  line-height: 24px;
}
.bottomLogin a{}

.forgotPassword{
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 8px;
}
.tableWrapper{
    width: 100%;
    position: relative;
}
.tableTitle{
    position: relative;
    bottom: 0;
    left: 0;
}
.tableTitle span{
    font-family: Beausite Classic;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    bottom: -60px;
}

body table.dataTable > thead{
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}
body table.dataTable > thead > tr th{
  color: rgba(147, 157, 184, 1);
  font-family: Beausite Classic;
  font-size: 13px!important;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left!important;
  padding: 14px 16px;
}
body table.dataTable > thead > tr td, body table.dataTable > tbody > tr td{
  color: rgba(255, 255, 255, 1);
  font-family: Beausite Classic;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left!important;
  padding: 11px 16px;
}

body table.dataTable > thead > tr{
  border: 1px solid rgba(255, 255, 255, 0.05);
}

body div.dt-container.dt-empty-footer tbody > tr:last-child > *{
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}
body table.dataTable > thead > tr > th {
  min-width: 170px;
}
body table.dataTable > thead > tr > th, body table.dataTable > thead > tr > td{
  border: 0;
}
body div.dt-container .dt-search input {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    padding: 10px 16px 10px 46px;
    height: 48px;
    width: 390px;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

body div.dt-container .dt-search input:focus {
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
}

body table.dataTable > tbody > tr {
    background: rgba(1, 3, 20, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

div.dt-container div.dt-layout-cell {
    padding: 0;
    margin-top: 24px;
}
.transferBtn{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
  transition: all .3s ease;
}

.transferBtn:hover{
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.22) inset;
}

.coinFlex{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.coinFlex > img{
  height: 32px;
}

body div.dt-container div.dt-layout-cell.dt-start{
  display: none;
}
.dt-search label{display: none;}

body div.dt-container .dt-paging .dt-paging-button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: rgba(147, 157, 184, 1)!important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all .3s ease;
}
body div.dt-container .dt-paging .dt-paging-button:hover{
  background: rgba(255, 255, 255, 0.06);

}
body div.dt-container .dt-paging .dt-paging-button.current,body div.dt-container .dt-paging .dt-paging-button.current:hover{color: rgba(147, 157, 184, 1)!important;border: 1px solid rgba(255, 255, 255, 0.06);box-shadow: none;background: rgba(255, 255, 255, 0.06);
}

body div.dt-container .dt-paging .dt-paging-button.disabled, body div.dt-container .dt-paging .dt-paging-button.disabled:hover, body div.dt-container .dt-paging .dt-paging-button.disabled:active{
}
.dt-paging.paging_full_numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.step .coinPaid.top{
  max-width: 814px;
  margin: 32px auto 0 auto;
}

.coinPaid > img{
  margin-right: 12px;
}
.alignLeft{
  text-align: left!important;
  justify-content: flex-start!important;
}
.alignCenter{
  text-align: center!important;
  justify-content: center!important;
}
.alignRight{
  text-align: right!important;
  justify-content: flex-end!important;
}

.coinSelect .walletInfo{
  width: 100%;
  flex: 100%;
  margin-bottom: 0;
}
.mb40{margin-bottom: 40px!important;}

.maxMiddle{
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
}
.resultVerify{
  width: 100%;
  max-width: 413px;
}
.resultVerify > span{
  font-size: 18px!important;
  font-weight: 600;
}
.resultVerify input{
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #11f7d59c 0%, #1df1796b 100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
}

input:focus + .slider {
  box-shadow: 0 0 1px #11F7D5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.sidebarWidthContent{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 134px;
}
.sidebar{
    width: 234px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}
.sidebar > span{
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}
.sidebar ul{}
.sidebar ul li{
    width: 100%;
    margin-bottom: 16px;
}
.sidebar ul li:last-child {
    margin-bottom: 0;
}
.sidebar ul li a{
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding: 12px 16px;
    color: rgba(147, 157, 184, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 100px;
    transition: all .3s ease;
    justify-content: center;
}
.sidebar ul li a.active, .sidebar ul li a:hover{
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}
.centerContent{
    width: 100%;
    max-width: 525px;
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    padding: 40px 24px;
    text-align: center;
}
.qrCode{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.centerContent > span, .qrCode > span{
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
}
.centerContent .walletPlatform{
  margin-top: 24px;
  margin-bottom: 32px;
}
.qrImg{
    width: 100%;
    margin-top: 16px;
}
.qrImg img{}
.texthr{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 22px 0;
}
.texthr span{
    color: rgba(147, 157, 184, 1);
    font-family: Beausite Classic;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background: #040617;
    padding: 10px 25px;
}
.statusArea{
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 28px 0 28px 0;
    width: 100%;
    justify-content: center;
    border-top: 1px solid rgba(147, 157, 184, .1);
    padding-top: 28px;
}
.statusArea > span{
    font-family: Beausite Classic;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.toggleSwitch{
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    padding: 16px 65px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 100px;
}
.toggleSwitch > span{
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}

.toggleSwitch > span:last-child {
    color: rgba(255, 255, 255, 1);
}

.texthr:before {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(147, 157, 184, .1);
    position: absolute;
    z-index: -1;
}
.mt32{
  margin-top: 32px;
}

.tableWrapper .success{
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tableWrapper .error{
  background: linear-gradient(180deg, #F46666 0%, #F02222 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*project2*/

.knowUs{
    margin-bottom: 120px;
}
.knowUsWrapper{
    width: 100%;
    padding: 56px 110px;
    box-shadow: 0px 0px 48px 0px rgba(145, 89, 251, 0.08) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 24px;
}
.knowUsWrapper ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.knowUsWrapper ul li{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    align-items: center;
}
.knowUsWrapper ul li p{
    font-family: Beausite Classic;
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
}
.knowUsWrapper ul li span {
    font-family: Beausite Classic;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.redefining{
  margin-bottom: 120px;
}
.redefiningArea{
    width: 100%;
}
.redefiningImg{
  width: 100%;
  position: relative;
  margin: -240px 0 -240px 0;
  z-index: -1;
}
.redefiningImg img{
  width: 100%;
}
.redefiningWidgets{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 99;
    margin-bottom: 48px;
}
.featureBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.redefiningWidgets.tripleLine{
  flex-wrap: wrap;
  margin-top: 64px;
}
.tripleLine .featureBox{
  width: calc(100% * 1/3 - 21.333px);
}
.featureIcon{
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 12px;
}
.featureIcon > img{}
.featureBox h2{
    font-size: 18px;
    line-height: 24px;
}
.featureBox p{
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(147, 157, 184, 1);
}

.bannerArea.shadowBanner{
    text-align: center;
    display: flex;
    justify-content: center;
}

.bannerArea.shadowBanner img{
    max-width: unset;
    width: 150%;
    object-fit: cover;
    object-position: center;
    left: -5%;
    position: relative;
}

.buttonsWrapper{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.buttonsWrapper > a{
  min-width: 210px;
  justify-content: center;
}
.buttonsWrapper > a span{
  font-size: 15px;
}
.posTypes{}
.posWrapper{
    width: 100%;
    max-width: 1082px;
    display: flex;
    gap: 64px;
    margin: 50px auto 0 auto;
    background: url('../img/posGround.png');
    align-items: flex-end;
    background-position: top;
    background-size: inherit;
    padding-bottom: 80px;
}
.posBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgb(1 3 20);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    gap: 16px;
    padding-top: 170px;
    margin-top: 120px;
    position: relative;
}
.posBox:nth-child(2){
  margin-bottom: 60px;
  padding-top: 140px;
}
.posImg{
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: -80px;
}
.posImg > img{
  width: 100%;
}
.posBox h2{
    font-family: Beausite Classic;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    position: relative;
}
.posBox p{
    color: rgba(147, 157, 184, 1);
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
}
/* .posImg:after {
    content: "";
    background: url('../img/ellipse.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    z-index: 9;
    display: none;
} */
.posBox:nth-child(2) > .posImg{
    top: -90px;
}

.solutions{
  margin-bottom: 120px;
}

.financialSolutions{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 32px;
}
.nglIcon{
  position: relative;
}
.nglIcon::before{
  content: "";
  background: linear-gradient(89.67deg, #4AD2FF -0.31%, #0147FF 25.69%, #8557FF 55.66%, #EB67D7 73.74%, #FF6CB2 99.71%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: absolute;
  filter: blur(120px);
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
.nglIcon > img{
  width: 64px;
}
.financialSolutions p{
  font-family: Beausite Classic;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(147, 157, 184, 1);
}

.solutionWidgets {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}

.solutionWidgetBox {
    width: 100%;
    box-shadow: 0px -4px 48px 0px rgba(255, 255, 255, 0.04) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(1, 3, 20, 1);
    border-radius: 24px;
    padding: 32px 16px;
}

.solutionWidgetBox p {
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}
.aboutUs{
  margin-bottom: 130px;
}

.nglGround{
  width: 100%;
}

.groundWrapper{
  width: 100%;
}
.groundWrapper img{
  width: 100%;
}
.nglGround{
  margin-bottom: 80px;
}
.notBanner .heroWrapper{
  width: 100%;
  max-width: 100%;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notBanner .heroWrapper h1{
  text-align: center;
}
.notBanner .heroWrapper p{
  text-align: center;
  max-width: 980px;
}
.hero.notBanner{
  margin-bottom: 160px;
}

.aboutDescription{
    margin-bottom: 96px;
}
.learnMoreWrapper{
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 130px 0;
}
.learnMoreImg{
    width: 49%;
    display: flex;
}
.learnMoreImg > img{
  width: 100%;
  max-width: 646px;
}
.learnMoreDesc{
  width: 55%;
  padding: 0 32px;
}
.learnMoreDesc > img{
  height: 64px;
  margin-bottom: 24px;
}
.learnMoreDesc .themeTitle{align-items: flex-start;text-align: left;}
.learnMoreDesc .themeTitle h2{font-size: 32px;line-height: 48px;}
.learnMoreDesc .themeTitle p{font-size: 16px;line-height: 32px;}
.learnMoreDesc::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0px -4px 26px 0px rgba(255, 255, 255, 0.04) inset;
  z-index: -1;
}
.learnMoreDesc ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.learnMoreDesc ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.learnMoreDesc ul li img{}

.learnMoreWrapper.invertElement{
  flex-direction: row-reverse;
}
.learnMoreWrapper.invertElement .learnMoreDesc::before{
  right: auto;
  left: 0;
}
.pricing{
  margin-bottom: 120px;
}
.pricingWrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.pricingCard{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.pricingCard > h2{
    font-family: Beausite Classic;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}
.pricingCard p{
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.buyNow{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.pricingCard .widgetButtons{
  opacity: 1;
  width: auto;
  margin: 0;
}
.pricingBackground{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 24px;
}
.pricingBackground img{
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.buyNow > span {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
}

.chainWrapper {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricingCard.w50 {
    width: calc(50% - 16px) !important;
}

.pricingCard.w100 {
    padding: 100px 48px;
}

.join{
}
.accountLogin{
    width: 100%;
    display: flex;
}
@media screen and (min-width:1600px){
  .accountLogin{
    height: 100vh;
  }
  #virtualpos {
    min-height: 100vh;
    padding-bottom: 20px;
  }
}
.accountForm{
    width: 56%;
    padding: 150px 0;
    height: 100%;
}
.joinWrapper{
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}
.joinTop{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 33px;
}
.joinTop > img{}
.joinTop span{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    gap: 16px;
    display: flex;
    align-items: center;
}
.joinTop span img{}
.accountBanner{
  width: 44%;
  padding: 150px 0;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.accountWrapper{
  display: flex;
  width: 100%;
}
.joinBg{
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  left: 0;
  right: 0;
}
.joinBg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.registerSlider{
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
}

.nglLogo{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nglLogo > img{
  width: 100%;
}

.registerSlider .swiper-slide{}

.registerSlider .swiper-slide a{
  width: 100%;
}
.registerSlider .swiper-slide a img{
  width: 100%;
  max-width: 381px;
}
.registerSlider .swiper-slide a h2{
    font-family: Beausite Classic;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

.registerSlider .swiper-slide a p{
    font-family: Beausite Classic;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(147, 157, 184, 1);
}

.joinForm{
  width: 100%;
  margin-top: 48px;
}
.joinForm .exchangeInputGroup input{
  font-size: 16px;
}

.joinButtons.connectMate{
  gap: 16px;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  margin-top: 14px;
}
.joinButtons.connectMate span {
    justify-content: center;
}


#virtualpos {padding: 96px 0 0px 0;}

.posCenter {
  width: 100%;
  float: left;
}

.virtualPostArea {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 25px;}

.virtualPostArea h2 {
  font-family: Coolvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff
}

.resultscreen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  margin-bottom: 82px;
  background: rgba(2, 5, 28, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 48px 0px rgba(255, 255, 255, 0.12) inset;
  border-radius: 24px;
  margin-top: 100px;
  }

.priceArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.priceArea span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgba(147, 157, 184, 1);
}

.blockchainArea {display: flex;flex-direction: column;gap: 16px;}

.blockchainArea span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #fff
}

.blockchainArea select{
  background: none;
  color: white;
  font-family: Coolvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  border: none;
  outline: none;
}

.blockchainArea select option{
  color: black;
  font-family: Coolvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}

.cardDetails {width: 100%;}

.cardinfo h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 32px;
  }

.cardpaymentarea {
  width: 100%;
  float: left;
  max-width: 585px;
  margin-right: 90px;
}

.cardpaymentarea .formWrapper{
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 32px;
}

.cardinputarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 17px;
  position: relative;
}

.cardinputarea span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 109%;
  letter-spacing: -.015em;
  color: #fff;
  margin-bottom: 12px
}

.cardinputarea input {
  background: #fff;
  border-radius: 14px;
  border: none;
  outline: 0;
  width: 100%;
  float: left;
  height: 52px;
  padding: 27px 30px 19px 30px;
}

.cardinputarea.input50 {
  width: calc(50% - 16px);
  float: left;
  margin-bottom: 24px
}

.inputmultiarea {
  display: flex;
  justify-content: space-between
}

.cardpaymentarea a.sendagain {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  float: left
}

.paymentImg {
  width: calc(100% - 675px);
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.sendagain img {
}

.paymentImg button:hover {
  transition: .4s ease;
  background: #c805b6;
  color: #fff
}

.paymentImg button {
  background: #E718D4;
  border-radius: 4px;
  font-family: Monofonto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 15.5px 37px;
}

.cardpaymentresult {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 26px;
  margin-top: 35px;
  min-height: 70px;
  }

.cardpaymentresult.error {
  background: linear-gradient(180deg, #F46666 0%, #F02222 100%);
}

.resultdesc {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
}

.resultdesc img {
  margin-right: 15px;
  width: 35px;
  }

.posCenter .logo {
  margin-top: 20px;
}

.posCenter .logo a{display: flex;}

.posCenter .headerNav {
  margin: 0 auto;
  float: none
}

.cardpaymentresult.successful {
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
}

.cardpaymentresult a img{width: 18px;}

.totalPrice{
  font-size: 40px;
  line-height: 40px;
}
.totalCoin{font-size: 40px;line-height: 40px;font-weight: 700;}

.infoImg{
  position: absolute;
  right: 20px;
  top: calc(50% - 11px);
}
.infoImg img{}

.payImgWrapper{
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
}

.payImgWrapper img{max-width: 560px;}


#outPutVal{
  position: absolute;
  bottom: 50px;
  left: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
}


#outPutValNumb{
  position: absolute;
  bottom: 100px;
  left: 40px;
  color: white;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.paynow img{
  filter: invert(1);
  width: 30px;
  margin-top: -5px;
}

.paynow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sendAgain{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.balanceWrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}
.balanceCard{
    width: calc(100% * 1/2 - 22px);
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    padding: 24px;
    border-radius: 24px;
}
.balanceTop{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 24px 0;
    margin-bottom: 24px;
}
.balanceLeft{}
.balanceLeft > span{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(147, 157, 184, 1);
}
.balanceRightTop{
  display: flex;
  align-items: center;
  gap: 16px;
}
.yellowText{
  font-family: Beausite Classic;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  background: linear-gradient(180deg, #FCE97A 0%, #F09822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.balanceRight{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.balanceRight > span{
  font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(147, 157, 184, 1);
}
.balanceRight img{}
.balanceList{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.balanceLeft{}
.coinPrice{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}
.coinPrice span{
    font-family: Beausite Classic;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
.buttonShadow{
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
  background: rgba(255, 255, 255, 0.02);
  padding: 12px 16px;
  color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  transition: all .3s ease;
  display: flex;
}
.buttonShadow:hover{
  box-shadow: 0px -4px 4px 0px rgb(255 255 255 / 25%) inset;
  background: rgb(255 255 255 / 6%);
}
.balanceRight span.linearTextWhite {
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.balanceWallet{
  margin-bottom: 48px;
}
.stakingNigella{}
.stakeWrapper{}
.stakeTop{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.stakeTop h2{
    font-family: Beausite Classic;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
}
.nigellaSearh{}
.searchInput{
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(147, 157, 184, 1);
    padding: 10px 16px 10px 46px;
    height: 48px;
    width: 390px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
.searchInput:focus {
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
}
.featuredWrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.featuredStake{width: calc(100% * 1/3 - 24px);border: 1px solid rgba(255, 255, 255, 0.05);background: rgba(1, 3, 20, 1);padding: 24px;border-radius: 24px;}
.featuredListTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.featuredListLeft{
    display: flex;
    align-items: center;
    gap: 8px;
}
.featuredListLeft > img{}
.featuredListLeft span{
    color: rgba(255, 255, 255, 1);
}
.featuredListRight{}
.featuredButton{
    display: flex;
    align-items: center;
    font-family: Beausite Classic;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: white;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 9px;
    border-radius: 24px;
}
.featuredButton img{}

.featuredButton.bonusBtn{
    background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
}
.featuredButton.popularBtn{
    background: linear-gradient(180deg, #F46666 0%, #F02222 100%);
}
.featuredButtons .secondaryButton.cancelBtn, .featuredButtons .defaultButton.cancelBtn{
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.12) inset;
}
.featuredList{
    width: 100%;
}
.featuredList ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.featuredList ul li{
    display: flex;
    align-items: center;
    gap: 8px;
}
.featuredList ul li span:not(.buttonShadow){
    color: rgba(147, 157, 184, 1);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.featuredList ul li span.linearTextGreen{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.linearTextGreen{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(180deg, #11F7D5 0%, #035325 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}
.featuredButtons{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}
.featuredButton a{}
.featuredButtons .defaultButton {
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.25) inset;
    height: 40px;
}
.widthdrawInput{
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.widthdrawInput input{
    padding-right: 250px;
    height: 64px;
    border-radius: 100px;
}
.inputFeaturedRight{
    position: absolute;
    right: 16px;
    top: 15px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.inputFeaturedRight span{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.inputFeaturedRight .buttonShadow{
    padding: 0 15px;
    line-height: 32px;
    font-family: Beausite Classic;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: white;
}
.inputFeaturedRight .defaultButton{height: 32px;width: auto;min-width: auto;}
.mb0{margin-bottom: 0!important;}
.stakingPlanList{
    width: 100%;
}
.stakingPlanList ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stakingPlanList ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.planLeft{}
.planLeft span{
    color: rgba(147, 157, 184, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}
.planRight{}
.planRight span{
    color: rgba(255, 255, 255, 1);
    font-family: Beausite Classic;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: right;
}
.hrLine{
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
  margin: 4px 0;
}
.featuredButtons .secondaryButton{height: 40px;}
.stakingWrapper{
  width: 100%;
}
.stakingContent{
    width: 100%;
    display: flex;
    gap: 32px;
}
.stakingSidebar{
    width: 286px;
}
.stakingCenter{
    width: calc(100% - 636px);
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    padding: 24px;
}
.stakingSidebar > div {
    width: 100%;
}
.featuredListTitle span{
  font-size: 18px;
  line-height: 20px;
}
.stakingPlanList .checkboxContainer{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding-left: 33px;
}
.stakingPlanList .checkboxContainer .linearText{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.stakingPlanList .checkboxContainer .checkmark{
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.stakingPlanList .walletPlatform .checkboxContainer .checkmark:after, .stakingPlanList .walletPlatform .checkboxContainer:hover .checkmark:after{
  top: 4px;
  left: 4px;
}

.stakingSidebar.rightSide .featuredStake {
  box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
}

.joinPackets{
    width: 100%;
}
.packetTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.packetLeft{}
.packetLeft h2{
    display: flex;
    align-items: center;
    gap: 6px;
}
.packetLeft h2 img{}
.packetLeft h2 span{
    font-family: Beausite Classic;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: white;
}
.packetButtons{}
.packetButtons a{}
.packetLabel{
  width: 100%;
  margin-bottom: 24px;
}
.packetLabel p{
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.packetInfo{
  width: 100%;
  margin-top: -8px;
}
.packetInfo span{
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(147, 157, 184, 1);
}
.stackedStakingWrapper{
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.stackedStakingCard{
    width: 100%;
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.stackedStakingCard span{
    font-family: Beausite Classic;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.stackedStakingCard span.linearTextGreen{
    font-size: 20px;
    line-height: 24px;
}
.stackedStakingCard span.linearText{
    font-size: 20px;
    line-height: 24px;
}
.balanceCurrentList{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0px -4px 24px 0px rgba(255, 255, 255, 0.02) inset;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}
.balanceImg{
    width: 48px;
}
.balanceImg img{
    width: 48px;
    height: 48px;
}
.balanceCurrentList{}
.balanceCurrentList ul{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.balanceCurrentList ul.balanceListRight{
    align-items: flex-end;
}
.balanceCurrentList ul li{}
.balanceCurrentList ul li span{
    font-family: Beausite Classic;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: rgba(147, 157, 184, 1);
}
.balanceCurrentList ul li span.white{
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 24px;
}
.balanceCurrentList ul li span.linearTextWhite{}
.featuredButtons.alignCenter{
  align-items: center;
}

.terms {
    color: rgb(147, 157, 184);
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}


.currency2 .select {cursor: pointer;color: white;display: flex;align-items: center;gap: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;padding: 16px 16px;z-index: 999;position: relative;height: 55px;}
.currency2 .select + div {display: none;position: absolute;top: calc(100% + -28px);font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;left: -1px;right: -1px;background: #040617;padding: 26px 16px 8px 16px;z-index: 1;border-radius: 0px 0px 30px 30px;border: 1px solid rgba(255, 255, 255, 0.08);border-top: 0;}
.currency2 .option {margin-bottom: 10px;font-size: 15px;font-weight: 400;line-height: 16px;letter-spacing: 0em;text-align: left;color: white;display: flex;align-items: center;gap: 10px;cursor: pointer;margin-bottom: 9px;}
.inputRightText input {
    padding-right: 100px;
}

.heade2r {
margin-top: 80px;	
	
}

.StakePlatform .stepBottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.stepBottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 48px auto 0 auto;
}