 @font-face {
    font-family: 'Metropolis Bold';
    font-style: bold;
    font-weight: bold;
    src: url("../fonts/Metropolis-Bold.woff") format('woff');
}

@font-face {
    font-family: 'Metropolis Medium';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Metropolis-Medium.woff2") format('woff');
}

:root {
    --color-white: #fff;
	--color-dark:#0D0D0D;
	--color-gray:#2F3740;
	--color-lightgray:#96A0AC;
	--color-gradient:linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
    --color-messageError: #ffc4c4;
    --color-messageSuccess: #b9ffb9;
    --color-fieldError: #EB5757;
    --font-title: 'eurostile-extended',sans-serif;
    --font-text: 'Barlow Condensed', sans-serif;
}


html,
body{

    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: var(--font-text);
    letter-spacing: 0px;
	background: var(--color-dark);
	color: var(--color-white);
}

body.fixed{
    position: fixed;
    width: 100%;
    height: 100%;
}


h1, h2, h3, h4, h5, h6{
  	font-family: var(--font-title);
	font-weight: 500;
	text-transform: uppercase;
}

h1{
	font-size: 36px;
    line-height: 40px;
}

h2{
	font-size: 32px;
    line-height: 36px;
	color: var(--color-tiel);
}

h3{
	font-size: 22px;
}

h4{
    font-size: 18px;
}

h5{
	font-size: 14px;
	margin: 0px;
}

p, li{
	font-weight: 400;
    font-size: 20px;
    line-height: 24px;
	color: var(--color-lightgray);
	font-family:var( --font-text);
}

li{
	list-style: none;
}

ul{
    padding: 0;
    margin: 0;
}


button,
input,
textarea{
    outline: none;
    font-family: var(--font-text);
    font-size: 18px;
    border: none;
    box-sizing: border-box;
}

input{
    color: var(--color-blue)
}

span{
 background: linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}


.p-relative{
    position: relative;
}

.d-flex{
    display: flex;
}

.d-none{
    display: none;
}

.f-align-center{
    align-items: center;
}

.f-justify-center{
    justify-content: center;
}

.f-justify-space{
    justify-content: space-between;
}

.f-justify-around{
	justify-content: space-around;
}

.f-justify-even{
	justify-content: space-evenly;
}

.f-align-start{
    align-items: flex-start;
}

.f-wrap{
    flex-wrap: wrap;
}

.f-col{
    flex-direction: column;
}

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

.text-right{
    text-align: right;
}

.w-40{
    width: 40%;
}

.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}


.w-100{
    width: 100%;
}

.m-0{
    margin: 0;
}

.p-0{
     padding: 0;
 }

.mt-0{
    margin-top: 0;
}

.mt-5{
     margin-top: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}


.mb-0{
    margin-bottom: 0;
}

