@font-face {
  font-family: 'bricksans';
  src: url('NTBrickSans.woff2') format('woff2'),
       url('NTBrickSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rts';
  src: url('ReplaceTheSun.woff2') format('woff2'),
       url('ReplaceTheSun.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dotgothic16';
  src: url('DotGothic16-Regular.woff2') format('woff2'),
       url('DotGothic16-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nbf';
  src: url('nine0.woff2') format('woff2'),
       url('nine0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255, 255, 255, 0.75);}
  to{border-right-color: transparent;}
}


#mainbody {
    background-color: #0d0416;
    font-family: 'nbf', sans-serif;
    animation: fadeIn 1s ease-in forwards;
    font-size: 100%;
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg,rgba(83, 33, 74, 1) 0%, #0d0416 20%);

}
#navigationbar {
  display: flex;
  justify-content: space-between;
    background: #E883CA;
    background: linear-gradient(90deg,rgba(232, 131, 202, 1) 0%, rgba(237, 109, 199, 1) 35%, rgba(104, 26, 105, 1) 100%);
    width:100%;
    font-family: 'DotGothic16', sans-serif;
    border: 0.1em solid rgb(180, 97, 150);
    height: 2.2rem;
    margin: 0;
    overflow:hidden ;
    color: white;
    justify-content: center;
}

#welcometocv {
    font-family: 'bricksans';
    color: rgba(86, 34, 77);
    font-size: 6vw;
    text-align: center;
    text-shadow: 0.02em 0 rgba(186, 95, 177, 1)b2d6, 0 0.02em rgba(186, 95, 177, 1)b2d6, -0.02em 0 rgba(186, 95, 177, 1)b2d6, 0 -0.02em rgba(186, 95, 177, 1)b2d6, -0.02em -0.02em rgba(186, 95, 177, 1)b2d6, -0.02em 0.02em rgba(186, 95, 177, 1)b2d6, 0.02em -0.02em rgba(186, 95, 177, 1)b2d6, 0.02em 0.02em rgba(186, 95, 177, 1)b2d6;

}

#maintitle {
    background-image: url('mainpgimg/cvl.png');
    background-size: 60%;
    background-repeat:no-repeat;
    background-position: center center;
    padding: 6vw;
    text-align: center;
    font-size: 1.5rem;
    min-height: 100%;
}


.marqueemainpage {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 10px 0;
}

.infomarqueecontent {
  display: inline-flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.infomarqueecontent2 {
  display: inline-flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.info {
    background: #E883CE;
    background: radial-gradient(circle, #fe93ed 0%, rgb(205, 85, 193) 100%);
    width: 23vw;
    min-width: 20vw;
    text-align: center;
    font-family: 'bricksans';
    padding: 0.35em;
    border-radius: 2rem;
    border: 0.2em solid rgba(232, 131, 206, 1);
    color: rgba(86, 34, 77);
    margin-left: 1em;
    height: 10%
}

.info:hover {
  background-color: #0d0416;
  background: #0d0416;
  transition: background-color 0.3s ease;
  color:#fe93ed; 
  border: 0.2em solid rgba(232, 131, 206, 1);
}
.halftoneheart {
  width: 15%;
  margin: auto;
  margin-left: 43%;
  margin-bottom: 4rem;
}

.infonumber {
    font-size: 3vw;
    margin-block-start: -0.5rem;
    margin-block-end: 0.0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    height: 25%
}

.infosubtitle {
    margin-block-start: 0.0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: -0.5rem;
    font-size: 2vw;

}


.infomarqueecontent {
    display: flex;
}

#storybox {
  color: white;
  background: #0d0416;
  background: linear-gradient(0deg,#0d0416 0%, rgba(83, 33, 74, 1) 72%);
  border: 0.3em solid rgba(83, 33, 74, 1);
  width: 60%;
  margin: auto;
  padding: 3.2em;
  border-radius: 2em;
  text-align: center;
  font-size: 1.5rem;

}

#ourstory {
  margin-top: 6em;
  position: relative;
}

#ourstorytitle {
  position: absolute;
  color:#ffffff;
  font-family: 'bricksans';
  font-size: 2.5v;
  margin: auto;
  margin-top: -8rem;
  text-align: center;
  width: 100%;
}





#cta {
  background-color: #E883CE;
  width: 100%;
  height: 30%;
  font-family: 'bricksans';
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.difference {
  color: #0d0416;
  font-size: 2rem;
  margin-bottom: 0;
}

.joinus {
  margin-top: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  font-size: 8vw;
  text-shadow: -2px -2px 0 rgba(104, 26, 105, 1), 2px -2px 0 rgba(104, 26, 105, 1), -2px 2px 0 rgba(104, 26, 105, 1), 2px 2px 0 rgba(104, 26, 105, 1)
}

#yay {

  justify-content: center;
  margin: auto;
  padding: auto;
}

