html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.fullpage-container {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 192px;
  box-sizing: border-box;
}

.label_1 {
  width: 48px;
  height: 47px;
}

.text_1 {
  width: 286px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(67, 223, 128, 1);
  font-size: 18px;
  font-family: D-DINExp;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin-left: 13px;
}

/* Navigation Links */
.nav-link {
  position: relative;
  height: 22px;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: D-DINExp;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 16px;
}

.nav-link.active {
  color: rgba(67, 223, 128, 1);
  font-family: D-DINExp-Bold;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background-color: rgba(67, 223, 128, 1);
}

.text_2 {
  margin-left: 84px;
}

.text_3 {
  margin-left: 98px;
}

.text_4 {
  margin-left: 57px;
}

.text_5 {
  margin-left: 48px;
}

/* Sections */
.section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-1 {
  background: url(./img/SketchPng2339b718ba34ce44b47cc297e08829bcca563f4bb81bf1f07b54f42b46aff765.png) center center no-repeat;
  background-size: cover;
}

.section-2 {
  background: url(./home_2/img/da421fbfc20543ddb43cd5bb7763c5b6_mergeImage.png) center center no-repeat;
  background-size: cover;
}

.section-3 {
  background: url(./home_2/img/712087d54fda4b35a38b1ec888865634_mergeImage.png) center center no-repeat;
  background-size: cover;
}

.section-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/SketchPng2339b718ba34ce44b47cc297e08829bcca563f4bb81bf1f07b54f42b46aff765.png) center center no-repeat;
  background-size: cover;
}

.banner-content {
  width: 962px;
  height: 288px;
  background: url(./img/SketchPngcc51bf177b2a772bf1a5c3041201f85ea71fc912a77ea1920bd2bcb01e6dadd1.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.text-group_1 {
  width: 709px;
  height: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text_6 {
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: D-DINExp-Bold;
  text-align: center;
  white-space: nowrap;
  line-height: 60px;
}

.paragraph_1 {
  width: 800px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-family: D-DINExp;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
}

.section-text {
  width: 1087px;
  max-width: 90%;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-family: D-DINExp;
  text-align: center;
  line-height: 36px;
  padding: 20px;
}

/* Navigation dots */
.nav-dots {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 100;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

.dot.active {
  background-color: rgba(67, 223, 128, 1);
  transform: scale(1.3);
}
