@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.otf);
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.otf);
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: 'Poppins-Italic';
  src: url(../fonts/Poppins-Italic.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Poppins-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.noleft {
  padding-left: 0;
}

.noright {
  padding-right: 0;
}

.nopadding {
  padding: 0;
}

a {
  outline: medium none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button:focus {
  outline: 0px;
}
.container {
}
.boxs {
  width: 100%;
  display: block;
  float: left;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 30px 65px;
  flex: 1;
  align-items: center;
  justify-content: center;

  /*background: black*/
}

.header .container-fluid {
  padding: 0;
}
.header .navbar-brand {
  height: auto;
  padding: 0;
}
.header .navbar {
  background: rgba(0, 0, 0, 0);
  border: none;
  margin-bottom: 0;
  min-height: auto;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
}

.header .navbar ul li {
  padding: 0px 0px 0px 40px;
}

.header .navbar-nav > li > a {
  color: #fff;
  font-size: 17px;
  line-height: 2.47;
  letter-spacing: 0.1px;
  padding: 0;
  font-family: 'Poppins-Medium';
}

.header .nav li a::after,
.sidenav a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  height: 5px;
  width: 100%;
  left: 0px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #e64a57, #ef31f3);
  display: none;
}
.header .nav li a:hover::after,
.header .nav li a.active::after,
.sidenav a:hover::after,
.sidenav a.active::after {
  display: block;
}

.header .navbar-nav > li .btn {
  background: #000;
  color: #fff !important;
  border-radius: 100px;
}
.header .nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.fixed_header {
  padding: 15px 65px;
  position: fixed;
  /*    background-image: linear-gradient(to bottom, #3435ae, #151617);*/
  background-image: linear-gradient(
    to bottom,
    rgba(9, 21, 50, 1),
    rgba(21, 22, 23, 0.7)
  );
}
.fixed_header .top {
  display: none;
  border: none;
}
.fixed_header .bottom {
  padding: 10px 0;
}
.header .hamburger {
  display: none;
  float: right;
  height: 45px;
  padding: 18px 10px 10px 9px;
  width: 45px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #fff;
  border-radius: 0;
  width: 25px;
  height: 3px;
}
.hamburger-box {
  width: 25px;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.sidenav {
  background-image: linear-gradient(to bottom, #3435ae, #151617);
  background-color: #181818;
  height: 100%;
  left: -250px;
  overflow-x: hidden;
  padding-top: 0px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 250px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.sidenav a {
  color: #fff;
  display: table;
  font-size: 17px;
  padding-bottom: -2px;
  margin: 8px 8px 22px 20px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-family: 'Poppins-Medium';
  position: relative;
}

.sidenav a span {
  float: left;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  width: 22px;
}

.sidenav .logo {
  border-bottom: 5px solid transparent;
  margin-bottom: 40px;
  padding: 11px 0;
}
.sidenav .logo:hover {
  border-bottom: 5px solid transparent;
}
.sidenav .logo img {
  /* margin: 0 auto; */
  margin-left: 0px;
}
.slick-initialized .slick-slide {
  outline: medium none !important;
}

/*token_wrapper sec strat*/
.token_wrapper {
  background-image: linear-gradient(to bottom, #191a1b, #191a1b);
  position: relative;
  overflow: hidden;
}
.token_wrapper .token_sec1 {
  background-color: #0c192f;
}
.token_wrapper .sec_bg_img {
  width: 100%;
  background: url(../img/header_2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #f5f5f5;
  padding: 0px 65px;
  position: relative;
  z-index: 990;
}
.token_wrapper .sec1_text {
  width: 50%;
  float: left;
  padding: 250px 0px 500px;
}
.token_wrapper .sec1_text h2 {
  font-size: 44px;
  line-height: 63px;
  font-family: 'Poppins-SemiBold';
}
.token_wrapper .sec1_text p {
  font-size: 22px;
  line-height: 34px;
  padding-top: 32px;
}
/*our_vision sec start*/
.token_wrapper .our_vision {
  padding: 0px 0px 50px;
  text-align: center;
  background-color: #0c192f;
  position: relative;
  z-index: 990;
}
.token_wrapper .our_vision h2 {
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.1px;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.token_wrapper .our_vision p {
  font-size: 22px;
  line-height: 34px;
  color: #dddddd;
  padding-top: 47px;
  width: 700px;
}

/*our_vision sec End*/
/*sec_article start*/
.sec_article {
  width: 100%;
  background: url(../img/depu.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 206px 65px 150px;
  background-color: #0c192f;
  position: relative;
  z-index: 990;
}
.article_paddi {
  padding: 50px 0px 0px;
  text-align: center;
  margin-bottom: 130px;
}
.sec_article h2 {
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -0.1px;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.sec_article p {
  font-size: 24px;
  line-height: 36px;
  color: #dddddd;
  padding-top: 30px;
}
.how_left_side {
}
.how_left_side .user {
  position: absolute;
  left: 14%;
  bottom: 0px;
  font-size: 18px;
  color: #4a90e2;
  letter-spacing: 1.5px;
  font-family: 'Poppins-Medium';
  text-align: center;
}
.how_left_side .content {
  position: absolute;
  right: 10%;
  bottom: -10px;
  font-size: 18px;
  color: #bd10e0;
  letter-spacing: 1.5px;
  line-height: 25px;
  font-family: 'Poppins-Medium';
  text-align: center;
}
.how_top_side {
  margin-top: 130px;
}
.how_right_side {
  padding-left: 50px;
}
.how_right_side h3 {
  font-size: 17px;
  letter-spacing: 1.4px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
}
.how_right_side p {
  opacity: 0.89;
  font-size: 17px;
  line-height: 1.65;
  color: #dddddd;
}
.sec_article_next {
  margin-top: 130px;
}
/*sec_article End*/

.inherent_pro {
  width: 100%;
  background: url(../img/solving_img.png) no-repeat center center;
  background-size: cover;
  padding: 150px 65px 500px;
  background-color: #15151a;
  position: relative;
}
.inherent_pro h2 {
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.inherent_pro p {
  opacity: 0.89;
  padding-top: 30px;
  font-size: 22px;
  line-height: 1.64;
  text-align: center;
  color: #dddddd;
}
.inherent_pro_paddi {
  padding: 0px 150px;
  position: relative;
  bottom: 70px;
  z-index: 990;
}

.cradit_left {
  width: 40%;
  float: left;
  position: relative;
}
.cradit_right {
  width: 60%;
  float: left;
  position: relative;
}
.cradit_left ul {
}
.cradit_left ul li {
  display: block;
  list-style-type: none;
}
.cradit_left ul li a {
  text-decoration: none;
  background: #fff;
  padding: 7px 18px;
  border-radius: 15px;
  color: #000;
  font-size: 17px;
}
.card1 {
  position: absolute;
  top: 40px;
}
.card2 {
  position: absolute;
  top: 65px;
  right: 0;
}
.card3 {
  position: absolute;
  top: 145px;
  left: 150px;
}
.card4 {
  position: absolute;
  top: 240px;
  right: 0px;
}
.card5 {
  position: absolute;
  top: 260px;
}
.card6 {
  position: absolute;
  top: 330px;
  left: 160px;
}
.cradit_right_img {
  width: 146px;
  float: left;
  height: 146px;
  transform: rotate(-360deg);
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.24);
  background-image: radial-gradient(circle at 50% 50%, #408cac, #3333ae);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 85px;
  left: 70px;
}
.arow_img {
  float: left;
  position: absolute;
  left: 290px;
  top: 140px;
}
.arow_img img {
  display: block;
}
.arow_img img:nth-child(2) {
  margin-top: 10px;
}
.user_men {
  width: 120px;
  height: 120px;
  float: left;
  border-radius: 50%;
  background: #4a90e2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 375px;
  top: 100px;
}
.user_men a {
  position: absolute;
  top: 145px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #4a90e2;
}
/*token_sec sec  start*/

.token_sec {
  background: #191a1b;
  padding: 120px 255px;
}
.token_sec h2 {
  font-size: 40px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.token_sec p {
  opacity: 0.89;
  font-size: 22px;
  line-height: 1.55;
  text-align: center;
  color: #dddddd;
  padding-top: 30px;
}

/*token_sec sec End*/

/*footer start*/
.footer {
  width: 100%;
  background: url(../img/footer_img.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 400px 65px 200px;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 100px;
}
.footer ul li:nth-child(1) {
  margin-left: 0px;
}
.footer ul li a {
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #151617;
  font-family: 'Poppins-SemiBold';
}
.footer_icon {
  text-align: center;
  margin-top: 120px;
}
.footer_icon a {
  margin-left: 50px;
}
.footer_icon a:nth-child(1) {
  margin-left: 0px;
}
/*footer End*/
/*token_wrapper sec End*/

.wrapper_home {
  box-shadow: 0 10px 53px 45px rgba(0, 0, 0, 0.19);
  background-image: linear-gradient(176deg, #09111e, #0a173a);
  /*background-color: #151617;*/
}
.home_section1 {
  /*background: url(../img/home1_back.png) no-repeat top center;*/
}

.home_section1_container {
  width: 100%;
  height: 100%;
}

.home_section1_fadeout {
  width: 100%;
  height: 65%;
  position: absolute;
  background-image: linear-gradient(rgba(255, 0, 0, 0), #151617);
  z-index: 980;
  bottom: -1px;
}

.home_section1_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: #0a162a;
  overflow: hidden;
}

.stripe_container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 900;
  transform: skewY(-11deg);
}
.stripe {
  width: 100%;
  position: absolute;
}

.stripe_1 {
  height: 90%;
  width: 39.5%;
  background-color: #08101c;
  top: 10%;
}

.stripe_2 {
  height: 250%;
  width: 60.5%;
  background-color: #08101c;
  top: 41%;
  left: 39.5%;
}

.stripe_3 {
  height: 150%;
  width: 100%;
  background-color: #151617;
  top: 80%;
  z-index: 991;
}
.home_section11 {
  background: url(../img/rectangle_home.svg) no-repeat;
  background-position: 0px 260px;
  background-size: cover;
  position: relative;
  z-index: 990;

  overflow: hidden;
}

.header_image {
  position: relative;
}
.home_section12 {
  display: inline;
  position: relative;
  z-index: 900;
}
.left_side_home,
.right_side_home {
  /* float: left;*/
  display: inline-block;
}
.left_side_home {
  width: 45%;
  padding: 210px 0px 0px 0px;
  float: left;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
  .left_side_home {
    left: 60px;
  }
}
.right_side_home {
  width: 55%;
  float: right;
  position: relative;
  z-index: 978;
}
.right_side_home img {
  width: 117%;
  max-width: unset !important;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .right_side_home img {
    opacity: 0.7;
  }
}
.left_side_home h2 {
  font-size: 44px;
  line-height: 1.43;
  color: #fff;
  font-family: 'Poppins-SemiBold';
}
.left_side_home p {
  opacity: 0.89;
  font-size: 22px;
  line-height: 1.55;
  color: #fff;
  padding: 30px 0px 30px;
}
.left_side_home a,
.zilliqa_div a,
.token_sec_home a {
  display: inline-block;
  padding: 7px 25px;
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: -0.1px;
  font-family: 'Poppins-SemiBold';
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.42);
  margin-top: 20px;
}
.left_side_home .watch_button,
.zilliqa_div a,
.token_sec_home .watch_button {
  border: 2px solid #4a90e2;
  background-color: #4a90e2;
  transition: transform 0.25s;
}
.left_side_home .download_button,
.token_sec_home .download_button,
.fa1_btns .download_button {
  background-color: transparent;
  opacity: 0.7;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin-left: 7px;
  transition: transform 0.25s;
}

.left_side_home .watch_button:hover,
.zilliqa_div a:hover,
.token_sec_home a:hover,
.bolt_about .section1 .truth a:hover {
  background: #5ba7ff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}
.posabsolutehome a:hover {
  background: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.42);
  font-family: Poppins-SemiBold;
  font-size: 16px;
  color: #4a90e2;
}
.left_side_home .download_button:hover,
.token_sec_home .download_button:hover,
.faq_q .fa1_btns a:hover {
  /*opacity: 0.1;*/
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid transparent;
  /*border: 0 solid #979797;*/
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}
.faq_q .fa1_btns a:hover {
  border: 0.5px solid transparent;
}
.home_section2 {
  padding: 90px 0px 0px;
  /*background: url(../img/rectangle_home.svg) no-repeat;*/
  /* background-position: 0px 260px;*/
  background-size: cover;
  background-color: #151617;
}
.home_section2 h3,
.homesection3_left h4,
.home_section4 h4,
.home_section5 h4,
.home_section6 h4,
.homesection7_left h4 {
  font-family: 'Poppins-Medium';
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff;
}
.home_section5 .seeall {
  position: relative;
}
.home_section5 .seeall a {
  right: 85px;
  top: 14px;
  font-size: 22px;
  color: #fff;
  position: absolute;
}
.home_section5 .seeall a img {
  float: right;
  margin: 9px 0px 0px 14px;
}
.homesection7_left h4,
.homesection3_left h4 {
  line-height: 1.43;
}
.home_section2 p,
.homesection3_left p,
.homesection6_inner p,
.homesection7_left p {
  font-size: 22px;
  line-height: 1.55;
  text-align: center;
  color: rgba(255, 255, 255, 0.89);
  padding: 20px 0px 60px;
}
.home_section2 p span {
  display: block;
}
.home_section3 {
  margin-top: 200px;
}
.phone_img {
  position: relative;
  z-index: 900;
  height: 700px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .phone_img {
    height: auto;
    width: 100%;
  }
}
.home_section3_wrapper {
  /* background: url(../img/shapehome2.svg) no-repeat left top;*/
  /*background-position: 0px -300px;*/
  position: relative;
  background-color: #151617;
  z-index: 800;
}

.home_section3_bg {
  width: 100%;
  height: 85%;
  position: absolute;
  z-index: 900;
  background-color: #091636;
  transform: skewY(-11deg);

  background-image: url('../img/lightning-outline-spread.png');
}
.home_section3_bg_front {
  width: 100%;
  height: 85%;
  position: absolute;
  z-index: 890;
  background-color: #0b1524;
  transform: skewY(-11deg);
  top: -100px;
  right: 30%;
}
.home_section3_bg_back {
  width: 70%;
  height: 85%;
  position: absolute;
  z-index: 890;
  background-color: #0a142e;
  transform: skewY(-11deg);
  bottom: 10%;
  left: 30%;
}

.home_section3_cover {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.home_section3 {
  /*background: url(../img/shape_home.svg) no-repeat center top;*/
  /*background:#151617 url(../img/shape_home.svg) no-repeat center top;*/
  background-size: cover;
  position: relative;
  z-index: 998;
}
.home_section3_wrapper .positionimgbox1 {
  position: absolute;
  top: 20px;
  left: -21px;
  width: 80%;
  height: 200px;
  transform: rotate(-10deg);
  z-index: 997;
}
.homesflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.homesection3_flex {
  padding: 280px 0px 40px;
}

.homesection3_flex2 {
  padding: 40px 0px 40px;
}
.homesection3_flex3 {
  padding: 40px 0px 320px;
}
.homesection3_left,
.homesection3_right {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 999;
}
.homesection3_left {
  width: 40%;
  padding: 0px 40px 0px 0px;
}
.homesection3_right {
  width: 60%;
}
.homesection3_right img {
  width: 100%;
}
.homesection3_left h4,
.homesection7_left h4 {
  position: relative;
}
.homesection3_left h4,
.homesection3_left p,
.homesection7_left h4,
.homesection7_left p {
  text-align: left;
}
/*.homesection3_left h4:before,
.homesection3_left2 h4:before,
.homesection3_left3 h4:before,
.homesection7_left h4:before{
    content: '';
    width: 46px;
    height: 9px;
    border-radius: 4px;
    box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(89deg, #fc8532, #f8bd32);
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 998;
}
.homesection3_left2 h4:before{
    background-image: linear-gradient(89deg, #e64a57, #ef31f3);
}
.homesection3_left3 h4:before{
    background-image: linear-gradient(to left, #408cac, #3333ae);
}*/

.homesection7_left .color-header {
  content: '';
  width: 46px;
  height: 9px;
  border-radius: 4px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(89deg, #fc8532, #f8bd32);
  position: absolute;
  margin-bottom: 60px;
  top: 0px;
  left: 0;
  z-index: 998;
}

.homesection3_left .color-header,
.homesection3_left2 .color-header,
.homesection3_left3 .color-header,
.homesection7_left .color-header {
  content: '';
  width: 46px;
  height: 9px;
  border-radius: 4px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(89deg, #fc8532, #f8bd32);
  position: relative;
  z-index: 998;
  bottom: 30px;
}
.homesection3_left2 .color-header {
  background-image: linear-gradient(89deg, #e64a57, #ef31f3);
}
.homesection3_left3 .color-header {
  background-image: linear-gradient(to left, #408cac, #3333ae);
}

@media only screen and (max-width: 1219px) and (min-width: 768px) {
  .homesection3_flex {
    padding-left: 65px;
    padding-right: 65px;
  }
  .homesection3_flex2 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .homesection3_flex3 {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1220px) {
  .homesection3_flex {
    padding-left: 65px;
    padding-right: 65px;
  }
  .homesection3_flex2 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .homesection3_flex3 {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.rogers_home .fullimg {
  width: 89px;
  height: 89px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.rogers_home .fullnamehome {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.1px;
  color: #fff;
  padding-left: 20px;
}
.rogers_home .fullnamehome .namehome {
  font-size: 22px;
  font-family: 'Poppins-Medium';
  display: block;
}
.slickrelative {
  position: relative;
}
.slickrelative img {
  width: 100%;
}
.slickhome .slick-list.draggable {
  padding: 0px 150px;
}
.slickhome .slick-prev {
  left: 0;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slickhome .slick-prev:before {
  content: url(../img/leftarrow.svg);
  opacity: 1;
}
.slickhome .slick-next {
  right: 0;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slickhome .slick-next:before {
  content: url(../img/rightarrow.svg);
  opacity: 1;
}
.posabsolutehome {
  position: absolute;
  /*top: 67%;*/
  /*bottom:100px;*/
  bottom: 10%;
  /*left: 80px;*/
  left: 7%;
  width: 78%;
}
.posabsolutehome h2 {
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: -0.1px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-family: 'Poppins-SemiBold';
}
.posabsolutehome a {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.42);
  background-color: #fff;
  font-size: 16px;
  padding: 6px 15px;
  line-height: 2.13;
  letter-spacing: -0.1px;
  color: #151617;
  margin-top: 20px;
  font-family: 'Poppins-SemiBold';
  border: 2px solid #fff;
}
.home_section5 h4 {
  text-align: left;
}
.home_section5 {
  background: url(../img/maskhome.svg) no-repeat center top;
  background-size: cover;
  padding: 210px 0px 62px 65px;
  position: relative;
}

.slick2home .slick-prev {
  right: 160px;
  left: unset;
  top: unset;
  bottom: -110px;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slick2home .slick-prev:before {
  content: url(../img/left2arrow.svg);
  opacity: 1;
}
.slick2home .slick-next {
  right: 90px;
  bottom: -110px;
  top: unset;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slick2home .slick-next:before {
  content: url(../img/right2arrow.svg);
  opacity: 1;
}
.slick2home .slick-next:before,
.slick2home .slick-prev:before {
  border: 1px solid #53a2ff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick2home .slick-list.draggable {
  padding: 0px 50px 0px 0px;
  margin-top: -50px;
  padding-top: 50px;
}
.innerbutton_anchor {
  padding: 40px 0px 0px;
  bottom: -20px;
  left: 65px;
  width: max-content;
}
.innerbutton_anchor span.carousel-status2 {
  opacity: 0.89;

  font-size: 12px;
  line-height: 2.83;
  letter-spacing: 3.9px;
  color: #dddddd;
  font-family: 'Poppins-Medium';
}
.home_section5 {
}
.slickhome .slick-arrow {
  -webkit-transition: top 0.25s; /* Safari */
  transition: top 0.25s;
}

.slickhome .slick-arrow:hover {
  top: 49%;
}

.slick2home {
  padding: 80px 0px 0px;
}
/*.carousel-status2:before{
 content: '01 / 07';
}*/
.shadowslick2box {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .shadowslick2box {
    height: auto;
  }
  .slcik2content {
    height: auto;
  }
}

.shadowslick2box {
  -webkit-transition: transform 0.25s; /* Safari */
  transition: transform 0.25s;
}
.shadowslick2box:hover {
  -webkit-transform: translateY(-10px); /* Safari */
  transform: translateY(-10px);
}

.slick2home .slick-slide {
  margin-right: 10px;
}
.slck2img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slcik2content {
  padding: 30px 25px 35px;
  display: flex;
  flex-flow: column;
  height: 220px;
}
.slcik2content h6 {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #999999;
  font-family: 'Poppins-SemiBold';
}
.slcik2content h5 {
  font-size: 17.5px;
  line-height: 1.31;
  color: #000000;
  font-family: 'Poppins-SemiBold';
  padding: 15px 0px 20px;
}
.slcik2content p {
  font-size: 14px;
  color: #000000;
  flex: 1;
}
.home_section6 {
  background: url(../img/pw_bolt.PNG) no-repeat center;
  background-size: cover;
  /*transform: rotate(-360deg);*/
  /*box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.42);
    background-color: rgba(1,55,198,0.1);*/
}
.homesection6_inner {
  /* background: url(../img/blue_circlehome.svg) no-repeat center center;
     background-size: cover;*/
  /*background-position: 0px 60px;*/
  padding: 210px 0px 110px;
}
.innerbutton_anchor span.carousel-status2 span {
  color: #498adf;
}
.homesection6_inner p span {
  display: block;
}
.span_widthdiv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0px;
}
.span_widthdiv span {
  display: inline;
  position: relative;
}
.span_widthdiv .span_widthdiv1_border {
  border-radius: 50%;
  background-color: #4a90e2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.span_widthdiv .span_widthdiv1 {
  width: 120px;
  height: 120px;
}
.span_widthdiv .span_widthdiv3 {
  background-color: #9013fe;
}
.span_widthdiv .span_widthdiv2 {
  width: 164px;
  height: 164px;
  transform: rotate(-360deg);
  box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.24);
  background-image: radial-gradient(circle at 50% 50%, #408cac, #3333ae);
  margin: 0px 130px;
}
.span_widthdiv .span_widthdiv2:before {
  content: url(../img//nounarrow.svg);
  position: absolute;
  left: -50%;
}
.span_widthdiv .span_widthdiv2:after {
  content: url(../img//nounarrow.svg);
  right: -50%;
  position: absolute;
}
span.textofborderdiv {
  position: absolute;
  bottom: -70px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #4a90e2;
  font-family: 'Poppins-Medium';
}
.span_widthdiv3 span.textofborderdiv {
  color: #bd10e0;
}
.zilliqa_div {
  text-align: center;
}
.zilliqa_div p {
  padding: 130px 0px 50px;
}
.zilliqa_div p i {
  font-style: normal;
  font-family: 'Poppins-SemiBold';
}
.zilliqa_div a {
  margin: 20px auto;
}
.home_section7 {
  box-shadow: 0 24px 45px 19px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(to bottom, #1c1c1d, #151617);
}

.homesection7_left,
.homesection7_right {
  float: left;
  display: inline;
}
.homesection7_left {
  width: 35%;
  padding-right: 60px;
}
.homesection7_right {
  width: 65%;
  /*display: flex;
    align-items: center;*/
  padding-left: 30px;
}
.home_section7_inner {
  padding: 120px 65px 120px;
}
.homesection7_right ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 20px 0px;
  /*width: 100%;*/
}
.homesection7_right ul li {
  display: inline;
  float: left;
  list-style: none;
  width: 33%;
  /*min-height: 120px;*/
  padding: 20px;
}
.homesection7_right ul li img {
  display: block;
  margin: 0 auto;
}

/*footer*/
/*token_sec sec  start*/

.token_sec {
  /*background:#191a1b;*/
  padding: 120px 255px;
  margin-bottom: 160px;
  /*margin-top: -50px;*/
}
.token_sec_home {
  background: #151617;
  /* box-shadow: 0 24px 45px 19px rgba(0, 0, 0, 0.6);*/
  /*box-shadow: 0 -30px 15px -17px rgba(0, 0, 0, 0.23);*/
  text-align: center;
}
.token_sec_home a {
  margin-top: 60px;
}
.token_sec h2 {
  font-size: 40px;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Medium';
}
.token_sec p {
  opacity: 0.89;
  font-size: 22px;
  line-height: 1.55;
  text-align: center;
  color: #dddddd;
  padding-top: 30px;
}

/*token_sec sec End*/

/*footer start*/
.footer {
  width: 100%;
  background: url(../img/footer_img.svg) no-repeat center center;
  background-size: cover;
  padding: 400px 65px 200px;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 100px;
}
.footer ul li:nth-child(1) {
  margin-left: 0px;
}
.footer ul li a {
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #151617;
  font-family: 'Poppins-SemiBold';
}

.footer ul li .korean {
  font-weight: 700 !important;
}

.footer_icon {
  text-align: center;
  margin-top: 120px;
}
.footer_icon a {
  margin-left: 50px;
}
.footer_icon a img {
  transition: all 0.2s ease-in-out;
}
.footer_icon a img:hover {
  transform: scale(1.1);
}
.footer_icon a:nth-child(1) {
  margin-left: 0px;
}
/*footer End*/

/*home page end*/

/*about page start*/
.bolt_about {
  background-color: #151618;
  position: relative;
  z-index: 990;
}
.bolt_about .section1 {
  background-image: linear-gradient(to bottom, #0a1a35, #151617);
}
.bolt_about .oppertunity {
  background: url(../img/top_img1.svg) no-repeat center center;
  background-size: 100% 100%;

  z-index: 999;
  position: relative;
}
.bolt_about .section_top {
  padding: 150px 0px 310px;

  background: url(../img/top_img2.svg) no-repeat center center;
  background-size: 100% 100%;
}
.bolt_about .oppertunity h1 {
  font-size: 44px;
  text-align: center;
  color: #fff;
  margin: 0px;
  line-height: 63px;
  padding-bottom: 35px;
  font-family: 'Poppins-SemiBold';
}
.bolt_about .oppertunity p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  opacity: 0.89;
  font-family: 'Poppins-Regular';
}
.bolt_about .oppertunity p span {
  display: block;
}
.bolt_about .section1 .truth {
  text-align: center;
  padding: 100px 40px 100px;
}
.bolt_about .section1 .truth h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.13px;
  color: #fff;
  padding-bottom: 35px;
  font-family: 'Poppins-Medium';
}
.bolt_about .section1 .truth p {
  font-size: 22px;
  line-height: 34px;
  color: #dddddd;
  opacity: 0.89;
  font-family: 'Poppins-Regular';
}
.bolt_about .section1 .truth p span {
  display: block;
}
.bolt_about .section1 .truth a {
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.12px;
  font-size: 16px;
  line-height: 34px;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.42);
  background-color: #4a90e2;
  padding: 10px 30px;
  margin-top: 85px;
  display: inline-block;
  font-family: 'Poppins-SemiBold';
}
/*.bolt_about .section1 .truth a:hover{
    background-image: linear-gradient(to right, #e64a57, #ef31f3); 
}*/
.bolt_about .section1 .manifesto {
  padding: 70px 0px 160px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.bolt_about .section1 .manifesto h2 {
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.13px;
  color: #fff;
  padding-bottom: 35px;
  margin: 0px;
  font-family: 'Poppins-Medium';
}
.bolt_about .section1 .manifesto h2:before {
  content: '';
  height: 9px;
  width: 46px;
  display: block;
  margin-bottom: 60px;
  border-radius: 4px;
  background-image: linear-gradient(to left, #408cac, #3333ae);
}
.bolt_about .section1 .manifesto p {
  color: #dddddd;
  font-size: 22px;
  line-height: 34px;
  opacity: 0.89;
  font-family: 'Poppins-Regular';
}
.bolt_about .section1 .manifesto p span {
  display: block;
}
.bolt_about .section1 .manifesto .screen {
  position: relative;
}
.bolt_about .section1 .manifesto .paly {
  position: absolute;
}
.bolt_about .section1 .manifesto .left_manifesto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bolt_about .section2 {
  background: url(../img/background.svg) no-repeat center center;
  background-size: cover;
  padding: 570px 0px 0px;
  margin-top: -580px;
}

.section2 .global_content {
  padding: 0px 0px 30px;
}
.section2 .global_content h3 {
  letter-spacing: 0.14px;
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  font-family: 'Poppins-Medium';
}
.section2 .global_content h3 span {
  display: block;
}
.section2 .global_right p {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.08px;
  color: #fff;
  font-family: 'Poppins-Regular';
}
.section2 .foundres {
  padding: 120px 0px 0px;
}
.section2 .foundres ul {
  list-style: none;
  padding: 0px;
}
.section2 .foundres ul li {
  color: #fff;
  letter-spacing: 0.06px;
  line-height: 28px;
  font-size: 18px;
  width: 16.5%;
  float: left;
  padding-bottom: 20px;
  min-height: 450px;
  margin: 0px 21px;
  font-family: 'Poppins-Medium';
}

.section2 .foundres ul li div {
  width: inherit;
  height: inherit;
  margin-bottom: 14px;
  overflow: hidden;
}

.section2 .foundres ul li div img {
  width: 100%;
  transition: transform 0.25s;
  max-width: unset;
}
.section2 .foundres ul li div img:hover {
  transform: scale(1.1);
}
.section2 .foundres ul li span {
  display: block;
  font-family: 'Poppins-Regular';
}
.section2 .adviced {
  padding: 60px 0px 0px 0px;
}
.section2 .adviced h4 {
  font-size: 40px;
  letter-spacing: -0.13px;
  color: #fff;
  margin: 0px;
  text-align: center;
  padding-bottom: 35px;
  font-family: 'Poppins-Medium';
}
.section2 .adviced p {
  opacity: 0.89;
  color: #fff;
  line-height: 34px;
  font-size: 22px;
  padding-bottom: 65px;
  text-align: center;
  font-family: 'Poppins-Regular';
}
.section2 .adviced p span {
  display: block;
}

/*pop start*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1200;
  overflow-y: auto;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  width: 100%;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.42);
  background-image: linear-gradient(97deg, #3435ae, #408aac);

  z-index: 1000;
  padding-top: 50px;
  top: 50%;
}

.popup h2 {
  letter-spacing: 0.14px;
  line-height: 53px;
  font-size: 40px;
  color: #fff;
  margin: 0 auto 25px;
  font-family: 'Poppins-Medium';
  margin-left: 330px;
}
.popup h2 span {
  display: block;
  font-size: 18px;
}
.popup .close {
  top: 50px;
  right: 50px;
  font-size: 30px;
  text-decoration: none;
  opacity: 1;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 80px;
  overflow: hidden;
}
.popup .content .christel {
  margin-top: 60px;
  min-width: 410px;
}
.popup .content .cris {
  padding: 40px 40px;
  right: 0px;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.27);

  flex: 1;
  margin-left: -80px;
  position: relative;
  z-index: 990;
}
.popup .content .cris p {
  font-size: 20px;
  line-height: 31px;
  color: #000;
  padding-bottom: 30px;
  font-family: 'Poppins-Regular';
}
.cris .icons {
  margin-left: 10px;
}
.cris .icons a {
  margin-left: 27px;
}
.cris .icons a:nth-child(1) {
  margin-left: 0px;
}
.cris .icons {
  padding: 80px 0px 2px;
}

/*map pankaj start*/
.map_box ul {
}
.map_box ul li {
  display: inline-block;
  list-style-type: none;
}
.map img {
  width: 100%;
}
.map_box ul li a {
  text-decoration: none;
  background: #fff;
  color: #130d2c;
  padding: 5px 11px;
  font-size: 12px;
  border-radius: 5px;
  font-family: 'Poppins-SemiBold';
  letter-spacing: -0.1px;
  cursor: default;

  font-weight: 700;
}
.map {
  position: relative;
  z-index: 990;
}
.map_box1 {
  position: absolute;
  left: 40.5%;
  top: 26%;
}
.map_box2 {
  position: absolute;
  left: 47.8%;
  top: 29.5%;
}
.map_box3 {
  position: absolute;
  left: 73%;
  top: 42.5%;
}
.map_box4 {
  position: absolute;
  left: 82%;
  top: 50%;
}
.map_box5 {
  position: absolute;
  left: 37.5%;
  top: 60.5%;
}
.map_box6 {
  position: absolute;
  left: 58.05%;
  top: 55.5%;
}
.map_box7 {
  position: absolute;
  left: 66%;
  top: 53%;
}
.map_box8 {
  position: absolute;
  left: 77%;
  top: 55%;
}
.map_box9 {
  position: absolute;
  left: 69.5%;
  top: 66%;
}
.map_box10 {
  position: absolute;
  right: 4.65%;
  top: 76.25%;
}

.map_box11 {
  position: absolute;
  top: 41%;
  left: 61%;
}

.map_circle8 {
  top: 10px !important;
  left: 3px;
}

.map_circle8:hover {
  top: 6px !important;
}
.map_circle1,
.map_circle2,
.map_circle3,
.map_circle4,
.map_circle5,
.map_circle6,
.map_circle7,
.map_circle8,
.map_circle9,
.map_circle10 {
  position: relative;
}
.map_box ul li a.map_gra1 {
  position: absolute;
  right: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra2 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra3 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra4 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra5 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
}
.map_box ul li a.map_gra6 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra7 {
  position: absolute;
  right: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra8 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra9 {
  position: absolute;
  right: -13px;
  top: -18px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra10 {
  position: absolute;
  left: -13px;
  top: 24px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
  padding: 0;
  background-size: 150% 150%;
}
.map_box ul li a.map_gra11 {
  position: absolute;
  left: -20px;
  top: 36px;
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  padding: 0;
  background-size: 150% 150%;
}
.bolt_office {
  text-align: center;
}
.bolt_office ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 85px;
  position: relative;
}
.bolt_office ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.bolt_office ul li:nth-child(1) {
  margin-left: 0px;
}
.bolt_office ul li .office_circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(85deg, #fc8532, #f8bd32);
  position: absolute;
  left: -30px;
  top: 7px;
  border-radius: 20px;
}
.bolt_office ul li .office_circle2 {
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  left: -30px;
  top: 7px;
  border-radius: 20px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.11);
  background-image: linear-gradient(155deg, #e64a53, #ef31fb);
}
.map_img_text {
  background: #fff;
  padding: 50px 40px;
}
.map_slider_width {
  width: 75%;
  margin: 0 auto;
  float: none;
}
.map_img_text h2 {
  font-size: 26px;
  line-height: 0.88;
  color: #000000;
  font-family: 'Poppins-SemiBold';
}
.map_img_text h2 .fa {
  float: right;
  color: #000;
  opacity: 0.75;
  margin: -20px -7px 0px 0px;
}
.map_img_text h2 .fa:hover {
  opacity: 1;
}
.map_img_text p {
  opacity: 0.89;
  font-size: 22px;
  line-height: 1.55;
  color: #000000;
  padding-top: 30px;
}
.map_img_text a {
  padding-top: 20px;
  line-height: 34px;
  color: #000;
  font-size: 22px;
  opacity: 0.89;
}
.map_slider {
  position: absolute;
  top: 20%;
  z-index: 9;
  left: 0;
}
.map_slider .slick-prev:before {
  content: url(../img/leftarrow.svg);
  opacity: 1;
}
.map_slider .slick-next:before {
  content: url(../img/rightarrow.svg);
  opacity: 1;
}
.map_slider .slick-prev {
  left: -121px;
}
.map_slider .slick-next {
  right: -6px;
}
.map_slider .slick-prev,
.map_slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
}
/*map pankaj End*/

/*pankaj css*/

/*gagan css*/

/*partner page start*/
.partner {
  background-image: linear-gradient(to bottom, #091531, #1c1c1d);
  position: relative;
}
.par_sec1 {
  background-size: 100% 100%;
  padding: 0px 0px 150px;
  position: relative;
}
.par_bg_img {
  background-size: 100% 100%;
  padding: 0px 65px;
}
.features {
}
.features .col-sm-3 {
  padding: 0px 10px;
}
/*.row2{
    margin-right: -10px;
    margin-left: -10px;
}*/
.par_text h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 44px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  padding-top: 215px;
  padding-bottom: 105px;
}
.f_inner {
  padding: 30px 20px;
  min-height: 197px;
  box-shadow: 0 2px 60px 37px rgba(0, 0, 0, 0.42);
}
.f_inner h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 17.5px;
  line-height: 23px;
  letter-spacing: 0.35px;
  text-align: center;
  color: #fff;
  padding-bottom: 15px;
}
.f_inner p {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  text-align: center;
  color: #fff;
  min-height: 40px;
}
.f_inner a {
  font-family: 'Poppins-Bold';
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
  width: max-content;
  margin: 0 auto;
  display: block;
}
.f_inner1 {
  background-image: linear-gradient(to right, #3435ae, #408aac);
}
.f_inner2 {
  background-image: linear-gradient(to right, #ea34f1, #3544dc);
}
.f_inner3 {
  background-image: linear-gradient(to right, #e64a53, #ef31fb);
}
.f_inner4 {
  background-image: linear-gradient(to right, #8e34f5, #61dec6);
}
.faq {
  padding: 0px 65px;
}
.faq_head h2 {
  font-family: 'Poppins-Medium';
  font-size: 40px;
  line-height: 57px;
  letter-spacing: -0.13px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.faq_q h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  padding-top: 70px;
}
.faq_q p {
  font-family: 'Poppins-Italic';
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 20px;
}
.faq_q .fa1_btns a {
  display: inline-block;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.12px;
  color: #fff;
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.42);
  padding: 8px 27px;
}

/*partner page end*/
/*gagan css*/
.main_slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  /*display: block;*/
  width: 71%;
  margin: 0px auto;
  float: none;
  min-height: 320px;
  position: relative;
}

.map_img_text,
.main_imgs {
  height: 100%;
}

.main_img img {
  height: 320px;
}

.main_imgs {
  /*    display: flex;*/
}

.closes {
  position: absolute;
  right: 16px;
  top: 11px;
  z-index: 99;
  cursor: pointer;
  font-size: 24px;
}
.slider_bg .country {
  padding: 20px 0px;
}
.slider_bg .country ul {
  padding: 0px;
  list-style: none;
  text-align: center;
}
.slider_bg .country ul li {
  display: inline-block;
}
.slider_bg .country ul li a {
  opacity: 0.73;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 7px;
  font-family: 'Poppins-Medium';
}
.slider_bg .country ul li a:hover {
  opacity: 1;
}
.left_side_home .watch_button:hover,
.token_sec_home a:hover {
  background: #5ba7ff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.42);
  border: 2px solid transparent;
}

.t.icon {
  margin: 0 auto;
  opacity: 0.73;
  color: #fff;
  font-family: 'Poppins-Medium';
  cursor: pointer;
}
.p.pav .t.icon {
  opacity: 1;
  position: relative;
}
.p.pav .t.icon:after {
  content: '';
  height: 3px;
  background-image: linear-gradient(to right, #fc8532, #f8bd32);
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-radius: 4px;
}
#jssor_1 {
  height: 420px;
}
.arrowleft {
}

/*custom slider*/

.my_Slides {
  display: none;
}

/* Next & previous buttons */

.prev {
  left: 48px;
  /*    left: 6%;*/
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 48px;
  /*    right: 6%;*/
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

/* The dots/bullets/indicators */

.slide_link {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.slide_link li {
  margin: 0 15px;
  cursor: pointer;
  display: inline-block;
  transition: 0.6s ease;
  color: #fff;
}

/* Fading animation */
.fades {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.models {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  top: 0;
  /*    padding-top: 100px;*/
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Slidern {
  display: flex;
  align-items: center;
  background: #fff;
  /*    overflow: hidden;*/
}

.privacy p {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.privacy h1 {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.widthlimit {
  max-width: 1220px;
  margin: 0 auto;
}

.flexcenter {
  display: flex;
  flex-direction: column;
}

.slickImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: inset 0px -161px 126px -52px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -161px 126px -52px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -161px 126px -52px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 1220px) {
  .slickImg {
    width: 880px;
    height: 500px;
  }
}
@media only screen and (max-width: 1220px) {
  .slickImg {
    height: 50vw;
  }
}

.slickImgBox {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 414px) {
  .cradit_box {
    flex: 1;
    flex-direction: row;
    display: flex;
  }
  .cradit_left {
    display: flex;
  }
  .cradit_right_container {
    position: relative;
    top: 45%;
    transform: translate(0, -50%);
    left: -15px;
  }
}

.interactable {
  cursor: pointer;
}

.interactable-text:hover {
  text-decoration: underline;
}

[data-aos='header-zoom'] {
  transform: scaleX(0);
  transition-property: transform;
}
[data-aos='header-zoom'].aos-animate {
  transform: scaleX(1);
}

.language-dropdown {
  color: #fff;
  font-size: 17px;
  line-height: 2.47;
  letter-spacing: 0.1px;
  padding: 0;
  font-family: 'Poppins-Medium';
  cursor: pointer;
}

.language-dropdown.sidebar {
  margin-left: 20px;
}

.language-dropdown .fa {
  font-size: 25px;
  margin-left: 5px;
  position: relative;
  top: 2.5px;
}

.language-dropdown-selection {
  position: absolute;
  background-color: white;
  right: 0px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: transform, 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
  z-index: 10;
}

.footer-dropdown {
  right: unset;
  margin-left: 4px;
  margin-top: -130px;
}
.footer_language {
  cursor: pointer;
}

.footer ul li div {
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 1.6px;
  text-align: center;
  color: #151617;
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
}

.language-dropdown-selection.sidebar {
  left: 20px !important;
  right: auto !important;
}

.language-dropdown-selection.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.language-dropdown-selection.footer-dropdown {
  transform: translateY(-40px);
}
.language-dropdown-selection.footer-dropdown.active {
  transform: translateY(-10px);
}

.language-dropdown-selection div {
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.language-dropdown-selection div:hover {
  background-color: #eeeeee;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.footer_language {
  margin-right: 90px;
}

.footer_language img {
  margin-right: 10px;
}

@media only screen and (max-width: 1240px) {
  .footer_language {
    margin-right: 0px;
  }
  .footer ul li {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 560px) {
  .footer_language {
    margin-right: 0px;
  }
  .footer ul li {
    margin-left: 50px;
  }
}

.footer_bg {
  overflow: hidden;
  width: 100%;
  height: 800px;
  bottom: 10px;
  position: absolute;
  display: none;
  z-index: 990;
}

.footer_bg_left {
  background-color: white;
  width: 53%;
  height: 100%;
  transform: skewY(-12.7deg);
  position: absolute;
  top: 170px;
  -webkit-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  z-index: 910;
}

.footer_bg_right {
  background-color: white;
  width: 50%;
  height: 100%;
  transform: skewY(-12.7deg);
  position: absolute;
  top: 170px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.55);
  z-index: 900;
}

.footer_bg_right_cover {
  background-color: white;
  width: 50%;
  height: 100%;
  transform: skewY(-12.7deg);
  position: absolute;
  top: 170px;
  right: 0px;
  z-index: 920;
}

.footer_bg_bottom {
  background-color: white;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 930;
}

.footer {
  position: relative;
  z-index: 995;
}

@media only screen and (min-width: 1620px) {
  .footer {
    background-size: contain;
    background: none;
  }
  .footer_bg {
    display: block;
  }
}

.mapcmn {
  z-index: 991;
}

.ringring {
  border: 3px solid #f8bd32;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  z-index: 990;
}
.map_box1 .ringring {
  right: -19.7px;
  bottom: -21.5px;
}

.map_box6 .ringring {
  left: -20.6px;
  bottom: -21.65px;
}

.map_box7 .ringring {
  right: -20.5px;
  top: 16.25px;
}

.map_box8 .ringring {
  left: -20.5px;
  top: 16.6px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.section1_bg_front {
  height: 626px;
  position: absolute;
  width: 100%;
  display: none;
}

.section1_bg_front div:first-child {
  background-color: #0b1524;
  width: 100%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -190px;
  position: absolute;
  z-index: 995;
}

.section1_bg_front .top-cover {
  background-color: #0b1524;
  width: 100%;
  height: 50%;
  top: 0;
  position: absolute;

  z-index: 998;
}

.section1_bg_front .shadow-cover {
  background-color: #0b1524;
  width: 100%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -190px;
  position: absolute;

  z-index: 999;
}

.section1_bg_front .shadow-cover-bottom {
  background-color: #0b1524;
  width: 50.75%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -25%;
  position: absolute;
  left: 49.25%;

  z-index: 999;
}

.section1_bg_front div:last-child {
  background-color: #0b1524;
  width: 50.75%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -25%;
  position: absolute;
  left: 49.25%;
  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  z-index: 996;
}

.section1_bg_back {
  height: 626px;
  position: absolute;
  width: 100%;
  display: none;
}

.section1_bg_back div:first-child {
  width: 100%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -125px;
  position: absolute;

  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );

  background-size: 170% 100%;

  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  z-index: 998;
}

.section1_bg_back div:last-child {
  width: 48.25%;
  height: 100%;
  transform: skewY(-12.5deg);
  top: -17%;
  position: absolute;
  left: 51.75%;
  z-index: 998;

  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae -50%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae -50%, #408aac 100%);
  background: linear-gradient(to right, #3435ae -50%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 991px) {
  .ringring {
    display: none;
  }
}

@media only screen and (min-width: 1499px) {
  .bolt_about .oppertunity {
    background: none;
  }
  .bolt_about .section_top {
    background: none;
  }

  .section1_bg_front {
    display: block;
  }
  .section1_bg_back {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .manifesto p {
    margin-bottom: 20px;
  }

  .section2_container {
    padding-top: 80px;
  }

  .sec_article p {
    margin-bottom: 0px;
  }

  .token_wrapper .sec1_text h4 {
    text-align: center;
    font-size: 12px;
  }
}

.hoverable:hover {
  top: -4px;
}

.hoverable {
  top: 0px;
  position: relative;
  transition: top 0.25s;
}

.pointer {
  cursor: pointer !important;
}

.home_section4 h4 {
  padding-bottom: 80px;
}

.token_wrapper .sec1_text h4 {
  margin-top: 20px;
}

.token_wrapper .sec1_text h4 a {
  color: white;
}

.token_wrapper .sec1_text h4 a:hover {
  text-decoration: underline;
}

.manifesto .col-sm-4 {
  padding-right: 40px;
}

@media only screen and (min-width: 991px) and (max-width: 1498px) {
  .bolt_about .oppertunity {
    padding-bottom: 40px;
  }
}

.homesection7_left p {
  padding-bottom: 0px;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .article_paddi {
    margin-bottom: 0px;
  }
}

.inherent_bg {
  width: 100%;
  height: 25%;
  position: absolute;
  z-index: 747;
  background-color: #191a1b;
  bottom: 0px;
  left: 0px;
}

.inherent_bg_img {
  width: 100%;
  height: 100%;
  background: url(../img/solving_img.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 985;
}

.foreverVisible {
  overflow: visible !important;
}

.par_sec_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.par_sec_bg_front {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skewY(-12deg);
}

.grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  width: 100%;
  height: 100%;
  grid-template-columns: auto 80px auto;
  grid-template-rows: [first-row] repeat(auto-fill, minmax(80px, 1fr)) [end-col];
}

.lightning_1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 6;
  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background-image: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
  background-size: 200% 100%;
  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  z-index: 989;
}

.lightning_2 {
  grid-column-start: 2;
  grid-row-start: 6;
  grid-row-end: 10;
  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
  background-size: 1000% 100%;
  background-position-x: 52%;
  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
}
.lightning_2_cover {
  grid-column-start: 2;
  grid-row-start: 6;
  grid-row-end: 10;
  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
  background-size: 1000% 100%;
  background-position-x: 52%;
  z-index: 990;
}

.lightning_3 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 9;
  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 53px -5px rgba(0, 0, 0, 0.75);
  z-index: 989;
}

.par_sec_bg_back {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skewY(-12deg);
  top: -49%;
  z-index: 987;

  background: #3435ae;
  background: -moz-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: -webkit-linear-gradient(left, #3435ae 0%, #408aac 100%);
  background: linear-gradient(to right, #3435ae 0%, #408aac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3435ae', endColorstr='#408aac',GradientType=1 );
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .lightning_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
  }

  .lightning_2 {
    grid-column-start: 2;
    grid-row-start: 5;
    grid-row-end: 8;
  }
  .lightning_2_cover {
    grid-column-start: 2;
    grid-row-start: 5;
    grid-row-end: 8;
  }

  .lightning_3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 8;
  }
}

@media only screen and (min-width: 767px) and (max-width: 990px) {
  .lightning_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
  }

  .lightning_2 {
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .lightning_2_cover {
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }

  .lightning_3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 6;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
  .lightning_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
  }

  .lightning_2 {
    grid-column-start: 2;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .lightning_2_cover {
    grid-column-start: 2;
    grid-row-start: 5;
    grid-row-end: 7;
  }

  .lightning_3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 7;
  }
}

@media only screen and (max-width: 560px) {
  .lightning_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
  }

  .lightning_2 {
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .lightning_2_cover {
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }

  .lightning_3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 6;
  }
}

.subscribe {
  padding-bottom: 150px;
  display: flex;
}

.subscribe .leftContent {
  font-family: 'Poppins-Regular';
  width: 48%;
  margin-right: 2%;
}

.subscribe .rightContent {
  font-family: 'Poppins-Regular';
  width: 50%;
}

.subscribe .leftContent div:first-child {
  font-size: 26px;
  line-height: 34px;
  color: #2e88db;
}

.subscribe .leftContent div:last-child {
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 20px;
}

.form-field {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  width: 100%;
  padding: 25px;
  border-radius: 0px;
  padding-left: 15px;
}

.subscribeButton {
  margin-top: 15px;

  background-color: #3090e9 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  box-sizing: border-box !important;

  font-family: 'Poppins-Regular';
  padding: 15px 30px 15px 30px !important;
  font-size: 18px;
}
.subscribeButton:hover {
  background-color: #333333 !important;
}

#mlb2-1144514.ml-form-embedContainer h4,
#mlb2-1144514.ml-form-embedContainer p,
#mlb2-1144514.ml-form-embedContainer span,
#mlb2-1144514.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ml-form-embedSubmitLoad:after {
  content: ' ';
  display: block;
  width: 18px;
  height: 18px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .subscribe {
    flex-direction: column;
  }

  .subscribe .leftContent {
    width: 100%;
    margin-right: 0px;
  }

  .subscribe .rightContent {
    font-family: 'Poppins-Regular';
    width: 100%;
  }

  .subscribe .leftContent div:first-child {
    font-size: 20px;
    line-height: 24px;
  }

  .subscribe .leftContent div:last-child {
    font-size: 16px;
    line-height: 24px;
  }

  .form-field {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribeButton {
    font-size: 16px;
    line-height: 24px;
  }
  .subscribeButton:hover {
    background-color: #333333 !important;
  }
}

.map_floating {
  top: 0;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.slickmapContainer {
}

.slickmap {
  width: 100%;
  height: 100%;
}

.slickmap .slick-prev {
  left: 0;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slickmap .slick-prev:before {
  content: url(../img/leftarrow.svg);
  opacity: 1;
}
.slickmap .slick-next {
  right: 0;
  z-index: 998;
  opacity: 1;
  width: auto;
  height: auto;
}
.slickmap .slick-next:before {
  content: url(../img/rightarrow.svg);
  opacity: 1;
}

.slickmap .slick-arrow {
  -webkit-transition: top 0.25s; /* Safari */
  transition: top 0.25s;
}

.slickmap .slick-arrow:hover {
  top: 49%;
}

.slickmap .container {
  min-height: 1px;
  width: 100%;
  min-height: 400px;
  background-color: transparent;
  padding: 0px;
  margin: 125px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slickmap .main-container {
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.75);
}

.slickmap .content {
  min-height: 400px;
  width: 100%;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content .main-content {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-content .img-left {
  height: 100%;
}

.main-content .img-left img {
  height: 100%;
}

.main-content .text-right {
  padding: 0px;
  padding-right: 50px;
  text-align: unset;
}

.main-content .text-right p {
  overflow-y: scroll;
  height: 150px;
}

.slickmapContainer {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .map_box8 {
    position: relative !important;
    bottom: 10px;
    left: -4px !important;
  }
}

@media only screen and (max-width: 1219px) {
  .popup .content {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-content .text-right {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 538px) {
  .popup h2 {
    margin-top: 50px;
    padding-left: 25px !important;
    padding-right: 25px;
  }

  .popup {
    top: unset;
    transform: unset;
    padding: 0px;
  }

  .popup .close {
    margin-right: 20px;
  }

  .popup .content {
    margin-top: 0px;
  }

  .popup .content .cris {
    margin-left: 0px;
  }

  .popup .widthlimit {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .overlay {
    overflow: scroll;
  }
}

@media only screen and (max-width: 1219px) {
  .popup h2 {
    margin-left: 370px;
  }
}

@media only screen and (max-width: 991px) {
  .popup .content .christel {
    width: 320px;
    min-width: unset;
  }
  .popup h2 {
    margin-left: 280px;
    font-size: 32px;
  }
  .popup h2 span {
    font-size: 16x;
  }
}

@media only screen and (max-width: 767px) {
  .popup h2 {
    margin-left: 0px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1219px) and (min-width: 767px) {
  .popup .close {
    position: relative;
    top: 0px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 414px) {
  .popup .content {
    flex-direction: column;
  }
  .popup h2 {
    margin-top: 50px;
    padding-left: 25px !important;
    padding-right: 25px;
  }

  .popup {
    top: unset;
    transform: unset;
    padding: 0px;
  }

  .popup .close {
    margin-right: 20px;
  }

  .popup .content {
    margin-top: 0px;
  }

  .popup .content .cris {
    margin-left: 0px;
  }

  .popup .widthlimit {
    margin-top: 20px;
  }

  .overlay {
    overflow: scroll;
  }
}

@media only screen and (max-width: 414px) {
  .popup .content .christel {
    width: 280px;
    min-width: unset;
  }

  .close img {
    width: 30px;
  }

  .popup h2 {
    font-size: 28px;
  }
  .popup h2 span {
    font-size: 14x;
  }
  .popup .close {
    top: 30px !important;
  }
}

.map-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}

.main-content .text-right {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
}

.main-content .text-right h2 {
  font-family: 'Poppins-SemiBold';
  text-align: left;
  margin: auto;
  margin-left: 0px;
  margin-bottom: 40px;
}

.main-content .text-right a {
  font-family: 'Poppins-Italic';

  margin-top: 40px;
  font-size: 18px;
  color: black;

  text-align: left;
  margin: auto;
  margin-top: 0px;
}

.kl-address {
  padding-right: 160px;
}

.slide_link {
  margin: 0 auto;
  padding-bottom: 15px;
}

.slide_link li {
  display: inline-block;

  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #fff;
}

.slide_link li.activ_e {
  font-family: 'Poppins-SemiBold';
  color: #fff;
}

.slide_link li .bottomLine {
  bottom: -5px;
  position: relative;
  height: 5px;
  width: 100%;
  left: 0px;
  border-radius: 10px;
  background-image: linear-gradient(89deg, #fc8532, #f8bd32);
  visibility: hidden;
}

.slide_link li.activ_e .bottomLine {
  visibility: visible;
}

.slide_link li:hover {
  font-family: 'Poppins-SemiBold';
  color: #fff;
}

.slide_link li:hover .bottomLine {
  visibility: visible;
}

.close-map {
  margin-top: 25px;
  margin-right: 25px;
}

@media (max-width: 1151px) {
  .main-content .img-left {
    width: 80%;
    overflow: hidden;
    flex: 1;
  }
  .main-content .text-right {
    flex: 1;
    padding-right: 0px;
  }
}

@media (max-width: 1085px) {
  .main-content .img-left {
    flex: 0.8;
  }
}

@media (max-width: 1016px) {
  .main-content .img-left {
    flex: 0.6;
  }
  .slickmap .container {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (max-width: 895px) {
  .main-content .img-left {
    flex: 0.4;
  }
}

@media (max-width: 767px) {
  .main-content .img-left {
    flex: 0.4;
  }
  .main-content .text-right p {
    height: 190px;
  }
  .main-content .text-right a {
    margin-top: 20px;
  }
  .slickmap .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.slide_link_mini {
  position: fixed;
  width: 30%;
  margin-left: 35%;
  justify-content: space-between;
  bottom: 25px;
  list-style-type: none;
  display: none;
}

.slide_link_mini li {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #d5d5d5;
  cursor: pointer;
}

.slide_link_mini li.activ_e {
  background-color: #000000;
}

.close-map-mini {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.close-map-mini a {
  background-color: white;
  border-radius: 30px;
  padding: 10px 10px 5px 10px;
}

@media (max-width: 666px) {
  .main-content .text-right {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .slickmap .container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
  }

  .slickmap .content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slide_link {
    display: none;
  }

  .img-left {
    width: 100% !important;
    flex: 0.5 !important;
  }

  .img-left img {
    width: 100%;
    height: unset !important;
  }

  .text-right {
    flex: 0.5 !important;
  }

  .close-map {
    display: none;
  }

  .content .main-content {
    flex-direction: column;
    justify-content: unset;
  }

  .slide_link_mini {
    display: flex;
  }

  .main-content .text-right {
    padding-right: 0px !important;
  }

  .main-content .text-right h2 {
    margin-top: 25px;
  }

  .close-map-mini {
    display: block;
  }
}

@media (max-width: 560px) {
  .slickmap .main-container {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  .main-content .text-right {
    padding: 25px;
    padding-right: 0px;
    margin: 0px;
  }

  .main-content .text-right h2 {
    font-size: 18px;
  }
  .main-content .text-right p {
    font-size: 14px;
  }
  .main-content .text-right a {
    font-size: 14px;
  }
  .slide_link {
    padding-top: 0px;
    width: 100%;
  }

  .slickmap .slick-arrow {
    display: none !important;
  }

  .img-btm {
    height: 200px !important;
  }
}

@media (max-width: 480px) {
  .main-content .text-right {
    padding: 20px;
    padding-top: 20px;
    padding-right: 0px;
  }
  .slide_link li .bottomLine {
    display: none;
  }

  .main-content .text-right p {
    height: 170px;
  }
  .main-content .text-right a {
    margin-top: 20px;
  }

  .slickmap .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .main-content .text-right {
    padding: 20px;
    padding-top: 20px;
    padding-right: 0px;
  }
  .slide_link li .bottomLine {
    display: none;
  }

  .main-content .text-right p {
    height: 225px;
  }
  .main-content .text-right a {
    margin-top: 20px;
  }

  .slickmap .content {
    min-height: unset;
  }
  .slickmap .container {
    min-height: unset;
  }
}

.img-btm {
  display: none;
  height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}

.tokenheader img {
  position: absolute;
  top: -5%;
  width: 1903px;
  z-index: 700;
}

@media only screen and (max-width: 1219px) and (min-width: 990px) {
  .tokenheader img {
    left: -10%;
    top: -4%;
  }
}

@media only screen and (max-width: 989px) and (min-width: 860px) {
  .tokenheader img {
    top: -6%;
    left: -25%;
  }
}

@media only screen and (max-width: 859px) and (min-width: 768px) {
  .tokenheader img {
    top: -6%;
    left: -40%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 650px) {
  .tokenheader img {
    left: -50%;
    top: -5%;
  }
}

@media only screen and (max-width: 650px) and (min-width: 561px) {
  .tokenheader img {
    left: -30%;
    top: -5%;
    width: 1403px;
  }
}

@media only screen and (max-width: 560px) and (min-width: 531px) {
  .tokenheader img {
    left: -5%;
    top: 0%;
    width: 1003px;
  }
}

@media only screen and (max-width: 530px) and (min-width: 431px) {
  .tokenheader img {
    width: 803px;
    top: 2%;
    right: -60%;
  }
}

.mobile_notInteractable {
  -webkit-transition: unset !important;
  transition: unset !important;
}

.mobile_notInteractable:hover {
  transform: unset !important;
}

.hide_after::after {
  display: none !important;
}

.adviced ul li img {
  margin-bottom: 10px;
}

.navbar-right li:first-child {
  padding-left: 0px !important;
}

.sec_article {
  height: 1000vh;
  background-size: cover;
  background-position-y: -180px;
}

#bolticon1 {
  opacity: 0;
}

.animation {
  display: flex;
  width: 100%;
}

.animation img {
  opacity: 0;
}

.animation .token {
  position: relative;
  transform: translateY(500px);
  -webkit-box-shadow: 0px 20px 35px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 35px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 35px 5px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  position: absolute;
  width: 16%;
  top: 22.95%;
  transform: translateY(-50%);
  left: 8.25%;
}

#token_2 {
  left: 30.75%;
}

#token_main {
  left: 53.3%;
}

#token_3 {
  left: 75.9%;
}

#text_1 {
  opacity: 0;
  transform: translateY(20px);
}

#text_3 {
  opacity: 0;
  transform: translateY(20px);
}

.background_gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(12, 25, 47, 1);
  background: -moz-linear-gradient(
    top,
    rgba(12, 25, 47, 1) 0%,
    rgba(21, 21, 24, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(12, 25, 47, 1)),
    color-stop(100%, rgba(21, 21, 24, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(12, 25, 47, 1) 0%,
    rgba(21, 21, 24, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(12, 25, 47, 1) 0%,
    rgba(21, 21, 24, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(12, 25, 47, 1) 0%,
    rgba(21, 21, 24, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(12, 25, 47, 1) 0%,
    rgba(21, 21, 24, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c192f', endColorstr='#151518', GradientType=0 );
}

.background_gradient2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/depu.png) no-repeat center center;
  background-size: 100% 100%;
  background-position-y: -52vh;
  background-size: cover;
}

@media only screen and (max-width: 1219px) {
  .background_gradient2 {
    background-position-y: -60vh;
  }
}
