:root {
  --font-wix-made-for-display: "Wix Madefor Display";
  --font-mayeka-bold-demo: "Mayeka Bold Demo";
  --font-mintsans: "MintSans";
}
body {
  background-color: black;
  color: white;
  font-family: var(--font-wix-made-for-display);
}
.header {
  width: 100%;
  height: 120px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 9999;
}
.navLeft {
  margin-left: 50px;
  cursor: pointer;
}
.navRight {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-flow: row nowrap;
  margin-right: 103px;
}
.navAboutUs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 87px;
  gap: 8px;
  position: relative;
}
.navAboutUs:hover .dropdown-content {
  display: block;
  opacity: 1;
}
.dropdown {
  position: absolute;
  display: inline-block;
  width: 145px;
  height: 155px;
  top: 27px;
  left: -6px;
}
.dropdown-content {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: black;
  color: white;
  min-width: 145px;
  z-index: 1;
  font-size: var(--font-size-xl);
  padding: 0 6px;
  transition: opacity 1s;
}
.pOption {
  font-size: 16px;
}
.pOption:hover {
  cursor: pointer;
}
.dropdown-icon {
  transform-origin: center;
  transition: transform 0.3s;
}
.navAboutUs:hover .dropdown-icon {
  transform: rotate(90deg); /* 旋转 180 度 */
}
.pageContainer {
  width: 100%;
  min-width: 1600px;
  height: 1117px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contentTitle {
  font-family: var(--font-mayeka-bold-demo);
  font-size: 46.8px;
  color: white;
  letter-spacing: 1px;
  line-height: 59.5px;
  gap: 23px;
}
.contentWhite {
  color: white;
  font-family: var(--font-wix-made-for-display);
  font-size: 19.8px;
  line-height: 32.4px;
  letter-spacing: 1px;
}
.contentGray {
  color: #b6b6c9cc;
  font-weight: 400;
  font-family: var(--font-wix-made-for-display);
  font-size: 19.8px;
  line-height: 32.4px;
  letter-spacing: 1px;
}
/* 首屏 */
.firstPage {
  width: 100%;
  height: 1117px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url("./public/liquid-1@2x.png");
  background-size: 1100px 1100px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1600px;
}
.createEasyFun {
  background: linear-gradient(93.73deg, #fff, #976dff);
  font-family: var(--font-mayeka-bold-demo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0.1em;
}
.over-30-million-container {
  font-size: 26px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #b6b6c999;
}
/* ABOUT US */
.aboutUsContainer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1117px;
  width: 100%;
  min-width: 1600px;
}
.aboutUsTitle {
  margin-top: 3%;
  font-size: 56.7px;
  font-family: var(--font-mayeka-bold-demo);
}
.aboutUsDesc {
  font-size: 22px;
  font-weight: 500;
  color: #b6b6c9cc;
  text-align: center;
  line-height: 36px;
}
.aboutUsDesc .bold {
  color: white;
}
.aboutUsLeftAndRight {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  width: 100%;
  height: 970px;
}
.aboutUsLeft {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
}
.blueGradient {
  height: 970px;
  width: 970px;
  background: radial-gradient(50% 50%at 50% 50%, #4800ff, rgba(11, 3, 64, 0));
}
.aboutUsRight {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.purpleGradient {
  height: 970px;
  width: 970px;
  background: radial-gradient(50% 50%at 50% 50%, #58036a, rgba(11, 3, 64, 0));
}
.rightText {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: start;
  top: 232px;
  left: 214px;
}
.rightTextTitle {
  font-family: var(--font-mayeka-bold-demo);
  font-size: 46.8px;
}
.rightText p {
  color: rgba(182, 182, 201, 0.8);
}
.rightText b {
  color: white;
}
.rightTextContent {
  line-height: 32.4px;
  letter-spacing: 0.05em;
}
/* Marvelous */
.marvelousLeft,
.marvelousRight {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* MISSION */
.missionLeft {
  display: flex;
  flex-direction: row-reverse;
}
.missionLeft,
.missionRight {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.missionContent {
}
.missionContent .title {
  font-size: 46.8px;
  font-family: var(--font-mayeka-bold-demo);
  line-height: 0px;
}
.missionContent .content {
  font-size: 19.8px;
  line-height: 32.4px;
}
.missionContent .content2 {
  line-height: 32.4px;
  color: #b6b6c9cc;
}
#ourPassion .content .title {
  font-family: var(--font-mayeka-bold-demo);
  font-size: 46.8px;
  line-height: 0px;
}
.aiMirrorLeft {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row-reverse nowrap;
}
.aiMirrorRight {
  position: relative;
  width: 100%;
  height: 100%;
}
.contentLeft,
.contentRight {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentTitle {
  display: flex;
  align-items: center;
}
.appStoreIcon,
.androidIcon {
  width: 181px;
  height: 54px;
  cursor: pointer;
}
/* 第七屏幕：COMMENT CARD */
#commentCardScreen {
  background-image: url("./public/particle-11@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
}
.commentCard {
  width: 378px;
  height: 360px;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -1.7999999523162842px -1.7999999523162842px 0.9px rgba(
        0,
        0,
        0,
        0.2
      ) inset,
    1.7999999523162842px 1.7999999523162842px 0.9px rgba(255, 255, 255, 0.25)
      inset;
  backdrop-filter: blur(70px);
  padding-top: 36px;
  padding-left: 36px;
}
.peopleInfo {
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  letter-spacing: 1.5px;
  align-items: center;
}
.peopleInfo .name {
  margin-left: 18px;
}
.peopleIntroduction {
  margin-top: 25px;
  font-weight: 600;
  line-height: 30.6px;
  letter-spacing: 1.5px;
  color: white;
  font-size: 16.2px;
}
.commentRow {
  display: flex;
  gap: 36px;
}
/* 第八屏幕：BRICK ROYALE */
.brickLeft,
.brickRight {
  width: 100%;
  height: 100%;
  position: relative;
}
.brickLeft {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.brickContentBox {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 86px;
}
.screenTitle {
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 30px;
  font-family: var(--font-mayeka-bold-demo);
}
/* 第十屏幕：OUR PARTNERS */
.partnersBox {
  width: 960px;
  display: flex;
  gap: 42px;
  flex-direction: column;
}
.logoRow1,
.logoRow2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.logoRow2 {
  gap: 40px;
  margin-bottom: 317px;
}
.ourPartnersContainer {
  background-image: url("./public/3dabstractbackgroundwithfuturisticparticles-1@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.polyverseLogo {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.partnersLinkBox {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.polyverseEntertainment {
  margin: 0 auto;
  text-align: center;
}
.polyverseEntertainment p {
  line-height: 30px;
}
/* 最后一屏 */
.contactUsLeft,
.contactUsRight {
  width: 100%;
  height: 100%;
}
.contactUsLeft {
  background: radial-gradient(50% 50%at 50% 50%, #5b0f73, #14054a);
  display: flex;
  justify-content: center;
}
.contactUsRight {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.contactUsRight .title {
  font-size: 57.6px;
  font-family: var(--font-mayeka-bold-demo);
  color: #fcfcfc;
}
.contactUsInput {
  letter-spacing: 0.02em;
  line-height: 36px;
  height: 51px;
  border-radius: 8px;
  background-color: black;
  border: 2px solid rgba(182, 182, 201, 0.8);
  color: white;
  padding-left: 10px;
  font-size: 20px;
}
.inputBox {
  width: 80%;
  height: 102px;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.inputTitle {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.2px;
}
.submitButtonBox {
  width: 80%;
  height: 80px;
  align-self: center;
  margin-top: 50px;
}
.submitBtn {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(91.4deg, #6022ff, #4800ff);
  font-size: 28px;
  color: white;
  border: none;
}

/* Spellai */
.spellaiInfo .title {
  display: flex;
  gap: 23px;
  margin-bottom: 18px;
}
.spellaiLeft {
  width: 970px;
  height: 970px;
  background: radial-gradient(50% 50%at 50% 50%, #11013a, #000);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.spellaiRight {
  background: radial-gradient(50% 50%at 50% 50%, #5a0084, #000);
  width: 970px;
  height: 970px;
  position: relative;
  display: flex;
  align-items: center;
}
.spellaiRight img {
  position: absolute;
  left: 259px;
}
.storeButtonBox {
  display: flex;
  gap: 23px;
}
