<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600;700&amp;amp;family=PT+Sans:wght@400;700&amp;amp;display=swap');

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 1);
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
}

h1 {
  font-size: 40px;
  font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
  color: #da36d6;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

.h6 {
  font-size: 18px;
  text-align: center;
  text-transform: unset;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.h6:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #33CCB2;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.h5 {
  font-size: 18px;
  color: #33CCB2;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.h5:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: #33CCB2;
  bottom: 0px;
  left: 0;
}

.h5_center {
  text-align: center;
}

.h5_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}

.sectiondemo {
  height: 800px;
  background-color: #33CCB2;
}

.nav-bg {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(30px);
}

.welcomeText {
  text-align: center;
}

.sectionsRow {
  text-align: center;
  padding: 40px 0px;
}

.justCenter {
  justify-content: center;
}

.eyebrowTitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.titleHeader01 {
  margin-bottom: 32px;
  color: red;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  letter-spacing: 0.1rem;
}

.rowOne {
  height: 100vh;
  display: flex;
  align-items: center;
}

.secondBG {
  position: relative;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 800px;
}


.secondBG span {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.secondBG span img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.OurPurposeSectionBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 1rem;
  /* border-width: 1.5px;
  border-color: hsla(0, 0%, 100%, .05); */
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 2rem;

  background: linear-gradient(32.93deg, hsla(0, 0%, 98%, .1) -19.03%, hsla(0, 0%, 100%, .1) 49.78%, hsla(0, 0%, 86%, .1));

}

.purposeLeft {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

.purposeRight {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.purposeLeft h3 {
  font-size: 20px;
}

.purposeBlank {
  width: 100%;
  margin-bottom: 2rem;
}

.boxStyle {
  border-radius: 1rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 2rem;
  background: linear-gradient(32.93deg, hsl(51deg 97% 50%) -19.03%, hsla(0, 0%, 100%, .1) 49.78%, hsla(0, 0%, 86%, .1));
}

.tockenicon {
  font-size: 62px;
  margin-bottom: 8px;
}

.tokenbox h4 {
  margin-bottom: 16px;
}

.tokenbox p {
  color: rgba(255, 255, 255, 0.5);
}

.rowTwo,
.rowTree {
  position: relative;
}

/* Roadmap  */
.rowFour {
  overflow: hidden;
}

.roadmapSection {
  height: auto;
  position: relative;
  margin: auto;

}




.w-50 {
  width: 50%;
  height: auto;
}

.w-25 {
  width: 25%;
  height: auto;
}

.title-container {
  display: flex;
  padding: 100px 0px;
  justify-content: center;
  align-items: center;
}

.years ul {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}

.years ul li {
  padding-right: 50px;
  width: auto;
  font-family: 'Lexend', sans-serif;
  color: #848B9F;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.8s ease;
  cursor: pointer;
}

.years ul li:nth-child(last) {
  padding: 0;
}

.years ul li:hover,
.years ul .active {
  color: #FFFFFF;
}

.roadmap-content {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  display: flex;
}

.quarter {
  text-align: center;
  position: relative;
}

.quarter ul {
  list-style: none;
}

.quarter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.8s ease;
}

.quarter-title h2 {
  color: #ffffff36;
  /*   text-shadow:-5px -5px 5px #152758, 5px 5px 5px #000000; */
}

.quarter-content {
  opacity: 0;
  transition: all 0.8s ease;
  padding: 20px;
  border-radius: 32px;
  border: solid 1px rgba(255, 255, 255, 0.1);

  background: linear-gradient(32.93deg, hsl(51deg 97% 50%) -19.03%, hsla(0, 0%, 100%, .1) 49.78%, hsla(0, 0%, 86%, .1));

  background-size: cover;
  background-position: center 10px;
  background-repeat: no-repeat;
}

.active .quarter-title {
  opacity: 0;
}

.active .quarter-content {
  opacity: 1;
}

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .roadmap-content {
    padding: 40px 0px;
  }
}

@media only screen and (max-width: 1080px) {
  .container {
    max-width: 1200px;
  }

  .roadmap-content {
    padding: 0px 0px;
  }
}

