* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, sans-serif;
  background-color: #b0b0b0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px;
}
.header {
  width: 100%;
  max-width: 100%;
  height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  overflow: hidden;
}
.header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
}
.header .text-overlay {
  position: absolute;
  color: black;
  font-size: 32px;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  top: 5%;
  left: 10%;
}
.header .text-main {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  color: black;
  font-size: 32px;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  top: 0%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.paper-link {
  -webkit-filter: drop-shadow(2px 2px 5px #767676);
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 100%;
  will-change: transform;
}
.grid-item {
  background-color: #b0b0b0;
  padding: 2px;
  text-align: center;
  overflow: hidden;
  position: relative;
  will-change: transform;
  width: 100%;
  height: 100%;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.grid-item video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 9999;
  background: black;
}
#fullscreenVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 9999;
  background: black;
}
img, video, div {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
}
.pica {
  position: relative;
  cursor: pointer;
  height: 400px;
  overflow: hidden;
  & .pica-image-wrap {
    height: 200%;
    will-change: transform;
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
@media (max-width: 800px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .header {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .header {
    height: 150px;
  }
}
.header .article-text {
  margin: 30px;
}
.header .article-text-less-indent {
  margin: 30px;
  margin-top: -4px;
}
.article-text-color-shadow {
  color: white;
  text-shadow: 0 0 10px black, 0 0 10px black;
}
.image-shadow {
  -webkit-filter: drop-shadow(0px 0px 10px #000);
  filter: drop-shadow(0px 0px 7px #000);
}
.responsive-image {
  width: 15vw !important;
  height: auto !important;
  max-width: none !important;
  position: absolute;
  display: block;
  position: static !important;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: left;
  margin: 20px 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
/*----------------------------------------------------------------------------------------------------*/
.fa {
  position: relative;
  display: table-cell;
  width: 150px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.main-menu:hover,nav.main-menu.expanded {
  width: 400px;
  overflow: visible;
}
.main-menu {
  background: #b0b0b0;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width .05s linear;
  transition: width .05s linear;
  -webkit-transform: translateZ(0) scale(1,1);
  z-index: 1000;
}
.main-menu li {
  position: relative;
  display: block;
  width: 400px;
}
.main-menu li>a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000000;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1,1);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 630px;
  font-size: 22px;
  border-radius: 5px;
}
.main-menu>ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}
.no-touch .scrollable.hover {
  overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}
a:hover,a:focus {
  text-decoration: none;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav ul,nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
  color: #ffffff;
  background-color: #000000;
}
.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}
.bi-menu-down {
  font-size: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
/*----------------------------------------------------------------------------------------------------*/
.next-page-button {
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: arial, sans-sefir;
  font-size: 1.4vw;
  color: white;
  background: rgba(0, 0, 0, 0.0);
  padding: 10px 8px;
  border: 1px solid white;
  border-radius: 10px 0 0 10px;
  transition: background 0.3s, color 0.3s;
  z-index: 9999;
  letter-spacing: 2px;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 23vh;
  width: 3.5vw;
  box-sizing: border-box;
  overflow:hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.next-page-button:hover {
  color: #0d3a45;
}
.early-access-page-button {
  position: fixed;
  top: 0;
  left: 90%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 1.4vw;
  color: white;
  background: rgba(0, 0, 0, 0.0);
  padding: 8px 10px;
  border: 1px solid white;
  border-radius: 0 0 10px 10px;
  transition: background 0.3s, color 0.3s;
  z-index: 9999;
  letter-spacing: 2px;
  line-height: 1.2;
  writing-mode: horizontal-tb;
  height: 3.5vw;
  width: 23vh;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  animation: early-access-animation 10s ease-in-out 10s infinite, sway 10s ease-in-out 10;
  animation-delay: 10s;
  animation-iteration-count: infinite;
}
.early-access-page-button:hover {
  color: #0d3a45;
}
@keyframes early-access-animation {
  0%, 100% { text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  50% { text-shadow: 0px 0px 30px rgba(13, 58, 69, 1); box-shadow: 0px 0px 30px rgba(13, 58, 69, 1); }
}
@keyframes sway {
  0%, 100% { transform: translateX(-50%) rotate(0deg); }
  33% { transform: translateX(-50%) rotate(1deg); }
  66% { transform: translateX(-50%) rotate(-1deg); }
}
/*----------------------------------------------------------------------------------------------------*/
@media (orientation: portrait) {
  .video-1 {
    object-fit: cover;
  }
}
@media (orientation: landscape) {
  .video-1 {
    object-fit: cover;
  }
}
/*----------------------------------------------------------------------------------------------------*/
/*team*/
.team-text {
  width: 85%;
  justify-content: center;
  text-shadow: 0 0 10px black, 0 0 10px black;
}
#team-wrapper {
  top: 29%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  z-index: 2;
}
#team-wrapper .team-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  max-width: 1600px;
  width: 90%;
  box-sizing: border-box;
}
#team-wrapper .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  text-align: center;
}
#team-wrapper .team-avatar {
  width: 300px;
  height: 300px;
  border-radius: 10%;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
#team-wrapper .team-role {
  font-size: 20px;
  color: white;
  margin-bottom: 5px;
}
#team-wrapper .team-name {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
}
#team-wrapper .team-description {
  font-size: 22px;
  color: white;
  margin-bottom: 15px;
}
#team-wrapper .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#team-wrapper .social-icons a {
  font-size: 32px;
  color: #333;
  transition: color 0.3s;
}
#team-wrapper .social-icons a:hover {
  color: #007bff;
}
/*----------------------------------------------------------------------------------------------------*/
.custom-paragraphs p {
  margin-bottom: 0.5% !important;
  margin-top: 0.5% !important;
}
/*----------------------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  background: #0d3a45;
  color: white;
  padding: 1rem 0 0;
  font-family: arial, sans-serif;
  border: 2px solid #b0b0b0;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 0 0rem;
  max-width: 45vw;
  margin: 0 auto;
}
.footer-section {
  margin-bottom: 0rem;
}
.footer-section h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border-bottom: 2px solid #b0b0b0;
  padding-bottom: 0.5rem;
}
.social-links {
  display: flex;
  gap: 1rem;
}
.social-links a {
  color: #fff;
  font-size: 2rem;
  transition: color 0.3s;
}
.social-links a:hover {
  color: #1f8ba6;
}
.contact p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.ai-art-credit {
  font-size: 1rem;
}
.ai-art-credit a {
  color: #25adcf;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
.ai-art-credit a:hover {
  text-decoration: underline;
}
.civitai-logo {
  width: 16px;
  height: 16px;
}
.footer-bottom {
  text-align: center;
  padding: 1rem;
  background: #06181c;
  margin-top: 1rem;
  font-size: 0.9rem;
}
a, a:visited {
  text-decoration: none !important;
}
