.hkzEld {
	z-index: 100!important;
}
.eSjIaR {
	font-family: "Roboto"!important;
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	color:#00f990;
}
:root {
	--index: calc(1vw);
}
/*Scroll bar */
::-webkit-scrollbar {
	width: 5px;
	opacity: 0.5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #000;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5); 
	border-radius: 10px;
	transition: 0.5s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.7); 
}
/*End Scroll bar*/

/*Main*/
.bg_pace {
	position: fixed;
	z-index: 3000;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	transition: 1s;
}
.bg_pace p {
	font-family: "Comp";
	color: #00f990;
	font-size: 40px;
}
.bg_pace p > span {
	opacity: 0;
}
.dot1 {
	animation: showDot .5s forwards linear;
	animation-delay: 0s;
}
.dot2 {
	animation: showDot .5s forwards linear;
	animation-delay: .5s;
}
.dot3 {
	animation: showDot .5s infinite linear;
	animation-delay: 1.0s;
}
@keyframes showDot {
  0% {
    opacity: 0;
 }

	100% {
    opacity: 1;
 }
}
.wallet_connect_wrapper {
	position: fixed;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.7);
	backdrop-filter: blur(10px);
	animation-duration: .3s;
}
.bg_button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.wallet_connect {
	position: relative;
	z-index: 10;
	max-width: 500px;
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #333;
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 10px #dedede;
}
.wallet_connect p {
	font-family: "Alien";
	font-size: 17px;
	color: #f2f2f2;
}
.single_wallet {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 45px;
	background-color: transparent;
	border: 1px solid #222;
	border-radius: 10px;
	margin-top: 20px;
	text-decoration: none;
	transition: .1s;
}
.single_wallet:hover {
	background-color: #222;
	cursor: pointer;
}
.wallet_logo {
	width: 70px;
	height: 70px;
}
.wallet_name {
	font-family: "Roboto";
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
}
.wallet_descr {
	font-family: "Roboto";
	color: #dedede;
	font-size: 16x;
}
.sticky_wrapper_phase {
	position: sticky;
	max-width: 1140px;
	top: 0;
	overflow: hidden;
}
.sticky_wrapper {
	position: sticky;
	top: 0;
	overflow: hidden;
}
.alert_wrapper {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.alert {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: auto;
	padding: 30px 40px;
	border-radius: 10px;
	background-color: #0e0a11;
	box-shadow: 0 0 10px #00FFFF;
}
.error_alert {
	text-align: center;
	color: #ff6060;
	font-family: "Roboto";
	font-size: 14px;
}
.done_alert {
	text-align: center;
	color: #40e76b;
	font-family: "Roboto";
	font-size: 14px;
}
.close_popup {
	position: absolute;
	top: 6px;
	right: 11px;
	color: #db2525;
	border: none;
	background-color: transparent;
	font-size: 20px;
}
.close_popup:hover {
	cursor: pointer;
}
.alert a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	margin-top: 15px;
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 5px #00ffff;
	font-family: "Alien";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.hide_content {
	background-color: #000;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	opacity: 0;
	transition: .5s;
}
.hide_content p {
	font-family: "Comp";
	color: #00f990;
	font-size: 40px;
}

/*navigation*/

.navigation {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 0px;
	background-color: #00566f;
	box-shadow:0 0 20px #000 , 0 0 20px #000, 0 0 10px #000;
	transition: .3s;
}
.menu_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: .3s;
}
.menu_list_active {
	opacity: 1;
}
.connect_btn {
	margin-top: 70px;
	margin-bottom: 35px;
	padding: 10px 50px;
	font-family: "Alien";
	font-size: 18px;
	color: #00566f;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	box-shadow: 0 0 10px #000;
	opacity: .7;
	transition: .2s;
}
#connect_btn_menu:hover {
	box-shadow: 0 0 10px #00ffff;
	opacity: 1;
	cursor: pointer;
}
#connected_btn {
	box-shadow: 0 0 10px #00ffff;
	opacity: 1;
}
.menu_list a {
	font-family: "Alien";
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	opacity: .7;
	transition: .2s;
}
.menu_list a:hover {
	opacity: 1;
	transform: scale(1.1);
}
.active_navigation {
	width: 300px;
}
/*end navigation*/

/*main section*/

