@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
}

.elementor-button-link {
  padding-right: 36px !important;
  position: relative !important;
}
.elementor-button-link:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/icons/arrow-right.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 11px;
}

.arrow a {
  padding-right: 36px !important;
  position: relative !important;
  white-space: nowrap;
  padding-right: 40px;
}
.arrow a:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/icons/arrow-right.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 11px;
}

.arrow-blue a {
  padding-right: 36px !important;
  position: relative !important;
  white-space: nowrap;
  padding-right: 40px;
}
.arrow-blue a:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/icons/arrow-right-blue.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 11px;
}

.container-spacer {
  padding-right: 60px;
  padding-left: 60px;
}

h5 {
  margin: 0 !important;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent !important;
}
/* Gold metallic border */
.border-black {
  background: #1C2C40;
  background: linear-gradient(180deg, #1C2C40, #2b4463) padding-box, linear-gradient(45deg, #1C2C40, #63625D, #76756E, #E7E7E7, #E7E7E7, #E7E7E7, #E7E7E7, #2D2C29) border-box !important;
  transition: all 0.3s ease-in-out;
}

/* Optional shine effect */
.metallic-shine {
  position: relative;
  overflow: hidden;
}
.metallic-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
}
.metallic-shine:hover:after {
  animation: shine 1s;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}
.cursor-next {
  width: 84px;
  height: 84px;
  background: rgba(255, 255, 255, 0.5) url("../../img/icons/cursor-arrow.svg") center center no-repeat;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Stile base */
.faq {
  /*border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden; */
  /* Quando il details è aperto */
}
.faq .e-n-accordion-item[open] > summary {
  border-bottom: none !important;
  /* niente bordo sotto */
  border-bottom-left-radius: 0;
  /* niente angolo arrotondato in basso a sx */
  border-bottom-right-radius: 0;
  /* niente angolo arrotondato in basso a dx */
}
.faq .e-n-accordion-item[open] > div[role=region] {
  border: 1px solid #ddd !important;
  /* bordo sopra per staccarlo dal summary */
  border-bottom-left-radius: 6px !important;
  /* angolo inferiore sx arrotondato */
  border-bottom-right-radius: 6px !important;
  /* angolo inferiore dx arrotondato */
  padding: 0 24px 24px;
  overflow: hidden;
  border-top: none !important;
}
.faq p {
  margin: 0 !important;
}

.icon-list-box .elementor-icon-list-icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 24px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.004);
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.icon-list-box .elementor-icon-list-icon svg {
  margin: 0 !important;
}

.menu-mobile nav li {
  border-bottom: 1px solid #FFFFFF52;
  position: relative !important;
}
.menu-mobile nav li a {
  position: relative !important;
  white-space: nowrap;
  color: #FFFFFF;
}
.menu-mobile nav li:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(../../img/icons/arrow-right.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 11px;
  height: 11px;
}

.tagcloud a {
  background: #B6C6E0;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 38px;
  padding: 4px 8px;
  font-size: 0.75rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

ul {
  padding-left: 20px;
}

.counter-title {
  counter-reset: items;
}
.counter-title > div {
  counter-increment: items;
}
.counter-title h4 {
  padding-left: 30px;
  position: relative;
}
.counter-title h4:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  content: "0" counter(items) " ";
  color: #BFBFBF;
  font-size: 15px;
  font-weight: 300;
}
.counter-title h4:nth-child(n+10):before {
  content: counter(items) ". ";
}
.counter-title h4:nth-child(n+100):before {
  content: counter(items) ". ";
}
.counter-title.timeline > div:before {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background: #B6C6E0;
  border-radius: 14px;
  position: absolute;
  left: 50%;
  top: -26px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper {
  /*.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }*/
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-slide {
  width: 80%;
}
.swiper-container .swiper-slide:nth-child(2n) {
  width: 60%;
}
.swiper-container .swiper-slide:nth-child(3n) {
  width: 40%;
}

.swiper-cards {
  height: 430px;
  width: 430px;
}
@media (max-width: 768px) {
  .swiper-cards {
    width: 278px !important;
    max-height: 430px;
  }
}
.swiper-cards .swiper-slide {
  position: relative;
  width: 430px;
  height: 430px;
  display: flex;
  border-radius: 40px;
  filter: blur(1px);
}
@media (max-width: 768px) {
  .swiper-cards .swiper-slide {
    width: 278px !important;
    max-height: 430px;
  }
}
.swiper-cards .swiper-slide .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f2f2f2;
}
.swiper-cards .swiper-slide .card-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 117px;
  z-index: 2;
  background: #1C2C40CC;
  padding: 16px 28px;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .swiper-cards .swiper-slide .card-heading {
    height: 150px;
  }
}
.swiper-cards .swiper-slide .card-heading h4 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.swiper-cards .swiper-slide .card-heading .abstract p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-cards .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.swiper-cards .swiper-slide.swiper-slide-active {
  filter: blur(0) !important;
}

.swiper-slide-active {
  filter: blur(0) !important;
}
.swiper-slide-active .card-body {
  height: 430px;
  width: 430px;
}
.swiper-slide-active h4 {
  color: #FFFFFF !important;
}

.slider-swiper .swiper-wrapper {
  padding-right: 80px;
}
.slider-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  flex-direction: column;
  font-weight: bold;
}
.slider-swiper .swiper-slide .card-image {
  display: flex;
  width: 100%;
  height: 377px;
  overflow: hidden;
  background: #DDD;
  border-radius: 16px;
}
.slider-swiper .swiper-slide .card-image img {
  height: 377px;
  border-radius: 16px;
  object-fit: cover;
}
.slider-swiper .swiper-slide .abstract {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: initial;
  font-weight: 300;
}
.slider-swiper .swiper-slide h4 {
  margin: 20px 0 15px;
}
.slider-swiper .swiper-slide-active h4 {
  color: initial !important;
}

.img-box-home h4:before {
  color: #E2BE79;
}
.img-box-home figure {
  position: absolute;
  left: 40%;
  top: -150%;
  width: 200px !important;
  height: 200px !important;
  transition: all 0.7s ease-in-out;
  transform: scale(1);
  opacity: 0;
  z-index: 1;
}
.img-box-home .elementor-image-box-content {
  z-index: 2;
  transition: all 0.7s ease-in-out;
}
.img-box-home .elementor-image-box-wrapper:hover {
  border-color: #FFFFFF;
}
.img-box-home .elementor-image-box-wrapper:hover figure {
  max-width: 200px !important;
  max-height: 200px !important;
  left: 40%;
  transform: scale(1.1);
  top: 0;
  opacity: 0.5;
}
.img-box-home .elementor-image-box-wrapper:hover .elementor-image-box-content {
  padding-left: 10px;
}

.content-post h2 {
  font-size: 24px;
}

.e-loop-item.video .cover {
  background: rgba(28, 44, 64, 0.5);
}
.e-loop-item.video .cover .arrow {
  display: none;
}
.e-loop-item.video:hover .cover {
  height: 100px;
}
.e-loop-item.video:hover .cover .arrow {
  display: block;
}

/*# sourceMappingURL=main.css.map */
