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


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

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

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

.teaser .glide video {
  border-radius: 12px;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.column{
  text-align: center;
  padding: 0;
}

.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;
}
.custom-width {
  flex: 0 0 auto;
  width: 100%;
  /* width:  83.33%; 5/6 of the available width */
}
.results-carousel .item {
  /* margin: 5px; */
  overflow: hidden;
  /* padding: 20px; */
  font-size: 24;
  width: 100%;
  align-items: center;
}
.caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 1150px;
}
.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}



/* video grid  */
.video-grid {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); /* Adjust the number of columns as needed */
  /* gap: 1px; /* Adjust the gap between videos as needed */
}

.video-wrapper {
  display: inline-block;
  position: relative;
  width: 48%;
  /* height: 350px; /* Set the desired width */
  /* padding-bottom: 350px; */
  /* overflow: hidden; */
}


.video-wrapper video {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper .hover-video {
  display: none;
}

.video-wrapper .overlay-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-family: "Chalkduster";
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5); /* White color with transparency */
  padding: 0px; /* Padding around the text */
  border-radius: 10px; /* Rounded border radius */
}

.video-wrapper:hover .default-video {
  display: none;
}

.video-wrapper:hover .hover-video {
  display: block;
}

.video-wrapper:hover .overlay-text {
  opacity: 1;
}


.video-wrapper video::-webkit-media-controls {
  display: none !important;
}

.video-wrapper video::-webkit-media-controls-enclosure {
  display: none !important;
}

.video-wrapper video::-webkit-media-controls-panel {
  display: none !important;
}

.video-wrapper video::-webkit-media-controls-play-button {
  display: none !important;
}




.video-grid-wide {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Adjust the number of columns as needed */
  gap: 1px; /* Adjust the gap between videos as needed */
}

.video-warpper-wide {
  position: relative;
  width: 350px; /* Set the desired width */
  height: 350px;
  overflow: hidden;
}

.video-warpper-wide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-warpper-wide .hover-video {
  display: none;
}

.caption-vid {
  display: inline-block;
}

.video-warpper-wide .overlay-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-family: "Chalkduster";
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}

.hr-lines2 {
  position: relative;
  max-width: 100%;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines2:before{
  content:" ";
  height: 2px;
  width: 46%;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 26.7%;
}

.hr-lines{
  position: relative;
  max-width: 100%;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
  content:" ";
  height: 2px;
  width: 30%;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width: 30%;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
}

hr {
  content:" ";
  height: 2px;
  width: 100%;
  background: black;
  display: block;
  position: absolute;
  right: 0;
  margin: 0;
}

.prompt{
  font-size: 18px;
  font-family: "Chalkduster";
  font-weight: bold;
}

.prompt-input{
  font-size: 18px;
  font-weight: bold;
}

.headline{
  font-size: 22px;
  font-weight: bold;
}

.video-warpper-wide:hover .default-video {
  display: none;
}

.video-warpper-wide:hover .hover-video {
  display: block;
}

.video-warpper-wide:hover .overlay-text {
  opacity: 1;
}


.video-warpper-wide video::-webkit-media-controls {
  display: none !important;
}

.video-warpper-wide video::-webkit-media-controls-enclosure {
  display: none !important;
}

.video-warpper-wide video::-webkit-media-controls-panel {
  display: none !important;
}

.video-warpper-wide video::-webkit-media-controls-play-button {
  display: none !important;
}

.carousel {
  display: flex;
  justify-content: center;
}

.video-grid-teaser{
  width: 400px;
}

.marquee-wrapper{
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:5;
  height: 600px;
  width: calc(588px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  /* margin: 20px auto; */
  /* background:#1B2531; */
  padding: 20px 0;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  padding-top: 5px;
  font-weight: 800;
  font-size: 24px;
  font-family: Comic Mono;
}

.marquee-item p{
  padding-top: 5px;
  font-weight: 800;
  font-size: 20px;
  font-family: Comic Mono;
  text-align: center;
}
.marquee-item p > c{
  color: #eb002a;
}

.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item{
  width: 400px;
  height: 250px;
  display: inline-block;
  margin: 0 10px;
  float: left;
  transition: all .3s ease-out;
  background:#ececec;
  border-bottom: #1f9ced 5px solid;
  margin-top: 10px;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}

@media screen and (max-width: 800px) {
  .btn-group-app, .btn-group-comp, .btn-group-comp-video {
    text-align: center;
  }
  .btn-comp-video, .btn-comp-method, .btn-app-video {
    width: 90%;
  }
  .container {
    position: relative;
    margin: auto;
    max-width: 80%;
    text-align: left;
  }
  video::-webkit-media-controls {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .btn-comp-video, .btn-comp-method, .btn-app-video {
    width: 90%;
  }
  .container {
    position: relative;
    margin: auto;
    max-width: 80%;
    text-align: left;
  }
}