.main_wrapper {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.main_wrapper .stall {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 10;
}
.main_wrapper .stall_desc {
	display: block;
}
.main_wrapper .stall_mob {
	display: none;
}
.main_wrapper .dore_link {
	position: absolute;
	bottom: 13.9%;
	right: 28.4%;
	width: 8.7%;
	height: auto;
	z-index: 15;
	overflow: hidden;
}
/*animation open dore*/
.dore {
	display: inline-block;
	width: 200%;
	height: auto;
	transform: matrix3d(1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: 1s;
}
.open_dore {
	transform: matrix3d(0.9, 0, 1, -0.001, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
/*end animation open dore*/
.dore_img {
	width: 50%;
	height: auto;
}
.bg_dore_open {
	position: absolute;
	bottom: 15.9%;
	right: 28.9%;
	width: 8.8%;
	height: 34%;
	z-index: 1;
	overflow: hidden;
	background-image: url(../img/bg_dore.webp);
	background-size: 100% auto;
	transform: rotate(180deg);
}
.bg_dore_open img {
	display: inline-block;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*winners block*/
.winners_wrapper {
	position: absolute;
	height: 22.5%;
	width: 11.2%;
	bottom: 27.5%;
	left: 25.5%;
	background-color: #000;
	z-index: 15;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-y: scroll;
}
.winners_header {
	font-family: "Alien";
	font-size: calc(var(--index)*0.75);
	color: #fff;
	text-shadow: 0 0 3px #fff;
}
.unconnected_winers {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.unconnected_winers button {
	padding: 4% 11%;
	margin-bottom: 7px;
	font-family: "Alien";
	color: #fff;
	font-size: calc(var(--index)*1.2);
	border: none;
	border-radius: 3px;
	background-color: #1e515f;
	box-shadow: 0 0 5px #00ffff;
	transition: .2s;
}
.unconnected_winers button:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.unconnected_winers p {
	font-family: "Alien";
	font-size: calc(var(--index)*0.75);
	color: #fff;
	text-align: center;
	padding: 0 5px;
}
.winners_data {
	margin-top: 7px;
	display: none;
	flex-direction: row;
	width: 100%;
}
.winners_data ul {
	color: #fff;
	font-family: "Roboto";
	font-size: calc(var(--index)*0.75);
	line-height: 1.3em;
	padding-left: 2%;
}
.winners_data .winners_nicks {
	width: auto;
}
.winners_data ul li {
	list-style-type: none;
}
/*end winners block*/

/*graphic block*/
.graphic_wrapper {
	position: absolute;
	bottom: 25.8%;
	left: 38.7%;
	width: 21.9%;
	height: 29.4%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*end graphic block*/

/*main buttons*/
.bnt_grp {
	position: absolute;
	display: flex;
	flex-direction: row;
	bottom: 18%;
	justify-content: space-between;
	width: 21%;
	left: 38.9%;
	z-index: 15;
}
.bnt_grp a {
	display: inline-block;
	padding: 2% 8%;
	font-family: "Alien";
	font-size: calc(var(--index)*1);
	line-height: 1em;
	color: #fff;
	border: none;
	border-radius: 7px;
	background-color: #1e515f;
	box-shadow: 0 0 7px #fff;
	transition: .2s;
	text-decoration: none;
	text-align: center;
}
.bnt_grp a:hover {
	cursor: pointer;
	transform: scale(1.1);
	background-color: #378196;
}
/*end main buttons*/

/*end main section*/

/*phases section*/
.phase_section {
	position: relative;
	background-color: #0e0a11;
	height: 2700px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gradient_devider_1 {
	width: 100%;
	height: 150px;
	background-image: url(../img/gradient_first_section.png);
	background-repeat: repeat;
	background-color: #00566f;
}
.gambing_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
}
.gambing_wrapper img {
	width: 100%;
	height: auto;
	transition: linear .3s;
}
/*phases*/
.phase_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	transition: linear .3s;
}
.phase {
	font-family: "Alien";
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.phase:nth-child(1){
	margin-left: 70px;
}
.phase:nth-child(3){
	margin-right: 70px;
}
.phase_num_wrapper {
	display: inline-block;
	box-shadow: 0 0 5px #00FFFF;
	border: 1px solid #00FFFF;
	height: fit-content;
	width: fit-content;
	margin: 12px 0;
}
.phase_num {
	padding: 10px 70px;
	padding-bottom: 13px;
	display: inline-block;
	box-shadow: inset 0 0 5px #00FFFF;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 0 8px #fff;
	font-weight: normal;
}
.phase_content {
	margin: 12px 0;
	text-align: center;
	font-size: 18px;
}
.phase_content img {
	height: 20px;
	width: auto;
	margin-left: 15px;
}
/*end phases*/

/*bottom section phases*/
.column_wrapper {
	display: none;
	flex-direction: column;
	align-items: center;
	transform: translateY(-20px);
	opacity: 0;
	transition: linear .3s;
}

.buy_frb_btn {
	padding: 22px 80px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-bottom: 27px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 7px;
	background-color: #00FFFF;
	font-family: "Alien";
	font-size: 37px;
	color: #333;
	cursor: pointer;
	opacity: 0.9;
	transition: .1s;
}
.buy_frb_btn:hover {
	transform: scale(1.1);
	box-shadow: 0 0 10px #00FFFF;
	background-color: #00FFFF;
	opacity: 1;
}
.btn_header {
	font-family: "Alien";
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.phase_4 {
	margin-top: 40px;
	margin-bottom: 20px;
	transition: linear .3s;
}
.phase_4 .phase_num_wrapper {
	display: block;
	height: auto;
	width: auto;
}
.phase_4 .phase_num_wrapper .phase_num {
	display: block;
	padding-top: 10px;
	padding-bottom: 13px;
	font-family: "Alien";
}
.phase_4_content {
	font-family: "Alien";
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/*end bottom section phases*/
.gradient_devider_2 {
	width: 100%;
	height: 100px;
	background-image: url(../img/gradient_first_section.png);
	background-size: 20px 100px;
	background-repeat: repeat;
	background-color: #121318;
	transform: rotate(180deg);

}
/*end phases section*/

/*tokenomic section*/
.tokenomic_section {
	position: relative;
	background-color: #121318;
	height: 2600px;
}
.header_section {
	font-family: "Alien";
	font-size: 50px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: normal;
	color: #00ffff;
	text-shadow: 0 0 30px #00ffff;
}
.active_anim {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 20px 50px;
	color: #333;
	cursor: pointer;
	border-radius: 10px;
	z-index: 10000;
}
.tokenomic_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.gradient_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 500px;
	height: 500px;
	border-radius: 500px;
	margin: 100px 0;
	overflow: hidden;
	box-shadow: 0px 0px 100px #000;
	transition: .1s;
}
.gradient_img img {
	width: 484px;
	height: auto;
}
.fade_img_tokenomic {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	border-radius: 500px;
	background-color: #000;
	opacity: 0;
	transition: .2s;
}

/*rings style*/
.out_ring_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	transition: linear .1s;
}
.out_ring {
	position: relative;
	height: 500px;
	width: 500px;
}
.out_ring::before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 484px;
	height: 484px;
	border: 1px solid #00FFFF;
	border-radius: 500px;
	box-shadow: 0px 0px 7px #00FFFF;
}
.inner_ring {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -66px;
	margin-left: -69px;
	width: 136px;
	height: 132px;
	border: 5px solid #00FFFF;
	border-radius: 126px;
	box-shadow: 0px 0px 80px #fff;
	opacity: 0;
	transition: .2s;
}
/*end rings style*/

/*divider style*/
.divider_wrapper {
	display: flex;
	justify-content: center;
	width: 500px;
	height: 325px;
	position: absolute;
	top: 175px;
	left: 0;
	transform: rotate(0deg);
	transition: linear .1s;
}
.divider {
	margin-top: 9px;
	width: 2px;
	height: 0px;
	background-color: #00FFFF;
	transition: linear .1s;
}
/*end divider style*/

/*percentage style*/
.percentage {
	position: absolute;
	font-family: "Alien";
	font-size: 17px;
	color: #00FFFF;
	text-shadow: 0 0 2px #fff;
	opacity: 0;
	transition: .2s;
}
.percentage_1 {
	top: 54px;
	right: 50%;
	margin-right: -15px;
}
.percentage_2 {
	top: 160px;
	right: 50px;
	transform: rotate(-18deg);
}
.percentage_3 {
	top: 207px;
	right: 36px;
	transform: rotate(-8deg);
}
.percentage_4 {
	bottom: 231px;
	right: 32px;
	transform: rotate(4deg);
}
.percentage_5 {
	bottom: 187px;
	right: 44px;
	transform: rotate(17deg);
}
.percentage_6 {
	bottom: 52px;
	right: 50%;
	margin-right: -15px;
}
.percentage_7 {
	bottom: 194px;
	left: 42px;
	transform: rotate(-15deg);
}
.percentage_8 {
	bottom: 246px;
	left: 37px;
}
.percentage_9 {
	top: 184px;
	left: 45px;
	transform: rotate(15deg);
}
/*end percentage style*/

/*percentage description*/
.description_perc_wrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;

}
.description_perc {
	display: inline-block;
	position: absolute;
	width: 380px;
	font-family: "Roboto";
	font-size: 15px;
	color: #00ffff;
	text-shadow: 0 0 5px #00ffff;
	text-align: center;
	line-height: 1.2em;
	opacity: 0;
	transition: .3s;
	z-index: 500;
}
.description_perc:hover {
	transform: scale(1.1);
	cursor: default;
}
.description_perc_1 {
	top: 30px;
	right: 50%;
	margin-right: -396px;
}
.description_perc_2 {
	top: 208px;
	right: 109px;
	width: 150px;
}
.description_perc_3 {
	top: 280px;
	right: 88px;
	width: 150px;
}
.description_perc_4 {
	top: 356px;
	right: 86px;
	width: 150px;
}
.description_perc_5 {
	bottom: 261px;
	right: 93px;
	width: 150px;
}
.description_perc_6 {
	bottom: 32px;
	left: 50%;
	margin-left: -304px;
	width: auto;
}
.description_perc_7 {
	bottom: 267px;
	left: 166px;
	width: auto;
}
.description_perc_8 {
	bottom: 342px;
	left: 164px;
	width: auto;
}
.description_perc_9 {
	top: 218px;
	left: 109px;
	width: 150px;
}
/*end percentage description*/

/*description line*/
.descr_line_container {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 644px;
	height: 626px;
	top: 50%;
	left: 50%;
	margin-left: -322px;
	margin-top: -313px;
	overflow: hidden;
}
.descr_line_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: .2s;
	opacity: 0;
}
.descr_line {
	height: 60px;
	width: 1px;
	background-color: #00ffff;
	box-shadow: 0px 0px 7px #00ffff;
}
.descr_cercle {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #00ffff;
	box-shadow: 0px 0px 7px #00ffff;
	margin-bottom: 5px;
}
.descr_line_wrapper_2 {
	transform: rotate(67deg);
}
.descr_line_wrapper_3 {
	transform: rotate(81deg);
}
.descr_line_wrapper_4 {
	transform: rotate(93deg);
}
.descr_line_wrapper_5 {
	transform: rotate(103deg);
}
.descr_line_wrapper_6 {
	transform: rotate(180deg);
}
.descr_line_wrapper_7 {
	transform: rotate(256deg);
}
.descr_line_wrapper_8 {
	transform: rotate(270deg);
}
.descr_line_wrapper_9 {
	transform: rotate(286deg);
}
/*end  description line*/
.supply_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.supply_text {
	font-family: "Alien";
	font-size: 20px;
	color: #00ffff;
	font-size: 20px;
	text-shadow: 0 0 30px #00ffff;
	margin-bottom: 20px;
	opacity: 0;
	transition: 1s;
}
/*end tokenomic section*/

/*steps section*/
/*steps first*/
.step_section {
	background-color: #0e0a11;
	min-height: 100vh;
}
.steps {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}

/*step blocks*/
.single_step_wrapper {
	display: inline-block;
	box-shadow: 0 0 15px #00FFFF;
	border: 1px solid #00FFFF;
	height: fit-content;
	width: fit-content;
	border-radius: 5px;
	opacity: 0;
	transition: linear .3s;
}
.single_step {
	display: inline-block;
	padding: 10px 20px;
	box-shadow: inset 0 0 10px #00FFFF;
	border-radius: 4px;
	font-family: "Alien";
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.noborder_block {
	font-family: "Alien";
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	transition: linear .3s;
}
/*vault*/
.vault_grp {
	position: relative;
	opacity: 0;
	transition: linear .3s;
}
.arrow_vault_grp {
	position: absolute;
	display: flex;
	align-items: center;
	right: -150px;
	top: 10px;
}
.vault_img{
	position: relative;
	height: 100px;
	width: auto;
	margin: 10px 0;
}
/*end vault*/

/*errows in row first*/
.row_direction_arrows_first {
	display: flex;
	justify-content: space-between;
	width: 270px;
}
.row_direction_arrows_first .arrow_down {
	height: 90px;
}
/*end errows in row first*/

/*blocks in row first*/
.row_direction_content_first {
	display: flex;
	justify-content: space-between;
	width: 600px;
}
.row_direction_content_first .single_step_wrapper:nth-child(1){
	margin-left: 24px;
}
/*end blocks in row first*/

/*errows in row second*/
.row_direction_arrows_second {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 525px;
}
.row_direction_arrows_second_mob {
	display: none;
	position: relative;
	width: 336px;
	height: 50px;
	transition: linear .3s;
}
/*errows in row second for mobile device*/
.arrow_mob_wrapper_left {
	position: absolute;
	top: 10px;
	left: 7px;
	opacity: 0;
	transition: linear .3s;
}
.arrow_mob_wrapper_right_1 {
	position: absolute;
	top: 10px;
	right: 15px;
	opacity: 0;
	transition: linear .3s;
}
.arrow_mob_wrapper_right_2 {
	position: absolute;
	top: 10px;
	right: 0;
	opacity: 0;
	transition: linear .3s;
}
/*end errows in row second for mobile device*/
.row_direction_arrows_second .arrow_down {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 90px;
}
.arrows_grp {
	width: 145px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*end errows in row second*/

/*blocks in row second*/
.row_direction_content_second {
	display: flex;
	justify-content: space-between;
	width: 960px;
}
.single_step_grp {
	display: flex;
	width: 620px;
	justify-content: space-between;
}
.row_direction_content_second .single_step_wrapper .single_step {
	font-size: 14px;
}
/*end blocks in row second*/

/*last step*/
.last_step_wrapper {
	position: relative;
}
.flexed_arrow_grp {
	position: absolute;
	display: flex;
	align-items: center;
	left: 265px;
	bottom: 20px;
}
.flexed_arrow_wrapper {
	position: relative;
	opacity: 0;
	transition: linear .3s;
}
/*end last step*/

/*bottom info*/
.end_section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.end_section .noborder_block:nth-child(1) {
	margin-top: 20px;
}
.end_section .noborder_block:nth-child(2) {
	margin-top: 30px;
	font-size: 16px;
}
.end_section .noborder_block:nth-child(4) {
	font-size: 16px;
}
.end_section img {
	margin: 20px 0;
	width: 180px;
	height: auto;
	border-radius: 50px;
	opacity: 0;
	transition: linear .3s;
}
/*end bottom info*/
/*end step first*/

/*step second*/
.step_section_2 {
	background-color: #0e0a11;
	padding-top: 150px;
}
.step_2_wrapper {
	display: flex;
	justify-content: center;
}
.steps_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*step second blocks*/
.single_step_2 {
	padding: 30px 50px;
	font-size: 25px;
}
/*blocks in row in secind step*/
.row_direction_step_2 {
	position: relative;
}
.right_group_wrapper {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 336px;
	top: 30px;
}
.right_group {
	position: relative;
}
.right_group .single_step_2 {
	white-space: nowrap;
}
.big_arrow_wrapper {
	position: absolute;
	bottom: 105px;
	right: 105px;
}
/*end blocks in row in secind step*/
.gradient_devider_4 {
	width: 100%;
	height: 50px;
	background-image: url(../img/gradient_steps_section.png);
	background-repeat: repeat;
	background-color: #021a26;
	transform: rotate(180deg);
	margin-top: 50px;
}
/*end step second*/

/*end steps section*/

/*arrows style*/
.arrow_down {
	position: relative;
	height: 75px;
	width: 3px;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	opacity: 0;
	transition: linear .3s;
}
.arrow_down::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 15px;
	width: 3px;
	bottom: -1px;
	right: 4px;
	transform: rotate(-35deg);
	border-radius: 5px;
}
.arrow_down::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 15px;
	width: 3px;
	bottom: -1px;
	left: 4px;
	transform: rotate(35deg);
	border-radius: 5px;
}
.double_arrow {
	background-color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
.arrow_double_up , .arrow_double_down {
	height: 50px;
	width: 3px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
}
.arrow_double_up::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: 0px;
	right: 3px;
	transform: rotate(35deg);
	border-radius: 5px;
}
.arrow_double_up::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: 0px;
	left: 3px;
	transform: rotate(-35deg);
	border-radius: 5px;
}
.arrow_double_down::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: 0px;
	right: 3px;
	transform: rotate(-35deg);
	border-radius: 5px;
}
.arrow_double_down::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: 0px;
	left: 3px;
	transform: rotate(35deg);
	border-radius: 5px;
}
.flexed_arrow {
	position: relative;
	width: 200px;
	height: 283px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom-right-radius: 180px;
}
.flexed_arrow::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: -1px;
	right: 0px;
	transform: rotate(35deg);
	border-radius: 5px;
}
.flexed_arrow::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: -1px;
	right: -6px;
	transform: rotate(-35deg);
	border-radius: 5px;
}
.arrow_mob_left {
	position: relative;
	width: 29px;
	height: 80px;
	border-bottom: 3px solid #fff;
	border-bottom-left-radius: 10px;
	border-left: 3px solid #fff;
}
.arrow_mob_left::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -5px;
	right: 2px;
	transform: rotate(-55deg);
	border-radius: 5px;
}
.arrow_mob_left::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -11px;
	right: 2px;
	transform: rotate(55deg);
	border-radius: 5px;
}
.arrow_mob_right_1 {
	position: relative;
	width: 19px;
	height: 180px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom-right-radius: 7px;
}
.arrow_mob_right_1::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -5px;
	left: 2px;
	transform: rotate(55deg);
	border-radius: 5px;
}
.arrow_mob_right_1::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -11px;
	left: 2px;
	transform: rotate(-55deg);
	border-radius: 5px;
}
.arrow_mob_right_2 {
	position: relative;
	width: 34px;
	height: 275px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom-right-radius: 15px;
}
.arrow_mob_right_2::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -5px;
	left: 2px;
	transform: rotate(55deg);
	border-radius: 5px;
}
.arrow_mob_right_2::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -11px;
	left: 2px;
	transform: rotate(-55deg);
	border-radius: 5px;
}
.arrow_right {
	position: relative;
	width: 70px;
	margin: 0 15px;
	height: 3px;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	transition: linear .3s;
}

