*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #fbfbfb;
  font-family: "Inter", sans-serif;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
  padding: 0;
}
.team_page {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Mont";
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0 !important;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 100%;
}

.bodyWrap {
  overflow: hidden;
}

.logo_white {
  display: none;
}

.white_menu .logo_white {
  display: block;
}

.white_menu .logo_black {
  display: none;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.dark_bg {
  background: #16161A;
}

.greC {
  color: #13d617 !important;
}

.white_btn {
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #ffffff;
  padding: 15px 22px;
}

.desktop-center {
  margin-top: 80px;
}

.white_text_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #ffffff;
  padding: 15px 22px;
}

.white_text_btn:focus {
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eceef2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c1d21;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1c1d21;
}

.white_menu .navbar-toggler img {
  -webkit-filter: unset;
  filter: unset;
}

.navbar-toggler img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.mb30 {
  margin-bottom: 30px;
}

.text-gray {
  color: #d2d4e1 !important;
}

.text-grey-span {
  white-space: nowrap;
}

body.over_hidden {
  overflow: hidden;
}

.navbar-toggler {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: inherit;
}

/* .navbar-toggler:visited{
        color: inherit !important;
} */

.triger_icon {
  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: 15px;
  height: 15px;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-toggler.collapsed .triger_icon {
  background-image: url("assets/img/icons/menu_triger.svg");
}

.navbar-toggler .triger_icon {
  background-image: url("assets/img/icons/menu_close.svg");
}

.header_area {
  position: relative;
  z-index: 111;
}

/* ====================================
Global Css End 
==================================== */

.navbar-nav .nav-link {
  padding: 6px 10px 6px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #28292e;
}

.tokken_page .navbar-nav .nav-link.token {
  /*padding: 6px 10px !important;*/
  background: rgba(78, 75, 242, 0.2);
  border-radius: 6px;
  /* margin-left: 20px !important; */
  background-color: transparent !important;
}

.social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4px;
}

ul.social_links li a {
  display: block;
  margin-left: 12px;
}

ul.social_links li a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 28px;
}

.navbar {
  padding: 28px 0 14px;
}

.white_menu ul.social_links li a img {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}

header.menu_top {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
}

.navbar-nav .nav-link {
  color: #ffffff;
  opacity: .7;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
}

.navbar-nav .nav-link.token {
  background: unset;
}

footer.footerArea {
  padding: 44px 0 30px;
}

.widget_title {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  line-height: 2.3;
  font-family: "Inter";
}

.quick_links li a {
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.01em;
  color: #ffffff;
  opacity: 0.7;
  display: inline-block;
}

.quick_links li a:hover {
  opacity: 1;
}

.col.footer_col {
  margin-bottom: 40px;
}

.hero_area {
  padding-top: 160px;
  padding-bottom: 234px;
  position: relative;
  z-index: 1;
}

.hero_container h6 {
  margin-bottom: 30px;
  line-height: 1.6;
  text-transform: uppercase;
}

h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
}

.hero_container h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 600;
}

.hero_container p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #d2d4e1;
  margin-bottom: 40px;
}

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

.hero_btns {
  margin-bottom: 32px;
}

.hero_image img {
  display: block;
  width: 100%;
}

.parnaring_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.patnaringBox {
  background: #eceef2;
  border-radius: 24px;
  padding: 54px 38px 54px 54px;
  margin-top: -133px;
}

.part-left {
  width: 312px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.part-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 600px;
  margin-left: auto;
}

.blueC {
  color: #4e4bf2 !important;
}

.part-left h6 {
  margin-bottom: 18px;
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 131%;
  /* identical to box height, or 42px */
  letter-spacing: 0.03em;
  color: #28292e;
}

.part-left h3 {
  margin-bottom: 17px;
}

.part-left p {
  margin-bottom: 26px;
}

.black_btn {
  font-size: 16px;
  line-height: 1;
  color: #292f2a;
  display: inline-block;
  border: 1px solid #292f2a;
  border-radius: 10px;
  padding: 15px 19px;
}

.partnar_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -5px;
}

.partner_box {
  width: 86px;
  height: 86px;
  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;
  background: #fbfbfb;
  border-radius: 10px;
  margin-left: 26px;
  margin-bottom: 25px;
}

.partner_box.more_part {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 15px;
}

