/* CSS Document */

.carousel-inner::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 100%);
}

div#pnl_slide #myCarousel::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.carousel-fade .carousel-item.active {
	z-index: unset;
}

div#pnl_slide .carousel-caption a.btn {
	    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .9rem;
}	
	
div#google-reviews {
    display: none;
}



.row.come-funziona .come-box {
    border: 1px solid var(--ais-brand);
    padding: 3rem 2.5rem;
    margin-bottom: 2rem;
    max-width: 85%;
	transition: all .5s ease;
}

.come-funziona .come-box:hover {
    box-shadow: 0px 20px 29px #0000001a;
}


/* Partner Loghi */

	@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.carousel-aziende {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
}

.carousel-aziende:before,
.carousel-aziende:after {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  content: "";
  z-index: 2;
}

.carousel-aziende:before {
  left: 0;
      background: linear-gradient(to left, #ffffff00, #ffffff);
}

.carousel-aziende:after {
  right: 0;
  background: linear-gradient(to right, #ffffff00, #ffffff);
}

.carousel-aziende-container {
  display: inline-block;
  animation: 100s slide infinite linear;
}

.carousel-aziende-container.slidetoright {
	animation-direction: reverse;
}

.carousel-aziende-container img {
  height: 92px;
	opacity: .9;
	    margin: 0 1rem;
}

.text-link {
	color: blue;
	text-decoration: underline;
}


nav.navbar.M1.sticky-top .nav-item:hover {
	opacity: 1.0 !important;
}

nav.navbar.M1.sticky-top .nav-item, .navbar-expand-md .navbar-nav, .btn-primary, .btn-ghostlight {
	transition: all .3s ease;
}

.navbar-expand-md .navbar-nav:hover .nav-item {
    opacity: .5;
}

a.carousel-control-prev {
    background: linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, 0) 100%);
}

a.carousel-control-next {
    background: linear-gradient(270deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, 0) 100%);
}


div#agendaCarousel {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10), 0 12px 40px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li {
    height: 8px;
}

ol.carousel-indicators {
    background: #00000040;
    max-width: fit-content;
    margin: 0 auto 16px auto;
    padding: 0 8px;
}


#agendaCarousel .carousel-caption {
  text-align: left;
  bottom: 4rem;
  top: auto !important;
  left: 6rem;
  right: auto;
  text-shadow: 0 0 2rem rgba(0,0,0,0.8), 0 0 4rem rgba(0,0,0,0.5);
  z-index: 2;
}

#agendaCarousel .carousel-caption h5 {
  background: #2D2C74b1;
  display: inline-block;
  max-width: fit-content;
  padding: .5rem 1rem;
  margin-bottom: .25rem;
}

#agendaCarousel .carousel-caption p {
  background: rgba(0,0,0,.55);
  display: inline-block;
  padding: .25rem .6rem;
  margin: 0;
}


@media (max-width: 992px) {
  #agendaCarousel .carousel-caption { left: 2rem; bottom: 2rem; }
}
@media (max-width: 576px) {
  #agendaCarousel .carousel-caption { left: 1rem; bottom: 1rem; }
  #agendaCarousel .carousel-caption h5 { font-size: 1rem; }
  #agendaCarousel .carousel-caption p  { font-size: .875rem; }
}

section#speakers-section .row {
    justify-content: center;
}


