.about-hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 10rem 0rem 6rem;
  text-align: center;
}

.about-hero-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  justify-content: center;
  border-top: 2px dashed #ffffff;
  border-bottom: 2px dashed #ffffff;
}

.hero-kicker {
  font-family: 'Albert Sans', sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0.5rem 0;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 16rem;
  line-height: 0.9;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.scroll-hint {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 15%;
}

.hero-figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  height: 500px;
  width: auto;
  z-index: 2;
  pointer-events: none;
}

.journey-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.spiced-description-section,
.journey-cards-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../src/images/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 10%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-cards-section {
  opacity: 0;
  display: none;
  z-index: 10;
}

.spiced-description-section {
  z-index: 5;
}

.our-trip-section {
  position: relative;
  background-color: #FFF1D4;
  background-image: url('../src/images/side.svg'), url('../src/images/side.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spiced-description-section .side-pattern-left,
.spiced-description-section .side-pattern-right,
.journey-cards-section .side-pattern-left,
.journey-cards-section .side-pattern-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  background-image: url('../src/images/side.svg');
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.15;
}

.spiced-description-section .side-pattern-left,
.journey-cards-section .side-pattern-left,
.our-trip-section .side-pattern-left {
  left: 0;
  background-position: left top;
}

.spiced-description-section .side-pattern-right,
.journey-cards-section .side-pattern-right,
.our-trip-section .side-pattern-right {
  right: 0;
  background-position: right top;
}

.journey-cards-section,
.our-trip-section {
  justify-content: center;
}

.spiced-description-content {
  width: 100%;
  position: relative;
}

.spiced-paragraph {
  max-width: 600px;
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  color: white;
}

.spiced-paragraph span {
  display: inline-block;
  opacity: 0.4;
  white-space: pre-wrap;
}

.spiced-with-love-title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}

.spiced-with-love-title {
  color: #fff;
  font-family: 'Alumni Sans', sans-serif;
  font-size: 8rem;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

/* removed duplicate spiced-with-love-title */

.soulful-moments-section {
  background-color: #f6e7cf;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
}

.soulful-image {
  width: 50%;
  height: 100dvh;
}

.soulful-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.soulful-image:hover img {
  filter: grayscale(0%);
}

.soulful-text {
  width: 50%;
  height: 100dvh;
  background-color: #FFF1D4;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('../src/images/side.svg');
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}

.soulful-title {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: 800;
  color: #1f1a17;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: 4rem;
  width: 60%;
}

.soulful-description-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-between;
  width: 70%;
}

.soulful-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #1f1a17;
  margin: 0 0 1.5rem 0;
  position: relative;
  z-index: 2;
}

.soulful-description:last-child {
  margin-bottom: 0;
}

.cards-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 20;
}

