@charset "utf-8";

.sub_cont {
  /* padding: 120px 0; */
  padding-bottom: 100px;
}

.sub_cont h4 {
  font-family: "Figtree", sans-serif;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  margin: 100px 0;
  /* margin-bottom: 120px; */
}

.roboto {
  font-family: "Roboto Serif", serif;
}

.figtree {
  font-family: "Figtree", sans-serif;
}

/* #main */

#main {
  /* padding: 10rem 0; */
  height: 100vh;
  align-items: center;
  display: flex;
}

.mainBg {
  font-family: "Figtree", sans-serif;
  background: url(../images/bg/bgMain.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  width: 540px;
  text-align: center;
}

#main .title {
  font-size: 120px;
  text-align: left;
}

.title.roboto {
  font-weight: 400;
}

.title.figtree {
  font-weight: 900;
}

#main h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 70px;
  text-transform: capitalize;
}

#main .icon_down i:first-child {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  text-transform: capitalize;
  background: linear-gradient(to right, #6373af 0%, #683b92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main .icon_down i:last-child {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
  text-transform: capitalize;
  background: linear-gradient(to right, #6373af 0%, #5bc1d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

/* #what */
#what .text {
  word-break: keep-all;
}

/* #whatWeDo */
#peterBox {
  background: url(../images/graBg.png) center center no-repeat;
  align-items: center;
  padding: 160px 0;
  justify-content: space-between;
  background-size: cover;
}
#peterBox h1 {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 8px;
}
.circleBox {
  display: flex;
  margin-bottom: 16px;
}

.halfCircle {
  width: 20px;
  height: 40px;
  background-color: black;
  border-radius: 20px 0 0 20px;
  margin-right: 4px;
}

.fullCircle {
  background-color: black;
  height: 40px;
  border-radius: 160px;
  width: 40px;
}

#peterBox .col-lg-6:nth-child(2) {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#whatWeDo .ecosystem .title {
  display: inline-block;
  background: linear-gradient(to right, #683b92 0%, #5bc1d8 100%);
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

#whatWeDo .ecosystem .col-lg-4 {
  display: flex;
  order: 1;
  margin-top: 30px;
}

#whatWeDo .ecosystem .col-lg-4:nth-child(5) {
  margin-left: 210px;
}

#whatWeDo .ecosystem .col-lg-4 .box {
  text-align: left;
  padding: 30px 40px;
  background: linear-gradient(to right, #150c1d 0%, #2d606c 100%);
  border: 1px solid #2d606c;
  border-radius: 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#whatWeDo .ecosystem .col-lg-4 .box:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#whatWeDo .ecosystem .col-lg-4 .box dt {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 22px;
  padding-bottom: 30px;
}

#whatWeDo .ecosystem .col-lg-4 .box dt:after {
  position: absolute;
  left: 0;
  bottom: 15px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #5bc1d8;
}

#whatWeDo .ecosystem .col-lg-4 .box dd {
  font-size: 14px;
  word-break: keep-all;
}

#whatWeDo .ecosystem .col-lg-4 .box dd a {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
}

#whatWeDo .ecosystem .col-lg-4 .box dd a i {
  margin-left: 10px;
}

#whatWeDo .solution .col-lg-5 {
  margin-top: 80px;
}

#whatWeDo .solution .col-lg-7 {
  margin-top: 80px;
}

#whatWeDo .solution .col-lg-7 ul {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

#whatWeDo .solution .col-lg-7 li {
  border-bottom: 1px solid rgba(250, 248, 249, 0.2);
  margin-bottom: 20px;
}

#whatWeDo .solution .col-lg-7 li:last-child {
  border-bottom: 0 none;
}

#whatWeDo .solution .col-lg-7 li dt {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  color: #5bc1d8;
}

#whatWeDo .solution .col-lg-7 li dd {
  font-size: 16px;
  padding: 10px 0 20px;
}

/* #learn */
#learn .col-lg-4 {
  margin-top: 30px;
}

#learn .col-lg-4 .box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

#learn .col-lg-4:hover .box a {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgb(91 193 216 / 10%);
}

#learn .col-lg-4 .box .thumb img {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  border-radius: 10px;
  width: 100%;
}

#learn .col-lg-4:hover .box .thumb img {
  transform: scale(1.05);
  transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