.difference {
  margin-block-end: 0;
}
.joinus {
  margin-block-start: 0;
}

.appbutton {
  background-color: rgb(58, 22, 55);
  border-radius: 15rem;
  color: white;
  font-family: 'nbf';
  font-size: 1.5rem;
  padding: 0.5rem;
  width: 30%
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


body {
  scrollbar-width: thin;
  scrollbar-color: rgba(83, 33, 74, 1) #fe93ed;
}

body {
  background-color: #0d0416;
  font-size: 1rem;
  color:white;
  font-family: 'nbf', 'dotgothic16', 'DotGothic16', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  width: 100%;
}

#body2 {
  animation: fadeIn 1s ease-in forwards;
}

#landing {
  background: linear-gradient(0deg,rgba(83, 33, 74, 1) 0%, #0d0416 50%);
}
#welcomeandlogo {
  display: flex;
  max-height: 30%;
  justify-content: space-evenly;

}

#bigwelcometitle {
  text-shadow: 0 0 5px #e42abf, 0 0 10px #ff89ce, 0 0 15px #fe93ed;
  margin-top: 0;
  font-family: 'bricksans';
  font-size: 6.5vw;
  color: #fe93ed;
  line-height: 8vw;
  text-shadow: 0.02em 0 rgb(58, 22, 55), 0 0.02em rgba(186, 95, 177, 1)b2d6, -0.02em 0 rgba(186, 95, 177, 1)b2d6, 0 -0.02em rgba(186, 95, 177, 1)b2d6, -0.02em -0.02em rgba(186, 95, 177, 1)b2d6, -0.02em 0.02em rgba(186, 95, 177, 1)b2d6, 0.02em -0.02em rgba(186, 95, 177, 1)b2d6, 0.02em 0.02em rgba(186, 95, 177, 1)b2d6;
  animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
  0% { text-shadow: 0 0 5px #e42abf78, 0 0 10px #e42abf, 0 0 15px #e42abf; }
  100% { text-shadow: 0 0 10px #e42abf4d, 0 0 20px #e42abf, 0 0 30px #e42abf; }
}

#miniwelcometitle {
  font-family: 'bricksans';
  font-size: 2vw;
  padding: 1.5%;
  margin: 1%;
  margin-bottom: 0;
}

#welcomeleft {
  width: 40%;
  text-align: center;
}

#welcomeright {
  width: 40%;
}

.mainlogo {
  width: 35vw;
  max-height: min-content;
  margin: auto;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}

.tagline {
  margin-top: 7%;
  font-size: 1.5rem;
  text-align: center;
}

.navynav {
  display: flex;
  background-color: #fe93ed;
  background: linear-gradient(90deg,#fe93ed 0%, #fe93ed 35%, rgba(104, 26, 105, 1) 100%);
  color: #0d0416;
  padding: 0.05em;
  height:5%;
  width: 100%;
  margin-bottom: 3rem;
  margin-left: 0;
  text-align: center;
}


.links {
  padding-top: 0.8%;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  display: flex;
  justify-content: space-between;
  width: 20%;
  margin-left: 65%;
  text-justify:distribute;
}

.linkitem:hover {
  color:#ff89ce
}

.navynav img {
  width: 30%;
  margin-left: -10%;
}

.navynav a {
  width: 10%;
}

.navynav img:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#yay2 {
  background: white;
  width: 100%;
}