.about-card {
  position: absolute;
  width: 300px;
  min-height: 250px;
  background: #FFF1D4;
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  background-image: url('../src/images/side.svg');
  background-repeat: repeat;
  background-size: 100px auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.about-card.card-1,
.about-card.card-2,
.about-card.card-3,
.about-card.card-4,
.about-card.card-5 {
  top: 0;
  bottom: auto;
}

.card-title {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1f1a17;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 1.5rem 1rem;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
  text-align: left;
}

.card-description {
  font-size: 1rem;
  color: #1f1a17;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  padding: 1.5rem 1rem;
  font-weight: 600;
}

.promo-banner-section {
  position: relative;
  background-image: url('../src/images/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.promo-banner-section .side-pattern-left,
.promo-banner-section .side-pattern-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  background-image: url('../src/images/side.svg');
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}

.promo-banner-section .side-pattern-left {
  left: 0;
}

.promo-banner-section .side-pattern-right {
  right: 0;
}

.promo-container {
  position: relative;
  z-index: 2;
  width: 60%;
  height: 100dvh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0 6rem 6rem;
}

.promo-text {
  flex: 1;
  color: #fff;
  font-family: 'Alumni Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
}

.promo-image {
  max-width: 50%;
  height: auto;
  object-fit: contain;
}

.trip-container {
  width: 75%;
  padding: 6rem 0;
  position: relative;
  z-index: 2;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trip-title {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #1f1a17;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.trip-main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.trip-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.trip-bg-image img {
  width: 600px;
  height: auto;
  opacity: 0.9;
}

.trip-bg-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Alumni Sans', sans-serif;
  font-size: 18rem;
  font-weight: 800;
  color: #4D2900;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  line-height: 0.8;
  opacity: 0.8;
}

.trip-image-right {
  position: absolute;
  width: 300px;
  height: 200px;
  border: 4px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  z-index: 11;
  right: 10%;
  top: 0%;
}

.trip-image-left {
  position: absolute;
  width: 250px;
  height: 180px;
  border: 4px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: rotate(3deg);
  z-index: 11;
  left: 12%;
  bottom: 5%;
}

.trip-image-right img,
.trip-image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.trip-award-section {
  position: relative;
  z-index: 10;
}

.trip-award-title {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4D2900;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.trip-award-description {
  font-size: 1rem;
  color: #4D2900;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

.trip-timeline {
  position: relative;
  width: 95%;
  max-width: 1400px;
  margin: 2rem auto 0;
}

.timeline-line {
  width: 100%;
  height: 2px;
  background-color: #4D2900;
  position: relative;
  margin-top: 0;
}

.timeline-icon {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  transition: left 0.5s ease;
  z-index: 5;
  border: 2px solid #4D2900;
  background-color: #FFF1D4;
  border-radius: 50%;
  padding: 10px;
}

.timeline-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1000%) hue-rotate(25deg) brightness(0.8);
}

.timeline-years {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}

.timeline-year {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 5rem;
  font-weight: 800;
  color: #4D290040;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  flex: 1;
  text-align: center;
}

.timeline-year.active {
  color: #4D2900;
}

@media (min-width: 1241px) and (max-width: 1440px) {
  .hero-title {
    font-size: 8rem;
  }

  .spiced-paragraph {
    font-size: 40px;
    max-width: 500px;
  }

  .spiced-with-love-title {
    font-size: 6rem;
  }

  .hero-figure {
    height: 400px;
    bottom: 20px;
  }

  /* .spiced-description-section .side-pattern-left,
  .spiced-description-section .side-pattern-right,
  .journey-cards-section .side-pattern-left,
  .journey-cards-section .side-pattern-right,
  .promo-banner-section .side-pattern-left,
  .promo-banner-section .side-pattern-right,
  .our-trip-section .side-pattern-left,
  .our-trip-section .side-pattern-right {
    width: 140px;
  } */

  .spiced-with-love-title {
    font-size: 3.5rem;
  }

  .our-trip-section {
    padding: 4rem 0;
    min-height: 100vh;
  }

  .trip-container {
    width: 90%;
    padding: 2rem 0 0 0;
    height: 100vh;
    margin: 0 auto;
  }

  .trip-title {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }

  .trip-main-content {
    height: 65%;
    position: relative;
  }

  .trip-bg-year {
    font-size: 16rem;
  }

  .trip-bg-image img {
    width: 700px;
  }

  .trip-image-right,
  .trip-image-left {
    width: 280px;
    height: 200px;
  }

  .trip-award-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .trip-award-description {
    font-size: 1.1rem;
    max-width: 700px;
  }

  .timeline-year {
    font-size: 4.5rem;
    padding: 0 1rem;
  }

  .promo-banner-section {
    min-height: auto;
    padding: 4rem 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .promo-container {
    width: 50%;
    height: auto;
    padding: 2rem;
    text-align: left;
    order: 1;
  }

  .promo-text {
    font-size: 4rem;
  }

  .promo-image {
    max-width: 45%;
    height: auto;
    order: 2;
    margin-top: 0;
  }

  .soulful-moments-section {
    flex-direction: row;
    min-height: 80vh;
  }

  .soulful-image {
    width: 50%;
    height: 80vh;
  }

  .soulful-text {
    width: 50%;
    height: 80vh;
    padding: 4rem;
    justify-content: center;
  }

  .soulful-title {
    font-size: 4rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .soulful-description-container {
    width: 100%;
  }

  .soulful-description {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .hero-title {
    font-size: 6.5rem;
  }

  .spiced-paragraph {
    font-size: 32px;
    max-width: 400px;
  }

  .spiced-with-love-title {
    font-size: 4.5rem;
  }

  .hero-figure {
    height: 350px;
    bottom: 15px;
  }

  .spiced-description-section .side-pattern-left,
  .spiced-description-section .side-pattern-right,
  .journey-cards-section .side-pattern-left,
  .journey-cards-section .side-pattern-right,
  .promo-banner-section .side-pattern-left,
  .promo-banner-section .side-pattern-right,
  .our-trip-section .side-pattern-left,
  .our-trip-section .side-pattern-right {
    width: 100px;
  }

  .spiced-with-love-title {
    font-size: 3rem;
  }

  .our-trip-section {
    padding: 3rem 0;
    min-height: 90dvh;
  }

  .trip-container {
    width: 95%;
    padding: 1.5rem 0 0 0;
    height: 90dvh;
  }

  .trip-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .trip-main-content {
    height: 55%;
    position: relative;
  }

  .trip-bg-year {
    font-size: 12rem;
  }

  .trip-bg-image img {
    width: 400px;
  }

  .trip-image-right,
  .trip-image-left {
    width: 180px;
    height: 140px;
  }

  .trip-award-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .trip-award-description {
    font-size: 0.9rem;
    max-width: 500px;
  }

  .trip-timeline {
    margin-top: 1.5rem;
  }

  .timeline-year {
    font-size: 2.5rem;
    padding: 0 0.8rem;
  }

  .promo-banner-section {
    min-height: auto;
    padding: 3rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .promo-container {
    width: 90%;
    height: auto;
    padding: 2rem;
    text-align: center;
    order: 1;
    align-items: center;
    justify-content: center;
  }

  .promo-text {
    font-size: 3rem;
  }

  .promo-image {
    max-width: 70%;
    height: auto;
    order: 2;
    margin-top: 1.5rem;
  }


  .soulful-moments-section {
    flex-direction: row;
    min-height: 70vh;
  }

  .soulful-image {
    width: 50%;
    height: 70vh;
  }

  .soulful-text {
    width: 50%;
    height: 70vh;
    padding: 3rem;
    justify-content: center;
    background-image: none;
  }

  .soulful-title {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .soulful-description-container {
    width: 100%;
  }

  .soulful-description {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .about-card {
    width: 260px;
    min-height: 200px;
  }

  .card-title {
    font-size: 1.5rem;
    padding: 1rem;
  }

  .card-description {
    font-size: 0.9rem;
    padding: 1rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-title {
    font-size: 5rem;
  }

  .hero-figure {
    height: 300px;
    bottom: 15px;
  }

  .spiced-paragraph {
    font-size: 28px;
    max-width: 100%;
    padding: 0 10%;
    text-align: center;
  }

  .spiced-with-love-title {
    font-size: 3.5rem;
  }

  .spiced-description-section,
  .journey-cards-section,
  .our-trip-section {
    padding: 0 5%;
    justify-content: center;
  }

  /* .spiced-description-section .side-pattern-left,
  .spiced-description-section .side-pattern-right,
  .journey-cards-section .side-pattern-left,
  .journey-cards-section .side-pattern-right,
  .promo-banner-section .side-pattern-left,
  .promo-banner-section .side-pattern-right,
  .our-trip-section .side-pattern-left,
  .our-trip-section .side-pattern-right {
    width: 10px;
  } */

  .our-trip-section {
    padding: 2rem 0;
    min-height: 80dvh;
  }

  .trip-container {
    width: 90%;
    padding: 1rem 0;
    height: auto;
    min-height: 80vh;
  }

  .trip-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .trip-main-content {
    height: 50%;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .trip-bg-year {
    font-size: 8rem;
  }

  .trip-bg-image img {
    width: 300px;
  }

  .trip-image-right,
  .trip-image-left {
    width: 120px;
    height: 100px;
  }

  .trip-images-container {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .trip-award-section {
    margin-top: 0.5rem;
  }

  .trip-award-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .trip-award-description {
    font-size: 0.8rem;
    padding: 0 0.5rem;
    max-width: 400px;
  }

  .trip-timeline {
    margin-top: 2rem;
  }

  .timeline-years {
    flex-wrap: wrap;
    gap: 0.3rem;
  }

  .timeline-year {
    font-size: 1.8rem;
    padding: 0.2rem 0.4rem;
  }

  .promo-container {
    padding: 2rem 0 4rem 4rem;
  }

  .promo-image {
    z-index: 10;
  }

  .promo-banner-section {
    min-height: auto;
    padding: 3rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .promo-container {
    width: 90%;
    height: auto;
    padding: 1rem;
    text-align: center;
    order: 1;
    align-items: center;
    justify-content: center;
  }

  .promo-text {
    font-size: 2.5rem;
  }

  .promo-image {
    max-width: 80%;
    height: auto;
    order: 2;
    margin-top: 2rem;
  }

  .soulful-moments-section {
    flex-direction: column;
    min-height: auto;
  }

  .soulful-image {
    width: 100%;
    height: 50vh;
    order: 1;
  }

  .soulful-text {
    width: 100%;
    height: auto;
    padding: 2rem;
    order: 2;
    background-image: none;
  }

  .soulful-title {
    font-size: 2.5rem;
    width: 90%;
    margin-bottom: 1.2rem;
  }

  .soulful-description-container {
    width: 95%;
  }

  .soulful-description {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .about-card {
    width: 240px;
    min-height: 180px;
  }

  .card-title {
    font-size: 1.3rem;
    padding: 0.8rem;
  }

  .card-description {
    font-size: 0.85rem;
    padding: 0.8rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .spiced-paragraph {
    font-size: 22px;
    padding: 0 15%;
    text-align: center;
  }

  .spiced-with-love-title {
    font-size: 2.5rem;
  }

  .hero-figure {
    height: 250px;
    bottom: 10px;
  }

  .spiced-description-section .side-pattern-left,
  .spiced-description-section .side-pattern-right,
  .journey-cards-section .side-pattern-left,
  .journey-cards-section .side-pattern-right,
  .promo-banner-section .side-pattern-left,
  .promo-banner-section .side-pattern-right,
  .our-trip-section .side-pattern-left,
  .our-trip-section .side-pattern-right {
    display: none;
  }

  .our-trip-section {
    padding: 1.5rem 0;
    min-height: 70vh;
  }

  .trip-container {
    width: 100%;
    padding: 1rem 0.5rem;
    height: auto;
    min-height: 70vh;
  }

  .trip-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .trip-main-content {
    height: 45%;
    position: relative;
    margin-bottom: 1rem;
  }

  .trip-bg-year {
    font-size: 5rem;
  }

  .trip-bg-image img {
    width: 200px;
  }

  .trip-image-right,
  .trip-image-left {
    width: 80px;
    height: 70px;
  }

  .trip-images-container {
    gap: 0.3rem;
    margin-bottom: 0.5rem;
  }

  .trip-award-section {
    margin-top: 0.3rem;
  }

  .trip-award-title {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .trip-award-description {
    font-size: 0.7rem;
    padding: 0 0.3rem;
    max-width: 280px;
    line-height: 1.3;
  }

  .trip-timeline {
    margin-top: 1.5rem;
  }

  .timeline-years {
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .timeline-year {
    font-size: 1.2rem;
    padding: 0.1rem 0.3rem;
  }

  .promo-banner-section {
    min-height: auto;
    padding: 3rem 1rem;
    flex-direction: column;
    align-items: center;
  }

  .promo-container {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    order: 1;
    margin-bottom: 2rem;
  }

  .promo-text {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .promo-image {
    max-width: 100%;
    height: auto;
    order: 2;
    margin-top: 0;
  }

  .soulful-moments-section {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .soulful-image {
    width: 100%;
    height: 40vh;
    order: 1;
  }

  .soulful-text {
    width: 100%;
    height: auto;
    padding: 1rem;
    order: 2;
    background-image: none;
  }

  .soulful-title {
    font-size: 2rem;
    width: 95%;
    margin-bottom: 1rem;
  }

  .soulful-description-container {
    width: 100%;
  }

  .soulful-description {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }

  .about-card {
    width: 200px;
    min-height: 160px;
  }

  .card-title {
    font-size: 1.1rem;
    padding: 0.6rem;
  }

  .card-description {
    font-size: 0.8rem;
    padding: 0.6rem;
  }

  .scroll-hint {
    font-size: 10px;
    width: 20%;
  }
}