@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;
	transition: all 0.8s ease;
}
img {
	max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
.section_top {
	margin-top: -137px;
	padding-top: 137px;
}
/*Top Section Css Start*/
.top_sec {
	background: #512985;
	padding: 10px 0px;
	position: relative;
	z-index: 9;
}
.welcome_text p {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	line-height: 22px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.welcome_text p a {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	line-height: 22px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.welcome_text p a:hover {
	color: #9c48ff;
}
.contact_sec {
	text-align: right;
}
.contact_sec ul li {
	display: inline-block;
	list-style: none;
}
.contact_sec ul li a{
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	line-height: 22px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	transition: all 0.5s ease;
}
.contact_sec ul li a:hover {
	color: #9f4aff;
}
.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 #484848; */
	position: relative;
	transition: all 0.5s ease;
}
.top_menu_sec::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #484848;
	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: #FFF;
	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: #FFF;
    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: 200;
	color: #FFF;
	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: #FFF;
    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: #FFF;
    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: #FFF;
    color: #6d499b;
}
/*ICO Section Css End*/


/*Timer Section*/

.date_picker_sec {
	background: url('../images/time-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	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: #FFF;
	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: #FFF;
    color:  #6d499b;
}
.price_box p {
	font-size: 28px;
	color: #FFF;
	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: #a5abb2;
	line-height: 25px;
	letter-spacing: 0.60px;
	font-family: 'Roboto', sans-serif;
}
.scoial_icon ul li {
	display: inline-block;
	border: 1px solid #512985;
	background: #1e0143;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	margin-right: 20px;
    transition: all 0.5s ease;
}
.scoial_icon ul li:last-child {
    margin-right: 0;
}
.scoial_icon ul li a {
	color: #b193d8;
	font-size: 18px;
}
.scoial_icon ul li:hover {
    background: #512985;
    cursor: pointer;
}
/*Timer Section*/

/*

canvas {
  display: block;
  vertical-align: bottom;
}
*/
/* ---- particles.js container ---- */

#particles-js {
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	background-color: #1e0143;
	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: #351361;
	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;
}
.bitcoin_box p {
	font-size: 19px;
	font-weight: 500;
	color: #FFF;
	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;
}
.btc_text a:hover {
    background: #FFF;
    color: #6d499b;
}
.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: #271043;
	padding-bottom: 90px;
	padding-top: 200px;
	 z-index: 99; 
	position: relative;
}
.about_section::after {
	position: absolute;
	content: '';
	background: url('../images/advantage_bg_01.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: -1;
}
.about_title {
	font-size: 37px;
	font-weight: 200;
	line-height: 58px;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about_text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #FFF;
	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: #FFF;
    color: #6d499b;
}
.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: #FFF;
    color: #6d499b;
}
.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: #1e0143;
	padding: 60px 0px;
	padding-bottom: 200px;
}
.our_feat {
	margin: 0;
	text-align: center;
	font-size: 37px;
	color: #FFF;
	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: #351361;
	width: 420px;
	text-align: center;
	max-width: 420px;
	padding: 10px;
	position: relative;
	z-index: 9;
}
.our_feat_img {
	margin-bottom: 50px;
}
.lending_text .lend_text {
	color: #FFF;
	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: #FFF;
	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%;
/*	-webkit-animation: slide 80s linear infinite;*/
}
/*
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -3000px 0; }
}
*/
.advantage_section {
	background: #271043;
	padding: 50px 0px;
	position: relative;
	padding-bottom: 30px;
	z-index: 999;
}
.advantage_section::after {
	position: absolute;
	content: '';
	background: url('../images/advantage_bg_01.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.advantage_title {
	margin: 0 auto;
	text-align: center;
	font-size: 37px;
	font-weight: 200;
	color: #FFF;
	line-height: 58px;
	letter-spacing: 0.30px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 60px;
}
.advantage_box {
	background: #1e0143;
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	border-top: 5px solid #6d499b;
	box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.1);
	margin-bottom: 60px;
	max-width: 390px;
	max-height: 245px;
}
.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: 24px;
	font-weight: 200;
	letter-spacing: 0.50px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
