:root {
  --accent-color: #e21e1e;
  --primary-color: #f0f0f0;
  --secondary-color: #050505;
}

@font-face {
  font-family: "Archivo";
  src: url(./Public/fonts/Archivo-VariableFont_wdth\wght.ttf);
}

@font-face {
  font-family: "Inter";
  src: url(./Public/fonts/Inter-VariableFont_opsz\wght.ttf);
}

@font-face {
  font-family: "Moon-face";
  src: url(./Public/fonts/Moonhouse-yE5M.ttf);
}

.sidebar {
  position: absolute;
  position: fixed;
  left: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: 100vh;
  background-color: var(--primary-colorp);
  z-index: 1;
  width: 12vw;
}

.project-elab-info {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 100px;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sidebar a {
  text-decoration: none;
  color: var(--secondary-color);
  rotate: 270deg;
  font-family: sans-serif;
  padding-bottom: 2.6rem;
}

@media (max-width:600px) {
  .sidebar a{
    font-size: 0.8rem;
    padding-bottom: 0;
  }

  .sidebar{
    width: 10vw;
  }

  .section{
    width: 90vw;
  }
}
.sidebar.active {
  color: var(--accent-color);
}

.section {
  z-index: 0;
  position: relative;
  right: 0;
  height: 100%;
  width: 85vw;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.mock1,
.mock2,
.mock3,
.mock4 {
  height: 60vh;
  width: 75vw;
  object-fit: cover;
  margin: 1.2rem 0;
  border-radius: 0.6rem;
}

.section div {
  width: 66vw;
  font-size: 1.2rem;
  font-family: 'Inter', 'Moonface', sans-serif;
  margin-bottom: 1.4rem;
}

.section h2 {
  font-family: "Inter", "Moonface";
  font-size: 1.8rem;
}

.section h1 {
  font-family: "Inter", "Moonface";
  font-size: max(03rem);
}

.intro {
  font-family: "Inter", "Moonface", "Archivo Black" sans-serif;
  font-size: 1rem;
}

.wrap{
  margin-bottom: 4rem;
}