.mb-5{
    margin-bottom: 5px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.ml-0{
    margin-left: 0;
}

.ml-5{
    margin-left: 5px;
}

.ml-10{
    margin-left: 10px;
}

.ml-20{
    margin-left: 20px;
}

.mr-0{
    margin-right: 0;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.mr-20{
    margin-right: 20px;
}

.mr-50{
    margin-right: 50px;
}

.mr-100{
    margin-right: 100px;
}

section{
    position: relative;
}

.container{
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}

.container-wide{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.btn{
    line-height: 50px;
    display: inline-block;
    padding: 0 35px;
    transition: all .3s;
    cursor: pointer;
    font-family: var(--font-title);
    font-weight: 500;
	letter-spacing: 0px;
}

.btn-color{
    color: var(--color-white);
}
 .btn-color:hover{
     background: var(--color-gradient);
     color: var(--color-dark);
 }

.border-gradient {
	  border: 10px solid;
	  border-image-slice: 1;
	  border-width: 2px;
}

.border-gradient-green {
  border-image-source: linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
}

a{
	text-decoration: none;
}

.outline{
	border: 2px solid var(--color-tiel);
}


.color-gray{
	color:var(--color-gray);
}

.color-lightgray{
	color:var(--color-lightgray);
}

 .color-white{
     color:var(--color-white);
}

.gradient{
  background: linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

 * html .clearfix             { zoom: 1; } /* IE6 */
 *:first-child+html .clearfix { zoom: 1; } /* IE7 */

section{
	overflow:hidden;
}
.box{
    position: relative;
}

.box .top,
.box .bottom,
.box .left,
.box .right {
    position: absolute;
    display: block;
    background: var(--color-gray);
    transition: transform 0.125s linear, background 0.4s linear 0s;
}

.box .top,
.box .bottom {
    width: 100%;
    height: 1px;
    transform: scaleX(0);
}

.box .left,
.box .right {
    width: 1px;
    height: 100%;
    transform: scaleY(0);
}

.box .top {
    top: 0;
    left: 0;
    transition-delay: 0.375s;
    transform-origin: top left;
}

.box .right {
    top: 0;
    right: 0;
    transition-delay: 0.25s;
    transform-origin: top left;
}

.box .bottom {
    bottom: 0;
    right: 0;
    transition-delay: 0.125s;
    transform-origin: top right;
}

.box .left {
    top: 0;
    left: 0;
    transform-origin: bottom left;
}

.active .box .top,
.active .box .bottom {
    transform: scaleX(1);
}
.active .box .left,
.active .box .right {
    transform: scaleY(1);
}

.box:hover .top{
    background: #198F96;
}
.box:hover .right{
    background: #198F96;
}
.box:hover .bottom{
    background: #198F96;
}
.box:hover .left{
    background: #198F96;
}


/***********************

        HEADER

***********************/

header{
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
    padding: 30px 0;
	z-index: 2;
}

header .logo{
    float: left;
}

header .logo:hover{
    opacity: 0.8;
    transform: scale(0.9);
}

header .logo img{
	max-width: 200px;
}

header .nav{
    list-style: none;
    float: right;
    font-weight: 500;
    margin-top: 12px;
}

header .nav li{
    display: inline-block;
    margin-left: 15px;
	font-size: 16px;
}

header .nav li a:not(.btn){
    color: var(--color-white);
    transition: all .3s;
}
header .nav li a{
    position: relative;
}

header .nav li a img{
    vertical-align: middle;
    position: relative;
    top: -2px;
}

header .nav li a:not(.telegram)::before,
header .nav li a:not(.telegram)::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #317659 0%, #23E9F5 100%);;
    top: 100%;
    left: 0;
    pointer-events: none;
}

header .nav li a::before {
    content: '';
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

header .nav li a:not(.telegram):hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

#nav-icon {
    display: none;
    width: 40px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--color-white);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 12px;
}

#nav-icon span:nth-child(3) {
    top: 24px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 18px;
    transform: rotate(-135deg);
}


/***********************

    SECTION HERO

***********************/

section.hero{
    display: flex;
	align-items: center;
}

.mobile-title{
	display: none;
}

.hero .hero-content{
    position: relative;
    z-index: 1;
	margin-left: 5%;
    width: 40%;
}

.hero-content h1{
	margin-bottom: 20px;
}


.hero-video{
	position: absolute;
	top:0;
	z-index: 0;
    width: 100%;
    height: 100%;
}

 .hero-video video{
     height: 100%;
     width: 177.77777778vh; /* 100 * 16 / 9 */
     min-width: 100%;
     min-height: 56.25vw; /* 100 * 9 / 16 */
 }



.powered-by {
	z-index: 1;
}

.opacity-0{
    opacity: 0;
}

.hero .powered-by-fantom{
    display: flex;
    align-items: center;
}
.powered-by{
    position: absolute;
    bottom: 0;
    left: 5%;
}

.fix-nav{
    position: fixed;
    bottom: 20px;
    right: 5%;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.fix-nav .slides{
    color: var(--color-white);
    display: inline-block;
    margin-right: 20px;
}

 .fix-nav .slides i{
     font-style: normal;
     margin: 0 5px;
     opacity: .5;
 }

 .fix-nav .slides i.current-slide{
     opacity: 1;
 }

 .fix-nav img,
 .fix-nav .slide-next,
 .fix-nav .slide-prev{
     width: 55px;
     height: 55px;
 }
 .fix-nav .slide-next,
 .fix-nav .slide-prev{
     position: relative;
     cursor: pointer;
     margin: 0 5px;
 }

 .fix-nav .slide img:nth-child(2){
     opacity: 0;
     transition: .4s;
 }
 .fix-nav .slide:hover img:nth-child(2){
    opacity: 1;
 }

 .fix-nav img{
     position: absolute;
     top: 0;
     left: 0;
 }

 .css-typing i {
     opacity: 0;
     display: block;
     font-style: normal;
     border-right: 2px solid var(--color-white);
     white-space: nowrap;
     overflow: hidden;
 }
 .css-typing i:nth-child(1) {
     width: 680px;
     animation: type 2s steps(40, end);
     animation-delay: 1s;
     animation-fill-mode: forwards;
 }

 .css-typing i:nth-child(2) {
     width: 750px;
     opacity: 0;
     animation: type2 2s steps(40, end);
     animation-delay: 3s;
     animation-fill-mode: forwards;
 }

 .css-typing i:nth-child(3) {
     width: 290px;
     opacity: 0;
     animation: type2 1s steps(20, end);
     animation-delay: 5s;
     animation-fill-mode: forwards;
 }

 @keyframes type {
     0% {
         opacity: 1;
         width: 0;
     }
     99.9% {
         border-right: 2px solid var(--color-white);
     }
     100% {
         opacity: 1;
         border: none;
     }
 }

 @keyframes type2 {
     0% {
         opacity: 1;
         width: 0;
     }
     1% {
         opacity: 1;
     }
     99.9% {
         border-right: 2px solid var(--color-white);
     }
     100% {
         opacity: 1;
         border: none;
     }
 }

 @keyframes type3 {
     0% {
         width: 0;
     }
     1% {
         opacity: 1;
     }
     100% {
         opacity: 1;
     }
 }

 @-webkit-keyframes type3 {
     0% {
         width: 0;
     }
     1% {
         opacity: 1;
     }
     100% {
         opacity: 1;
     }
 }

 @keyframes blink {
     50% {
         border-color: transparent;
     }
 }
 @-webkit-keyframes blink {
     50% {
         border-color: tranparent;
     }
 }


 /***********************

     SECTION INTRO

 ***********************/

.intro span{
  background: linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro li{
	margin-bottom: 20px;
}

.intro li::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #23E9F5 -1.03%, #0D0D0D 100%);
    margin-top: 14px;
}

.intro li::before{
content: url(../images/hexagon.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 2px;
}

.intro .left img{
	max-width: 50%;
}

.line-text{
	font-family: var(--font-title);
	font-size: 100px;
    position: absolute;
    width: 100%;
    text-align: right;
    top: 5%;
    color: #0d0d0d;
    text-shadow: 0px 0px 2px #404040;
    mix-blend-mode: lighten;
}

/***********************

    SECTION POWERED

***********************/

section.powered{
    display: flex;
    align-items: center;
	background: url("../images/powered-bg.png");
	background-size: cover;
}

.feature{
	padding: 30px;
	border-radius: 20px;
	/*border: 1px solid var(--color-gray);*/
    margin-right: 30px;
	width: 43%;
	display: block;
}

.feature-exchange img{
	width: 40%;
}

.feature:hover{
	/*border: 1px solid var(--color-white);*/
}

.active .feature.box:nth-child(1) .top {
    transition: transform 0.125s linear 0.5s, background-color .4s;
}
 .active .feature.box:nth-child(1) .right {
     transition: transform 0.125s linear 0.625s, background-color .4s;
}
 .active .feature.box:nth-child(1) .bottom {
     transition: transform 0.125s linear 0.75s, background-color .4s;
}
 .active .feature.box:nth-child(1) .left {
     transition: transform 0.125s linear 0.875s, background-color .4s;
}

 .active .feature.box:nth-child(2) .top {
     transition: transform 0.125s linear 1s, background-color .4s;
 }
 .active .feature.box:nth-child(2) .right {
     transition: transform 0.125s linear 1.125s, background-color .4s;
 }
 .active .feature.box:nth-child(2) .bottom {
     transition: transform 0.125s linear 1.25s, background-color .4s;
 }
 .active .feature.box:nth-child(2) .left {
     transition: transform 0.125s linear 1.375s, background-color .4s;
 }

 .active .feature.box:nth-child(3) .top {
     transition: transform 0.125s linear 1.5s, background-color .4s;
 }
 .active .feature.box:nth-child(3) .right {
     transition: transform 0.125s linear 1.625s, background-color .4s;
 }
 .active .feature.box:nth-child(3) .bottom {
     transition: transform 0.125s linear 1.75s, background-color .4s;
 }
 .active .feature.box:nth-child(3) .left {
     transition: transform 0.125s linear 1.875s, background-color .4s;
 }

.feature img{
	margin-bottom: 10px;
}

.feature li{
	padding-left: 20px;
    margin-top: 8px;
}

.feature li::before{
	content: url("../images/triangle.svg");
    width: 14px;
    height: 14px;
    position: absolute;
    margin-left: -22px;
}

.left{
	width: 48%;
	margin-right: 2%;
}

.right{
	width: 48%;
	margin-left: 2%;
}

.powered h4{
	margin: 0px;
}
.powered h4 span{
    position: relative;
}
.powered h4 span::after{
	content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0;
}


/***********************

 	SECTION DEVELOPING

***********************/


.developing h1{
	margin: 0px;
	padding-left: 20px;
}

.developing h1::before{
    content: '';
	width: 4px;
    height: 90%;
    top: 6px;
    position: absolute;
    background: linear-gradient(180deg, #317659 0%, #23E9F5 100%);
	left: 0px;
}

.dev-features{
	width: 60%;
    margin: 0px auto;
	font-family: var(--font-title);
	text-transform: uppercase;
}

.dev-features img{
	width: 54px;
	height: 54px;
}

/***********************

 	SECTION WHY

***********************/

section.why{
	background-position: bottom;
	background: url("../images/why-bg.png");
	background-size: cover;
}


.why li{
	margin-bottom: 20px;
}

.why h2{
  background: linear-gradient(89.97deg, #317659 0.02%, #23E9F5 96.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}


.why li{
	padding-left: 20px;
    margin-top: 8px;
}

.why li::before{
	content: url("../images/triangle.svg");
    width: 14px;
    height: 14px;
    position: absolute;
    margin-left: -22px;
}

.why .right, .why video{
	mix-blend-mode: lighten;
}


/***********************

 	SECTION MULTIFUNCTION

***********************/

section.multifunction{
    display: flex;
    align-items: center;
}

/***********************

 	SECTION SUSTAINABILITY

***********************/

section.sustainability{
	background: var(--color-dark);
}

.sustainability-video{
	position: absolute;
    left: 0;
	max-width: 50%;
}

.sustainability video{
	width: 100%;
    mix-blend-mode: lighten;
}

.sustainability-item{
	/*border: 1px solid var(--color-gray);*/
    /*border-radius: 20px;*/
    padding: 30px;
	margin-bottom: 20px;
}


.sustainability-item h4{
	margin: 0px 0px 10px 0px;
}

.sustainability-item li{
	margin-bottom: 12px;
	margin-left: 20px;
}

.sustainability-item li span.bullet{
    opacity: 0;
	content: url("../images/check.svg");
    display: block;
	width: 18px;
	height: 18px;
	position: absolute;
    top: 3px;
    margin-left: -22px
}

.active .sustainability-item.box:nth-child(2) .top {
    transition: transform 0.125s linear 1s, background-color .4s;
}
.active .sustainability-item.box:nth-child(2) .right {
    transition: transform 0.125s linear 1.125s, background-color .4s;
}
.active .sustainability-item.box:nth-child(2) .bottom {
    transition: transform 0.125s linear 1.250s, background-color .4s;
}
.active .sustainability-item.box:nth-child(2) .left {
    transition: transform 0.125s linear 1.375s, background-color .4s;
}

.active .sustainability-item.box:nth-child(3) .top {
    transition: transform 0.125s linear 1.5s, background-color .4s;
}
.active .sustainability-item.box:nth-child(3) .right {
    transition: transform 0.125s linear 1.625s, background-color .4s;
}
.active .sustainability-item.box:nth-child(3) .bottom {
    transition: transform 0.125s linear 1.75s, background-color .4s;
}
.active .sustainability-item.box:nth-child(3) .left {
    transition: transform 0.125s linear 1.875s, background-color .4s;
}

.active .sustainability-item.box:nth-child(4) .top {
    transition: transform 0.125s linear 2s, background-color .4s;
}
.active .sustainability-item.box:nth-child(4) .right {
    transition: transform 0.125s linear 2.125s, background-color .4s;
}
.active .sustainability-item.box:nth-child(4) .bottom {
    transition: transform 0.125s linear 2.25s, background-color .4s;
}
.active .sustainability-item.box:nth-child(4) .left {
    transition: transform 0.125s linear 2.375s, background-color .4s;
}


/***********************

    SECTION BLOCKCHAIN

***********************/

section.blockchain{
	background: url("../images/blockchain-bg.png");
	background-size: cover;
}


.usps:first-child{
	width: 100%;
	border: 1px solid red!important;
}


 .blockchain .arrow,
 .blockchain .arrow:after{
     background: #96A0AC;
     position: absolute;
 }

 .blockchain .arrow:after{
     content:"";
     display: block;
     width: 7px;
     height: 7px;
     transform: rotate(45deg);
     position: absolute;
     top: -3px;
     left: -3px;
 }
 .blockchain .arrow{
     width: 1px;
     height: 32px;
     background: #96A0AC;
 }

.logo-mark{
    mix-blend-mode: lighten;
}

.blockchain video{
	max-width: 250px;
}

 .usp-item-1{
     width: 100%;
 }
 .usp-item-1 p{
     padding-bottom: 20px;
 }

 .usp-item-1 .arrow{
     left: 50%;
     bottom: -10px;
     transform: rotate(180deg);
 }


.usp-item-2, .usp-item-3{
 	width: 30%;
	height: 300px;
}

.usp-item-2{
	margin-right: 20%;
}

 .usp-item-2 .arrow{
     right: -52px;
     height: 107px;
     transform: rotate(90deg);
 }

.usp-item-3{
	margin-left: 20%;
}

 .usp-item-3 .arrow{
     left: -52px;
     height: 107px;
     transform: rotate(270deg);
 }
.usp-item-4{
    width: 100%;
}

.usp-item-1 p,
.usp-item-4 p{
	width: 450px;
}

.usp-item-4 p{
    padding-top: 20px;
}

.logo-mark{
	position: absolute;
    left: 50%;
    top: 55.5%;
    transform: translate(-50%, -50%);
}


.logo-mark img{
	width: 220px;
}

/***********************

    SECTION ROADMAP

***********************/


.roadmap-divider{
    height: 300px;
	width: 2px;
    background: linear-gradient(180deg, #0D0D0D 0%, #2B2B2B 48.96%, #0D0D0D 100%);
}
.roadmap-container{
    display: flex;
	margin-top: 5%;
}

.roadmap-col{
    position: relative;
    padding-left: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}


.roadmap-col h4{
    margin:0px 0px 10px 0px;
	color: var(--color-lightgray);
}

 .roadmap-col-container{
     position: relative;
 }

.roadmap-col li{
	list-style: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

.roadmap-col li::before{
	content: url("../images/arrow-right.svg");
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
}

/***********************

    SECTION TEAM

***********************/

section.team{
	background: url("../images/footer.png");
	background-size: cover;		
}
.team-container{
    height: 300px;
}

.team-member {
	width: 44%;
	margin: 0px 3% 0px 3%;
}

.team-member img{
    max-width: 200px;
	margin-right: 20px;
}

.team-member h5, .name h5{
    width: 100%;
    font-size: 22px;
    line-height: 26px;
}

.team-member a{
	color: var(--color-gray);
}


.team-member  .description{
    font-size: 17px;
    line-height: 21px;
    max-height: 85px;
    overflow: hidden;
    transition: max-height .4s linear 0s;
}

.team-member  .description.open{
    max-height: 300px;
}

.advisor .advisor-logo{
	border-radius: 1000px;
	margin-top: -30px;
    margin-right: -80px;
	max-width: 40px;
}

.name h5{
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}

.name p{
	margin: 0px;
}


/***********************

    SECTION FOOTER

***********************/

section.footer .container{
    margin-top: -100px;
}

footer.container-wide{
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    margin-left: 5%;
}

.footer-logo-container{
	width: 80%;
    line-height: 60px;
	align-items: center;
	margin-bottom: 20px;
}

footer ul li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.logo-container{
	padding: 20px 40px;
    border-radius: 40px;
    max-width: 1000px;
	margin: 0px auto;
}

.logo-container a img:hover{
	opacity: 0.6;
}

footer a{
	color: #ffffff;
}


footer a:hover{
	color: var(--color-tiel);
}

.footer-logo-container h5{
	line-height: 20px;
}

.onepage-pagination{
    display: none;
}