.partner_icons_area {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.about_quigon {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

.about_quigon .title_secton p {
  color: #3c3e52;
}

.about_quigon .title_secton {
  max-width: 460px;
}

.center_content {
  text-align: center;
}

.title_secton h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.title_secton h3 {
  margin-bottom: 12px;
}

.title_secton {
  margin: 0 auto;
  margin-bottom: 70px;
}

.box_card {
  border-radius: 24px;
  overflow: hidden;
  padding: 38px 53px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.pay_card {
  background: #212226;
}

.card_star {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: block;
}

.black_star {
  right: 17px;
  top: 18px;
}

.white_star {
  left: 30px;
  top: 50%;
}

span.pay_bg img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  max-width: unset;
}

.earn_card {
  background: #4e4bf2;
  overflow: auto;
  padding-bottom: 17px;
}

.transtion_box {
  position: relative;
  max-width: 313px;
  margin: 0 auto;
  margin-top: 60px;
  background: #ffffff;
  border: 1px solid #212226;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4.65672px 27.9403px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4.65672px 27.9403px rgba(0, 0, 0, 0.25);
  border-radius: 11.6418px;
  padding-bottom: 35px;
}

.trans_icon img {
  display: block;
  max-width: 133px;
  position: relative;
  top: -14px;
  margin: 0 auto;
}

.transtion_box h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20.9552px;
  line-height: 160%;
  color: #101624;
  margin-bottom: 7px;
}

.transtion_box p {
  color: #101624;
  opacity: 0.7;
  font-size: 14px;
  line-height: 160%;
}

a.blue_link {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #3546f3;
  display: inline-block;
}

span.earnbg img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.quigon_card_boxes .row > div {
  margin-bottom: 30px;
}

.gray_box {
  background: #ebebf0;
}

.transfer_card .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quigon_card_boxes .row .row > div {
  margin: unset;
}

.transfer_card_cont h3 {
  margin-bottom: 27px;
}

.transfer_card_cont p {
  margin-bottom: 37px;
}

.close_sign_zindex {
  margin-bottom: 5px;
}

.transfer_card_cont {
  max-width: 360px;
  margin: 0 auto;
}

section.how_its_work {
  padding-top: 220px;
  margin-top: -184px;
  position: relative;
  z-index: 1;
}

.text-white * {
  color: #fff;
}

.dualBtns a:first-child {
  margin-right: 15px;
}

.hero_btns.dualBtns a:first-child {
  margin: 0;
}

.box_card.work_card_img {
  padding: 0;
}

.how_it_work_card > .row > div {
  margin-bottom: 30px;
}

.box_card.quigonBridge_card {
  background: #28292e;
}

.box_card.quigonBridge_card .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 384px;
}

.quigonBridge_card img {
  display: block;
  margin: 0 auto;
}

.quigonBridge_card h3 span {
  font-weight: 300;
}

.box_card h3 {
  margin-bottom: 10px;
}

.box_card p {
  margin-bottom: 28px;
}

.intro_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  max-width: unset;
}

.earn_card h3,
.pay_card h3 {
  margin-bottom: 10px;
}

.box_card .blueC,
.box_card h6 {
  margin-bottom: 33px;
}

.intro_xpnet_card > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 448px;
}

.intro_xpnet_card .dualBtns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro_xpnet_card p {
  max-width: 430px;
}

.intro_xpnet_card .dualBtns a {
  margin-bottom: 5px;
}

.quichain_card h3 span,
.quiswap_card h3 span {
  font-weight: 300;
}

.quiswap_card,
.quichain_card {
  min-height: 524px;
  background: #28292e;
}

.quiswap_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
}

.quiswap_card p,
.quichain_card p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #d2d4e1;
}

.quiswap_card h3,
.quichain_card h3 {
  margin-bottom: 14px;
}

section.expert_quotes_area {
  padding-top: 50px;
  padding-bottom: 60px;
}

.how_its_work:after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #212226;
  height: 348px;
}

section.expert_quotes_area .title_secton {
  margin-bottom: 60px;
}

.expert_icon img {
  height: 32px;
  margin-left: 0;
  margin-right: auto !important;
  width: auto !important;
}

span.expert_icon {
  display: block;
  margin-bottom: 24px;
}

.expert_card {
  background: #ffffff;
  border: 1px solid #eef0f5;
  border-radius: 24px;
  padding: 30px;
}

.expert_card p {
  color: #3c3e52;
  margin-bottom: 24px;
  min-height: 160px;
}

.expert_img img {
  width: 70px !important;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin-right: 16px;
}

.expert_cont {
  color: #000;
}

.community_box {
  background: #4e4bf2;
  border-radius: 24px;
  position: relative;
  padding: 56px 36px 56px 48px;
  z-index: 1;
  overflow: hidden;
}

span.communityBg img {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.community_box h3 {
  color: #fff;
}

.community_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.community_box ul li a img {
  display: block;
  width: 49px;
  margin-left: 12px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.community_box ul li:last-child a img {
  width: 34px;
}

.signUpModal {
  position: fixed;
  z-index: 99;
  right: -105%;
  top: 0;
  max-width: 95vw;
  width: 340px;
  background: #ffffff;
  height: 100vh;
  padding: 30px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.sign_up_cont {
  

}

.close_sign {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.inpCol input,
.inpCol textarea {
  display: block;
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #292f2a;
  color: #181c21;
  font-size: 18px;
  line-height: 90%;
  padding: 20px 22px;
  height: 74px;
}

.inpCol {
  margin-bottom: 26px;
}

.invalidText,
.invalidTextemail {
  font-weight: 510;
  font-size: 12px;
  line-height: 2;
  display: none;
  color: #e93681;
  padding-left: 10px;
}

.invalidField span.invalidText {
  display: block;
}

.invalidField input {
  border: 1px solid #e93681 !important;
}

.inpCol input::-webkit-input-placeholder {
  color: #9fa4af;
}

.inpCol input::-moz-placeholder {
  color: #9fa4af;
}

.inpCol input:-ms-input-placeholder {
  color: #9fa4af;
}

.inpCol input::-ms-input-placeholder {
  color: #9fa4af;
}

.inpCol input::placeholder {
  color: #9fa4af;
}

.sign_up_cont h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 90%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: start;
}


.inpCol input:focus,
.inpCol textarea:focus {
  border: 1px solid #08d70d;
  outline: none;
}

.inpCol textarea {
  min-height: 123px;
}


.inpCol.checkCol input {
  display: none;

}

.inpCol.checkCol label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  align-items:flex-start;
  justify-content: space-between;
}

.customeCheck {
  border-radius: 2px;
  width: 22px;
  height: 22px;
  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;
  margin-right: 5px !important;
  margin-top: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 2px solid #c1c1c1 !important;
}

.formSubmit {
  border: 1px solid #292f2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #292f2a;
  background: transparent;
  padding: 19px 45px;
  margin: 0 auto;
}

.submitCol {
  margin-top: 0;
}

.formSubmit:hover {
  background: #4e4bf2;
  color: #fff;
  border-color: #4e4bf2;
}

.signUpModal.active {
  right: 0;
}

.customeCheck img {
  display: none;
}

.inpCol.checkCol input:checked + label .customeCheck {
  background: #08d70d;
  border: 2px solid #08d70d !important;
}

.inpCol.checkCol input:checked + label .customeCheck img {
  display: block;
}

.signUpOverlay {
  position: fixed;
  z-index: 88;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212226;
  opacity: 0;
  visibility: hidden;
}

.signUpOverlay.active {
  width: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0.5;
  visibility: visible;
}

.quigonBridge_img img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
  max-width: unset;
  width: auto;
}

.white_btn:hover {
  background: #4e4bf2;
  color: #fff;
  border-color: #4e4bf2;
}

.white_text_btn:hover {
  color: #4e4bf2;
}

.white_text_btn:hover img {
  -webkit-filter: unset;
  filter: unset;
}

.white_text_btn img {
  -webkit-filter: invert(1) brightness(1000);
  filter: invert(1) brightness(1000);
}

.black_btn:hover {
  background: #4e4bf2;
  border-color: #4e4bf2;
  color: #fff;
}

ul.social_links li a img:hover,
.community_box ul li a img:hover,
.white_menu ul.social_links li a img:hover {
  -webkit-filter: unset;
  filter: unset;
}

.tanksMessage {
  text-align: center;
  padding-bottom: 20px;
}

.tanksMessage img {
  display: block;
  margin: 0 auto 30px auto;
}

.tanksMessage h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 126%;
  letter-spacing: 0.02em;
  color: #030c21;
  margin-bottom: 12px;
}

