@charset "UTF-8";
@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");
@media screen and (max-width: 425px) {
	.this {
		font-size: 12px;
  }
}


/* 1. TYPOGRAPHY CSS */

body,
html {
	height: 100%;
}

body {
	margin-top: 78px;
	font-size: 20px;
	line-height: 30px;
	color: #505050;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	body {
		margin-top: 67px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

a {
  text-decoration: none!important;
  color: #8a56ac;
  transition: 0.3s;
  display: inline-block;
}

a:hover {
  color: #352641;
}

a:focus,
a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.grey-bg {
	background: #f7f7f7;
}

.green-bg {
	background: #02c03c;
}

.purple-bg {
	background: #8a56ac;
}

.bg-mery-blue {
	background: #011b3a;
}

.bg-yellow {
	background: #8b9c30;
}

.bg-blue {
	background: #1199fa;
}

.text-light-green {
	color: #7cfda1!important;
}

.text-dark-green {
	color: #05722f!important;
}

.text-blue {
	color: #1199fa!important;
}

.text-white {
	color: #fffafa !important;
}

.text-violet {
	color: #d47fa6 !important;
}

.text-pink {
	color: #d47fa6 !important;
}


.blink {
	animation: blink 3s linear infinite;
}

@keyframes blink {
	50% {
		opacity: 0.7;
	}
}


/* FORM MESSAGE */

.form-message {
	text-align: center;
}

.success {
	color: #009944 !important;
}

.error {
	color: #cf000f !important;
}


/* 2. FEATURES AREA CSS */

.content-box h6 {
  color: #352641;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 15px;
}

.box {
  padding: 30px 20px;
  border-radius: 30px;
  transition: all 0.4s;
  text-align: center;
  background: rgba(255, 255, 255, .2)
}

.box-number{
	font-size: 90px;
    font-weight: 900;
    line-height: 90px;
	color: #8a56ac;
}


/* 2. SOCIAL AREA CSS */

.social ul {
  margin: 0;
  padding: 0;
}
.social ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.social ul li:last-child {
  margin-right: 0;
}
.social ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 30px;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.4s;
	padding: 8px 0;
	display: block;
}
.social ul li a:hover {
  border-color: #011b3a;
  background: #011b3a;
  color: #ffffff;
  transition: all 0.4s;
}


/* 3. BUTTON CSS */
a.btn {
	font-size: 20px;
	color: #fffafa;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-align: center;
	background: #1199fa;
	display: inline-block;
	padding: 13px 30px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

a.btn:hover {
	background: #1189ea!important;
	color: #fffafa  !important;
	transition: all 0.4s;
}

a.btn:active {
    box-shadow: none;
}

a.btn > .btn-light-blue {
	background: #1199fa
}

a.btn > .btn-white {
	
}

a.btn-dark-green {
	font-size: 20px;
	color: #fffafa;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-align: center;
	background: #05722f;
	display: inline-block;
	padding: 13px 50px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

a.btn-dark-green:hover {
	background: #05621f !important;
	color: #fffafa  !important;
	transition: all 0.4s;
}

a.btn-dark-green:active {
    box-shadow: none;
}

a.btn-green {
	font-size: 20px;
	color: #fffafa;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-align: center;
	background: #02c03c;
	display: inline-block;
	padding: 13px 50px;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}

a.btn-green:hover {
	background: #02b02c!important;
	color: #fffafa  !important;
	transition: all 0.4s;
}

a.btn-green:active {
    box-shadow: none;
}


/* HEADER AREA CSS */

.header-area {
	transition: all 0.3s;
	width: 100%;
	z-index: 99;
	background-color: #30223a;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.main-menu ul li a {
	display: block;
	font-weight: bold;
	padding: 16px 13px;
	color: #ffffff;
}

.navbar-nav > li{
  margin-left:15px;
}

.logo {
	display: block;
	max-width: 200px;
}

@media screen and (max-width: 768px) {
	.logo {
		max-width: 170px;
		padding: 10px 0;
	}
	.main-menu ul li a {
		padding: 15px 10px;
	}
}


/* WELCOME AREA CSS */
.welcome-area {
	position: relative;
	z-index: 2;
	color: #fffafa;
	background-color: #352641;
	padding: 60px 0;
}

.welcome-area .title h1 {
	font-size: 85px;
	font-weight: 900;
	line-height: 90px;
	margin-bottom: 10px;
}

.welcome-area .title h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-area {
		text-align: center;
		padding: 30px 0;
	}
}

@media screen and (max-width: 768px) {
	.welcome-area {
		text-align: center;
		padding: 30px 0;
	}
	.welcome-area .title h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	}
	.welcome-area .title h2 {
	font-size: 20px;
	line-height: 30px;
	}
}

/* SECTION AREA CSS */

section {
	padding: 50px 0;
}

.social-area {
	padding: 30px 0;
}

section .header .title {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
}

section .sub-title {
	margin-top: 0px;
    font-size: 20px;
	line-height: 135%;
}

.text-grey {
	color: #d1d0d1!important;
}