/*Advantage of the Project*/
/*Few Steps For a Loan*/

.few_steps_section {
	background: #1e0143;
	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: #FFF;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 80px;
}
.loan_box {
	background: #351361;
	/* 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_02 {
	position: relative;
	margin-bottom: 100px;
}
.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: #ab8bd5;
	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: #FFF;
	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: #1e0143;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.steps_no {
	background: #1e0143;
	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: #271043;
	padding: 60px 0px;
	position: relative;
	z-index: 99;
}
.road_map_section::after {
	position: absolute;
	content: '';
	background: url('../images/advantage_bg_01.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.road_title {
	margin: 0 auto;
	text-align: center;
	font-size: 37px;
	font-weight: 200;
	color: #FFF;
	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: #1e0143;
    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: #ab8bd5;
	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: #FFF;
}
.idea_box {
	background: #351361;
	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: #251240;
	position: relative;
	z-index: 99;
	padding-bottom: 80px;
}
.rounds_section::after {
	position: absolute;
	content: '';
	background: url('../images/rounds_sec_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 701px;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.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: #FFF;
}
.round_text p {
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	line-height: 25px;
	letter-spacing: 0.30px;
    font-family: 'Poppins', sans-serif;
}
.pre_sale_sec {
	background: #1e0143;
	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: #FFF;
	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: #FFF;
    color: #6d499b;
}
.twenty_text {
	border: 2px solid #6d499b;
	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: #FFF;
	font-family: 'Poppins', sans-serif;
	line-height: 70px;
}
.twenty_text p {
	font-size: 21px;
	font-weight: 500;
	color: #ab8bd5;
	line-height: 25px;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.main_ico_section {
	background: #24123f;
	position: relative;
	z-index: 99;
	padding-bottom: 100px;
}
.main_ico_section::after {
	position: absolute;
	content: '';
	background: url('../images/rounds_sec_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 701px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.ico_box {
	margin: 0 auto;
	text-align: center;
	background: #1e0143;
	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: #FFF;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 40px;
}
.bonus_title {
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
	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: #ab8bd5;
	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: 400;
	color: #c4c4c4;
	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: #1e0143;
    padding: 70px 0px;
}
.token_text {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}
.token_title {
	font-size: 37px;
	font-weight: 200;
	color: #FFF;
	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: #FFF;
	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: #888888;
	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: #FFF;
	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: #251240;
	padding: 60px 0px;
	padding-bottom: 200px;
}
.core_title {
	margin: 0 auto;
	text-align: center;
	font-size: 37px;
	font-weight: 200;
	color: #FFF;
	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: #FFF;
	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: #9a9a9a;
	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: #d9c8f0;
	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;
}
.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: #1e0143;
	padding-bottom: 80px;
}
/*Our Advisors*/

/*Latest News*/

.owl-carousel.owl-theme.latest_news {
	display: block;
}
.latest_section {
	background: #251240;
	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: #d9c8f0;
	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: #FFF;
	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: #b69adb;
	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: #FFF;
    color: #6d499b;
}

/*Latest News*/
/*Press (Media)*/
.press_sec {
	background: #1e0143;
	padding: 50px 0px;
	text-align: center;
	margin: 0 auto;
}
.press_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;
}
.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: #251240;
	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;
	border: 0;
	padding: 15px 20px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
	border-radius: 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: #FFF;
	color: #6d499b;
}
.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: #1e0143;
	padding: 30px 0px;
}
.footer_sec_text .footer_title {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	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: #FFF;
	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 a {
	display: block;
	color: #FFF;
	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;
	transition: all 0.5s ease;
}
.footer_contact_text ul li a:hover {
	color: #6d499b;
}
/*
.footer_contact_text ul li :last-child {
    margin-bottom: 0;
}
*/
.footer_contact_text ul li{
	list-style: none;
}
.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: #FFF;
    transition: all 0.5s ease;
}
.social_icon ul li a:hover {
    color: #6d499b;
    transform: scale(1.1);
}
/*Footer Section Css End*/






/*TOP ARROW CSS START*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* background: rgb(0, 0, 0); */
	background: #6d499b;
	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);
}
#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: #FFF;
}
#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*/