@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  
}
body 
{
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(to top, #009bbd, #4c009f, #19002a) ;
}

header
{
  background-image:linear-gradient(to top, transparent, #13116b);
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}



.navigation_top
{
  display: flex;
  font-size: 20px;
  justify-content: right;
  align-items: right;
}

.soc:hover
{
  opacity: 0.7;
}

.reseaux_container {
	background: #0b002d;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.reseaux_container .navigation
{
  display: flex;
  justify-content: center;
  align-items: center;
}


.reseaux_container .navigation a
{
  padding: 15px 15px;
  border-radius: 100px;
  text-decoration: none;
}

.fa-twitter{
	color: white;
}

.fa-discord-alt{
	color: white;
}

.fa-medium{
	color: white;
}


.reseaux_container .navigation a:hover
{
  opacity: 0.7;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .body {
  padding-top: 102px;
}

header .logo {
  z-index: 10000;
}

#front-rock{
  z-index: 100000;
}

header .navigation
{
  display: flex;
  justify-content: center;
  align-items: center;
}

header .navigation li
{
  list-style: none;
  margin-left: 20px;
}

header .navigation a
{
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
}

.toggle
{
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(menu.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
}

.toggle open
{
  background: url(close.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}



header .navigation li a:hover,
header .navigation li a.active
{
  background: #fff;
  color: #19002a;
}



#section_images
{
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-text: center;
  align-content: center;
  overflow: hidden;

}

#section_images::before
{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #0b002d, transparent);
  z-index: 1000;

}

#section_images img
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;

}

#section_images img#earth
{
  mix-blend-mode: screen;
}

#section_images img#front-rock
{
  z-index: 10;
}

#section_images img#stars2{
  display: none;
}


#text
{
  color: #fff;
  white-space: nowrap;
  font-size: 7.5vw;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  z-index: 1000;
}

#btn
{
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #19002a;
  font-size: 1.5em;
  z-index: 9;

}

#about
{
	display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px;
  background: #0b002d;
  padding-bottom: 215px;

}

.tokenomics_wrapper{
	padding: 180px;
	background: #0b002d;
	color: #fff;
}

.title_tok{
	text-align: center;
	font-size: 4em;
}

.tokenomics
{
	display: flex;
	flex-direction: column;
}

.text_tok {
	padding: 50px;
	color: #fff;
	background: #0b002d;
}

#about_container{
	padding-top: 80px;
}

.list{
	font-size: 1.5em;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  position: relative;
}

.list li{
	padding: 10px;
}


#about h2
{
  font-size: 2em;
  margin-bottom: 10px;
  color: #fff;

}



.text_about {
	width: 50%;
	padding: 0px 50px 0px 0px;
}



#image img {
  max-width: 100%
}

.image_un{
	padding: 20px;
	flex-basis: 40%;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #0b002d, #19002a);
  color: white;
  margin: 100px 0;
  border-radius: 7px;
}

.image {
	flex-basis: 40%;
	padding-left: 40px;

}

.tiers {
	background: #0b002d;
	padding-top: 10px;
}

.tiers h2{
	text-align: center;
	font-size: 4em;
  color: #fff;
}

#team {
  background: #0b002d;
  padding-top: 10px;
}

#team_txt {
  text-align: center;
  font-size: 4em;
  color: #fff;
}





.leaders_king{
	background: #0b002d;
	padding-bottom: 10px;
}

.leaders_king h2{
	background: #0b002d;
	padding-top: 10px;
	padding-bottom: 50px;
}

.img_container_tiers{
	display: flex;
  justify-content: center;
  position: relative;
  padding: 100px;
  background: #0b002d;
}

.img_container
{
	display: flex;
  justify-content: center;
  position: relative;
  padding: 180px;
  background: #0b002d;

}


#graph img{

}

#graph p{
	text-align: center;
	color: #fff;
}

#about_container {
	background: #0b002d;
}

#about_container h2{
	text-align: center;
	font-size: 4em;
	color: #fff;
}


.title h2{
	padding-bottom: -100px;
	font-size: 2em;
	margin-top: 10px;
  color: #fff;
  text-align: left;
}

.title p{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #fff;
}


