* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

body {
  background-image: url('../../assets/img/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* form */
.formbox {
  max-width: 691px;
  width: 100%;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 10px;
}
.intl-tel-input {
  width: 100%;
}
.fname,
.lname,
.email,
.phone {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 44px;
  border: 2px solid #d2ff00;
  background: transparent;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
.checklabel,
.check {
  display: none;
}
.submit {
  display: block;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 100% */
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid #d2ff00;
  background: #d2ff00;
  cursor: pointer;
  margin-top: 18px;
  padding: 14px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  color: #d2ff00;
  background: transparent;
}
.error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.formImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container1 {
  max-width: 1140px;
  margin: 0 auto;
}

/* header */
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
}
.logo {
  width: 20%;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65%;
}
.headerLink {
  color: #d2ff00;
  font-family: Josefin Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 13px 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.headerLink:hover {
  border-bottom: 3px solid #d2ff00;
}

/* intro */
.intro {
  padding-top: 39px;
}
.introTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.introSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-top: 28px;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 47px;
}
.introImg {
  width: 49%;
}
.introImg img {
  display: block;
  max-width: 100%;
}

/* invest */
.invest {
  margin-top: 70px;
}
.investSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}
.sub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.86px;
}
.investImg {
  margin-top: 42px;
}
.investImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* why */
.why {
  margin-top: 43px;
}
.title {
  color: #d2ff00;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.whyText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
  margin-top: 20px;
}
.whyImg {
  margin-top: 20px;
}
.whyImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* items */
.items {
  margin-top: 20px;
}
.itemsSub {
  margin-top: 20px;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5%;
}
.itemBlock {
  width: 30%;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemBlockTitle {
  color: #d2ff00;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 19px;
}
.itemBlockSub {
  margin-top: 21px;
}
.itemsBtnContainer {
  text-align: center;
}
.btn {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-radius: 30px;
  border: 2px solid #d2ff00;
  background: #d2ff00;
  padding: 12px 61px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background: transparent;
  color: #d2ff00;
}

/* crypto */
.crypto {
  margin-top: 72px;
}
.cryptoSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 19px;
}
.cryptoSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
  gap: 19px;
}
.cryptoImg {
  margin-top: 70px;
}
.cryptoImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* process */
.process {
  margin-top: 72px;
}
.processBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.processBlockTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7.5px;
}
.processBlockSub {
  margin-top: 20px;
}
.processImg {
  margin-top: 72px;
}
.processImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* faq */
.faq {
  margin-top: 72px;
}
.faqBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0;
}
.faqBlockTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  background: #fff;
  padding: 2%;
  cursor: pointer;
}
.faqBlockTitle {
  color: #1f262f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.faqBlockSub {
  display: none;
  color: #0b0c10;
  padding: 2%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  background: #fff;
  border-radius: 30px;
  margin-top: 20px;
}
.faqBlockTitleContainer img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faqBlockTitleContainer.active img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faqBtnContainer {
  text-align: center;
}
.faqBtn {
  margin-top: 72px;
}

/* clients */
.clients {
  margin-top: 140px;
}
.clientBlockImg img {
  display: block;
  width: 90px;
  height: 90px;
  max-width: 90px;
  margin: 0 auto;
}
.clientBlockSub {
  color: #fff;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px;
}
.clientBlockTitle {
  color: #fff;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-top: 26px;
}
.slick-list.draggable {
  overflow: hidden;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 54px;
  list-style: none;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #d2ff00;
  font-size: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li.slick-active button {
  background: #b0b2bd;
}

/* get */
.get {
  margin-top: 72px;
}
.getTitle {
  text-align: center;
}
#formbox1 {
  margin: 0 auto;
  margin-top: 20px;
}

/* footer */
.footer {
  padding: 72px 0;
}
.footerInner {
  max-width: 1000px;
  margin: 0 auto;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}
.footerLink {
  color: #d2ff00;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.86px;
  margin-top: 40px;
}
.twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
.footerSub1 {
  text-align: left;
}
.footerLink1 {
  color: #b0b2bd;
  text-align: right;
  font-family: Josefin Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.86px;
}
