@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat_bold";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat";
  color: #541313;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
}

h2 {
  text-align: center;
}

/* Заголовок категории */
.category {
  padding-bottom: 40px; /* Отступ между категориями */
}

.category_header {
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
}

.category_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

/* Карточки экскурсий */
.content_excursion_list {
  background-image: url("../img/fon_card.jpg");
  background-size: cover;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 5px;
}

.elem_exc_list {
  margin: 10px; 
  text-align: center;
}

.img_elem_exc_list {
  max-width: 350px;
  border-radius: 30px;
  box-shadow: 10px -5px 20px 5px #ada1a1;
}

.link_elem_ex {
  text-decoration: none;
  color: #541313;
  font-family: "Montserrat_bold";
  align-items: center;
  margin-bottom: 10px;
  
}

.link_text {
  margin-top: 10px;
}

/*Адаптив*/
@media screen and (max-width: 424px){
    .img_elem_exc_list {
    max-width: 325px;}
}

@media screen and (max-width: 400px){
    .img_elem_exc_list {
    max-width: 300px;}
}

@media screen and (max-width: 376px){
    .img_elem_exc_list {
    max-width: 250px;}
    figcaption.link_text {
    font-size: 14px;}
}
