.hero-section {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 1020px;
  background: url("/assets/img/hero-bg.svg") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 2560px;
}

.hero-section p {
  font-weight: 700;
  font-size: 1.4rem;
}

.me-img {
  bottom: 0;
  right: 320px;
  height: 800px;
  width: auto;
  object-fit: cover;
  position: absolute;
  filter: drop-shadow(2px 0px 6px black);
}

.hero-content {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 320px;
}

.hero-hi {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 400px;
  margin-bottom: 44px;
  font-weight: 900 !important;
  font-size: 1.4rem;
}

.hero-hi img {
  height: 120px;
}

.hero-headlline {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 32px;
}

.appointment {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
}

.appointment p {
  font-size: 2rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-accent);
  transition: color 0.3s;
}

.appointment p:hover {
  cursor: pointer;
  -webkit-text-stroke: none;
  color: var(--color-accent);
}

.appointment img {
  height: 240px;
  margin-bottom: 10px;
}

.appointment-mobile {
  display: none;
}

/* (1800px) */
@media (max-width: 1800px) {
  .me-img {
    right: 210px;
  }
}

/*  (1650px) */
@media (max-width: 1680px) {
  .me-img {
    right: 210px;
  }

  .appointment p {
    width: 300px;
  }

  .appointment img {
    height: 160px;
  }

  .hero-content {
    width: 58%;
  }
}

/*  (1480px */
@media (max-width: 1480px) {
  .me-img {
    right: 100px;
  }

  .appointment p {
    width: 300px;
  }

  .hero-content {
    width: 70%;
  }

  .hero-hi {
    gap: 280px;
  }
}

/*  (1380px) */
@media (max-width: 1380px) {
  .hero-section {
    max-height: 895px;
    min-height: 895px;
  }

  .me-img {
    right: 28px;
    height: 700px;
  }

  .appointment p {
    width: 300px;
  }

  .appointment img {
    height: 150px;
  }

  .hero-section h1 {
    font-size: 2.8rem;
  }

  .hero-hi {
    gap: 275px;
  }
}

/*  (1055px) */
@media (max-width: 1055px) {
  .hero-section {
    max-height: 980px;
    min-height: 980px;
  }

  .hero-headlline {
    width: 515px;
  }
}

/*  (932px) */
@media (max-width: 932px) {
  .hero-headlline {
    width: 515px;
  }

  .me-img {
    height: 640px;
    right: 0;
  }
}

/*  (905px) */
@media (max-width: 905px) {
  /* .hero-section {
    background: url("/assets/img/hero-bg-1480.svg") no-repeat center center;
  } */
  .hero-hi {
    gap: 200px;
  }
  .hero-content {
    width: 65%;
  }

  .hero-headlline {
    width: 368px;
  }

  .appointment p {
    z-index: 1;
  }

  .appointment img {
    height: 92px;
  }
}

/*  (860px) */
@media (max-width: 860px) {
  .hero-section {
    max-height: 740px;
    min-height: 740px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section {
    max-height: 820px;
  }

  .me-img {
    height: 548px;
  }

  .hero-section p {
    font-size: 1.5rem;
  }

  .hero-hi img {
    height: 92px;
  }

  .hero-hi {
    gap: 168px;
  }

  .hero-content {
    margin-top: 254px;
  }

  .appointment p {
    width: 280px;
  }
}

/*  (680px) */
@media (max-width: 680px) {
  .hero-section {
    max-height: 620px;
    min-height: 620px;
  }
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .me-img {
    height: 420px;
  }

  .hero-hi img {
    height: 72px;
  }

  .hero-hi {
    margin-bottom: 32px;
    gap: 120px;
  }

  .appointment {
    width: 220px;
  }

  .hero-headlline {
    width: 240px;
  }

  .hero-section p {
    font-size: 1.3rem;
  }
}

/*  (540px) */
@media (max-width: 540px) {
  .hero-section {
    max-height: 932px;
    min-height: 932px;
  }

  .hero-content {
    width: 95%;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section p {
    font-size: 1.2rem;
  }

  .me-img {
    height: 490px;
  }

  .hero-hi {
    gap: unset;
    justify-content: space-between;
  }
}

/*  (470px) */
@media (max-width: 470px) {
  .hero-section {
    background: url("/assets/img/hero-bg-1480.svg") no-repeat center center;
  }

  .appointment-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    z-index: 2;
  }

  .appointment-mobile img {
    height: 64px;
    transform: rotate(240deg);
  }

  .me-img {
    height: 520px;
  }

  .hero-headlline {
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 160px;
    margin-bottom: 148px;
  }

  .appointment {
    display: none;
  }
}

/*  (424px) */
@media (max-width: 424px) {
  .hero-hi {
    margin-bottom: 18px;
  }

  .hero-headlline {
    margin-bottom: 110px;
  }
  .me-img {
    height: 432px;
  }

  .hero-section {
    min-height: 844px;
    max-height: 844px;
  }

  .hero-section h1 {
    font-size: 1.7rem;
  }
}

/*  (384px) */
@media (max-width: 384px) {
  .me-img {
    height: 382px;
  }

  .appointment p {
    font-size: 1rem;
  }
}

/*  (376px) */
@media (max-width: 376px) {
  .hero-section {
    min-height: 804px;
    max-height: 804px;
  }

  .hero-content {
    margin-top: 212px;
  }

  .hero-headlline {
    width: 148px;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .hero-hi img {
    height: 62px;
  }
}

/*  (344px) */
@media (max-width: 344px) {
  .hero-headlline {
    width: 128px;
  }
}

@media (min-width: 1921px) {
  .hero-section {
    padding-left: 10rem;
  }

  .me-img {
    right: 320px;
    height: 900px;
  }
}

/*  (< 1920px) */
@media (min-width: 2050px) {
  .hero-section {
    padding-left: 15rem;
  }
}

/*  (< 1920px) */
@media (min-width: 2200px) {
  .hero-section {
    padding-left: 20rem;
  }
}

/*  (< 1920px) */
@media (min-width: 2430px) {
  .hero-section {
    padding-left: 25rem;
  }
}
