: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;
}

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

/* 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: system-ui;
  background: rgba(1, 3, 20, 1);
}

body.overflow {
  overflow: hidden;
}
.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;
}
*, ::after, ::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: ' system-ui;', system-ui;
}

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

.themeContainer {
  width: 100%;
  max-width: 1240px;
  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{}
.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;
    font-family: system-ui;

  
}
.menuWrapper 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;
}

.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;
}
.linkArea > a{}
.linkArea > a img{}
.hero{
  position: relative;
  margin-bottom: 270px;
}
.heroBackground{
  width: 100%;
  float: left;
  position: absolute;
  top: -70px;
  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:  system-ui;;
  font-size: 24px;
  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: 500px;
}
.heroWrapper h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin: 24px 0;
}
.heroButtons{
    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;
}
.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;
}

.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;}

.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);
  text-align: center;
}
.bannerArea img{

  max-width: 604px;
  cursor: pointer;
    max-height: 320px;
}

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

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

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

.widgetWrapper{
  width: 100%;
  display: flex;
  gap: 32px;
  margin: 40px 0;
}
.widgetBox{
  width: 100%;
  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{
 system-ui;    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}
.widgetDesc p{
 system-ui;    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;
 system-ui;    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{
 system-ui;    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{
 system-ui;    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:  system-ui;;
  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{}
.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{
 system-ui;    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{
 system-ui;    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{
 system-ui;    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{
 system-ui;    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: left;
  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{
 system-ui;    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;
 system-ui;}
.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.4); /* Black w/ opacity */
  font-family:  system-ui;;
  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:  system-ui;;
  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: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background-color: #6027ff;
    padding: 10px;
    border-radius: 10px;
}


.language .option:hover{
  transition: all .4s ease;
  background: rgb(71 18 216);
}

.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: -80px;
  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:  system-ui;;
  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;
}


.projectsdetail {
	    color: rgb(147, 157, 184);
    line-height: normal;
    padding: 10px;
    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: 20px;
    margin-top: 24px;
    line-height: 30px;
	
}



.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;
}

.singleBlog{
  width: 100%;
  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:  system-ui;;
  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%);
}


.pageWrapper2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin: 33px 0 0 0;
    color: rgba(147, 157, 184, 1);
}


.pageContent2 > img {
    max-width: 816px;
}