:root {
  --brand-dark: #0e0e14;
  --brand-neonYellow: #e0fd7a;
  --brand-lilac: #baafff;
  --brand-violet: #8c79ff;
  --brand-pink: #bf82ff;
  --brand-green: #02e1b2;
  --text-white: #f2f2f2;


  --easing: cubic-bezier(0.5, 0.7, 0.4, 1);

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} 

body {
  font-family: 'Chakra Petch', sans-serif;
  color: var(--text-white);
  background-color: var(--brand-dark);
  font-size: 1.125rem;
  display: grid;
  letter-spacing: 1px;
  text-align: center;
}

/* -- new fontsizes */
.text-xs	{
  font-size: 0.75rem; /* 12px */
  line-height: 1.2rem; 
  letter-spacing: 1.75px;
} 

.text-base {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}

.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.25rem; 
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}

.text-5xl {
  font-size: 3rem; /* 48px */
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem; /* 60px */
  line-height: 1;
}

.leading-mid {
  line-height: 1.75rem;
}

.leading-big {
  line-height: 2.45rem;
}

.left-txt {
  text-align: left;
}


/*  layout general --------  */

.flexParent {
  display: flex;
  justify-content: space-between;
}

.col2 {
  padding: 0 2%;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.col2-img {
  padding: 0;
}

.col3 {
  padding: 0 3%;
  display: flex;
  flex-direction: column;
}

/* gamers guilds games */
.col3 img {
  width: 280px;
  height: auto;
}

.logos-box {
  display: flex;
  flex-wrap: nowrap;
}

.logo-item {
  flex: 1 1 25%;
  margin-bottom: 48px; 
}
.logo-item img {
  width: 224px;
  height: auto;
  transform-origin: 50% 50%;
  transition: transform .2s var(--easing); 
  cursor: pointer;
}

.logo-item img:hover {
  transform: scale(1.15);
}



/* width - layout */
.w-80 {
  width: 80%; 
  margin: 0 auto;
} 

.w-55 {
  width: 55%; 
  margin: 0 auto;
} 

.w-30 {
  width: 33.33%;
  margin: 0 auto;
} 

/* margins paddings -etc */
.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mt-2	{
  margin-top: 0.5rem; /* 8px */
}

.mt-4	{
  margin-top: 1rem; /* 16px */
}

.mt-10 {
  margin-top: 2.5rem; /* 40px */
}	

.mt-16 {
  margin-top: 4rem; /* 64px */
}

.mt-20 {
  margin-top: 5rem; /* 80px */
}	

.mt-32 {
  margin-top: 8rem; /* 128px */
}

.mt-40 {
  margin-top: 10rem; /* 160px */
}	

.mt-56 { 
  margin-top: 14rem; /* 224px */
}	
.py-4 {
  padding-top: 1rem; /* 16px */
  padding-bottom: 1rem; /* 16px */
}

.py-6 {
  padding-top: 1.5rem; /* 24px */
  padding-bottom: 1.5rem; /* 24px */
}	

.pt-6	{ 
  padding-top: 1.5rem; /* 24px */ 
}

.px-4 {
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
}	

/* for MXP popup  */
.landing {
  background: url('/img/mxp-popup-hero.png');
  background-size: cover;
  height: 100vh;
  background-position:center;
  background-repeat: no-repeat;
}
.strokedTextPurple {
  color: #baff66;
  -webkit-text-stroke: 1.6px #8822bb;
  -webkit-text-fill-color: #baff66;
}
.btnWrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tryBtn {
  padding: 16px 32px;
  letter-spacing: 2.5px;
  color: #8822bb;
  background-color: #baff66;
  border: 2px solid #8822bb;
  border-radius: 8px;
  box-shadow: 0px 8px 15px rgba(112, 31, 160,.3);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.tryBtn:hover {
  background: #baff66;
  background: linear-gradient(151deg, rgba(186,255,102,1) 0%, rgba(250,189,161,1) 100%);
  box-shadow: 0px 15px 20px rgba(112, 31, 160,.3);;
  transform: translateY(-7px);
}
.tryBtn:hover {
  background: #e50945;
  color: #fabda1;
  border: 2px solid #e50945;
  box-shadow: 0px 15px 20px rgba(112, 31, 160,.3);;
  transform: translateY(-7px);
}


/* images  */

.hero-img {
  width: 1188px;
  height: auto;
}

.ecosystem-img {
  width: 880px;
  height: auto;
}

.soulbound-logoH {
  width: auto;
  height: 220px;
}

.M-XP_token {
  width: 180px;
  height: auto;
}

.starBullet {
  width: 24px;
  height: auto;
}

.quests-img {
  width: 766px;
  height: auto;
}

.socialxp-img {
  width: 906px;
  height: auto;
}

.partnerships-img {
  width: 504px;
  height: auto;
}

.artsyDiscord {
  width: 370px;
  height: auto;
  margin: 0 auto;
  animation: pulse 1.3s infinite;
}

@keyframes pulse {
  0%, 100% { animation-timing-function: var(--easing); }
  50% { transform: scale(1.05); }
}

.team-img {
  width: 150px;
  height: auto;
}


a {
  text-decoration: none;
}

.active {
  font-weight: 700;
}

ul {
  list-style-type: none;
}

/* sections  */

section.ecosystem p {
  line-height: 26px;
  padding: 0 20px 20px;
  font-size: 1rem; /* 16px */
}
section.ecosystem ul {
  margin-top: -84px;
}


.brandYellow {
  color: var(--brand-neonYellow);
}

.brandLilac {
  color: var(--brand-lilac);
}

.brandViolet {
  color: var(--brand-violet);
}

.brandPink {
  color: var(--brand-pink);
}

.brandGreen {
  color: var(--brand-green);
}

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

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.gamefiSaga {
  letter-spacing: 14px;
  margin-left: 14px; 
}

.gamefiSaga {
  margin-top: -40px;
}

.strokedTextLilac {
  color: var(--brand-lilac);
  -webkit-text-stroke: 1px var(--brand-lilac);
  -webkit-text-fill-color: var(--brand-dark);
}

.strokedTextYellow {
  color: var(--brand-neonYellow);
  -webkit-text-stroke: 1px var(--brand-neonYellow);
  -webkit-text-fill-color: var(--brand-dark);
}


/*  menu bar  */
.nav-position {
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 50% ;
  transform: translate(-50%, 0);
  height: 80px; 
  background: rgb(14,14,20);
/*   background: linear-gradient(180deg, rgba(14,14,20,1) 75%, rgba(14,14,20,0) 100%); */
  position: fixed; top:0;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8vh;
}

.logo {
  display: flex;
  width: 50%;
}

.logo img {
  width: auto;
  height: 64px;
  margin-top: -16px;
  margin-left: 32px; 
}

/* icons */
.socials {
  display: flex;
  align-items: flex-start;
}

.socials li {
  margin-top: 8px;
  padding-right: 32px;
}


.team-avatar,
section.ecosystem li,
.socials,
section.roadmap li,
section.revenueGen li,
section.initialAssets li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
} 

section.roadmap {
  margin: 0 auto;
  width: 60%;
}



/* icons and images--- */

.icon {
  width: 64px;
  height: auto;
}

.icon-socials img {
  width: 48px;
  height: auto;
  opacity: .3;
  transform-origin: 50% 50%;
  transition: transform .2s var(--easing); 
}

.icon-socials img:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* footer ---- */

section.footer {
  position: relative;
  margin: 0;
}

.footerBG {
  position: absolute;
  left:0;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: -2;
}

.Soulbound-footerLogo {
  width: auto;
  height: 24px;
  margin: 0 auto;
}


.footer p { 
  text-align: center;
  margin-bottom: 64px;
}


/* rocks BG  */


.BGimages { 
  position: relative; 
} 

.rock {
  position: absolute;
  z-index: -3;
  overflow: hidden;;
}

.rock1 {
  left: 15px;
  top: -205px;
  width: 346px;
  height: auto;
}

.rock2 {
  right: 0px;
  top: 0px;
  width: 303px;
  height:  auto;
}

.bg-player {
  left: 15px;
  top: -175px;
  width: 274px;
  height: auto;
}

.bg-property {
  right: 40px;
  top: -110px;
  width: 247px;
  height: auto;
}

.space-el-1 {
  left: 64px;
  top: 45px;
  width: 253px;
  height: auto;
}

.space-el-2 {
  right: 40px;
  top: -100px;
  width: 146px;
  height:  auto;
}

.space-el-3 {
  left: 25px;
  top: 65px;
  width: 237px;
  height: auto;
}

/* modal */
.litepaperBtn {
  cursor: pointer;
}

.close-div {
  position: absolute; 
  top: 1rem; right: 1rem;
  cursor: pointer
}

.close-flex {
  display: flex;  
  align-items: center; 
  gap:8px
}

.toolTip {
  visibility: hidden;
  width: auto;
  background-color: #f9bca0;
  color: #e50945;
  text-align: center;
  border-radius: 6px;
  padding: 4px 16px 3px;

  /* Position the tooltip */
  position: absolute;
  bottom: -20px;
  margin-left: -60px;
  z-index: 1;
}

.litepaperBtn:hover .toolTip {
  visibility: visible;
}

.modal {  
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 10;
   min-height: calc(100vh - 105px);
   overflow: auto;
   background-color: rgba(0,0,0,.80);
}

.modalFade { 
  display: none; opacity: 0;  
}
.modalUp { 
  display: block; opacity: 1; 
}

.close-icon { display: none; }
.close-icon-reveal { display: block; }

.grid-stack {
  background-color: #e50945;
  background: linear-gradient(0deg, rgba(187,255,102,1) 0%, rgba(229,9,69,1) 45%);
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 180px repeat(3, 1fr);
  margin: 5% 10%;
}

.grid-logo {
  grid-column: 1 / span 12;
  grid-row: 1 / span 1;
  align-self: center;
}

.grid-logo img {
  width: 260px;
  height: auto;
}

.stacked {
  display: grid;
}

.stacked > * {
  grid-column: 1/2;
  grid-row: 1/2;
}

.grid-element-mid {
  grid-column: 3 / span 8;
  grid-row: 2 / span 4;
  margin-top: 10px;
  margin-bottom: 20px;
}

.grid-element-topLeft {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  display: grid;
  place-items: start end;
}

.grid-element-bottomLeft {
  grid-column: 2 / span 1;
  grid-row: 4 / span 1;
  display: grid;
  place-items: end end;
}

.grid-element-topRight {
  grid-column: 11 / span 1;
  grid-row: 2 / span 1;
  display: grid;
  place-items: start;
}

.grid-element-bottomRight {
  grid-column: 11 / span 1;
  grid-row: 4 / span 1;
  display: grid;
  place-items: end end;
}

.grid-element-topLeft img,
.grid-element-bottomLeft img,
.grid-element-topRight img,
.grid-element-bottomRight img {
  width: 100%;
  height: auto;
}


.litepaper-content {
  font-size: 16px;
  border: 2px solid #bbff66;
  background: rgb(19,19,17);
  background: linear-gradient(0deg, rgba(187,255,102,1) 0%, rgba(19,19,17,1) 2%, rgba(19,19,17,1) 98%, rgba(187,255,102,1) 100%);
  padding: 1.75rem 2.5rem; 
}

.litepaper-content p {
  text-align: left;
  margin-top: 40px;
  line-height: 24px;
  color: #f9bca0;
}
.litepaper-content p span {
  color: #bbff66;
}

.litepaper-content p:last-child {
  margin-bottom: 40px;
}


/* modal end */





























































































