@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.roboto-standard {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header {
  display: flex;
  flex-direction: column;
  background-color: rgb(20, 18, 18);
  background-image: url("/assets/CookieLynxExpanded.png");
  background-size: 9rem;
  background-repeat: no-repeat;
  background-position: 35% 35%;
  color: white;
  text-align: left;
  text-shadow: 4px 4px 4px #1a0715;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  font-size: 0.7em;
  padding-top: 0.02rem;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: rgb(20, 18, 18);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 98% 98%;
  background-position-y: 0.2rem;
  background-image: url("/assets/ProtoLynxEarLeft.png");
  color: white;
  text-align: left;
  font-family: "Roboto", sans-serif;
  text-shadow: 4px 4px 4px #1a0715;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0rem 0;
  font-size: 0.7em;
  padding-top: 0.02rem;
  padding-left: 1rem;
  margin-bottom: -10rem;
  font-size: 0.5em;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: rgb(27, 24, 24);
  font-family: "Roboto", sans-serif;
  background-color: rgb(27, 24, 24);
  margin-right: 1rem;
  color: purple;
  text-shadow: 2px 2px 4px rgb(48, 4, 48);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.content {
  margin: 0rem;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: rgb(27, 24, 24);
  color: white;
  text-shadow: 2px 2px 4px rgb(48, 4, 48);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
}

.bodyHeader {
  margin-top: 11rem;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: rgb(87, 142, 209);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 4rem;
  text-decoration: underline;
}

.bodyHeaderProject {
  margin-top: 15rem;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: rgb(87, 142, 209);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 4rem;
  text-decoration: underline;
}

nav a {
  margin-right: 1rem;
  text-decoration: none;
  color: purple;
  text-shadow: 2px 2px 4px #000;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 6em;
  margin-top: -0.2rem;
}

.red {
  font-family: "Poppins", sans-serif;
  text-shadow: 4px 4px 4px rgb(61, 9, 9);
  font-weight: 600;
  font-size: 1.1em;
  color: red;
}

.subheader {
  color: rgb(87, 142, 209);
  font-family: "Roboto", sans-serif;
  text-shadow: 4px 4px 4px rgb(39, 3, 3);
  font-weight: 400;
  font-size: 3em;
  margin-top: 2rem;
  margin-bottom: -0.5rem;
}

.social-icons-footer {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: -4rem;
  margin-bottom: 1rem;
}

.social-icons-footer a {
  color: rgb(87, 142, 209);
  font-size: 2rem;
  transition: color 0.3s;
}

.social-icons-footer a:hover {
  color: red;
}

.social-icons-header {
  display: flex;
  justify-content: right;
  gap: 1.5rem;
  margin-top: -7rem;
  margin-right: 1rem;
}

.social-icons-header a {
  color: rgb(87, 142, 209);
  font-size: 2rem;
  transition: color 0.3s;
}

.social-icons-header a:hover {
  color: red;
}

.header-buttons {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-left: 35rem;
  gap: 2rem;
  margin-top: -5rem;
  margin-right: 1rem;
}

.header-button {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgb(87, 142, 209);
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
  padding: 22px 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.header-button:hover {
  background-color: rgb(45, 75, 110);
  font-family: "Poppins", sans-serif;
  color: rgb(128, 128, 128);
  border: none;
  padding: 22px 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.projectsList {
  display: flex;
  flex-direction: row;
  align-items: left;
  gap: 20px;
  margin: 30px 0;
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 700px;
  background-color: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  color: rgb(87, 142, 209);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.project-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.project-info {
  padding: 15px;
  text-align: center;
}

.project-title {
  font-size: 1.5em;
  margin: 5px 0;
}

.project-date {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 10px;
}

.project-description {
  font-size: 1em;
}

.project-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
  gap: 40px;
}

.project-gallery {
  position: relative;
  width: 100%;
  height: auto;
}

.project-gallery img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.project-gallery .prev, .project-gallery .next {
  position: absolute;
  top: 50%;
  padding: 10px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.project-gallery .prev {
  left: 10px;
}

.project-gallery .next {
  right: 10px;
}

.project-details {
  color: rgb(87, 142, 209);
  max-width: 800px;
  padding: 0 20px;
}

.project-details h2 {
  color: rgb(87, 142, 209);
  margin-top: 20px;
  font-size: 2em;
}

.project-details p, .project-details ul {
  font-size: 1.1em;
  line-height: 1.6em;
}

.project-buttons {
  margin-top: 30px;
}

.project-buttons .button {
  padding: 10px 20px;
  background-color: rgb(87, 142, 209);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.project-buttons .button:hover {
  background-color: #c72c3b;
}

#viewer {
  width: 40rem;
  height: 40rem;
  align-self: center;
}

.fullscreen-slider {
  margin: 0;
  width: 100vw;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 0;
  padding: 0;
  align-items: center;
}

.slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 0;
  padding: 0;
  height: auto;
  max-width: 100vw;
}

.slide img,
.slide video {
  display: block;
  height: auto;
  width: 100%;
  max-height: 140vh;
  object-fit: contain;
  max-width: 100vw;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 10px 18px;
  user-select: none;
  transition: background 0.3s;
}

.nav:hover {
  background: rgba(0, 0, 0, 0.6);
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 0px;
}

@media (max-width: 768px) {
  body, html {
    overflow-x: hidden;
    margin: 0;
    margin-left: -0.5rem;
    padding: 0;
  }
  .slide img,
  .slide video {
    width: 100%;
    max-width: 100vw;
    height: auto;
    object-fit: contain;
  }
  .slider-track {
    padding: 0;
    gap: 0;
  }
  .fullscreen-slider {
    width: 100vw;
    overflow-x: hidden;
  }
  .slider-wrapper {
    width: 100%;
  }
  .slider-track {
    gap: 0;
    padding: 0;
  }
  .slide {
    max-width: 100vw;
    height: auto;
  }
  .slide img,
  .slide video {
    width: 100%;
    max-width: 100vw;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
  }
  .nav {
    font-size: 32px;
    padding: 8px 12px;
  }
  .nav.left {
    left: 5px;
  }
  .nav.right {
    right: 5px;
  }
  .slide img,
  .slide video {
    display: block;
    height: auto;
    width: auto;
    max-height: 120vh;
    object-fit: contain;
    max-width: auto;
  }
  .header {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    background-size: 5rem;
    text-align: center;
    font-size: 0.5em;
    background-position: 50%, 50%;
    background-position-y: 5rem;
  }
  .footer {
    background-size: 10%;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-position-y: bottom;
    background-size: 5rem;
    font-size: 0.4em;
  }
  .subheader {
    font-size: 1.4rem;
  }
  .header-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 3rem;
    margin-left: 0rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  .bodyHeader {
    font-size: 2.5rem;
    margin-top: 5rem;
  }
  .bodyHeaderProject {
    font-size: 2.5rem;
    margin-top: 50rem;
  }
  .content {
    padding-left: 2rem;
    padding-right: 1rem;
    margin-top: 45rem;
    font-size: 1rem;
    flex-direction: column;
  }
  img {
    width: 100%;
    height: auto;
  }
  video {
    width: 100%;
    height: auto;
  }
  .project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    margin-top: 35rem;
    width: 70%;
    max-width: 100%;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .unitypeekbody {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .social-icons-header {
    margin-top: 5rem;
    padding-left: 0.5rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-icons-footer {
    margin-top: 0rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
