@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS Document */
body {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
.section_top {
  margin-top: -137px;
  padding-top: 137px;
}
/*Top Section Css Start*/
.top_sec {
  padding: 10px 0px;
  position: relative;
  z-index: 9;
    border-bottom: 1px solid #dddddd;
}
.welcome_text p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.welcome_text p a {
	color: #000;
}
.welcome_text p a:hover {
	color: #1e0143;
}
.contact_sec {
  text-align: right;
}
.contact_sec ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
}
.contact_sec ul li a{
	color: #000;
}
.contact_sec ul li a:hover {
	color: #1e0143;
}
.contact_sec ul li:first-child {
  margin-right: 40px;
}
.contact_sec ul li i {
  margin-right: 6px;
  font-size: 20px;
  vertical-align: middle;
}
/*Top Section Css End*/
/*Main Menu Section Css Start*/
/*
.main_menu {
	background: url('../images/top_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
*/
.top_menu_sec {
  padding: 15px 0px;
   border-bottom: 1px solid #dddddd; 
  position: relative;
  transition: all 0.5s ease;
}
/*
.top_menu_sec::after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #ccc;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
*/
.menu_section ul li {
  display: inline-block;
  margin-right: 80px;
}
.menu_section ul li:last-child {
  margin-right: 0;
}
.top_logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.menu_section {
  position: relative;
  z-index: 2;
}
.menu_section.right_menu {
  text-align: right;
}
.menu_section ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0px;
  position: relative;
}
.menu_section ul li a::after {
  position: absolute;
  content: '';
  background: #000;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.menu_section ul li a:hover::after {
  width: 100%;
}
/*Main Menu Section Css End*/
/*ICO Section Css Start*/
.top_heading_text {
  padding-top: 100px;
  /*	z-index: 9999;*/
  position: relative;
}
.ico_sec .ico_text {
  font-size: 46px;
  font-weight: 300;
  color: #000;
  line-height: 58px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.ico_sec {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.ico_sec .ico_text::after {
  position: absolute;
  content: '';
  background: #000;
  width: 41px;
  height: 3px;
  left: 0;
  top: 0;
}
.ico_sec p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.25px;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  padding-bottom: 40px;
}
.contact_btn a {
  background: #6d499b;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 30px;
  transition: all 0.5s ease;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}
.contact_btn a:hover {
  background: #1e0143;
}
/*ICO Section Css End*/
/*Timer Section*/
.date_picker_sec {
	background: #FFF;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	position: relative;
	z-index: 9999;
}
.ico_end_text {
  font-size: 30px;
  font-weight: 700;
  color: #1e0143;
  line-height: 58px;
  letter-spacing: 0.30px;
  margin-bottom: 30px;
}
.buy_token_btn {
  margin-bottom: 40px;
}
.buy_token_btn a {
  background: #6d499b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 30px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  transition: all 0.5s ease;
  display: inline-block;
}
.buy_token_btn a:hover {
  background: #1e0143;
}
.price_box p {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.10px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
.main_price {
  margin-bottom: 30px;
}
.price_box {
  text-align: left;
}
.price_box.second_text {
  text-align: right;
}
.price_box span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  letter-spacing: 0.60px;
  font-family: 'Roboto', sans-serif;
}
.scoial_icon ul li {
	display: inline-block;
	border: 1px solid #aea6ba;
	background: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	margin-right: 20px;
	transition: all 0.5s ease;
	position: relative;
}
.scoial_icon ul li:last-child {
  margin-right: 0;
}
.scoial_icon ul li a {
  color: #6d499b;
  font-size: 18px;
}
.scoial_icon ul li:hover a {
    color: #FFF;
}
.scoial_icon ul li:hover {
  background: #512985;
    border: 1px solid #512985;
  cursor: pointer;
}
.scoial_icon ul li .db_icon_h {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	bottom: 0;
	margin: auto;
	right: 0;
	text-align: center;
}
.scoial_icon ul li:hover .db_icon_h {
    display: inline;
}

/*Timer Section*/
/*

canvas {
  display: block;
  vertical-align: bottom;
}
*/
/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  background-color: #f8f4fe;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
/*Bitcoin Section Css Start*/
.main_crypto ul li {
  /* display: flex; */
  list-style: none;
}
.main_crypto {
  margin: 0 auto;
  text-align: center;
  display: table;
}
.main_crypto ul {
  display: flex;
}
.bitcoin_box {
	background: #FFF;
	display: inline-block;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
	width: 259px;
	transition: all 0.5s ease;
	border-top: 5px solid #6d499b;
	box-shadow: 0px 0px 23px 2px rgba(0, 0, 0, 0.35);
}
.bitcoin_box img {
  margin-bottom: 20px;
    -webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	animation-direction: alternate;
}
.bitcoin_box p {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.btc_text a {
	background: #6d499b;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.60px;
	padding: 10px 25px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease;
	display: inline-block;
}
.btc_text a:hover {
  background: #1e0143;
}
.bitcoin_box:hover {
  transform: scale(1.1);
}
/*Bitcoin Section Css End*/
.crypto_sec {
  margin-bottom: -220px;
  position: relative;
  z-index: 999;
  padding-top: 250px;
  margin-top: -70px;
}
/*About Section Css Start*/
.about_top_bg img {
  width: 100%;
}
.about_section {
  background: #FFF;
  padding-bottom: 90px;
  padding-top: 200px;
  z-index: 99;
  position: relative;
}
.about_title {
  font-size: 37px;
  font-weight: 200;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.30px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.whitepaper_btn a {
  background: #6d499b;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.whitepaper_btn a:hover {
  background: #1e0143;
}
.token_btn a {
  background: #6d499b;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.token_btn a:hover {
  background: #1e0143;
}
.whitepaper_btn {
  display: inline-block;
  margin-right: 40px;
  margin-top: 20px;
}
.token_btn {
  display: inline-block;
}
/*About Section Css End*/
/*Our Features Section*/
.our_feature_sec {
  background: #f8f4fe;
  padding: 60px 0px;
  padding-bottom: 200px;
}
.our_feat {
  margin: 0;
  text-align: center;
  font-size: 37px;
  color: #000;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 40px;
}
.our_section {
  position: relative;
}
.our_section::after {
  position: absolute;
  content: '';
  border-left: 2px dashed #8a67b6;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.main_lending_box {
  position: relative;
}
.main_lending_box::after {
  position: absolute;
  content: '';
  border-bottom: 2px dashed #8a67b6;
  width: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
}
.main_lending_box::before {
  position: absolute;
  content: '';
  background: #8a67b6;
  width: 23px;
  height: 23px;
  right: -23px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main_lending_box_01 {
  display: flex;
  justify-content: end;
  margin-top: 320px;
  position: relative;
}
.main_lending_box_01::after {
  position: absolute;
  content: '';
  border-bottom: 2px dashed #8a67b6;
  width: 34%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  left: 0;
}
.main_lending_box_01::before {
  position: absolute;
  content: '';
  background: #8a67b6;
  width: 23px;
  height: 23px;
  left: -23px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lending_section {
	background: #FFF;
	width: 420px;
	text-align: center;
	max-width: 420px;
	padding: 10px;
	position: relative;
	z-index: 9;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}
.our_feat_img {
  margin-bottom: 50px;
}
.lending_text .lend_text {
  color: #351361;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
.lending_text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;
}
.main_lending_box.lending_second_box {
  margin-top: -185px;
}
.main_lending_box_01.lending_third_box {
  margin-top: 130px;
}
/*Our Features Section*/
/*Advantage of the Project*/
.advantage_bg {
  margin-top: -140px;
}
.advantage_bg img {
  width: 100%;
}
.advantage_section {
  background: #FFF;
  padding: 50px 0px;
  position: relative;
  padding-bottom: 30px;
  z-index: 999;
}
.advantage_title {
  margin: 0 auto;
  text-align: center;
  font-size: 37px;
  font-weight: 200;
  color: #000;
  line-height: 58px;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
}
.advantage_box {
	background: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	border-top: 5px solid #6d499b;
	box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	max-width: 390px;
	height: 225px;
	padding-top: 50px;
}
.advantage_img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
.advantage_img::after {
  position: absolute;
  content: '';
  background: url('../images/advatage_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 105px;
  height: 104px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  animation-direction: alternate;
}
.advantage_img img {
  text-align: center;
  z-index: 99;
  position: relative;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.advantage_box p {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.50px;
  color: #351361;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
/*Advantage of the Project*/
/*Few Steps For a Loan*/
.few_steps_section {
  background: #f8f4fe;
  padding: 70px 0px;
  padding-bottom: 140px;
}
.few_title {
  margin: 0 auto;
  text-align: center;
  font-size: 37px;
  font-weight: 200;
  line-height: 58px;
  letter-spacing: 0.30px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 80px;
}
.loan_box {
  background: #FFF;
  /* padding: 50px; */
  border-radius: 200px;
  /* padding-left: 70px; */
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
  position: relative;
}
.loan_01 {
  position: relative;
  margin-bottom: 100px;
}
.loan_01::after {
  position: absolute;
  content: '';
  border: 2px dashed #8a67b6;
  border-left: 0;
  border-bottom: 0;
  width: 20%;
  height: 222px;
  right: 300px;
  top: 80px;
  /* bottom: 0; */
  margin: auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 10px;
}
/*
.loan_01::before {
	position: absolute;
	content: '';
	background: url('../images/arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: -10px;
	right: 22%;
	margin: auto;
}
*/
.loan_02 {
  position: relative;
  margin-bottom: 100px;
}
/*
.loan_02::before {
	position: absolute;
	content: '';
	background: url('../images/arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: 22%;
	margin: auto;
}
*/
.loan_03 {
  position: relative;
  margin-bottom: 100px;
}
.loan_03::after {
  position: absolute;
  content: '';
  border: 2px dashed #8a67b6;
  border-right: 0;
  border-bottom: 0;
  width: 20%;
  height: 222px;
  left: 300px;
  bottom: 120px;
  margin: auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 10px;
}
.loan_03::before {
  position: absolute;
  content: '';
  border: 2px dashed #8a67b6;
  border-left: 0;
  border-bottom: 0;
  width: 20%;
  height: 222px;
  right: 300px;
  top: 80px;
  /* bottom: 0; */
  margin: auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 10px;
}
.steps_box {
  padding: 30px 0px 30px 70px;
}
.steps_box .regist_text {
  font-size: 24px;
  font-weight: 400;
  color: #351361;
  letter-spacing: 0.30px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.steps_box p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.main_no_box {
  justify-content: right;
  display: flex;
  position: relative;
  padding: 30px 30px;
}
.main_no_box::after {
  position: absolute;
  content: '';
  background: #e8e1f0;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.steps_no {
  background: #6d499b;
  font-size: 42px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.50px;
  border-radius: 100%;
  font-weight: 500;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-family: 'Roboto', sans-serif;
}
/*Few Steps For a Loan*/
/*Development of Bit Money Platform(Road Map)*/
.road_map_section {
  background: #FFF;
  padding: 60px 0px;
  position: relative;
  z-index: 99;
}
.road_title {
  margin: 0 auto;
  text-align: center;
  font-size: 37px;
  font-weight: 200;
  color: #000;
  text-transform: uppercase;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 70px;
}
/*video-section Start*/
#video-section .video-img::after {
  position: absolute;
  content: '';
  border: 2px dashed #6d499b;
  width: 110%;
  top: 30px;
  left: -40px;
  right: 0;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  z-index: -1;
}
.youtube-player {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
/* Wrapper that hosts the video and the overlay */
.video-player {
  position: relative;
  overflow: hidden;
}
/* Overlay fills the parent and sits on top of the video */
.click-to-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.poster-image {
  position: absolute;
  z-index: 1;
}
.poster-image img {
  object-fit: cover;
}
.video-title {
  position: absolute;
  z-index: 2;
  /* Align to the top left */
  top: 0;
  left: 0;
  font-size: 1.3em;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fafafa;
  padding: 0.5rem;
  margin: 0px;
}
.play-icon {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-image: url(https://amp.dev/static/samples/img/play-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* Align to the middle */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.9;
}
.play-icon:hover, .play-icon:focus {
  opacity: 1;
}
#video-section, #about-us, #product-section, #testimonial, #gallery, #about-us-body {
  overflow: hidden;
}
#video-section .video-img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
#video-section .video-content {
  padding: 0 0 0 40px;
}
#video-section .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  opacity: 1;
  transition: all 0.5s;
}
#video-section .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#video-section .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
#video-section .video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}
.video-play-button {
  opacity: 1;
}
#video-section .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
#video-section .video-play-button span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #1e0143;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin: 10px 8px;
  display: inline-block;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#video-section .video-play-button:after, .video-play-button span {
  display: inline-block;
}
#video-section .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}
#video-section .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
#video-section .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
#video-section .video-overlay-close:hover {
  color: #fa183d;
}
#video-section .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/*video-section End*/
/*Development of Bit Money Platform(Road Map)*/
/*Idea Section Start*/
.idea_section {
  background: #f8f4fe;
  padding: 100px 0px;
}
.idea_bg {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.idea_bg::after {
  position: absolute;
  content: '';
  background: url('../images/advatage_bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 105px;
  height: 104px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  z-index: -1;
  text-align: center;
  animation-direction: alternate;
}
.idea_title {
  font-size: 22px;
  font-weight: 400;
  color: #351361;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}
.idea_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #000;
}
.idea_box {
  background: #FFF;
  padding: 40px 10px;
  border-top: 5px solid #6d499b;
  position: relative;
  max-width: 460px;
  width: 460px;
  z-index: 99;
}
.main_idea_box {
  position: relative;
}
.main_idea_box::after {
  position: absolute;
  content: '';
  border-bottom: 2px dashed #8a67b6;
  width: 41%;
  height: 2px;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
}
.main_idea_sec {
  position: relative;
  margin-bottom: 120px;
}
.no_text {
  background: #8a67b6;
  font-size: 17px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  line-height: 65px;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.30px;
  margin: auto;
}
.main_idea_sec::after {
  position: absolute;
  content: '';
  border-left: 2px dashed #8a67b6;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.main_idea_box_01 {
  display: flex;
  justify-content: end;
  margin-top: 145px;
  position: relative;
}
.main_idea_box_01::after {
  position: absolute;
  content: '';
  border-bottom: 2px dashed #8a67b6;
  width: 41%;
  height: 2px;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
}
/*Idea Section Start*/
/*Rounds of Sale of Tokens*/
.rounds_section {
  background: #FFF;
  position: relative;
  z-index: 99;
  padding-bottom: 80px;
}
.round_text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.round_title {
  font-size: 37px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 58px;
  letter-spacing: 0.30px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.round_text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
}
.pre_sale_sec {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.pre_sale_title {
  background: #351361;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 20px 0px;
  border-radius: 20px 20px 0px 0px;
}
.sale_text {
  padding: 40px;
  text-align: center;
  margin: 0 auto;
}
.sale_text p {
  font-size: 24px;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}
.price_btn {
  margin-bottom: 50px;
}
.price_btn a {
  background: #6d499b;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.50px;
  font-family: 'Roboto', sans-serif;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.price_btn a:hover {
  background: #351361;
}
.twenty_text {
  border: 2px solid #8a67b6;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  text-align: center;
  padding: 50px 0px;
  line-height: 200px;
}
.twenty_text .percentage_text {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.50px;
  color: #351361;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
}
.twenty_text p {
  font-size: 21px;
  font-weight: 500;
  color: #351361;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.main_ico_section {
  background: #FFF;
  position: relative;
  z-index: 99;
  padding-bottom: 100px;
}
.ico_box {
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.ico_title {
  background: #351361;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.50px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 20px 0px;
  border-radius: 20px 20px 0px 0px;
}
.target_box {
  padding: 40px;
  text-align: center;
  margin: 0 auto;
}
.target_box p {
  font-size: 24px;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}
.bonus_title {
  font-size: 24px;
  font-weight: 400;
  color: #1e0143;
  letter-spacing: 0.30px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.target_box table {
  margin: 0 auto;
  text-align: center;
}
.target_box table tr th {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
}
.target_box table tr {
  line-height: 30px;
  text-align: left;
}
.target_box table tr td {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.30px;
  line-height: 42px;
  font-family: 'Poppins', sans-serif;
}
.target_box table tr th:first-child {
  width: 75%;
}
.ico_img {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
/*Rounds of Sale of Tokens*/
/*Distribution of Tokens*/
.distribution_sec {
  background: #f8f4fe;
  padding: 70px 0px;
}
.token_text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
.token_title {
  font-size: 37px;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
}
.token_text p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.30px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
.token_main_text {
  position: relative;
}
.token_img {
  margin: 0 auto;
  text-align: center;
}
.token_main_text .token_percintage {
  position: absolute;
  top: 0;
  left: 50px;
  text-align: left;
}
.token_main_text .token_percintage span {
  font-size: 20px;
  font-weight: 500;
  color: #251240;
  letter-spacing: 0.30px;
  line-height: 29px;
  font-family: 'Roboto', sans-serif;
}
.token_main_text .token_percintage p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.token_main_text {
  position: relative;
  margin-bottom: 40px;
}
/*Distribution of Tokens*/
/*Core Team*/
.core_section {
  background: #FFF;
  padding: 60px 0px;
  padding-bottom: 200px;
}
.core_title {
  margin: 0 auto;
  text-align: center;
  font-size: 37px;
  font-weight: 200;
  color: #000;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.core_box {
  margin: 0 auto;
  text-align: center;
}
.core_img {
  margin-bottom: 25px;
}
.core_name_title {
  font-size: 20px;
  font-weight: 400;
  color: #251240;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.main_core_sec span {
  font-size: 12px;
  font-weight: 400;
  color: #6d499b;
  line-height: 25px;
  letter-spacing: 0.30px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.main_core_sec p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
  letter-spacing: 0.50px;
  font-family: 'Roboto', sans-serif;
}
.main_core_sec ul li {
  display: inline-block;
  margin: 0px 10px;
}
.main_core_sec ul li {
  display: inline-block;
  margin: 0px 10px;
}
.main_core_sec ul li a {
	color: #FFF;
	font-size: 17px;
	width: 33px;
	height: 33px;
	background: #4a2f73;
	border-radius: 100%;
	line-height: 33px;
	display: block;
	transition: all 0.5s ease;
	border: 1px solid #4a2f73;
}
.main_core_sec ul li a:hover {
  background: #FFF;
  color: #251240;
}
/*Core Team*/
.core_bottom {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: -140px;
}
.core_bottom img {
  width: 100%;
}
/*Our Advisors*/
.our_advisors_section {
  background: #f8f4fe;
  padding-bottom: 80px;
}
/*Our Advisors*/
/*Latest News*/
.owl-carousel.owl-theme.latest_news {
  display: block;
}
.latest_section {
  background: #FFF;
  padding: 70px 0px;
}
.news_img {
  margin-bottom: 30px;
}
.latest_box ul {
  margin-bottom: 20px;
}
.latest_box ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.50px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-right: 30px;
}
.latest_box ul li:last-child {
  margin-right: 0;
}
.report_text {
  font-size: 16px;
  font-weight: 400;
  color: #251240;
  line-height: 21px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}
.latest_box p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 23px;
  letter-spacing: 0.50px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.read_more_btn a {
  background: #6d499b;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
}
.read_more_btn a:hover {
  background: #1e0143;
}
/*Latest News*/
/*Press (Media)*/
.press_sec {
  background: #f8f4fe;
  padding: 50px 0px;
  text-align: center;
  margin: 0 auto;
}
.press_title {
  font-size: 37px;
  font-weight: 200;
  text-transform: uppercase;
  color: #000;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 30px;
}
.press_text {
  margin: 0 auto;
  text-align: center;
}
.press_text ul li {
  display: inline-block;
  margin-right: 70px;
}
.press_text ul li:last-child {
  margin-right: 0;
}
/*Press (Media)*/
/*Newsletter Css Start*/
.subscribe_newsletter {
  background: #FFF;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0px;
}
.newletter_from .subscribe_title {
  font-size: 37px;
  font-weight: 200;
  text-transform: uppercase;
  color: #FFF;
  line-height: 58px;
  letter-spacing: 0.30px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 30px;
}
.newletter_from .form-control {
	font-size: 20px;
	color: #333;
	padding: 15px 20px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	border-radius: 0;
	background: #f4f4f4;
	outline: none;
	box-shadow: none;
	border: 0;
}
.newletter_from .footer_btn {
  background: #6d499b;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.50px;
  font-family: 'Roboto', sans-serif;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.5s ease;
  border: 0;
}
.newletter_from .footer_btn:hover {
  background: #1e0143;
}
.newsletter-messege.success {
  background: green;
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
  border-radius: 6px;
  color: #FFF;
}
.newsletter-messege.error {
  background: red;
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
  border-radius: 6px;
  color: #FFF;
}
/*Newsletter Css End*/
/*Footer Section Css Start*/
.footer_section {
  background: #f8f4fe;
  padding: 30px 0px;
}
.footer_sec_text .footer_title {
	font-size: 16px;
	font-weight: 600;
	color: #6d499b;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 20px;
}
.footer_sec_text.subscribe_sec {
  margin: 0 auto;
  text-align: center;
}
.footer_menu ul li {
  display: inline-block;
  width: 30%;
}
.footer_menu ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.50px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: url('../images/footer_arrow.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  transition: all 0.5s ease;
}
.footer_menu ul li a:hover {
  color: #6d499b;
  background-image: url('../images/footer_arrow_h.png')
}
.footer_contact_text ul li {
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}
.footer_contact_text ul li a:hover {
	color: #6d499b;
}
.footer_contact_text ul li a {
	color: #000;
}
.footer_contact_text ul li:last-child {
  margin-bottom: 0;
}
.footer_contact_text ul li i {
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: auto;
  font-size: 20px;
}
.social_icon ul li {
  display: inline-block;
  margin-right: 20px;
}
.social_icon ul li:last-child {
  margin-right: 0;
}
.social_icon ul li a {
  font-size: 21px;
  color: #351361;
  transition: all 0.5s ease;
}
.social_icon ul li a:hover {
  color: #6d499b;
  transform: scale(1.1);
}
/*Footer Section Css End*/
/*Footer Section Css Start*/
.footer_bottom {
	margin: 0 auto;
	text-align: center;
	background: #f8f4fe;
}
.footer_bottom_border {
	border-top: 1px solid #dddddd;
	padding: 15px 0px;
}
.footer_bottom ul li {
	display: inline-block;
	padding: 0px 20px;
}
.footer_bottom ul li a {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1.50px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.footer_bottom ul li a:hover {
    color: #6d499b;
}
/*Footer Section Css End*/
/*TOP ARROW CSS START*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* background: rgb(0, 0, 0); */
	background: #1e0143;
	width: 50px;
	height: 50px;
	/* display: block; */
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 45px;
}
#return-to-top i {
  color: #FFF;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #000;
}
#return-to-top:hover i {
  color: #6d499b;
  top: 5px;
}
/*TOP ARROW CSS END*/
/*Preload Css Start*/
.preload {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999999;
}
.preload img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*Preload Css End*/



