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

section.hero {
  margin-bottom: -50px;
}

section.section {
  margin-top: -20px;
  margin-bottom: -20px;
}

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

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

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

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

.zoom-container .column {
  padding: 0;
  font-size: 0;
  background: #000;
}

.zoom-container canvas {
  width: 100%;
}

.zoom-gt-container {
  padding: 0;
  border: 1px solid #000;
}

.zoom-gt-img {
  display: true;
}

.zoom-lens {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.zoom-lens:first-child {
  border-top: 1px solid #000;
}

.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 {
    margin-top: 0.5em;
    font-family: 'Google Sans', sans-serif;
}

.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 {
}


/* video comparison tool begins */

.videocomparison-container {
    text-align: center;
    max-width: 1000px;
    margin: 20px 0;
}

.videocomparison-images {
  display: grid;
  grid-template-columns: 1fr;
  width: 1000px; /* Adjust the width as needed */
  height: auto; /* Adjust the height as needed */
}

.demo-video {
  width: 100%; /* Video fills the entire container width */
  height: 660px; /* Height adjusts automatically to maintain aspect ratio */
  object-fit: contain; 
}


.thumbnail-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnails-wrapper {
    overflow: hidden;
    width: 350px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.thumbnail {
    width: 120px;
    height: 90px;
    padding: 15px;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}

.thumbnail.selected {
    transform: scale(1.5);
    opacity: 1;
}

.left-arrow, .right-arrow {
    background-color: #555  ;
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 40%; /* Makes the button circular */
    width: 22px; /* Adjust size of the circular button */
    height: 22px; /* Adjust size of the circular button */
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-arrow:hover, .right-arrow:hover {
    background-color: #bbb;
}

/* video comparison tool ends */

.network-architecture-fig-base {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.network-architecture-fig-pyramid {
/*  height: 400px;*/
  margin-right: 40px;
  width: 45%;
}

.network-architecture-image-text-container {
  display: flex; 
  align-items: center; /* Vertically center the image and text */
}