.tanksMessage p {
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  letter-spacing: 0.02em;
  color: #030c21;
}

.tokken_hero {
  background: -o-radial-gradient(
    70.9% 140.55%,
    41.21% 107.06%,
    #9789b6 0%,
    #4e4bf2 100%
  );
  background: radial-gradient(
    41.21% 107.06% at 70.9% 140.55%,
    #9789b6 0%,
    #4e4bf2 100%
  );
  border-radius: 24px;
  position: relative;
  z-index: 1;
  padding: 78px 56px 48px 56px;
  min-height: 524px;
}

.tokken_hero h6 {
  margin-bottom: 25px;
  color: #6fff72 !important;
}

.tokken_hero h1 {
  margin-bottom: 20px;
  font-weight: 600;
}

.tokken_hero p {
  margin-bottom: 35px;
}

span.token_hero_bg img {
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  top: 0;
  height: 100%;
  right: -49px;
  max-width: unset;
  width: auto;
}

.tokken_hero_area {
  padding-top: 27px;
}

section.feature_capability {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.feature_box {
  height: 100%;
  background: #eceef2;
  border-radius: 24px;
  padding: 40px;
  /* padding: 40px 16px 55px 50px; */
}

span.feature_icon {
  margin-bottom: 20px;
  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;
  min-height: 108px;
}

span.feature_icon img {
  display: block;
  margin: 0 auto;
}

.feature_box h3 {
  margin-bottom: 15px;
}

.black_box {
  background: #282930;
}

.financial_bg img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.financial_box {
  min-height: 524px;
}

.financial_cont {
  max-width: 360px;
}

.box_card.financial_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10%;
}

.financial_box p {
  color: #d2d4e1;
}

section.tokken_allocation {
  padding-top: 182px;
  margin-top: -178px;
}

.community_box.tokken_community {
  margin-top: 57px;
}

.tokken_allo_1 {
  margin-bottom: 138px;
}

section.tokken_allocation .title_secton {
  margin-bottom: 85px;
}

section.tokken_allocation .title_secton h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22.4719px;
  line-height: 129%;
}

.hr_line {
  display: block;
  width: 100%;
  background: #454857;
  height: 1px;
  margin-top: 60px;
}

.community_hero {
  background: #28292f;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 78px 53px 48px 53px;
  min-height: 524px;
  margin-bottom: 27px;
}

.community_hero h6 {
  margin-bottom: 24px;
}

.community_hero h1 {
  margin-bottom: 20px;
}

.community_hero p {
  color: #d2d4e1;
}

.communi_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  padding: 10px;
  margin-left: -10px;
}

.communi_links li a {
  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: 48.9px;
  height: 41.01px;
  background: #3f4048;
  border-radius: 8px;
  margin-right: 13px;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.communi_links li a img {
  display: block;
  max-height: 25px;
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}

.communi_links li a:hover {
  top: -5px;
  -webkit-box-shadow: 1px 5px 10px rgb(0 0 0 / 55%);
  box-shadow: 1px 5px 10px rgb(0 0 0 / 55%);
}

.communi_links li a:hover img {
  -webkit-filter: unset;
  filter: unset;
}

.commyni_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: unset;
}

.community_hero h1 {
  font-family: Inter;
  font-style: normal;
  font-size: 46px;
  line-height: 120%;
}

.social_box {
  display: block;
  background: #ffffff;
  border: 1px solid #eef0f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 67px 10px 27px 37px;
  min-height: 422px;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.social_icons img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.social_icons {
  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: 53px;
  height: 53px;
  background: rgba(230, 235, 242, 0.6);
  border-radius: 14px;
  margin-bottom: 26px;
}

.social_box h3 {
  margin-bottom: 18px;
}

.social_box p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #3c3e52;
}

