body {
  font-family: 'Noto Sans', sans-serif;
}

.hero-title {
  background:
    radial-gradient(circle at 50% 15%, rgba(120, 160, 255, 0.18), transparent 60%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%),
    radial-gradient(#d7e1ef 1px, transparent 1px);
  background-size: auto, auto, 24px 24px;
  background-position: center, center, 0 0;
}

.hero-title .hero-body {
  background: transparent;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 12px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  width: 100%;
  margin: 0;
  display: block;
}

.qualitative-title {
  margin-bottom: 0.5rem;
}

.qualitative-caption {
  margin-bottom: 1rem;
}

.qualitative-section + .qualitative-section {
  margin-top: 2rem;
}

.results-carousel-wrap {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}

.qualitative-title,
.qualitative-caption {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.qualitative-section .results-carousel .item {
  margin: 4px;
}

.hero-video-crop {
  width: 70%;
  margin: 0 auto 0.0rem;
  overflow: hidden;
  border-radius: 10px;
}

.hero-video-section {
  background: #fff;
}

.hero-video-section .hero-body {
  padding-bottom: 0.5rem;
}

.abstract-section {
  padding-top: 1.5rem;
  background: #f5f5f5;
}

.section-divider {
  width: 60%;
  height: 1px;
  border: 0;
  background: #e0e0e0;
  margin: 0.25rem auto;
}

.qualitative-section {
  background: #fff !important;
}

.qualitative-section .hero-body {
  background: #fff !important;
}

.qualitative-section .container {
  background: #fff !important;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* Gradient style for "Depth" */
.depth {
  background: linear-gradient(90deg, #ff7e5f, #feb47b, #ffdd59, #54a0ff);
  background-clip: text;
  color: transparent;
  transition: background-position 0.5s ease, transform 0.3s ease;
  /* background-size: 200% 200%; */
  background-size: 150%;
}

/* Regular style for "Splat" */
.splat {
  color: #0b0b0b; /* Solid color for "Splat" */
}

/* Hover effect for "Depth" gradient */
.depth:hover {
  background-position: right center; /* Shifts the gradient on hover */
  transform: scale(1.1); /* Slight zoom effect */
}