#learn .col-lg-4 .box .cont {
  padding: 40px 20px;
}

#learn .col-lg-4 .box h5 {
  font-size: 22px;
  font-weight: bold;
  word-break: keep-all;
}

#learn .col-lg-4 .box .date {
  color: #5bc1d8;
  margin-top: 10px;
  letter-spacing: 2px;
}

#learn .col-lg-4:hover .box h5 {
  color: #fff;
}

#learn .col-12 {
  text-align: center;
}

#learn .btn_more {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 60px;
  line-height: 56px;
  font-size: 20px;
  letter-spacing: 2px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin: 50px auto 0;
  text-align: center;
  background-image: linear-gradient(to right, #683b92 0%, #5bc1d8 100%),
    linear-gradient(to left, #683b92, #5bc1d8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#learn .btn_more:hover {
  filter: brightness(125%);
  color: #fff;
}

/* #gen */
#gen {
  /* text-align: center; */
  background-color: black;
  background: url(../images/whoWeAre2.png) center center no-repeat;
  color: white;

  background-size: cover;
}

.line {
  border: 0.5px solid black;
  width: 320px;
  margin-bottom: 32px;
  /* position: absolute; */
  /* right: 12px; */
}
.textWorkBox {
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.leftBox {
  display: flex;
  flex-direction: column;
}

.workTitle {
  margin-top: 32px;
  margin-bottom: 32px;
  width: fit-content;
  padding: 0 8px;
  background-color: black;
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
}

.leftText {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
}

.rightText {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

#gen .col-lg-2 {
  margin-top: 30px;
}

/* what */
#what .col-lg-6 {
  margin-bottom: 64px;
}

/* #roadmap */
#roadmap {
  background: url(../images/bg/bg-roadmap.png) no-repeat 50% 50%;
  background-size: cover;
}

#roadmap .col-lg-4 {
  margin-top: 30px;
}

#roadmap .col-lg-4 .year {
  font-family: "Lato", sans-serif;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  border: 10px solid transparent;
  border-radius: 50%;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%),
    linear-gradient(290deg, #5bc1d8, #617fb5);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: #617fb5;
  font-weight: bold;
  font-size: 22px;
}

#roadmap .col-lg-4 .year:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px dashed #5bc1d8;
}

#roadmap .col-lg-4 .year:after {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translate(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 520px;
  border-left: 1px dashed #5bc1d8;
}

#roadmap .col-lg-4 li {
  position: relative;
  margin-top: 30px;
  padding-left: 80px;
}

#roadmap .col-lg-4 li:before {
  position: absolute;
  left: 56px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5bc1d8;
}

#roadmap .col-lg-4 .q1 {
  height: 78px;
}

#roadmap .col-lg-4 .q2 {
  height: 125px;
}

#roadmap .col-lg-4 .q3 {
  height: 200px;
}

#roadmap .col-lg-4 .q4 {
  height: 78px;
}

#roadmap .col-lg-4 li dt {
  font-family: "Lato", sans-serif;
  color: #5bc1d8;
  margin-bottom: 10px;
}

#roadmap .col-lg-4 li dd {
  font-size: 12px;
  margin-top: 5px;
}

#roadmap .col-lg-4 .last li {
  margin-top: 50px;
}

#roadmap .col-lg-4 .last li:first-child {
  margin-top: 150px;
}

/* #team */
#team .col-lg-3 {
  text-align: center;
  margin-top: 50px;
}

#team .col-lg-3 img {
  display: block;
  margin: 0 auto 15px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

#team .col-lg-3 dt {
  font-size: 20px;
}

#team .col-lg-3 dd {
  color: #5bc1d8;
  margin: 20px 0;
  letter-spacing: 1px;
}

#team .col-lg-3 .sns {
  width: 110px;
  margin: 0 auto;
}

#team .col-lg-3 .sns li {
  float: left;
  width: 40px;
  height: 40px;
}

#team .col-lg-3 .sns li:first-child {
  margin-right: 30px;
}

#team .col-lg-3 .sns li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* #partners */
.wrap_bg {
  background-color: #e6e5fa;
}

#partners .col-12 h5 {
  text-align: center;
  color: #524fdd;
  font-weight: 700;
  margin-top: 100px;
}

#partners .col-lg-4 {
  margin-bottom: 48px;
  padding: 0 32px;
}