.social_arrow {
  color: #0e1c32;
  opacity: 0.5;
  font-size: 22px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  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;
  font-weight: bold;
}

.social_arrow img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 1;
}

.social_box:hover {
  top: -10px;
}

.social_box:hover .social_icons img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.social_box:hover .social_arrow {
  color: #3d63f3;
  opacity: 1;
  font-weight: bold;
}

.social_box:hover .social_arrow img {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
}

.regional_commu {
  padding-top: 100px;
}

section.regional_commu .title_secton {
  margin-bottom: 40px;
}

.regional_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eef0f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px 16px 30px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.reional_name {
  margin-right: auto;
  margin-left: 30px;
  font-size: 16px;
  line-height: 160%;
  color: #3c3e52;
}

span.regional_arrow {
  color: #0e1c32;
  display: block;
  font-size: 21px;
  font-weight: 600;
  opacity: 0.5;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.regional_links:hover {
  border: 1px solid #eef0f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 14px rgba(46, 46, 51, 0.07);
  box-shadow: 0px 4px 14px rgba(46, 46, 51, 0.07);
  border-radius: 20px;
  top: -5px;
}

.regional_links:hover span.regional_arrow {
  color: #3d63f3;
  opacity: 1;
}

.regional_commu.global_Community {
  padding-top: 70px;
}

.global_links span.reional_name {
  font-weight: 600;
}

.global_links img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.global_links:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.global_link {
  background: rgba(230, 235, 242, 0.6);
  border-radius: 10px;
  width: 32px;
  height: 32px;
  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;
}

.commu_box_area {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.box_card.ambassador {
  min-height: 384px;
  padding: 70px 40px 50px 40px;
  background: #28292f;
}

.ambass_cont {
  max-width: 398px;
}

.ammass_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: unset;
}

.blog_box {
}

span.blog_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 40px;
  top: 0;
  height: 95%;
}

.box_card.blog_box {
  background: #4e4bf2;
  padding: 70px 40px 50px 40px;
  min-height: 384px;
}

.black_down_overlay {
  position: relative;
  z-index: 1;
}

.black_down_overlay:after,
.commu_box_area:after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 243px;
  background: #212226;
}

.cominSoon {
  background: #323339;
  border-radius: 6px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 180%;
  padding: 12px 15px;
  pointer-events: none;
}

.cominSoon:hover {
  color: #fff;
}

.box_card.blog_box .white_btn:hover {
  background: #fff;
  color: #4e4bf2;
}

.team_box {
  margin-bottom: 40px;
}

section.team_hero_area {
  padding: 120px 0 110px 0;
}

.team_hero_area .title_secton h6,
.team_hero_area .title_secton h1 {
  margin-bottom: 24px;
}

.team_hero_area .title_secton p {
  margin-bottom: 35px;
}

.team_hero_area .title_secton {
  margin-bottom: 0;
}

.team_img img {
  display: block;
  width: 100%;
}

.team_img {
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.team_box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 107%;
  margin-bottom: 8px;
}

.blue_box {
  background: #4e4bf2;
}

.hiring_cont {
  max-width: 390px;
  margin: 0 auto;
}

.box_card.hiring_box {
  min-height: 346px;
  padding: 70px 15px 41px;
  overflow: hidden;
}

.hiring_cont h3 {
  margin-bottom: 20px;
  font-size: 34px;
}

.hiring_cont p {
  color: #d2d4e1;
}

.blue_box .white_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #4e4bf2;
}

.hiring_bg img {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: unset;
}

.tean_link {
  width: 38px;
  height: 38px;
  background: rgb(40 41 47 / 80%);
  opacity: 1;
  border-radius: 6px;
  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;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.tean_link img {
  width: auto;
  height: 20px;
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}

a.foot-logo {
  display: inline-block;
}

.foot_logo {
  display: inline-block;
  width: 131.94px;
  height: 28px;
  background-image: url("assets/img/logo-2.svg");
}
.transtion_box.text-center a {
  pointer-events: none;
}
.tokken_hero .white_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #4e4bf2;
}
.signUpModal.active {
  z-index: 90000000;
}

.nav-item {
  margin-left: 30px;
}

.nav-item a {
  transition: 'color' .3s ease;
}

.nav-item a:hover {
  color: #4E4BF2;
}

.white_menu .navbar-nav .nav-link:hover, .whitepaper_page .navbar-nav .nav-link:hover {
  color: #fff !important;
  opacity: 1;
}

.whitepaper_page, .whitepaper_page h3, .whitepaper_page h4 {
  font-family: Roboto Mono, sans-serif;
}

.joinTemMdal.modal-dialog {
  max-width: 657px;
}
.joinTemMdal.modal-dialog .modal-body {
  padding: 0;
}

.joinTemMdal .modal-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(15, 18, 38, 0.25);
  box-shadow: 0px 4px 24px rgba(15, 18, 38, 0.25);
  border-radius: 20px;
  padding: 0 55px 62px 55px;
}

