/* :::::::::::::::::::::::::::::: */
.ht--hero-section-template-modelli .l-section-overlay {
  background: linear-gradient(
    180deg,
    rgba(27, 36, 50, 0) 19%,
    rgba(27, 36, 50, 0.9) 75.09%,
    #1b2432 100%
  ) !important;
}

/* :::::::::::::::::::::::::::::: */
.ht--specifice-section-template-page-48::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: radial-gradient(
    234.25% 96.82% at 50% 3.18%,
    #1b2432 22.89%,
    #1b2432 100%
  );
  opacity: 0.3;
  pointer-events: none !important;
}
.ht--specifice-section-template-page-48::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(27, 36, 50, 0.18) 14.03%,
    rgba(27, 36, 50, 0) 44.76%,
    #1b2432 86.8%
  );

  pointer-events: none !important;
}
.ht--specifice-section-template-page-48 .l-section-overlay {
  background: linear-gradient(
    180deg,
    #fff 0.83%,
    rgba(27, 36, 50, 0.5) 10.43%,
    #1b2432 79.34%
  ) !important;
}

/* :::::::::::::::::::::::::::::: */

.ht--tab-slider-section .rsThumb.rsNavSelected::after {
  border: 2px solid #1b2432 !important;
}

@media (min-width: 1024px) {
  .ht--tab-slider-section .rsThumb {
    flex: 1 !important;
  }
  .ht--tab-slider-section .rsThumbsContainer {
    transform: none !important;
    width: 100vw !important;
    display: flex !important;
  }
}

.ht--tab-slider-section .w-tabs-section-content-h.i-cf {
  max-width: 100% !important;
}
.ht--tab-slider-section .w-tabs-section-content {
  padding: 0 !important;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
.ht--fuoribordo-tabs .w-tabs-item {
  color: #fff !important;
}
.ht--fuoribordo-tabs .w-tabs-item.active {
  color: #1b2432 !important;
}
.ht--fuoribordo-tabs .w-tabs-list {
  background: transparent !important;
}
.ht--fuoribordo-tabs .w-tabs-item {
  flex: fit-content !important;
}
@media (max-width: 600px) {
  .ht--entrobordo-tabs .w-tabs-item,
  .ht--fuoribordo-tabs .w-tabs-item {
    font-size: 10px !important;
  }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ____________________________________________________ */

@media (max-width: 1024px) {
  .ht--hero-section-template-modelli::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(27, 36, 50, 0) 39.55%,
        #1b2432 79.64%
      ),
      #fff;
  }
}
.rsNav.rsThumbs.rsThumbsHor {
  background: #fff;
}

/* ::::::::::::::::::::: */

.ht--stroke--linear {
  position: relative;
  overflow: hidden;
  padding: 1px !important;
}

.ht--stroke--linear::before {
  content: "";
  position: absolute;
  inset: -5px; /* spessore bordo */
  background: linear-gradient(
    101deg,
    #fff 0.01%,
    rgba(255, 255, 255, 0.2) 17.81%,
    rgba(255, 255, 255, 0.5) 100.01%
  );
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
/* ::::::::::::::::::::::::::::::::::::: */
img[src*="half-world"] {
  width: 100%;
}
