
.carousel-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-color: #f8f9fa;
}

.carousel-inner {
  height: 100vh;
}

/* Add some space around the carousel */
.full-width-carousel {
  width: 90%; /* Adjust this value to control the width */
  margin-left: 5%; /* Add a small margin on the left */
  margin-right: 5%; /* Add a small margin on the right */
  max-width: 90vw; /* Adjust max width */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7); /* Darken the arrow background */
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Add shadow to make arrows stand out */
}

/* Position the arrows closer to the image edges */
.carousel-control-prev {
  left: 10px; /* Move the left arrow closer to the image */
}

.carousel-control-next {
  right: 10px; /* Move the right arrow closer to the image */
}

/* Additional styling for the carousel captions */
.carousel-caption {
    bottom: 20px;
    display: inline-block; /* Подстраивает фон под размер содержимого */
    background-color: whitesmoke;
    color: black;
    border-radius: 5px;
    padding: 10px 15px; /* Добавляет пространство вокруг текста */
  }
  

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 50%;
}

/* Make carousel arrows a bit bigger for better visibility */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  font-size: 30px; /* Adjust the size of the arrow icon */
}
.carousel {
    transition: none !important;
  }
.carousel-item {
    transition: none !important;
  }

.year-pagination .year-btn {
    border: none;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
  }
  
.year-pagination .year-btn.active {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
  }
  
  .container {
    max-width: 860px!important;
    margin: 0 auto;
    padding: 20px;
  }
  