.joinTemMdal .modal-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 126%;
  /* or 35px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  color: #030c21;
}

.joinTemMdal button.btnClose {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  outline: none;
}

.joinTemMdal .modal-header {
  border: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 0;
  padding-left: 0;
}

.joinTemMdal .inputs input,
.inputs textarea {
  background: #ffffff;
  border: 1px solid rgba(14, 28, 50, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  height: 54px;
  padding: 12px 12px 12px 22px;
  color: #030c21;
  width: 100%;
}

.joinTemMdal .inputs {
  margin-bottom: 24px;
}

.joinTemMdal .inputs input:focus,
.inputs textarea:focus {
  border: 1px solid #4e4bf2;
  outline: none;
}

.joinTemMdal button.job_apply_btns {
  background: #fff;
  border: 1px solid #292f2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  color: #292f2a;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 13px 24px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.joinTemMdal button.job_apply_btns:hover {
  background: #fff;
  color: #292f2a;
  border: 1px solid #292f2a;
}

.joinTemMdal button.job_apply_btns.valid:hover {
  background: #4e4bf2;
  color: #fff;
  border: 1px solid #4e4bf2;
}

.inputs.attahResu {
  position: relative;
}

span#resetInput {
  position: absolute;
  right: 14px;
  top: 10px;
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.inputs.attahResu input[type="file"] {
  display: none;
}

.inputs.attahResu label {
  margin: 0;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 126%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 17px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  background: #1C1D20;
}

.inputs textarea {
  height: auto;
  min-height: 87px;
}

.attahResu label:after {
  content: "";
  background-image: url("/assets/img/plus_blue.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.attahResu label span {
  font-size: 14px;
}

.inputValid.attahResu label:after {
  display: none;
}

.attahResu.inputValid span#resetInput {
  display: block;
}

.submit_job {
  margin-top: 5px;
}

.inputs.attahResu.inputValid label {
  color: #030c21;
}

.attahResu.inputValid label{
  color: #ffffff !important;
}

span#resetInput {
  top: 18px;

}

#resetInput img {
  filter: invert();
}

div#joinOurTeam {
  background: rgb(47 48 54 / 16%);
}

.roadmap_hero {
  background: -o-radial-gradient(
    84.9% 201.81%,
    87.38% 142.75%,
    #4f4cf2 0%,
    #2e2f35 100%
  );
  background: radial-gradient(
    87.38% 142.75% at 84.9% 201.81%,
    #4f4cf2 0%,
    #2e2f35 100%
  );
  min-height: 524px;
}

.roadmap_bgn img {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  margin-right: 0px;
}

.roadmap_hero_area {
  padding-top: 40px;
  padding-bottom: 55px;
}

.roadmap_hero h1 {
  font-family: Inter;
  font-style: normal;
  font-size: 52px;
  line-height: 130%;
  margin-bottom: 15px;
}

.roadmap_hero p {
  color: #d2d4e1;
  margin-bottom: 21px;
}

.roadmap_hero .white_text_btn {
  padding: 12px 22px 12px 0px;
}

.roadmap_box {
  background: #ffffff;
  border: 1px solid #eef0f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0 56px;
}

.roadqTit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(31 32 36 / 20%);
}

.roadqTit h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0e1220;
}

.maplist_inf li {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #1c202b;
  position: relative;
  z-index: 1;
  padding-left: 44px;
}

.maplist_inf li:before {
  z-index: 1;
  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: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  background: url("assets/img/icons/map_inactive.svg") no-repeat scroll center /
    contain;
}

.maplist_inf {
  padding: 40px 0;
}

.roadmap_box.activeQ .maplist_inf li:before {
  background-image: url("assets/img/icons/map_active.svg");
  background-size: 75% 75%;
}

.weareahere {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #4e4bf2;
  background: rgba(78, 75, 242, 0.1);
  border-radius: 8px;
  padding: 9px 9px;
  line-height: 1;
  margin-left: 25px;
}

.upcoming {
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  line-height: 1;
  padding: 5px 6px;
  margin-left: 10px;
}

.white_btn.disabBtn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.respon_video {
  position: relative;
  z-index: 1;
  padding-bottom: 61.6%;
}

.respon_video video {
  border-radius: 20px;
}

.respon_video video,
.respon_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.videoModal.modal-dialog {
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
  background: #2f3037;
  border-radius: 0;
  padding: 40px;
  right: 5px;
}

.videoModal .modal-body {
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: contents;
}

.videoModal .btn-close {
  position: absolute;
  background: transparent;
  border: 0;
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
  right: -30px;
  top: -32px;
  z-index: 1;
  padding: 0;
  opacity: 1;
}

#videoModal {
  background: rgb(47 48 54 / 86%);
}

body.home_page a.navbar-brand.activeBlack img.logo_white {
  display: none;
}

body.home_page a.navbar-brand.activeBlack img.logo_black {
  display: block;
}

.black_btn .upcoming {
  color: #4e4bf2;
  background: rgba(78, 75, 242, 0.1);
}

.black_btn.disabBtn {
  border: 1px solid rgba(41, 47, 42, 0.3);
  pointer-events: none;
}

span.invalid_text_email,
span.invalid_text {
  font-weight: normal;
  font-size: 11px;
  line-height: 126%;
  letter-spacing: 0.02em;
  color: #f21867;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  margin-top: 2px;
}

#joinOurTeam span.invalid_text {
  position: relative !important;
}
input.invali_inp + span.invalid_text {
  opacity: 1;
  visibility: visible;
}

.joinTemMdal.thanksModal {
  max-width: 325px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.joinTemMdal.thanksModal .modal-content {
  padding: 30px 25px 32px 25px;
  text-align: center;
  min-height: 378px;
}

#thanksModal {
  top: 20%;
}

.blueBtn {
  color: #fff;
  background: #4e4bf2;
  border: 1px solid #4e4bf2;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px 20px;
  transition: 0.3s ease all;
}

.how_its_work .title_secton p {
  margin-bottom: 26px;
}

.curNone {
  pointer-events: none;
}

.whitepaper_hero {
  position: relative;
  z-index: 1;
  min-height: 524px;
  /*background: #4f4cf2;*/
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  padding: 38px 0 23px 0;
  text-align: center;
}