#roadmap_id {
	overflow-x: hidden;
	position: relative;
  padding: 20px;
  background: #0b002d;
  min-height: 100%;
}

.tooltip {
  text-decoration:none;
  position:relative;
  max-width: 60%; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.tooltip span {
  display:none;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
  border-radius:50px;
  color:black;
}
 


@media (max-width: 1074px){
  header
  {
    padding: 20px;
  }
  header .navigation{
    display: none;

  }
	.header .navigation.open{
    position: fixed;
    background: linear-gradient(rgba(19, 17, 107, 0.9), black);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 44vh;
    z-index: 1000;
    border-radius: 0px 0px 50px 50px;
  }
  header .navigation li{
    margin-left: 0;
  }
  header .navigation li a{
  	float: none;
    font-size: 1em;
    margin: 5px 0;
    border-radius: 30px;
    display: block;
    text-align: center;
  }

  .toggle{
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(./assets/menu.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10000;
  }
  .toggle.open{
    position: fixed;
    top: 20px;
    right: 20px;
    background: url(./assets/close.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #about {
  	align-items: left;
  	flex-direction: column;
  	position: relative;
		padding: 100px 50px;
  }
  #about h2{
    font-size: 1em;
  }

  .text_about{
  	width: 100%;
  }

  .title_tok{
  	font-size: 250%;
  }

  #roadmap {
		overflow-x: hidden;
		position: relative;
	  padding: 20px;
	  background: #0b002d;
	  min-height: 100%;
	}

	.image_un{
		width: 100%;
		padding: 50px;
		flex-basis: 0%;
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  background: linear-gradient(to bottom, #0b002d, #19002a);
	  color: white;
	  margin: 100px 0;
	  border-radius: 7px;
	}

 

  .img_container{
  	align-items: left;
  	flex-direction: column;
  	position: relative;
		padding: 50px 50px;
  }

  #about_container{
  	align-items: center;
  	flex-direction: column;
  	position: relative;
		padding: 50px 10px;
  }

  #about_container h2{
  	font-size: 250%;
  }

  #graph{

  	padding: 20px;
  }

  .tooltip:hover span {
  z-index:1000;
  display:block;
  text-align: center;
  border:1px solid black;
  width: 140%;
  margin-left: -20%;
  background: linear-gradient(rgba(19, 17, 107, 0.9), black);
  }

  .tooltip h3 {
    color: white;
    padding: 0px 25px 25px 25px;

  }

  .tokenomics_wrapper{
		padding: 50px 50px;
		background: #0b002d;
		color: #fff;
	}

	.text_tok {
		padding: 20px 20px;
		color: #fff;
		background: #0b002d;
	}

	.img_container_tiers{
		align-items: left;
  	flex-direction: column;
  	position: relative;
		padding: 50px 50px;
	}


  .image img{
  	width: 100px;
  	left: 1000;
  	padding: -150px;
  }
  #section_images img#stars2{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #text
  {
    color: #fff;
    white-space: nowrap;
    font-size: 10vw;
    text-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;

  }
}






@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format("svg");
  font-style: normal;
  font-weight: bold;
}

img {
	min-height: 50%;
  max-width: 100%;
}

.ag-format-container {
  width: 1160px;
  margin: 0 auto;

  position: relative;
}

.ag-timeline-block {
  padding: 300px 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}

.ag-timeline_title-box h2{
  font-size: 4em;
  color: #FFF;
}

.ag-timeline_title {
  background: linear-gradient(#19002a, #fff, floralwhite);
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;

  font-size: 80px;
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #000;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #13116b;
}

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
  display: inline-block;
  margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
  margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
  height: 55px;
  line-height: 50px;
  width: 55px;
  border: 3px solid #13116b;
  background-color: #000;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #000;
  background-color: #13116b;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;
  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #13116b;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #19002a;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #282828;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}
.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #13116b;
}
.ag-timeline-card_desc {
  line-height: 1.45;
  text-align: left;
  font-size: 16px;
  color: #FFF;
}


@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 28px;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .ag-timeline-card_box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 0 20px;
  }
  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 200%;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .ag-timeline_title {
  	font-size: 150%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}