#ourstorysection {
  padding-top: 5rem;
  background: linear-gradient(0deg,#0d0416 0%, rgba(83, 33, 74, 1) 90%);
  padding-bottom: 3rem;
}

#storystory {
  background-color: #0d041631;
  width: 85%;
  margin: auto;
  border: 1px solid white;
  border-radius: 10px 10px 0 0;
  position: relative;

}

.whitebar {
  background-color: white;
  height: 1.3rem;
  border-radius: 10px 10px 0 0;
  
}



.stars {
  position: absolute;
  z-index: -1;
  margin-top: -4rem;
  margin-left: -2rem;
}

.stars img {
  width: 45%;
  transform: rotate(90deg);
}

#landing {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.second {
  margin-top: 10rem;
  margin-left: 85%;
}

.second img {
  width: 80%;
  transform:rotate(270deg);
}

#actualtext img {
  float: left;
  width: 15%;
  margin-right: 0.4%;
}

#actualtext {
  padding: 3%;
  text-align: center;
  font-size: 1.25rem;
}

#storytitle {
  font-size: 4vw;
  position: absolute;
  font-family: 'bricksans';
  color: #fe93ed;
  margin:auto;
  text-align: center;
  width: 100%;
  margin-top: -3rem;
  text-shadow: -2px -2px 0 rgba(104, 26, 105, 1), 2px -2px 0 rgba(104, 26, 105, 1), -2px 2px 0 rgba(104, 26, 105, 1), 2px 2px 0 rgba(104, 26, 105, 1);
}

#supportingsection {
  background-color: rgb(58, 22, 55);
  margin-top: 1.5rem;
  padding-bottom: 4rem;
  padding-top: 0.1rem;
}

#supportinggirls {
  width: 80%;
  margin: auto;
  margin-top: 3rem;
  font-size: 1.5rem;
}

.offeringcard:hover {
    transform: translateY(-5px);
    border: 0.2em solid #E883CE;
}

.offeringcard {
  display: block;
  width: 30.5%;
  height: 30.%;
  min-height: fit-content;
  background: linear-gradient(0deg,#0d0416a9 0%, rgba(83, 33, 74, 1) 72%);
  border: 0.2em solid rgba(41, 13, 36, 0.551);
  font-size: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  border-radius: 1rem;
  text-align: center;
  font-size: 1rem;
  min-height: fit-content;
  padding: 0.3rem;
  padding-bottom: 1rem;
}

.houseofcards {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 1rem;
}

.subtitle {
  font-family: 'bricksans';
  font-size: 3vw;
  text-align: left;
  color:rgb(255, 156, 230);
}

.offeringtitle {
  font-family: 'rts';
  color: #fe93ed;
  font-size: 1.5rem;
}

.offeringbutton {
  background-color: #fe93ed;
  font-size: 1rem;
  border: none;
  font-family: 'rts';
  padding: 0.3rem;
  border-radius: 0.5rem;
  width: 70%;
}

.offeringbutton a{
  text-decoration: none;
  color: rgb(58, 22, 55);
}
.special {
  margin-top: 1rem;
}

#buttonbar {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.scnd {
  margin-left: 1rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  background-color: #E883CA;
  background: linear-gradient(90deg,rgba(232, 131, 202, 1) 0%, rgba(237, 109, 199, 1) 35%, rgba(104, 26, 105, 1) 100%);
  height: 20%;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.footerleft nav {
  color: #0d0416;
}

#end {
  background-color: rgb(58, 22, 55);
}

/* modules page */ 

.resourcestitle {
  font-size: 6vw;
  color: rgba(104, 26, 105, 1);
  font-family: 'bricksans';
  text-align: center;
  text-shadow: -1px -1px 0 #ffb8f3, 1px -1px 0 #ffb8f3, -1px 1px 0 #ffb8f3, 1px 1px 0 #ffb8f3;
}

.resourcesexplanation {
  width: 80%;
  text-align: center;
  margin: auto;
  font-size: 1.5rem;
}

