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

/* form */
.formbox {
  max-width: 480px;
  width: 100%;
  margin-top: 84px;
  background: #0b3865;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.33);
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  direction: rtl;
  padding: 40px;
  padding-bottom: 0;
}
.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: 26px 53px 45px 53px;
}
.intl-tel-input {
  width: 100%;
}
.fname,
.lname,
.email,
.phone {
  display: block;
  width: 100%;
  text-align: right;
  font-family: EB Garamond;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2.5px;
  border: 1px solid #767676;
  background: #fff;
  direction: rtl;
  padding: 14px 12px;
  margin-bottom: 15px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
.checklabel,
.check {
  display: none;
}
.submit {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.57px; /* 142.85% */
  text-transform: uppercase;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #8bc63f;
  padding: 13px 0;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #8bc63f;
  box-shadow: 0 0 10px #8bc63f;
}
.formFooter {
  margin-top: 25px;
}
.formFooter img {
  display: block;
}
.formFooterBox1 {
  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: 6.6px;
}
.formFooterBox1Sub {
  color: #fff;
  text-align: right;
  font-family: EB Garamond;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.formFooterBox2 {
  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: 9.5px;
  margin-top: 25px;
}
.formFooterBox2Sub {
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.14px;
}
.formFooterBox3 {
  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: 5px;
  margin-top: 18px;
}
.formFooterBox3Sub {
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.formFooterBox3Sub1 {
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.57px;
}
.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: 1170px;
  margin: 0 auto;
}

/* intro */
.intro {
  background: url('../../assets/img/introBg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 46px;
  padding-bottom: 258px;
}
.introTitle {
  color: #fbbc04;
  text-align: center;
  font-family: EB Garamond;
  font-size: 44.25px;
  font-style: italic;
  font-weight: 800;
  line-height: 52.8px;
  direction: rtl;
}
.introSub {
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 44.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.8px;
  margin-top: 21px;
  direction: rtl;
}
.introSub1 {
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 26.836px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-top: 9px;
  direction: rtl;
}

/* about */
.aboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #efefef;
  padding: 48px 0;
}
.aboutText {
  width: 40%;
}
.aboutTitle {
  color: #000;
  text-align: center;
  font-family: EB Garamond;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  direction: rtl;
}
.aboutSub {
  color: #000;
  text-align: center;
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 21px;
  direction: rtl;
}
.aboutImg {
  width: 25%;
}
.aboutImg img {
  display: block;
  max-width: 100%;
}

/* info */
.info {
  margin-top: 74px;
}
.infoTitle {
  color: #1c79be;
  text-align: center;
  font-family: EB Garamond;
  font-size: 40.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
}
.infoSubs {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-top: 34px;
}
.infoSub {
  color: #333;
  text-align: center;
  font-family: EB Garamond;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  direction: rtl;
}

/* stocks */
.stocks {
  margin-top: 146px;
}
.stocksTitle {
  color: #333;
  text-align: center;
  font-family: EB Garamond;
  font-size: 42.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  direction: rtl;
}
.stocksBlocks {
  margin: 0 35px;
  margin-top: 84px;
}
.stockBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 34px 100px;
}
.stockBlockLeft {
  width: 40%;
}
.stockBlockLeftProcents {
  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;
}
.stockBlockLeftProcent {
  color: #333;
  text-align: right;
  font-family: EB Garamond;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  direction: rtl;
}
.stockBlockLeftProgress {
  margin-top: 1px;
  background: #9bcf55;
  position: relative;
  height: 6px;
}
.stockBlockLeftProgressInner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f26b4f;
}
.stockBlockLeftProgressInner1 {
  width: 58%;
}
.stockBlockRight {
  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;
  width: 45%;
}
.stockBlockBtn {
  display: inline-block;
  color: #8ac33e;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid #8ac33e;
  padding: 11px 64px;
  direction: rtl;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stockBlockBtn:hover {
  background: #8ac33e;
  color: #fff;
}
.stockBlockInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.stockBlockInfo img {
  display: block;
}
.stockBlockName {
  color: #333;
  text-align: right;
  font-family: EB Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.stockBlockProcent {
  color: #f26b4f;
  text-align: right;
  font-family: EB Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 3px;
}
.stockBlockLeftProgressInner2 {
  width: 23%;
}
.stockBlockProcentPlus {
  color: #8ac33e;
}
.stockBlockLeftProgressInner3 {
  width: 45%;
}
.stockBlockLeftProgressInner4 {
  width: 36%;
}
.stocksSub {
  color: #8f8f8f;
  text-align: center;
  font-family: EB Garamond;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.86px;
  margin-top: 10px;
  direction: rtl;
}

/* platform */
.platform {
  margin-top: 52px;
}
.platformTitle {
  color: #1c79be;
  text-align: center;
  font-family: EB Garamond;
  font-size: 42.563px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.8px;
  direction: rtl;
}
.platformSub {
  color: #333;
  text-align: center;
  font-family: EB Garamond;
  font-size: 21.563px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px;
  margin-top: 22px;
  direction: rtl;
}
.platformContent {
  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: 38px;
  margin-top: 60px;
}
.platformText {
  width: 43%;
  text-align: right;
}
.platformSub1 {
  color: #333;
  text-align: right;
  font-family: EB Garamond;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  direction: rtl;
}
.platformBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: EB Garamond;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.86px;
  border-radius: 4px;
  background: #1c79be;
  padding: 10.57px 13.3px 10.93px 21.42px;
  margin-top: 31px;
  direction: rtl;
}
.platformImg {
  width: 36%;
}
.platformImg img {
  display: block;
  max-width: 100%;
}

/* contact */
.contact {
  background: #0b3865;
  margin-top: 33px;
  padding-top: 50px;
  padding-bottom: 70px;
}
#formbox1 {
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#formbox1 .filed_group {
  padding: 0;
}

/* payments */
.paymentsTop {
  padding: 32px 0;
}
.paymentsSub {
  border-top: 0.5px solid #d5d3d3;
  text-align: center;
}
.paymentsSub span {
  display: inline-block;
  color: #929191;
  text-align: center;
  font-family: EB Garamond;
  font-size: 16.719px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  direction: rtl;
  padding: 0 15px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paymentsBottom {
  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: 0 15px;
  padding-bottom: 34px;
}
.paymentsBottom img {
  display: block;
  max-width: 100%;
}
