@font-face {
  font-family: head;
  src: url(../assets/Fonts/NgeticModern-Regular.otf);
}

:root {
  --text: #C3F73A;
  --white: #ffffff;
  --light: #ffffff7f;
  --black: #121212;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "darkmode-on", sans-serif;
  text-align: center;
}

a {
  text-decoration: none;
}

.framework {
  padding: 1rem 1rem 1rem 2rem;
}

/* cursor images */
.items {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2;
}

.item {
  position: absolute;
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

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

body {
  background: var(--black);
  color: white;
  font-family: "darkmode-on", sans-serif;
  overflow-x: hidden;
}

.gallery {
  padding: 5rem;
  overflow: hidden;
  position: relative;
  height: 70vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  rotate: 30deg;
  margin-top: -20%;
}

.row {
  display: flex;
  justify-content: center;
  width: 200vw;
  gap: 1.5rem;
}

.img img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.row {
  overflow: hidden;
  /* rotate: 10deg; */
}

@media (max-width: 768px) {
  .img img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }

  .item {
    display: none;
  }
}

spline-viewer {
  position: sticky; /* Ensures it covers the full screen */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; /* Ensures it’s interactable */
  pointer-events: auto; /* Allows mouse interaction */
}

.hero-content {
  position: absolute;
  z-index: 1;
}

/* .hide{
  width: 150px;
  height: 50px;
  background-color: var(--black);
  position: absolute;
  z-index: 999;

  bottom: .8rem;
  right: .5rem;
} */

spline-viewer::part(logo),
a#logo {
  display: none !important;
  visibility: hidden !important;
}