.arrow_right::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -2px;
	right: 4px;
	transform: rotate(-55deg);
	border-radius: 5px;
}
.arrow_right::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	bottom: -8px;
	right: 4px;
	transform: rotate(55deg);
	border-radius: 5px;
}
.flexed_arrow_2 {
	position: relative;
	width: 220px;
	height: 368px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	border-top-right-radius: 220px;
	opacity: 0;
	transition: linear .3s;
}
.flexed_arrow_2::before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: -5px;
	left: 4px;
	transform: rotate(-55deg);
	border-radius: 5px;
}
.flexed_arrow_2::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 13px;
	width: 3px;
	top: -11px;
	left: 4px;
	transform: rotate(55deg);
	border-radius: 5px;
}
/*end arrows style*/
/*road map*/
.roadmap_section {
	background-color: #021a26;
}
.road_map_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}
.road_map_wrapper .road_img {
	width: 1110px;
	height: auto;
	transition: linear .2s;
	opacity: 0;
}
.blur {
	filter: blur(15px);
}
.road_step_wrapper {
    position: absolute;
    opacity: 0;
    transition: linear .2s;
}
/*position road steps*/
.road_step {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.road_step_1 {
	top: 130px;
	left: 284px;
}
.road_step_2 {
	top: 165px;
	right: 148px;
}
.road_step_3 {
	top: 223px;
	left: 148px;
}
.road_step_4 {
	top: 264px;
	left: 388px;
}
.road_step_5 {
	top: 363px;
	left: 8px;
}
.road_step_6 {
	top: 453px;
	left: 385px;
}
.road_step_7 {
	top: 533px;
	left: 95px;
}
.road_step_8 {
	bottom: 403px;
	left: 545px;
}
.road_step_9 {
	bottom: 323px;
	left: 55px;
}
.road_step_10 {
	bottom: 148px;
	left: 330px;
}
/*end position road steps*/

/* road cercle*/
.road_cercle {
	margin: 0 5px;
	background-color: #fff;
	border-radius: 20px;
}
.road_cercle_1 {
	width: 10px;
	height: 10px;
}
.road_cercle_2 {
	width: 15px;
	height: 15px;
}
.road_cercle_3 {
	width: 20px;
	height: 20px;
}
.road_cercle_4 {
	width: 30px;
	height: 30px;
}
/*end road cercle*/
.logo_line_wrapper_left , .logo_line_wrapper_right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.logo_line_wrapper_right {
	align-items: flex-end;
}
.logo_wrapper {
	display: flex;
}
.logo_lable {
	font-family: "Alien";
	font-size: 17px;
	color: #fff;
	margin: 0 10px;
	opacity: 0;
	transition: linear .2s;
}
.absolute_logo_label {
	position: absolute;
	right: -230px;
	max-width: 200px;
	bottom: 0;
	font-size: 14px;
}
.absolute_logo_label > li {
	margin: 3px 0;
}
.active_logo_lable_list {
	color: #6cff51;
	text-shadow: 0 0 3px #6cff51;
}
/*road map img style*/
.road_map_wrapper .logo_left {
	width: 50px;
	height: auto;
	margin-bottom: 21px;
	margin-left: 30px;
}
.road_map_wrapper .logo_right {
	width: 50px;
	height: auto;
	margin-bottom: 21px;
	margin-right: 30px;
}
/*end road map img style*/

/*road map lines style*/
.line_logo_left {
	position: relative;
	width: 316px;
	height: 2px;
	background-color: #fff;
}
.line_logo_right {
	position: relative;
	width: 316px;
	height: 2px;
	background-color: #fff;
}
.finish_line_left {
	position: absolute;
	top: -10px;
	left: -3px;
	width: 31px;
	height: 2px;
	background-color: #fff;
	transform: rotate(-40deg);
}
.finish_line_right {
	position: absolute;
	top: -10px;
	right: -3px;
	width: 31px;
	height: 2px;
	background-color: #fff;
	transform: rotate(40deg);
}
.line_1 {
	margin-bottom: 4px;
	width: 316px;
}
.line_2 {
	margin-bottom: 6px;
	width: 316px;
}
.line_3 {
	margin-bottom: 6px;
	width: 345px;
}
.line_4 {
	margin-bottom: 6px;
	width: 299px;
}
.line_5 {
	margin-bottom: 9px;
	width: 255px;
}
.line_6 {
	margin-bottom: 9px;
	width: 667px;
}
.line_7 {
	margin-bottom: 9px;
	width: 430px;
}
.line_8 {
	margin-bottom: 13px;
	width: 430px;
}
.line_9 {
	margin-bottom: 13px;
	width: 435px;
}
.line_10 {
	margin-bottom: 13px;
	width: 294px;
}
/*end road map lines style*/
.active_road {
	background-color: #6cff51;
	box-shadow: 0 0 20px #6cff51 , 0 0 10px #6cff51;
}
/*end road map*/

/*tv section*/
.tv_section {
	background-color: #0c120e;
	position: relative;
}
.dashboard_header {
	display: none;
	position: absolute;
	top: -15px;
	width: 100%;
	z-index: 10;
	font-family: "comp";
	color: #00f990;
	text-shadow: none;
}
.tv_section img {
	width: 100%;
	height: auto;
}
.home_page_btn_wrapper {
	position: absolute;
	left: 12%;
	top: 17%;
	width: 7.2%;
	height: 10.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_button_grp {
	position: absolute;
	top: 17%;
	right: 25%;
	width: 34.1%;
	height: 10.1%;
	display: flex;
	justify-content: flex-end;
}
.left_bottom_btn_grp {
	position: absolute;
	bottom: 13%;
	right: 25%;
	width: 34.1%;
	height: 10.1%;
	display: flex;
	justify-content: flex-end;
}
.tv_button_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 8px;
	width: 21%;
}
.tv_button {
	width: 100%;
	height: 57%;
	background-color: #275557;
	border: none;
	box-shadow: 2px 2px 5px #000;
	transition: .05s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Alien";
	font-size: 14px;
	color: #fff;
}
.tv_button:hover{
	cursor: pointer;
}
.swich_on_tv_btn_wrapper {
	position: absolute;
	left: 12%;
	bottom: 13%;
	width: 7.2%;
	height: 10.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.swich_on_tv_btn {
	width: 100%;
	height: 57%;
	background-color: #275557;
	border: none;
	box-shadow: 2px 2px 5px #000;
	transition: .1s;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .05s;
}
.swich_on_tv_btn:hover {
	cursor: pointer;
}
.led_tv {
	width: 15.7%;
	height: 30%;
	background-color: #333;
	border-radius: 50px;
}
.led_tv_on {
	background-color: #7aff43;
}
.btn_descr {
	margin-top: 2px;
	font-family: "Alien";
	font-size: 12px;
	text-align: center;
	color: #f2f2f2;
}
.app_style {
	position: absolute;
	top: 31.1%;
	left: 12.1%;
	height: 44.1%;
	width: 62.9%;
	background: radial-gradient(118.04% 89.79% at 50% 50%,#474747 0,#000 100%);
	padding: 30px;
	border-radius: 5px;
}
.app_style_content {
	position: relative;
	height: 100%;
	width: 100%;
	font-family: "Comp";
}
.terminal {
	height: 86%;
	overflow-y: scroll;
	color: #00f990;
	font-size: 17px;
}
.text-block>div, .text-block>p {
	margin-bottom: 15px;
	word-break: break-word;
}
.line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	display: flex;
	align-items: flex-end;
}
.console_arrow {
	font-size: 30px;
	color: #00f990;
}
.line input {
	margin-left: 10px;
	width:100%;
	background:0;
	border:0;
	outline:0;
	font-family: "Comp";
	font-size: 17px;
	color:#00ffa3;
	padding: 0;
	line-height: 1em;
	margin-bottom: 3px;
}

/*for mobile view*/
.help-block {
	position: absolute;
	display: none;
	left: 0;
	bottom: 55px;
	width: 100%;
	font-family: "Comp";
	color: #00f990;
	padding: 5px 15px;
	line-height: 19px;
	letter-spacing: -.06em;
	background-color: #252321;
	border-top: 1px solid #33745c;
	-webkit-transition: 250ms all linear;
	-o-transition: 250ms all linear;
	transition: 250ms all linear;
}
.help-block.is-active {
	display: block;
}
.help-block__item {
	margin: 5px 0;
}
.fix-panel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #252321;
	border-top: 1px solid #33745c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	height: 55px;
}
/*humburger*/
.fix-panel__button {
	padding: 20px;
}
.dashboadr_wallet {
	background: transparent;
	font-family: "Comp";
	font-size: 17px;
	color: #00f990;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #00f990;
}
.hamburger , .hamburger_menu {
	cursor: pointer;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 25px;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hamburger_menu {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 2000;
}
.hamburger div , .hamburger_menu div{
	background-color: #00ffa3;
	border-radius: 4px;
	display: block;
	height: 2px;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	width: 100%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.hamburger div:nth-child(1) , .hamburger_menu div:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.hamburger div:nth-child(2) , .hamburger_menu div:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.hamburger div:nth-child(3) , .hamburger_menu div:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.hamburger.open div:nth-child(1) , .hamburger_menu.open div:nth-child(1) {
	left: 4px;
	top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.open div:nth-child(2) , .hamburger_menu.open div:nth-child(2) {
	opacity: 0;
	width: 0;
}
.hamburger.open div:nth-child(3) , .hamburger_menu.open div:nth-child(3) {
	left: 3px;
	top: 16px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*input*/
.fix-panel__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fix-panel__input input {
    width: 100%;
    height: 100%;
    background: 0;
    border: 0;
    outline: 0;
    font-family: "Comp";
    color: #00ffa3;
}
/*end input*/
/*end humburger*/
/*end tv section*/

/*footer*/
.footer {
	background-color: #0e0a11;
	padding: 30px 0;
}
.footer_content_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer_text_wrapper {
	display: flex;
	flex-direction: column;
}
.footer_text , .email_link {
	font-family: "Alien";
	font-size: 15px;
	color: #00FFFF;
	text-shadow: 0 0 50px #00ffff;
	padding: 15px 0;
	transition: .1s;
}
.email_link {
	text-decoration: none;
	color: #0072ff;
	display: inline-block;
	opacity: .8;
}
.email_link:hover {
	opacity: 1;
}
.social_wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer .social_logo {
	margin: 0 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	opacity: .8;
	transition: .2s;
}
.social_logo img {
	width: 100%;
	height: auto;
}
.social_logo:hover {
	transform: scale(1.2);
	opacity: 1;
}
/*end footer*/


@font-face {
	font-family: "FontAwesome"; 
	src: url("../fonts/FontAwesome/fontawesome-webfont.eot"); 
	src: url("../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), 
	url("../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/RobotoRegular/RobotoRegular.ttf");
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	font-family: "Alien";
	src: url("../fonts/AlienWorld/AlienWorld.ttf");
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	font-family: "Comp";
	src: url("../fonts/comp/LCD5x8HRU.ttf");
	font-style: normal; 
	font-weight: normal; 
}
