.slider-wpsps .slider-wpsps__item {
  height: 555px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.slider-wpsps.wpsps_basic .slider-wpsps__item {
  border-radius: 0;
}
.slider-wpsps .slider-wpsps__item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.slider-wpsps.wpsps_basic .slider-wpsps__item img {
  border-radius: 0;
}
.slider-wpsps__item h2,
.slider-wpsps__item p {
    position: relative;
    z-index: 3;
}
.slider-wpsps__content {
    position: relative;
    padding-left: 100px;
    transition: all 4.4s ease;
    bottom: 0;
    opacity: 1;
    max-width: 700px;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transition: all 4.4s ease;
}
.wpsps_advanced .slider-wpsps__content {
    position: relative;
    bottom: -400px;
    opacity: 0;
    max-width: 700px;
    z-index: 10;
}
/* .wpsps_basic .slider-wpsps__item h2, */
.wpsps_advanced .slider-wpsps__item h2 {
    position: relative;
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-size: 54px;
    font-weight: 800;
    text-shadow: 4.95px 4.95px 0px rgb( 0, 0, 0, .6 );
    padding-bottom: 22px;
}
/* .wpsps_basic .slider-wpsps__item h2:after, */
.wpsps_advanced .slider-wpsps__item h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 4px;
    background-color: #fff;
} 
.wpsps_simple .slider-wpsps__content p,
.wpsps_advanced .slider-wpsps__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}
.slider-wpsps.wpsps_advanced .slider-wpsps__item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

.slider-wpsps.wpsps_advanced .slider-wpsps__item.slick-active .slider-wpsps__content {
    position: relative;
    transition: all 4.4s ease;
    bottom: 0;
    opacity: 1;
}
.slider-wpsps__item a:hover {
    text-decoration: none;
}
.slider-wpsps__item button {
  z-index: 10;
  position: relative;
}
.slider-wpsps__btn {
  position: relative;
  z-index: 10;
    border-radius: 5px;
    background-color: #5A6065;
    border-color: #F53508;
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
}
.slider-wpsps .slick-dots {
  bottom: 30px;
}
.slider-wpsps .slick-dots li button:before {
  font-size: 48px;
  color: #FFF;
  -webkit-text-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-text-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  text-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.slider-wpsps .slick-dots li button:hover,
.slider-wpsps .slick-dots li button:focus {
  background-color: unset;
}
.slider-wpsps .slick-dots li.slick-active button:before {
  color: #FFF;
}
.elementor-element-edit-mode .slider-wpsps .slider-wpsps__item:not(:first-child) {
  display: none;
}
.elementor-element-edit-mode .slider-wpsps .slider-wpsps__content {
  top: 0;
  opacity: 1;
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@keyframes textAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes textAnimation {
  from {
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.slider-wpsps__item {
    height: 555px;
}

@media screen and (max-width: 950px) {
    .slider-wpsps__item h2 {
        font-size: 50px
    }
    .slider-wpsps__content {
        padding-left: 30px;
        padding-top: 30px
    }
}
@media screen and (max-width: 480px) {
    .slider-wpsps__item h2 {
        font-size: 38px
    }
    .slider-wpsps__content {
        padding: 20px;
    }
}