@font-face {
  font-family: "BricolageGrotesque";
  src: url("../font/BricolageGrotesquet.ttf") format("truetype");
}
.hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 400px);
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 240px;
}

.hero-content {
  flex: 1;
  width: auto;
  height: 370px;
  overflow: visible;
  position: relative;
}

.heroimg {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-vsdesigner {
  width: 590px;
  height: 82.25px;
}
.herotext {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-subtitle {
  overflow: visible;
  font-family: "BricolageGrotesque", sans-serif;
  font-size: 180px;
  color: #d0d0d0;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  z-index: 2;
  position: absolute;
  bottom: 90px;
}

.hero-path1 {
  position: absolute;
  left: 1280px;
  top: -80px;
  width: 321px;
  height: 322px;
  z-index: 1;
}

.hero-path2 {
  width: 372px;
  height: 178px;
  position: absolute;
  left: 537px;
  top: -20px;
}

.hero-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: -60px;
  z-index: 3;
}

.avatar-container {
  position: relative;
  display: inline-block;
}

.hero-info img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-tag {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 35px;
  background: #6fedff;
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "BricolageGrotesque", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-info h1 {
  font-family: "BricolageGrotesque";
  font-size: 48px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}

.hero-info h2 {
  font-family: "BricolageGrotesque";
  font-size: 22px;
  color: #d0d0d0;
  margin: 0;
  font-weight: 400;
}

.waterfall.image {
  display: flex;
  gap: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.waterfall-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.waterfall.image .gallery-item {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}

.waterfall.image .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.waterfall.image .gallery-item img:hover {
  transform: scale(1.08);
}

.topup {
  position: fixed;
  bottom: 60px;
  right: 80px;
  width: 60px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
}

.topup img {
  width: 100%;
  height: 100%;
}
