/**
=========================================================================================
=========================================================================================
    START SCENA
=========================================================================================
=========================================================================================
**/


.swiper {
    width: 100%;
    height: 100%;
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: 1;
  }

  .swiper-slide:hover img {
    transform: scale(1.1);
  }

  .home-institutions{
    height: 130px;
    background-color: white;
  }

  .myscena-li-logos-swiper{
    display: block !important;
    width: 140px !important;
    height: 50px !important;
    object-fit: contain !important;
  }

  .home-category-wrapper{
    height: 300px;
    background-color: #D9D9D9;
  }

  .home-category-tab-container{
    width: 100%;
    height: 80%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .home-wtd-wrapper{
    height: 300px;
    background-color: #D9D9D9;
  }
  .home-wtd-tab-container{
    width: 100%;
    height: 80%;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #D9D9D9;
}

  .home-categories-tab-cta{
    border-radius: 43px;
    background: var(--ast-global-color-4);
    font-size: 0.8em;
    color: var(--ast-global-color-8);
    border: 1px solid var(--ast-global-color-8);
  }

  .swiper-slide.highlight{
    transform: scale(1.5); /* Scale the highlighted slide */
    z-index: 10;  /* Bring the highlighted slide above the others */
    
  }

.swiper-pagination{
    position: relative !important;
    margin-top: 10px;
    border-radius: 50px !important;
    overflow: hidden !important;
    background: #d1d5db;
}

.swiper-events-pagination{
    position: relative !important;
    margin-top: 10px;
    border-radius: 50px !important;
    overflow: hidden !important;
    background: #d1d5db;
}

.swiper-pagination-progressbar-fill {
    background: black !important;
}


/**
=========================================================================================
=========================================================================================
    END SCENA
    =========
    START TOURISM
=========================================================================================
=========================================================================================
**/

/* MOBILE*/
@media (max-width: 544px) {

  .tourism-home-poi-slide-title{
      margin-top: 16px !important;
  }

  .tourism-home-event-slide-date{
    margin-top: 16px !important;
  }

  .detail-page-swiper-container{ 
    padding: 64px 12px !important;
  }

}

@media (min-width: 544px) and (max-width: 921px) {

  .detail-page-swiper-container{ 
    padding: 48px 12px !important;
  }

}


.tourism-home-poi-slide-wrapper{
  height: 100%;
}

.tourism-home-institution-slide-wrapper{
  background: transparent !important;
}

.tourism-home-poi-slide-container{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.diocesi-home-institution-slide-container{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.tourism-home-poi-slide-thumbnail-container{
  width: 100%;
  height: 379px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.diocesi-home-institution-slide-thumbnail-container{
  width: 100%;
  height: 379px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.tourism-home-poi-slide-thumbnail{
  border-radius: 24px;
}

.tourism-home-institution-slide-thumbnail{
  border-radius: 24px;
}

.tourism-home-poi-slide-title{
  display: flex;
  width: 100%;
  margin-top: 8px;
  text-align: start;
}

.diocesi-home-institution-slide-title{
  display: flex;
  width: 100%;
  margin-top: 10px;
  text-align: start;
}

.tourism-home-poi-slide-title a{
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tourism-home-poi-slide-location{
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #000;
}

.tourism-home-poi-slide-location-text{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}

/**
    EVENTS
*/



.tourism-home-event-slide-wrapper{
  height: 100%;
}

.tourism-home-event-slide-thumbnail-container{
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.tourism-home-event-slide-thumbnail{
  border-radius: 24px;
}

.tourism-home-event-slide-container{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.tourism-home-event-slide-title{
  display: flex;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
}

.tourism-home-event-slide-location{
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #000;
}

.tourism-home-event-slide-location-text{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}

.tourism-home-event-slide-date{
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;

}

.tourism-home-slide-favorite-container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    color: var(--diocesi-global-color-white);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.home-institutions-swiper {
  background-color: #fff; /* Or whatever your intended background is */
}

/*======================= SWIPER FOR DETAIL PAGES ======================*/

.swiper-pagination-bullet{
  background-color: rgba(51, 51, 51, 0.60);
}

.swiper-pagination-bullet-active{
  background-color: var(--diocesi-global-color-primary);
  width: 32px;
  height: 8px;
  border-radius: 20px;
}

.media-gallery-detail-page-pagination{
  background: none;
}

.multimedia-wrapper{
    height: 432px;
    border-radius: 24px !important;
    width: 100%;
    overflow: hidden;
}


.multimedia-wrapper-audio{
  height: 432px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multimedia-slide {
  display: flex;
  flex-direction: column;
}

.poi-multimedia-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
} 


.detail-page-swiper-container{ 
  max-width: 1140px;
  display: flex  ;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 48px 12px;
}