.navbar-brand { max-width:180px;}
.pt0 {padding-top: 0px;}
.ftrLogo { height: 310px;}
.copytext { text-align: center; margin-bottom: 0px;}
.socialMediaLinks {  display: flex;  align-items: center;}
.socialMediaLinks li {  margin-left: 15px;}
.socialMediaLinks li a {  font-size: 24px;  opacity: 0.5;}
.socialMediaLinks li:hover a{ opacity: 1;}
.ftrNote { display: flex; align-items: center; justify-content: space-between;padding: 20px 10px;}
.ftrlogoCenter { text-align: center; margin-bottom: 80px;}
/* footer { padding-bottom: 60px;} */
.connectionBG{ position: fixed; top: 0px; height: 100%; width: 100%; z-index: -0; opacity: 0.2;}
.rowOne{ position: relative;}
.video section{ height: 100vh; background-color: #000; overflow: hidden;}
video{ object-fit: cover; width: 100%; opacity: 0.2; background-size: cover;}

.rowOne { 
	position: relative; 
	background-image: url("../images/wall5.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.video h1{ margin: 0; padding: 0; position: absolute; top: 70%; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; font-size: 7em; font-family: PT-san; text-transform: uppercase;}
.video img{ 
position: absolute; 
width: 50%; 
animation-delay: 2s; 
transform: translate3d(180%); 
display: inline-block; 
animation: animate 1s linear forwards;}
.video h1 span{ display: inline-block; animation: animate 1s linear forwards;}
@keyframes animate{ 0%{ opacity: 0; transform: rotateY(90deg);filter: blur(0); } 100%{ opacity: 1; transform: rotateY(0deg);filter:blur(0); }}
.video h1 span:nth-child(1){ color: #28ee0e; opacity: 0; animation-delay: 2s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(2){ opacity: 0; animation-delay: 2.2s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(3){ opacity: 0; animation-delay: 2.5s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(4){ opacity: 0; animation-delay: 2.8s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(5){ opacity: 0; animation-delay: 3s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(6){ opacity: 0; animation-delay: 3.2s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(7){ opacity: 0; animation-delay: 3.4s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(8){ opacity: 0; animation-delay: 3.6s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(9){ opacity: 0; animation-delay: 3.8s; background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video h1 span:nth-child(10){ opacity: 0; animation-delay: 4s;  background: -webkit-gradient(linear, left top, left bottom, from(#DA37D5), to(#FFD77B)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.video img{ position: absolute; top: 20%;  animation: fadeIn 6s;}
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}
.video h5{ margin: 0; padding: 0; position: absolute; top: 80%; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; font-size: 2em; font-family: PT-san; text-transform: uppercase;}
.video h5 span{ display: inline-block; animation: animate 1s linear forwards;letter-spacing: 30px;}
@keyframes animate{ 0%{ opacity: 0; transform: rotateY(90deg);filter: blur(0); } 100%{ opacity: 1; transform: rotateY(0deg); filter:blur(0); }}
.video h5 span:nth-child(1){ color: #fff; opacity: 0; animation-delay: 2s;}
.video h5 span:nth-child(2){ color: #fff; opacity: 0; animation-delay: 2.3s;}
.video h5 span:nth-child(3){ color: #fff; opacity: 0; animation-delay: 2.5s;}
.video h5 span:nth-child(4){ color: #fff; opacity: 0; animation-delay: 2.8s;}
.video h5 span:nth-child(5){ color: #fff; opacity: 0; animation-delay: 3s;}
.navbar-brand { width: 180px;}
.tokenS p:hover { border-radius: 100px;background: linear-gradient(133deg, #DA37D5 0%, #FFD77B 100%);}
.tokenS p { border-radius: 100px; background: transparent; padding: 10px 15px; font-size: 18px; border: 1px solid #3d3d3d; margin: 5px;}
.welcomeText p { font-size: 22px; padding-bottom: 25px;}
.tokenS { display: flex;}
.aunchPad { display: flex; justify-content: center; align-items: center; text-align: left; padding: 15px 20px; }
.aunchPad div { width: 50%;}
.aunchPad.right { text-align: right;}
a.btn { color: #ffffff; background: #484848;}
a.btn:hover {  background: #da36d6;  color: #fff;}
.aunchPad {
  background: #1c1b1b;
  border-radius: 10px;
  margin: 10px 0px;
}
.tokenS {
  display: flex;
  justify-content: center;
}
.floating {  
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, 0px); }    
}
h3 {
  font-size: 28px;
  color: #ffc107;
  border-bottom: 1px solid #fdf294;
  padding-bottom: 10px;
}</pre></body></html>