.hero {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#hero-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 100%;
  height: 100vh;
  object-fit: cover;
}

.headline-container {
  display: flex;
  gap: 20px;
}

.main-headline,
.main-tagline-bold,
.main-tagline {
  font-size: 92px;
}

.main-headline {
  text-align: center;
  font-weight: bold;
  color: white;
}
.main-tagline-bold {
  font-weight: bold;
}
.main-tagline {
  font-weight: lighter;
}
#ibuilt {
  opacity: 0;
  position: sticky;
}

#mouse-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: absolute;
  display: block;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 1;
}

#cursor {
  font-weight: 100;
}

.container {
  min-height: 100vh;
}

.card {
  padding: 20px;
  border: 1px solid black;
  border-radius: 10px;
}

.identity {
  min-height: 100vh;
  background-color: white;
  position: relative;
}

.imadev {
  inset: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  transition: none;
  position: relative;
}

.imadev {
  background-color: white;
  color: black;
  z-index: 1;
}

.project2 {
  background-color: #0b6dc6;
  color: white;
}
.project3 {
  background: #e53e3e;
  color: white;
}
.project4 {
  background: black;
  color: white;
}

.projects {
  padding: 5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #0b6dc6;
  position: relative;
  color: white;
  opacity: 1;
}

.projects img {
  height: 700px;
  width: 400px;
  object-fit: cover;
}

.left-pin {
  width: 50%;
}

.right-scroll {
  flex: 1;
  flex-direction: column;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.about {
  position: relative;
  background-color: black;
  color: #fff;
  height: 100vh;
}

.tag-name {
  font-weight: bolder;
  font-size: 24px;
}