:root { font-size: 16px }
@media (max-width: 500px) { :root { font-size: 14px } }


::-moz-selection {
  background: var(--bs-secondary);
  color: white;
}

::selection {
  background: var(--bs-secondary);
  color: white;
}


.gallery_section {
  background-color: var(--bs-primary);
}

.gallery_section ul {
  padding-left: 1rem;
  list-style: none;
}

.gallery_section li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 1rem;
}

.df {display: flex}
.aic {align-items: center}
.jcc {justify-content: center}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
}

.demo-wrapper {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
}

.demo-gallery:not(.last) {
  padding-bottom: 1rem;
}

.demo-text .text {
  font-size: clamp(4rem, 7vw, 8rem);
  line-height: 1;
  font-weight: 900;
}

.demo-gallery img {
  width: 100%;
  height: 500px;
}