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

#formbox {
  max-width: 460px;
  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;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  padding: 30px 17px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: transparent;
  margin-bottom: 20px;
  width: 100%;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#fname::-webkit-input-placeholder,
#lname::-webkit-input-placeholder,
#email::-webkit-input-placeholder,
#phone::-webkit-input-placeholder {
  color: #fff;
}
#fname::-moz-placeholder,
#lname::-moz-placeholder,
#email::-moz-placeholder,
#phone::-moz-placeholder {
  color: #fff;
}
#fname:-ms-input-placeholder,
#lname:-ms-input-placeholder,
#email:-ms-input-placeholder,
#phone:-ms-input-placeholder {
  color: #fff;
}
#fname::-ms-input-placeholder,
#lname::-ms-input-placeholder,
#email::-ms-input-placeholder,
#phone::-ms-input-placeholder {
  color: #fff;
}
#fname::placeholder,
#lname::placeholder,
#email::placeholder,
#phone::placeholder {
  color: #fff;
}

#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
  background: -o-linear-gradient(346.38deg, #b6ff6f 0%, #beed8f 100%);
  background: linear-gradient(103.62deg, #b6ff6f 0%, #beed8f 100%);
  border: 0;
  border-radius: 20px;
  padding: 25.5px 0;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover,
.submit:active {
  color: #beed8f;
  background: #333;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.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: 1320px;
  margin: 0 auto;
}

/* header */
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 94px;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.logo {
  padding-left: 20px;
}
.logo img {
  display: block;
  max-width: 100%;
}

/* intro */
.intro {
  background: #203041 url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 200px 150px;
  position: relative;
  margin-top: 94px;
}
.introTop {
  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;
  gap: 50px;
}
.introText {
  width: 60%;
}
.introTitle {
  color: #ffffff;
  font-family: Inter;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
.introTitle span {
  font-weight: 900;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 90px;
}
.introBox {
  border-radius: 50px;
  max-width: 567px;
  width: 100%;
  min-height: 851px;
  position: relative;
}
.introBox1 {
  background: url('../../assets/img/introImg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.introBox2 {
  background: url('../../assets/img/introImg1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.introBoxText {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding-left: 16px;
  padding-right: 20px;
  background: #00000080;
  padding: 20px;
  border-radius: 0px 0px 50px 50px;
  gap: 20px;
  min-height: 339px;
}
.introBoxTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
.introBoxSub {
  color: #fff;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.introBoxDivider {
  height: 1px;
  background: #a3a3a3;
  width: 100%;
  margin-top: 20px;
}
.introBoxSub1 {
  color: #fff;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
}

/* state */
.income {
  background: url('../../assets/img/incomeBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 350px;
}
.incomeTop {
  text-align: center;
}
.incomeTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}
.incomeSub {
  color: #ffffff;
  font-family: Nunito;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.incomeSub span {
  color: #beed8f;
}
.btn {
  display: inline-block;
  color: #1e1e1e;
  font-family: Inter;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  padding: 43px 70px;
  border-radius: 30px;
  background: -o-linear-gradient(339.68deg, #b6ff6f 0%, #beed8f 100%);
  background: linear-gradient(110.32deg, #b6ff6f 0%, #beed8f 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.incomeBtn {
  margin-top: 70px;
}
.btn:hover {
  color: #b6ff6f;
  background: #333;
}
.slider {
  position: relative;
}
.incomeSlider {
  position: relative;
  top: 50px;
}
.incomeSliderBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../../assets/img/incomeBlock.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  height: 420px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 70px;
  width: 38.4vw;
}
.incomeSliderBlockTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.incomeSliderBlockImg img {
  display: block;
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50px;
  border: 5px solid #ffffff24;
}
.incomeSliderBlockInfo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.incomeSliderBlockName {
  color: #fff;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
}
.incomeSliderBlockPrice {
  color: #beed8f;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
}
.incomeSliderBlockSub {
  color: #fff;
  font-family: Nunito;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 25px;
}
.incomeSliderBlock-1 {
  left: 16.5%;
  opacity: 0.95;
  z-index: 3;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
}
.incomeSliderBlock-2 {
  opacity: 0.98;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.incomeSliderBlock-3 {
  left: 83.5%;
  opacity: 0.95;
  z-index: 3;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
}
.incomeSliderControls {
  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: 20px;
}
.incomeSliderControls button {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3d3d3d),
    to(#5a5a5a)
  );
  background: -o-linear-gradient(top, #3d3d3d 0%, #5a5a5a 100%);
  background: linear-gradient(180deg, #3d3d3d 0%, #5a5a5a 100%);
  position: relative;
}
.incomeSliderControls button:hover {
  background: -o-linear-gradient(
    305deg,
    rgba(63, 43, 115, 1) 0%,
    rgba(110, 63, 230, 1) 100%
  );
  background: linear-gradient(
    145deg,
    rgba(63, 43, 115, 1) 0%,
    rgba(110, 63, 230, 1) 100%
  );
}
.incomeSliderControl-prev::before {
  content: ' ';
  display: inline-block;
  height: 5px;
  background-image: url('../../assets/img/arrow.webp');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 38.14px;
  height: 28.82px;
  padding: 10px;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.incomeSliderControl-next::before {
  content: ' ';
  display: inline-block;
  background-image: url('../../assets/img/arrow1.webp');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 38.14px;
  height: 28.82px;
  padding: 10px;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* wrapper */
.wrapper {
  background: url(../../assets/img/wrapper.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 100px;
  padding-top: 150px;
  z-index: 2;
  position: relative;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 88px;
}
.itemBlock {
  width: 30%;
  max-width: 420px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.46);
  border-radius: 40px;
  padding: 40px 33.5px;
  text-align: center;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemBlockTitle {
  color: #000000;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
  min-height: 62px;
}
.itemBlockSub {
  color: #000000;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 10px;
}
.btnContainer {
  text-align: center;
}
.itemsBtn {
  margin-top: 50px;
}

/* info */
.info {
  margin-top: 100px;
}
.infoText {
  width: 40%;
  margin-left: 220px;
}
.infoTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
.infoSubs {
  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;
  margin-top: 20px;
}
.infoSub {
  color: #fff;
  font-family: Nunito;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}

/* crypto */
.crypto {
  background: #fff;
  padding: 40px 0;
  z-index: 1;
  position: relative;
  margin-top: -80px;
}
.cryptoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cryptoInner img {
  display: block;
  max-width: 100%;
}

/* comment */
.comment {
  padding: 75px 0;
  background: url('../../assets/img/commentBg.webp') no-repeat;
  background-position: 0% 20%;
  background-size: cover;
}
.commentInner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}
.commentTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: center;
}
.commentTitle span {
  color: #bbf484;
}
.commentBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 100px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  background: #ffffff;
  border-radius: 40px;
  padding: 25px;
}
.commentBlockImg img {
  display: block;
  width: 108px;
  height: 108px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockText img {
  display: block;
}
.commentBlockName {
  color: #155ea0;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}
.commentBlockSub {
  color: #5a5a5a;
  font-family: Nunito;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 50px;
}
.commentBlockBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}
.commentBlockBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.commentBlockBottomSub {
  color: #61b3ff;
  font-family: Nunito;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}
.register {
  margin-top: 118px;
}
.registerTitle {
  color: #fff;
  font-family: Nunito;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: center;
}
.registerTitle span {
  color: #bcf385;
}
.registerBtn {
  margin-top: 80px;
}

/* how */
.how {
  padding: 70px;
}
.howInner {
  text-align: center;
}
.howLinks {
  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: 50px;
}
.howLink {
  color: #3b4034;
  font-family: Nunito;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
}
.howImg {
  margin-top: 20px;
}
.howImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.howSub {
  color: #3b4034;
  font-family: Nunito;
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}

/* footer */
.footer {
  padding: 30px 0;
  background: #683dd6;
}
.footerSub {
  color: #fff;
  font-family: Nunito;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
