
.showOnMobile {
	display: none;
}

.hideOnMobile {
	display: initial;
}

.connectWallet {
	width: -moz-available;
}

.connectWallet {
	width: -webkit-fill-available;
	font-size: 16px;
}

.socialMedia {
	justify-content: flex-start;
}

.button {
	width:  40px;
	height: 40px;
	float: left;
	cursor: pointer;
	background: linear-gradient(90deg, #ff01f8 25%, #02a4ff 100%);
	overflow: hidden;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0px 18px 4px #5e68fc;
	margin-right: 10px;
	margin-top: 10px;
}

.button span {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	margin-left: 10px;
}


.button .icon {
	width: inherit;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.button .icon i {
	font-size: 15px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}

.button:hover i {
	color: #fff;
}



@media only screen and (max-width: 600px) {
	.showOnMobile {
		display: initial;
	}

	.hideOnMobile {
		display: none;
	}
	.connectWallet {
		width: auto;
		font-size: 12px;
	}

	.socialMedia {
		justify-content: center;
	}
}


section.small_pb {
	padding-bottom: 50px;
}

.roadmap {
    position: relative;
	display: block;
	padding:0 100px;
}
.roadmap_box{
	margin-top: 115px;
	position: relative;
	text-align: center;
}
.icon_roadmap {
	color: #ffffff;
	left: 0;
	position: absolute;
	right: 0;
	top: -115px;
	z-index: 9;
}
.icon_roadmap i {
	font-size: 38px;
}
.roadmap.gradient_box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.roadmap::before {
	border-top: 1px dashed rgba(255, 255, 255, 0.6);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 80px;
}
.roadmap_icon {
	background-color: #ffffff;
	border-radius: 100%;
	height: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -45px;
	width: 20px;
}
.rd_complete .roadmap_icon {
	background-color: #ff67cb;
}
.roadmap_icon::before {
	border: 3px solid #ffffff;
	border-radius: 100%;
	bottom: 0;
	content: "";
	left: 0;
	margin: -10px;
	position: absolute;
	right: 0;
	top: 0;
}
.rd_complete .roadmap_icon {
	height: 15px;
	top: -42px;
	width: 15px;
}
.rd_complete.current .roadmap_icon {
	height: 20px;
	top: -45px;
	width: 20px;
}
.rd_complete .roadmap_icon::before {
	margin: -8px;
}
.rd_complete.current .roadmap_icon::before {
	margin: -10px;
}
.roadmap_inner,
.timeline_inner {
	border-radius: 5px;
	padding: 10px 5px;
	position:relative;
}
.roadmap_box.current .roadmap_inner,
.timeline_box.current .timeline_inner {
	background-color: #ff67cb;
}
.roadmap_box.current .roadmap_inner::before,
.timeline_box.current .timeline_inner::before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff67cb;
	border-style: solid;
	border-width: 0 8px 8px;
	content: "";
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -8px;
	width: 0;
}
.roadmap_box h6,
.timeline_box h6 {
	color: #ffffff;
}
.roadmap_box p,
.timeline_box p {
	color: #ffffff;
	font-size:14px;
	line-height:26px;
	margin: 0;
}
.roadmap .owl-prev,
.roadmap .owl-next {
	position: absolute;
	top: 63px;
}
.roadmap .owl-prev {
	left: 50px;
}
.roadmap .owl-next {
	right: 50px;
}
.roadmap .owl-nav i {
	background-color: #ffffff;
	border-radius: 100%;
	color: #5957cd;
	display: block;
	font-size: 26px;
	height: 33px;
	line-height: 37px;
	text-align:center;
	width: 33px;
}
.roadmap .owl-nav i:hover,
.timeline .owl-nav i:hover {
	background-color: #ff67cb;
	color: #fff;
}
.roadmap .owl-prev i,
.timeline .owl-prev i {
	padding-right: 3px;
}
.roadmap .owl-next i,
.timeline .owl-next i {
	padding-left: 3px;
}
.roadmap .owl-nav .disabled {
	cursor: default;
}
.roadmap .owl-nav .disabled i,
.timeline .owl-nav .disabled i {
	background-color: #ffffff !important;
	color: #5957cd; 
}
.single_roadmap h6 {
	color: #ffffff;
	font-weight: 600;
	left: 0;
	position: absolute;
	right: 0;
	top: -50px;
}
.roadmap_list .col-lg:nth-child(2n) .single_roadmap h6 {
	bottom: -60px;
	top: auto;
}
.roadmap_list p {
	color: #ffffff;
	margin: 0;
}
.roadmap_list {
	margin-bottom: 200px;
	padding: 0 50px;
	position: relative;
	text-align: center;
}
.single_roadmap {
	padding: 0px 0px 130px;
}
.roadmap_list .col-lg:nth-child(2n+1) .single_roadmap {
	left: 0;
	padding: 130px 0px 0px;
	position: absolute;
}
.single_roadmap .roadmap_icon {
	background-color: #ffffff;
	border-radius: 100%;
	height: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -9px;
	width: 20px;
}
.single_roadmap .roadmap_icon::before {
	border: 3px solid #ffffff;
	border-radius: 100%;
	bottom: 0;
	content: "";
	left: 0;
	margin: -10px;
	position: absolute;
	right: 0;
	top: 0;
}
.roadmap_list .col-lg:nth-child(2n) .single_roadmap .roadmap_icon {
	bottom: -10px;
	top: auto;
}
.single_roadmap::before {
	border-left: 1px dashed rgba(255,255,255,0.6);
	content: "";
	height: 90px;
	left: 50%;
	position: absolute;
	top: 20px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single_roadmap::after {
	background-color: #ffffff;
	border-radius: 100%;
	content: "";
	height: 9px;
	left: 50%;
	position: absolute;
	top: 110px;
	width: 9px;
	-moz-transform: translateX(-50%);
	-weblit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.roadmap_list .col-lg:nth-child(2n) .single_roadmap::before {
	bottom: 20px;
	top: auto;
}
.roadmap_list .col-lg:nth-child(2n) .single_roadmap::after {
	bottom: 110px;
	top: auto;
}
.roadmap_list::before {
	border-bottom: 1px dashed rgba(255,255,255,0.6);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}
.single_roadmap.roadmap_done .roadmap_icon {
	background-color: #ff67cb;
}
.box_roadmap {
	margin-top: 120px;
	position: relative;
	text-align: center;
}
.box_roadmap .roadmap_inner {
	padding: 20px 5px 0;
}
.roadmap_wrap::before {
	border-top: 1px dashed rgba(255, 255, 255, 0.6);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 17px;
	width: 100%;
}
.box_roadmap h6 {
	color: #ffffff;
}
.box_roadmap p {
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.box_roadmap .roadmap_inner::before {
	border-left: 1px dashed rgba(255, 255, 255, 0.6);
	content: "";
	height: 86px;
	left: 50%;
	position: absolute;
	top: -86px;
}
.box_roadmap .roadmap_inner::after {
	background-color: #ff67cb;
	border-radius: 100%;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 0;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	z-index: 0;
}
.box_roadmap.rd_complete .roadmap_icon::after {
	color: #ffffff;
	content: "";
	font-family: ionicons;
	font-size: 14px;
	left: 6px;
	line-height: 16px;
	position: absolute;
	top: 3px;
}
.box_roadmap .roadmap_icon {
	height: 24px;
	top: -115px;
	width: 24px;
}
.box_roadmap .roadmap_icon::before {
	background-color: rgba(255, 255, 255, 0.5);
	border: 0 none;
	margin: -4px;
	z-index: -1;
}
.roadmap_wrap .owl-prev {
    left: -20px;
}
.roadmap_wrap .owl-next {
	right: -20px;
}
.roadmap_wrap .owl-nav i {
	color: #ffffff;
	display: block;
	font-size: 26px;
	text-align: center;
}
.roadmap_wrap .owl-nav i:hover {
	color: #ff67cb;
}
.roadmap_wrap .owl-prev, 
.roadmap_wrap .owl-next {
    position: absolute;
    top: 4px;
}
.timeline_wrap {
	padding-top: 30px;
	position: relative;
}
.timeline_wrap::before {
	background-color: #0043bb;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
.timeline_block {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.timeline_icon.tm_complete {
	background-color: rgba(7,24,144,0.5);
	color: #ffffff;
}
.timeline_icon.tm_complete::before {
	background-color: #071890;
	border-radius: 100%;
	bottom: 0;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
}
.timeline_icon {
	background-color: #071890;
	border-radius: 100%;
	font-size: 12px;
	height: 20px;
	left: 50%;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 15px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
}
.timeline_content {
	background-color: #071890;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	text-align: right;
	width: 46%;
}
.timeline_content h6 {
	color: #ffffff;
}
.timeline_content p {
	color: #ffffff;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}
.timeline_block:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.tm_date {
	color: #071890;
	font-weight: 600;
	left: 115%;
	line-height: normal;
	position: absolute;
	text-align: left;
	top: 12px;
	width: 100%;
}
.timeline_content::before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #071890;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	top: 17px;
	width: 0;
}
.timeline_block:nth-child(2n) .timeline_content::before {
	border-color: rgba(0, 0, 0, 0) #071890 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 9px 9px 9px 0;
	left: -9px;
	right: auto;
}
.timeline_block:nth-child(2n) .tm_date {
	left: auto;
	right: 115%;
	text-align: right;
}
.timeline_box {
	margin-top: 45px;
	position: relative;
	text-align: center;
}
.timeline::before {
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
}
.timeline .owl-prev, .timeline .owl-next {
    position: absolute;
    top: 0px;
}
.timeline .owl-nav i {
    background-color: #ffffff;
    border-radius: 100%;
    color: #5957cd;
    display: block;
    font-size: 26px;
    height: 33px;
    line-height: 37px;
    text-align: center;
    width: 33px;
}
.timeline .owl-prev {
    left: -30px;
}
.timeline .owl-next {
    right: -30px;
}
.timeline_circle {
    background-color: #ffffff;
    border-radius: 100%;
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -34px;
    width: 13px;
}
.timeline_circle::before {
    border: 2px solid #ffffff;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    margin: -6px;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 0;
}
.timeline_box.complete .timeline_circle::before {
    border-color: #ff67cb;
    margin: -8px;
    background-color: #ff67cb;
    z-index: -1;
}
.timeline_box.complete::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -30px;
    background-color: #ff67cb;
    height: 5px;
    z-index: -2;
    width: 110%;
    margin-left: -30px;
}


.v_light_dark .roadmap .owl-nav i,
.v_light_dark .roadmap .owl-nav .disabled i:hover {
	color: #121833;
}
.v_light_dark .roadmap .owl-nav i:hover {
	color: #ffffff;
}
.v_blue .roadmap .owl-nav i,
.v_blue .roadmap .owl-nav .disabled i:hover {
  color: #121a6d;
}
.v_blue .roadmap .owl-nav i:hover {
	color: #ffffff;
}
.v_blue_light .roadmap_list h6,
.v_blue_light .roadmap_list p {
	color: #7a7a7a;
}
.v_blue_light .single_roadmap::before,
.v_blue_light .single_roadmap .roadmap_icon::before,
.v_blue_light .roadmap_list::before {
	border-color: #193dc0;
}
.v_blue_light .single_roadmap .roadmap_icon,
.v_blue_light .single_roadmap::after {
	background-color: #193dc0;
}
.v_dark .timeline .owl-nav i {
	color: #0c0e27;
}
.v_dark .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover,
.v_navy_blue .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover,
.v_cyan_blue .timeline .owl-nav [class*="owl-"]:not(.disabled) i:hover {
    color: #fff;
}
.v_navy_blue .timeline .owl-nav i {
	color: #0043bb;
}
.v_cyan_blue .timeline .owl-nav i {
	color: #0e082c;
}









.single2 {
	padding: 10px;
	border-radius: 25px;
	box-shadow: 0px 0px 10px 5px white;
}

















.Block_text {
	background: var(--black_background);
	color: #fff;
	padding-bottom: 100px
}

.Block_text>h2 {
	text-align: center;
	padding: 100px 0;
	font-weight: 300;
	font-size: 50px
}

.Block_text>h2:after {
	background: none repeat scroll 0 0 #fff;
	bottom: -10px;
	content: "";
	display: block;
	height: 1px;
	position: relative;
	width: 150px;
	margin: 0 auto
}

.Text-blocks {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto
}

.Text_block {
	text-align: left;
	padding: 0 50px;
	margin: 20px auto
}

.buy-steps {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 768px;
	margin: 0 auto 40px
}

.step-icon>img {
	max-width: 96px;
	padding: 15px
}

.Text_block h4 {
	font-weight: 700;
	font-size: 22px;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 3px
}

.infoLink {
	color: var(--link_hover)
}

.wallet-imgs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto
}

.wallet-imgs>img {
	max-width: 250px;
	padding: 30px;
	margin: 0 auto
}

.Text_block p {
	max-width: 32ch;
	margin: 10px auto
}

@media(max-width:900px) {
	.Text_block {
		padding: 50px!important
	}
	.Block_text>h2 {
		font-size: 40px!important
	}
	.Text_block h4 {
		max-width: unset;
		height: unset
	}
	.buy-steps {
		display: block
	}
	.step-icon,
	.step-info {
		text-align: center
	}
	.step-info {
		padding: 10px
	}
}