.carousel-caption h3 {
    font-size: 45px;
    line-height: 1.4em;
    font-family: sacramento, cursive;
}
img {
    border-radius: 20px;
    box-shadow: rgba(45, 25, 16, 0.8) 0 0 20px;
    width: 100%;
}

 .item img {
    border-radius: 20px;
    box-shadow: none !important;
    width: 100%;
}
.fade-in-image {
  max-width: 800px;
  height: auto;
  opacity: 0; /* Start with the image hidden */
  transform: translateY(50px); /* Start slightly below */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-image.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Move to original position */
}

@font-face {
  font-family: 'Vlad'; /* Name you'll use to reference the font */
  src: url('fonts/VLADIMIR.TTF') format('truetype'); /* Path to the TTF file */
  
}

li a {
    color: black;
}

li::marker {
  display: none;
  content: "";
}