.whitepaper_hero > img {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}



.pdfdownload {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.whitepaper_hero h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 23px;
  font-family: Roboto Mono, sans-serif;
  letter-spacing: 2px;
}

.whitepaper_hero h1 {
  font-weight: 600;
  font-size: 47px;
  line-height: 110%;
  margin-bottom: 30px;
  max-width: 770px;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.whitepaper_hero p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  color: #d2d4e1;
}

section.whitepaper_container_area {
  padding: 25px 0;
}

.whitepaper_titles {
  width: 343px;
  
}



.whitepaper_conte {
  width: 50%;
  flex-grow: 1;
}

.accordion-item {
  border: 0;
  background: transparent;
}

.accordion-button {
  border: 0;
  white-space: nowrap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 126%;
  color: #1c202b !important;
}

.navbar-nav {
  flex-direction: row !important;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.accordion-button a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 126%;
  display: flex;
  align-items: center;
  color: #1c202b;
}

.singleTitle .accordion-button::after {
  margin: 0 0 0 auto;
  display: none;
}

.accordion-button span,
.accordion-button a {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  margin: 0 26px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 126%;
  color: #1c202b;
}

.accordion-button img {
  display: block;
  width: 24px;
  margin-right: 14px;
  flex-shrink: 01;
}

.accordion-button::after {
  width: 20px;
  height: 20px;
  background: url("assets/img/whitepaper/black_down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(assets/img/whitepaper/blue_top.svg);
  transform: rotate(0deg);
  background-color: #f3f2fe;
  border-radius: 5px;
}

.accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.accordion-body a,
.accordion-body .accordion-button {
  color: #3c3e52 !important;
  background: #f3f4f5;
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 55px;
  margin-bottom: 1px;
  font-weight: 400 !important;
}

.accordion-body .accordion-button span {
  background: #f3f4f5 !important;

  color: #3c3e52 !important;

  font-weight: 400;
}

.accordion-body a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.accordion-body {
  padding: 0;
}

section.whitepaper_heroarea {
  padding-top: 10px;
}

.whiteContBox h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 160%;
 
  color: #000000;
  margin-bottom: 15px;
}

.whiteContBox ul,
ul.whiteListItem {
  position: relative;
  padding-left: 35px;
}

.whiteContBox ul li,
ul.whiteListItem li {
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
}

.whiteContBox ul li:before,
ul.whiteListItem li:before {
  position: absolute;
  content: "-";
  top: -2px;
  left: -15px;
}

.whitepaperTitle > li > a {
  display: flex;
  align-items: flex-start;
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 126%;
  color: #1c202b;
}

.whitepaperTitle > li > a > img {
  display: block;
  width: 24px;
  margin-right: 14px;
  flex-shrink: 0;
  border-radius: 5px;
}

li.haveSubmenu > a:after {
  display: block;
  transition: 0.3s ease all;
  width: 20px;
  height: 20px;
  content: "";
  background: url("assets/img/whitepaper/black_down.svg");
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

ul.whiteSubmenu li a {
  background: #2E2E35;
  font-size: 14px;
  line-height: 126%;
  /* identical to box height, or 18px */
  display: flex;
  align-items: center;
  color: rgba(230, 235, 242, 0.7);
  padding: 14px 55px;
}

ul.whiteSubmenu > li {
  margin-bottom: 1px;
}

ul.whiteSubmenu li a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.whiteSubmenu li .whiteSubmenuInner a {
  padding: 14px 35px 14px 75px;
  margin-bottom: 1px;
}

li.innerSubmenu a {
  margin-bottom: 1px;
}

ul.whiteSubmenu {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease all;
}

a.menuTitle.active {
}

a.menuTitle.active + ul.whiteSubmenu {
  max-height: 700px;
  overflow: visible;
}

li.haveSubmenu > a.menuTitle.active:after {
  background: url("assets/img/whitepaper/blue_top.svg");
  background-position: center;
  background-repeat: no-repeat;
 
}

ul#whitepaperTitle {
  overflow: auto;
  height: calc(100vh - 30px);
}

ul#whitepaperTitle::-webkit-scrollbar {
  width: 3px;
}

ul#whitepaperTitle > li {
  background-color: #202025;
}

.whiteContBox img {
  display: block;
  margin-bottom: 7px;
}

.whiteContBox i {
  font-style: normal;
  font-size: 12px;
}

.home_page .xBtnWrapper {
  margin-top: 30px;
}

.whiteContBox {
  padding-top: 25px;
}

.whiteContBox:first-child {
  padding: 0;
}

.whiteContBox h4 {
  font-size: 18px;
  font-weight: revert;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.whiteContBox table.table {
  border: 1px solid;
}

.whiteContBox table.table td,
.whiteContBox table.table th {
  border-right: 1px solid;
  text-align: center;
}

.croppedText {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emptyFile {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 126%;
  letter-spacing: 0.02em;
  color: #f21867;
  position: absolute;
}
.modal.show .modal-dialog {
  /*transform: translate(10px, 10px) !important;*/
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  animation: spin 2s linear infinite;
}

li.contactItem {
  display: flex;
  align-items: center;
  width: 180px;
}

.contactItem a {
  font-size: 15px;
  line-height: 116%;
  letter-spacing: 0.01em;
  opacity: 0.7;
  white-space: nowrap;
}

.contactItem a i {
  width: 26px;
  height: 26px;
  background: #272f3e;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b3b6bc;
  margin-right: 9px;
}

#joinOurTeam .joinTemMdal .inputs {
  margin-bottom: 10px;
}

#joinOurTeam #form > div > div:nth-child(5),
#joinOurTeam #form > div > div:nth-child(6) {
  margin-bottom: 24px;
}