#specialmodules {
  margin-top: 2rem;
  background-color: rgb(58, 22, 55);
  padding-bottom: 1rem;
  mar
}

#specialmodules h2 {
  font-family: 'bricksans';
  color: #fe93ed;
  margin: auto;
  text-align: center;
  font-size: 3vw;
  padding: 1.5rem;

}

#specialmodules p {
  font-size: 1.3rem;
  margin: auto;
  text-align: center;
}

#specialmodulesroster {
  margin: 2rem;
  display: flex;
}


.modulebox {
  width: 25%;
  margin-right: 1rem;
}


.modulebox img {
  width: 100%;
  transition: transform 0.3s ease;


}

.modulebox img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(254, 147, 220, 0.3);
}

.third {
  width: 28.2%;
  margin-left: 0;
}


#specialmodulespics {
  display: flex;
  width: 100%;
}

.furtherinfo {
  font-family: 'bricksans';
  margin-top: 20%;
  font-size: 1.5vw;
}

.modulename {
  font-size: 1rem;
  font-family: 'bricksans';
  text-align: center;
}

.marqueemainpage {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 10px 0;
}

.infomarqueecontent {
  display: inline-flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#latestmodules {
  margin-top: 3rem;
  background-color: #fe93ed;
  margin-bottom: 3rem;
}

.marqueemainpage:hover .infomarqueecontent2{
  animation-play-state: paused;
}


.newmodule {
  width: 20vw;
  margin-right: 2rem;
  border: 1px solid #0d0416;
  transition: transform 0.3s ease;
}

.newmodule:hover {
  transform: translateY(-5px);  
}

.latestmodulestitle {
  font-family: 'bricksans';
  font-size: 3vw;
  position: absolute;
  z-index: 2;
  margin: 2vw;
  margin-top: -3vw;
  color: #0d0416;
  text-shadow: -2px -2px 0 #fe93ed, 2px -2px 0 #fe93ed, -2px 2px 0 #fe93ed, 2px 2px 0 #fe93ed;

}

#moduleslistmain {
  width: 90%;
  margin: auto;
  display: flex;
  margin-bottom: 3rem;
}

#valkyrieroadmap {
  padding-left: 1rem;
  width: 95%;
  display: flex;   
  background-color: #fe93ed;
  padding-right: 1rem;
  border-radius: 15px 15px 0px 0px;
  border-bottom: 1px solid white;
}
#vrtitle {
  padding: 0.5rem;
  padding-top: 0.1rem;
  color: rgb(58, 22, 55);
  font-size: 2vw;
  padding-bottom: 0;
}

#vrtitle h2 {
  font-size: 2.5w;
      margin-block-end: 0.03em;
  font-family: 'bricksans';
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

.binarystars {
  margin-top: 1rem;
  width: 20%;
  filter: brightness(50%);
}

#vrrm {
  margin-right: 1rem;
  width: 55%;
  background: linear-gradient(0deg,rgba(83, 33, 74, 1) 0%, #0d0416 60%);
}

.moduleheading {
  color: white;
  font-family: 'bricksans';
  font-size: 1rem;
}

#modulescontent {
  padding: 1rem;
}

a {
  color: white;
}

.moduleslisting {
  margin: 1rem;
}

.comingsoon {
  color: #fe93ed;
  animation: pulse 1.5s infinite alternate;
}

#complimentarytitle {
  background-color: #c14cae;
  padding: 1rem;
  padding-top: 1rem;
  border-radius: 15px 15px 0 0;
}

#complimentarytitle p {
  font-size: 1.5vw;
}

#complimentarytitle h2{
  margin-block-start: 0em;
  color: rgb(58, 22, 55);
  font-size: 2.2vw;
      margin-block-end: 0.03em;
  font-family: 'bricksans';
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

.pinktext {
  color: #ff5edf;
}

.appbutton a {
  text-decoration: none;
}

.linkitem a {
  text-decoration: none;
  color: 0;
  transition: opacity 0.3s ease;
}

.linkitem a:hover{
  color:#ff89ce;
}