section.self_s_slider {
  position: relative;
}
@media (max-width: 999px) {
  section.self_s_slider {
    margin-bottom: 50px;
  }
}
section.self_s_slider .arrow {
  display: block;
  position: absolute;
  top: 13.5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  z-index: 99;
  border-radius: 50vh;
  border: 1px solid rgba(255, 255, 255, 0.3764705882);
  background-color: transparent;
  cursor: pointer;
  transition: all 300ms;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4941176471);
}
@media (max-width: 999px) {
  section.self_s_slider .arrow {
    top: 27vw;
  }
}
@media (min-width: 1650px) {
  section.self_s_slider .arrow {
    top: 13.7vw;
  }
}
section.self_s_slider .arrow:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1882352941);
}
section.self_s_slider .arrow.destra {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/freccia_dx_bianca.svg);
  right: 5%;
}
section.self_s_slider .arrow.sinistra {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/freccia_sx_bianca.svg);
  left: 5%;
}
section.self_s_slider .item {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
  right: 0;
  transition: all 300ms;
}
section.self_s_slider .item .slide_box {
  text-align: right;
  transform: translateX(0);
  transition: all 750ms;
}
section.self_s_slider .item .slide_box img {
  -webkit-clip-path: var(--img_slider);
          clip-path: var(--img_slider);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.25;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
section.self_s_slider .item .data {
  position: relative;
  margin-top: -3%;
  transform: translateX(0);
  transition: all 1s;
}
section.self_s_slider .item .data .icon_box {
  height: 100px;
  width: 100px;
  background-image: url(/wp-content/uploads/2024/06/bgicon_storage__01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -4%;
  left: -2%;
  z-index: 99;
  filter: drop-shadow(0px 6px 20px rgba(10, 33, 51, 0.25));
  opacity: 1;
  transition: all 300ms;
}
@media (max-width: 999px) {
  section.self_s_slider .item .data .icon_box {
    height: 70px;
    width: 70px;
    top: 8%;
  }
}
section.self_s_slider .item .data .icon_box img {
  display: block;
  width: 85%;
  height: 85%;
  margin-bottom: 0;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: relative;
  top: 15%;
  left: 7.5%;
}
section.self_s_slider .item .data .content {
  background-image: url(/wp-content/uploads/2024/06/bgcontent_storage__01.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  padding-left: 20%;
  padding-top: 5%;
  padding-right: 25%;
  padding-bottom: 5%;
}
@media (max-width: 999px) {
  section.self_s_slider .item .data .content {
    height: 200px;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.self_s_slider .item .data .content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 690px) {
  section.self_s_slider .item .data .content {
    padding-left: 22.5%;
    padding-right: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
section.self_s_slider .item .data .content p {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 1s;
}
section.self_s_slider .item .data .content .stars {
  display: none;
  color: var(--color-light-magenta);
  letter-spacing: 0.25vw;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  section.self_s_slider .item .data .content .stars {
    font-size: 14px;
  }
}
section.self_s_slider .item .data .content .text {
  color: #fff;
  line-height: 1.25;
  font-size: 14px;
}
@media (max-width: 999px) {
  section.self_s_slider .item .data .content .text {
    font-size: 12px;
  }
}
section.self_s_slider .item .data .content .nome {
  font-style: italic;
  padding-bottom: 10px;
  text-transform: uppercase;
}
section.self_s_slider .item .data .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: var(--color-magenta);
  z-index: inherit 0;
}
@media (max-width: 999px) {
  section.self_s_slider .item .data .content::after {
    content: "";
    display: block;
    width: 60%;
    height: 25%;
    position: absolute;
    left: 25%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(241, 48, 141, 0) 0%, rgb(241, 48, 141) 100%);
    z-index: 1;
  }
}
@media (max-width: 690px) {
  section.self_s_slider .item .data .content::after {
    width: 70%;
    left: 20%;
  }
}
section.self_s_slider .item:nth-child(even) .data .content {
  background-image: url(/wp-content/uploads/2024/06/bgcontent_storage__02.svg);
}
section.self_s_slider .item:nth-child(even) .data .content .stars {
  color: var(--color-magenta);
}
section.self_s_slider .item:nth-child(even) .data .content .text {
  color: var(--color-blu);
}
section.self_s_slider .item:nth-child(even) .data .content::before {
  background-color: var(--color-light-magenta);
}
@media (max-width: 999px) {
  section.self_s_slider .item:nth-child(even) .data .content::after {
    background: linear-gradient(180deg, rgba(242, 218, 220, 0) 0%, rgb(242, 218, 220) 100%);
  }
}
section.self_s_slider .item:not(.attivo) {
  position: absolute;
  z-index: 11;
  top: 0;
  right: -100%;
}
section.self_s_slider .item:not(.attivo):not([style="z-index:12"]) {
  opacity: 0;
}
section.self_s_slider .item:not(.attivo) .slide_box {
  transform: translateX(0%);
}
section.self_s_slider .item:not(.attivo) .slide_box img {
  filter: drop-shadow(-2vw 0 20px rgba(0, 0, 0, 0.1));
}
section.self_s_slider .item:not(.attivo) .data {
  transform: translateX(-20%);
}
section.self_s_slider .item:not(.attivo) .data .icon_box {
  opacity: 0;
}
section.self_s_slider .item:not(.attivo) .data .content p {
  opacity: 0;
}

@media (min-width: 1000px) {
  .self_storage .row_col_wrap_12 .vc_col-sm-6:last-of-type .vc_column-inner {
    padding-left: clamp(40px, 5vw, 80px) !important;
  }
}/*# sourceMappingURL=slide_storage.css.map */