.invalidFieldactive input {
  color: #e93681 !important;
  border-color: #e93681 !important;
}

.sizeError {
  font-size: 11px;
  color: #e93681;
  position: relative;
  bottom: 1px;
}

.invali_inp {
  border-color: #e93681 !important;
}


body.home_page {
  overflow: hidden !important;
}


.xWrap {
  margin: auto;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  max-height: unset;
  z-index: 0;
  padding-top: 55px;
  overflow: hidden;


}

.xWrap .container {
  position: relative;
  z-index: 8;
 
}

.mainBanner {
  flex: 1;
  position: relative;
  width: 100%;
}

.xText {
  
  color: #fff;
  margin: 30px 0 0 0;
color: #fff;
margin-bottom: 20px;
font-weight: 600;
font-size: 56px;
line-height: 61px;
font-family: "Mont";
letter-spacing: 1.5px;
}


.xWrap p{
    font-size: 18px;
    color: #ffffff;
    opacity: .8;
    font-family: Roboto Mono, sans-serif;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;

    padding-right: 0;
}

.xBtnWrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 15px;
  margin-left: 0;
}

.whitepaper_page .xBtnWrapper {
    margin-left: 15px;
}

.decorBtn {
    position: absolute;
    bottom:0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.xBtn:hover {

  background:  #FFFFFF;
  background-color: #FFFFFF;
  color: black !important;
}

.xBtn {

  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
}


.xplanet, .xcity, .xship, .xsatalite, .xsatalittle, .xstars{
  position: absolute;
  bottom: 0;
  left: 52%;
  top: unset;
  transform: translateX(-50%);
  z-index: -1;
}

.xcity {
  bottom: 25%;
  left: 49%;
  width: 380px;
}

.xship {
  width: 340px;
  bottom: 40%;
  left: 25%;
}

.xsatalite {
  left: 150px;
  top: 0;
  right: unset;
  bottom: unset;
  height: 400px;
}

.xsatalittle {
  left: unset;
  right: -50px;
  width: 120px;
  top: 50%;

}

.comma-fix {
  margin-left: -3px;
}

.xstars {
  top: 10%;
}


.home_page .inpCol input, .home_page .inpCol textarea {
  border-radius: unset;
  padding: 0 10px;
  background-color: #F2F2F2;
  border-color: #DFE0E7;
  height: 42px;
  resize: none;
  font-size: 12px;

}

.home_page .inpCol textarea {
  padding-top: 10px !important;
}

.home_page .inpCol input:hover, .home_page .inpCol textarea:hover, .home_page .inpCol input:focus, .home_page .inpCol textarea:focus {
  border-color: black;
}

.home_page .inpCol{
  position: relative;
}

.home_page .inpCol label {
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.home_page .invalidField span.invalidText {
  position: absolute;
  bottom: 0;
  transform: translateY(10%);
  font-size: 12px;
}

.home_page .inpCol {
  padding-bottom: 26px;
  margin-bottom: 0;
}

.home_page .formSubmit {
  color: #fff;
  font-family: Roboto Mono, sans-serif;
  font-size: 15px;
  background-color: #2C2D31; 
  border-radius: 0;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  justify-content: center;
  border: none;
  transform: 'background-color' .3s ease;
}

.home_page .formSubmit:hover {
  background-color: #08D70D;
}

.quigonMainPart {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 125px;
  opacity: 0;
  transition: 'opacity' 1s ease-in;
}

.whitePaperPage {
  opacity: 0;
  transition: 'opacity' .8s ease-in;
}

.quigonMainPart .text-half {
  width: 680px;
  text-align: start;
}

.xFragment {
  width: 648px;
}

.fragmental-pic {
  transform: translate(2%, -13%);

}

body.whitepaper_page {
  background-color: #17171B;
  color: rgba(255, 255, 255, 0.8);
}

.whitepaper_page h3, .whitepaper_page h4, .whitepaper_page .whiteContBox ul li, .whitepaper_page ul.whiteListItem li, .whitepaper_page .whiteContBox table.table td, 
  .whitepaper_page .whiteContBox table.table th , .whitepaper_page .table{
  color: rgba(255, 255, 255, 0.8);
}

footer.greyFooter {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 20px 60px;
  font-family: Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

footer.greyFooter span {
  opacity: .7;
}

.menuFooter p{
  font-size: 12px;
  padding: 14px;
  padding-left: 20px;
  line-height: 24px;
  font-family: Roboto Mono, sans-serif;
}



ul#whitepaperTitle > li a {
  color: #FFFFFF
}

@media only screen and (min-width: 1921px){
  .xplanet {
    width: 1300px;
  }

  .xcity {
    width: 480px;
  }

  .xship {
    width: 440px;
  }

  .xsatalite {
    width: 550px;
    left: 200px;
  }

  .xsatalittle {
    width: 180px;
    right: -150px;
  }

  .xstars {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {

  
  .xplanet {
    width: 1100px;
  }

  .xship {
    width: 400px;
  }

  .xsatalite {
    width: 450px;
    left: 200px;
  }

  .quigonMainPart .text-half {
    width: 560px;
    padding-left: 50px;
  }


}



@media only screen and (max-width: 1500px), 
screen and (max-height: 850px)  {

  .xWrap {
    padding-top: 50px;
  }

  .xText {
    font-size: 50px;
  }


  .xplanet {
    width: 750px;
  }

  .xcity {
    width: 280px;
  }

  .xship {
    width: 240px;
  }

  .xsatalite {
    height: 200px;
    left: 50px;
  }

}






@media only screen and (max-width: 767px) {

  .xText {
    font-size: 36px;
    line-height: 42px;
  }

  .xWrap p{
    line-height: 160%;
    padding: 0 10%;
}


  #joinOurTeam #form > div > div:nth-child(4) {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) {




  .xdesktop_only {
    display: flex !important;
  }

  .xmobile_only { 
    display: none !important;
  }
}

@media only screen and (max-width: 1500px) {

.quigonMainPart {
  margin-top: 100px;
}

}



@media only screen and (max-width: 768px) {

  section.whitepaper_container_area {
    padding-top: 0px;
    margin-top: -30px;
  }

  footer.greyFooter {
    padding: 20px 20px;
  }



  .white_menu .navbar-nav .nav-item, .whitepaper_page .navbar-nav .nav-item {
    margin-left: 0;
  }
  
  .white_menu .navbar-nav .nav-item a.nav-link, .whitepaper_page .navbar-nav .nav-item a.nav-link {
    font-size: 14px;
  }

  .navbar-brand {
    margin-right: 0;

  }

  .xBtnWrapper {
    margin-left: 15px;
  }

 

  .home_page .inpCol input, .home_page .inpCol textarea {
    font-size: 16px;
  }

  .signUpModal.active {
    width: 100%;
  }

  .home_page .sign_up_cont{
    padding-left: 8px;
    padding-right: 8px !important;
  }

  .formSubmit {
    margin-bottom: 70px !important;
  }

  ::-webkit-scrollbar {
    width: 5px !important;
  }

  .signUpModal.active {
    padding-top: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .signUpModal.active .submitCol {
    margin-bottom: 10px;
  }

  body.home_page {
    overflow: hidden !important;
  }

 .xdesktop_only {
    display: none !important;
  }

  .xmobile_only { 
    display: flex !important;
  }

  .mainBanner {
    width: 102%;
    margin-bottom: 30px;
  }

  .xWrap {
      padding-top: 40px;
  }

  .xText {
    font-size: 27px;
    line-height: 36px;
  }

  .xWrap p {
    padding: 0 0%;
  }

  .xplanet {
   width: 110%;
   
  }

  .xcity {
    width: 50%;
    bottom: 10%;
   }

   .xsatalittle {
     right: -90px;
   }

   .xship {
    width: 37%;

   }
}

@media only screen and (max-width: 350px) {

  .xWrap {
    padding-top: 30px;
  }

  .xmobile_only {
    font-size: 14px;
  }

  .xText {
    margin: 15px 0 20px 0;
  }
}


@media only screen and (max-width: 600px), 
screen and (max-height: 700px)  {

 

  .xplanet {
   bottom: -30%;
   }


   .mainBanner {
     width: 135%;
   }

   .xship {
     left: 35%;
   }

   .xcity {
     bottom: 12%;
   }

  
}




@media only screen and (max-height: 570px) {

  .xWrap {
    padding-top: 10px;
  }

  .mainBanner {
    display: none;
  }
}


/*

  .signUpModal.active h2{
        font-size: 20px;

      }
*/



@media only screen and (max-height: 800px) {

 

  .home_page .invalidField span.invalidText {
    transform: translateY(23%);
  }

  .home_page .inpCol {
    padding-bottom: 25px;
  }

  .sign_up_cont {
    padding-top: 10px;
  }
  .signUpModal.active h2{
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 5px;

  }

  .inpCol textarea {
    min-height: 62px;
  }

  .submitCol {

    margin-top: 10px !important;
  }

  

}



@media only screen and (max-height: 650px) and (max-width: 600px) {
      .mainBanner {
        width: 105%;
      }

}




@media only screen and (min-height: 800px) and (max-width: 600px) {



  .xWrap {
    padding-top: 60px;
}

      .mainBanner {
        width: 130%;
        margin-bottom: 0;
      }

    .xplanet {
      width: 100%;
      bottom: 0px;
    }

    .xcity {
      width: 70%;
    }

    .xship {
      width: 50%;
      left: 30%;
    }
}


@media only screen and (max-height: 750px) and (min-width: 700px) {
  .mainBanner {
    margin-bottom: -50px;
  }
}

@media only screen and (max-height: 650px) and (min-width: 700px) {
  .mainBanner {
   display: none;
  }
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.whitepaper_hero {
   min-height: 350px !important;
}

@media only screen and (max-width: 767px) {
  .whitepaper_hero {

     
      min-height: 180px !important;
      height: 350px !important;
  }

  .whitepaper_hero h1 {
    line-height: 130% !important;
  }


}

@media only screen and (max-width: 800px) {

  
    .quigonMainPart {
      flex-direction: column;
      align-items: center;
      margin-top: 20px;
    }
  
    .quigonMainPart  .text-half {
        text-align: center;
      
        padding-left: 0;
      }


      .fragmental-pic {
        width: 100%;
        margin-top: 0;
        transform: unset;
      }

      .xWrap p {
        width: 350px;
        margin: auto;
      }

     

      
  
  }

  @media only screen and (max-height: 800px) and (max-width: 400px){
    .fragmental-pic {
        width: 80%;
        transform: translateY(-10%);
    }
  }
  

  
@media only screen and (min-width: 600px), 
screen and (min-height: 650px)  {
    .fragmental-pic {
      transform: translateY(-7%);
    }
}
