@font-face {
  font-family: "Extrabold";
  src: url("/assets/fonts/ZeitungMicroPro-Extrabold.woff2") format("woff2");
}

@font-face {
  font-family: "Thin";
  src: url("/assets/fonts/ZeitungMicroPro-Thin.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  scroll-padding-top: 1rem;
  text-align: center;
  list-style-position: inside;
  padding: 0;
}

body {
  width: min(1000px, calc(100% - 2rem));
  overflow-x: hidden;
  margin-inline: auto;
  font-family: "Thin";
  font-size: 2rem;
  letter-spacing: -1.5px;
  line-height: 1.2;
  overflow-x: hidden;
}

.mobile {
  display: none;
}

.circle {
  width: min(1000px, calc(100% - 2rem));
  border-radius: 50%;
  aspect-ratio: 1;
  border: 10px solid white;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  transform: translateY(-60%);
}

.title,
.subtitle {
  width: min(1000px, calc(100% - 2rem));
  position: absolute;
  /* padding-inline: 200px; */
  z-index: 10;
}

.lead1,
.lead2 {
  font-family: "Thin";
  font-size: 3.25rem;
  line-height: 1.1;
  margin-top: 3rem;
  margin-block-end: 0;
  width: min(1000px, calc(100% - 2rem));
  position: absolute;
  z-index: 10;
}
.title {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cover,
.circle {
  margin-top: 200px;
}

.subtitle {
  margin-top: 100px;
}

.lead1 {
  padding-inline: 200px;
  margin-top: 235px;
  line-height: 1;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li:first-child {
  margin-block-start: 1.25rem;
}

.list ul li {
  position: relative;
  padding-left: 1.5rem;
}

.list ul li::before {
  content: "●"; /* Bullet symbol or any other symbol */
  position: absolute;
  margin-left: -1.5rem; /* Removes margin of the custom marker */
}

figure {
  margin: 0;
  margin-block-start: 1.5em;
  margin-block-end: 1.5em;
}
.slider-container {
  display: flex;
  justify-content: center;
}

.slider {
  position: relative;
  width: min(1500px, 100%);
}

p {
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
}

button {
  margin-top: calc(50% - 2.75rem);
  width: 3rem;
  position: absolute;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  touch-action: manipulation;
  font-size: 4rem;
  cursor: pointer;
}

.next {
  right: 2rem;
  filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.4));
}

.prev {
  left: 2rem;
  filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.4));
}

figcaption {
  font-size: 1.5rem;
}

h1,
h2 {
  font-family: "Extrabold";
  font-size: 3.25rem;
  line-height: 1.1;
  margin-top: 3rem;
  margin-block-end: 0;
}

img {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .circle {
    transform: translateY(-50%);
  }
}

@media (max-width: 935px) {
  body {
    font-size: 1.75rem;
    letter-spacing: -1.5px;
    line-height: 1.2;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .title,
  .subtitle {
    width: min(1000px, calc(100% - 2rem));
    position: relative;
    margin-inline: auto;
    z-index: 10;
  }

  .lead1,
  .lead2 {
    font-family: "Thin";
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 3rem;
    margin-block-end: 0;
    width: min(1000px, calc(100% - 2rem));
    position: relative;
    margin-inline: auto;

    z-index: 10;
  }
  .title {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-size: 3rem;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .subtitle {
    width: 100%;
    margin-top: 0;
    font-size: 3rem;
  }

  .subtitle p {
    margin-block-start: 0 !important;
  }
  .lead1 {
    padding-inline: 0;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .lead2 {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .desktop,
  .circle {
    display: none;
  }

  .list ul li::before {
    content: "●"; /* Bullet symbol or any other symbol */
    position: absolute;
    margin-left: -1.5rem; /* Removes margin of the custom marker */
    margin-top: 0.4rem;
    font-size: 1.1rem;
  }

  h1,
  h2 {
    font-family: "Extrabold";
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 3rem;
    margin-block-end: 0;
  }

  .next {
    right: 1rem;
  }

  .prev {
    left: 1rem;
  }
}
 left: 1rem;
  }
}