#partners .col-lg-4 .offerBox {
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  display: flex;
  flex-direction: column;
}

#partners .col-lg-4 .offerBox:hover {
  transform: translateY(-10px);
}

.offerNum {
  font-weight: 900;
  font-size: 2.5rem;
  color: #777777;
  margin-bottom: 4px;
}
.offerTitle {
  font-weight: 700;
  font-size: 1.8rem;
}
.offerTitle,
.offerLine {
  margin-bottom: 16px;
}

.offerLine {
  border: 1px solid #777777;
  border: 0.5px solid black;
  width: 32px;
}
/* #whitepaper */
#whitepaper {
  text-align: center;
}

#whitepaper .wp {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

#whitepaper .wp li {
  font-family: "Lato", sans-serif;
  float: left;
  width: 50%;
  padding: 15px;
}

#whitepaper .wp li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #150c1d 0%, #2d606c 100%);
  border: 1px solid #2d606c;
}

#whitepaper .wp li img {
  width: 60px;
  margin-top: 30px;
}

#whitepaper .wp li:hover img {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

#whitepaper .wp li p {
  font-weight: bold;
  margin: 20px 0;
}

#whitepaper .wp li p span {
  position: relative;
  margin-left: 12px;
  font-weight: normal;
}

#whitepaper .wp li p span:before {
  position: absolute;
  left: -6px;
  top: 3px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #fff;
}

/* main Css */
:root {
  --purple: black;
  --violet: #524fdd;
  --pink: #908eea;
}
@keyframes background-pan {
  from {
    background-position: 0% center;
  }

  to {
    background-position: -200% center;
  }
}

@keyframes scale {
  from,
  to {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

.magic-text {
  animation: background-pan 3s linear infinite;
  background: linear-gradient(
    to right,
    var(--purple),
    var(--violet),
    var(--pink),
    var(--purple)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.contactBox {
  background-color: black;
  color: white;
  align-items: center;
  display: flex;
}
.contactImg {
  background: url(../images/contact.svg) no-repeat;
  background-size: contain;
  width: 40vw;
  height: 40vw;
  max-width: 560px;
  max-height: 560px;
}

.contactTextBox {
  margin: 0 auto;
}

.addressBox {
  margin-top: 54px;
}

.address:nth-child(2) {
  margin-left: 54px;
}

.contactTextBox > h3 {
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 900;
  color: #524fdd;
}
.contactTextBox p {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
}

.addressName {
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.5rem);
}

.mail {
  color: #bfbfbf;
  font-size: clamp(0.8rem, 1rem, 1.2rem);
}

.flow_banner {
  overflow: hidden;
  display: flex;
  /* max-width: 1320px; */
}
.flow_banner .list {
  display: flex;
  align-items: center;
}
.flow_banner .list > img {
  height: 40px;
  width: auto;
  margin-right: 3vw;
}

.flow_banner .list > img:nth-child(1) {
  height: 36px;
}
.flow_banner .list > img:nth-child(3) {
  height: 32px;
}
@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* slick */
.did {
  margin: 0 auto;
  padding: 0 16px;
}
.slick-prev,
.slick-next {
  /* top: 90%; */
  background-color: white;
  border-radius: 90%;
  width: 36px;
  position: absolute;
  height: 36px;
  /* bottom: 0 !important; */
}
.slick-prev::before,
.slick-next::before {
  /* border: 2px solid red; */
  border-radius: 90px;
  color: black;
  font-size: 36px;
  opacity: 1;
}

.swiper-slide > img {
  max-height: 400px;
  max-width: 420px;
}
.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
}
.textBox {
  margin-left: 24px;
}
.bannerTitle {
  width: fit-content;
  padding: 0 8px;
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 3rem);
  margin-bottom: 8px;
}

.textBox > .rightText {
  margin-bottom: 24px;
}
.textBox > a.rightText {
  color: #524fdd;
}

.textBox > a.rightText:hover {
  cursor: pointer;
  text-decoration: underline;
}
.textBox > a.rightText > i {
  font-size: clamp(12px, 1rem, 1.2rem);
}

/* swiper */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  border-radius: 90px;
  background-color: black;
  height: 30px;
  width: 30px;
  /* top: 50% !important;
  transform: translateY(-50%) !important; */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
  font-weight: 900;
}
