.section-1 {
  height: 921px;
  background-position-x: 100px;
  position: relative;
  padding: 1px 0;
  text-transform: uppercase;
}

.section-1-logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -38px;
  z-index: 1;
}

.section-1-logo-ellipse {
  background: var(--color-dark);
  width: 204px;
  height: 204px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  border-radius: 50% 50%;
}

.section-1-text-container {
  margin: 230px auto 0;
  text-align: center;
}

.section-1-text-1-container {
  position: relative;
  width: 291px;
  margin: 0 auto;
}

.section-1-text-1-text {
  position: relative;
  font-weight: 700;
  font-size: 64px;
  color: var(--color-dark-lighter);
  -webkit-text-stroke: 3px var(--color-light);
  z-index: 1;
}

.section-1-text-1-text-shadow {
  position: absolute;
  left: calc(50% - 286px / 2 - 6px);
  top: 5px;
  width: 286px;
  font-weight: 700;
  font-size: 64px;
  color: var(--color-dark);
}

.section-1-text-2-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-1-text-2-text {
  font-weight: 700;
  font-size: 120px;
  color: var(--color-light);
  -webkit-text-stroke: 3px var(--color-dark);
}

.section-1-text-3-text {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-dark);
}

.section-1-down-arrow {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

.section-1-down-arrow-ellipse {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50% 50%;
  border: 3px solid var(--color-light);
}

.section-1-down-arrow-vertical {
  position: absolute;
  top: 12px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid var(--color-light);
}

.section-1-down-arrow-angle {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border: solid var(--color-light);
  border-width: 0 4px 4px 0;
}

.section-1-down-arrow-ellipse:hover,
.section-1-down-arrow-ellipse:hover .section-1-down-arrow-vertical,
.section-1-down-arrow-ellipse:hover .section-1-down-arrow-angle {
  cursor: pointer;
  border-color: var(--color-light-hover);
}

@media (max-width: 767.98px) {
  .section-1-text-1-text {
    font-size: 48px;
    -webkit-text-stroke: 2px var(--color-light);
  }

  .section-1-text-1-text-shadow {
    font-size: 48px;
  }

  .section-1-text-2-container {
    gap: 10px;
  }

  .section-1-text-2-text {
    font-size: 56px;
    -webkit-text-stroke: 2px var(--color-dark);
  }

  .section-1-text-3-container {
    margin-top: 10px;
  }

  .section-1-text-3-text {
    font-size: 20px;
  }
}