@media screen and (max-width: 768px) {
	section {
		padding: 40px 0;
	}

	section .header {
		padding-bottom: 20px;
	}

	section .header .title {
		font-size: 40px;
		font-weight: 900;
		line-height: 50px;
	}

	section .header .sub-title {
		font-size: 20px;
		line-height: 34px;
	}
}

section .cto .title {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
}

.stake-area {
	padding: 30px 0;
}

/* NEWSLETTER AREA CSS */

.newsletter-area .header {
	padding-bottom: 0;
}
.subscribe-form input {
	width: 70%;
	padding: 19px 30px;
	border-radius: 30px 0 0 30px;
	border: none;
	background: #ffffff;
}

.subscribe-form input:focus {
		outline: none;
		box-shadow: none;
	}

.subscribe-form button.submit-btn {
	width: 30%;
	float: right;
	padding: 22px 10px;
	border: none;
	background: #fca25d;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
	border-radius: 0 30px 30px 0;
}

.subscribe-form button.submit-btn:hover {
	background: #d68a4f !important;
	transition: all 0.4s;
}


.subscribe-form p {
	margin-top: 10px;
}

@media screen and (max-width: 991px) {
	.newsletter-area .header {
		text-align: center;
		padding-bottom: 40px;
	}
}


/* ROADMAP AREA CSS */

.roadmap-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.roadmap-description{
	color: #303030;
}

.roadmap-description ul {
    list-style-type: none;
	padding: 0;
}

.timeline{ margin: 0 5px; }
.timeline-content{
    color: #1c1b2e;
    text-align: center;
    display: block;
}

.timeline-year{
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
	margin-bottom: 10px;
    position: relative;
    z-index: 1;
	transition: 0.3s;
}

.timeline-quarter{
	color: #8a56ac ;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 2px solid #eee;
    position: relative;
    z-index: 1;
	transition: 0.3s;
}

.timeline-quarter:before,
.timeline-quarter:after{
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}
.timeline-quarter:after{
    background: #eee;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}
.timeline-detail {
	position: relative;
	padding: 20px;
    border-radius: 30px;
    transition: all 0.4s;
    text-align: center;
    background: #f8f8f8;
}
.timeline-detail:after{
    background-color: #444;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -20px;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #dddddd ;
}
.owl-nav .owl-next {
	right: 0;
	display: flex;
	margin-right: 0%;
	font-size: 30px !important;
}
.owl-nav .owl-prev{
	left: 0;
	display: flex;
	margin-left: 0%;
	font-size: 30px !important;
}


/* TOKEN AREA CSS */

.partition {
	position: relative;
    padding: 20px 20px;
    border-radius: 30px;
    transition: all 0.4s;
    text-align: center;
    background: #f8f8f8;
}

.partition-percentage {
	font-family: "Roboto", sans-serif;
	font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 5px;
    color: #8a56ac;
}

@media screen and (max-width: 768px) {
	.address {
		max-width: 250px!important;
	}
}

/* TEAM AREA CSS */

.profile-card {
    border-radius: 30px;
	background: #f8f8f8;
}

.profile-image {
    border-radius: 30px 30px 0 0;
}

.profile-name{
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-weight: 900;
	color: #8a56ac;
}

.profile-job {
	text-align: center;
	font-size: 15px;
	color: #d47fa6;
}

.profile-description {
	font-size: 18px;
	line-height: 24px;
}


/* FOOTER AREA CSS */

.single-footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer ul {
	margin: 0;
	padding: 0;
}

.single-footer ul li {
	list-style: none;
}

.single-footer ul li a {
	font-size: 20px;
	line-height: 45px;
	color: #1199fa;
	transition: all 0.3s;
}

.single-footer ul li a:hover {
	color: #538dff;
	padding-left: 3px;
	transition: all 0.3s;
}

.footer-logo {
	max-width: 160px;
	margin-bottom: 15px;
}

p.footer-pera {
	padding-right: 30px;
	font-size: 18px;
	line-height: 26px;
}

@media screen and (max-width: 991px) {
	.footer-area {
		text-align: center;
	}
	.footer-logo {
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}
	p.footer-pera {
		padding-right: 0;
	}
}


/* CHART CSS */
.chart {
  position: relative;
  text-align: center;
}

.chart .centered-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chart .centered-title h3 {
	font-size: 60px;
	font-weight: 900;
	color: #303030;
	line-height: 50px;
}

.chart .centered-title p {
	font-size: 16px;
}

/* LOADER CSS */
.mesh-loader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #011b3a;
}
.mesh-loader > img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer {
	line-height: 1.5;
	font-size: 17px;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-buttons ul > li {
	display: inline-block;
	margin: 0 2px;
}
.social-buttons ul > li:first-child {
	margin-left: 0;
}
.social-buttons ul > li:last-child {
	margin-right: 0;
}

.btn-social-min {
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 44px;
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
	background-color: #ffffff;
}

.risk-disclosure, .copyright {
	font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    color: #A0A9BE;
}

.risk-disclosure {
	text-align: justify;
}

.line {
	box-sizing: border-box;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 16px;
    background-color: #323C52;
    height: 1px;
}