.slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform, opacity;
}

.slide[data-status="active"] {
  opacity: 1;
  transform: translateY(2.2%) translateX(0%) translateZ(0px) scale(1.10);
  z-index: 10;
}


.slide[data-status="next"] {
  opacity: 1;
  transform: translateY(2%) translateX(87%) translateZ(-50px) scale(0.92);
  z-index: 9;
}

.slide[data-status="prev"] {
  opacity: 1;
  transform: translateY(2%) translateX(-87%) translateZ(-50px) scale(0.92);
  z-index: 9;
}

.slide[data-status="background-next"] {
  opacity: 1;
  transform: translateY(8%) translateX(30%) translateZ(-100px) scale(0.84);
  z-index: 8;
}

.slide[data-status="background-prev"] {
  opacity: 0.6;
  transform: translateY(8%) translateX(-30%) translateZ(-100px) scale(0.84);
  z-index: 8;
}

.slide[data-status="hidden"] {
  opacity: 0;
  transform: translateY(12%) translateX(0%) translateZ(-150px) scale(0.76);
  z-index: 1;
  pointer-events: none;
}
.md\:p-8{
    padding:0px;
}
.shadow-lg,
.shadow-xl {
    box-shadow: none!important;
}
@media (min-width: 1280px) {
    .xl\:max-w-xl {
        max-width: 48rem!important;
    }
}
@media (min-width: 768px) {
    .md\:h-\[360px\] {
        height: 520px!important;
    }
}
@media (min-width: 768px) {
    .md\:right-\[-30px\] {
        right: -100%!important;
    }
}
@media (min-width: 768px) {
    .md\:left-\[-30px\] {
        left: -100%!important;
    }
}
@media (min-width: 640px) {
    .sm\:w-10 {
        width: 4.5rem!important;
        height: 4.5rem!important;
    }
}
@media (min-width: 640px) {
    .sm\:h-5 {
        height: 5.25rem!important;
        top: 2px;
       color: rgba(0, 76, 76, 1);
        position: relative;
    }
}
@media (min-width: 640px) {
    .sm\:w-5 {
        width: 5.25rem!important;


    }
}


.essence-ugk .slide[data-status="prev"] {
    opacity: 1;
  transform: translateY(2%) translateX(-71%) translateZ(-50px) scale(0.92);
    z-index: 9;

}
.essence-ugk .slide[data-status="active"] {
       opacity: 1;
    transform: translateY(6.2%) translateX(16%) translateZ(0px) scale(1.2);
    z-index: 10;
}
.essence-ugk .slide[data-status="next"] {
    opacity: 1;
    transform: translateY(2%) translateX(96%) translateZ(-50px) scale(0.92);
    z-index: 9;
}


.about-obituary  .slide[data-status="prev"] {
    opacity: 1;
  transform: translateY(2%) translateX(-65%) translateZ(-50px) scale(0.92);
    z-index: 9;

}
.about-obituary  .slide[data-status="active"] {
    opacity: 1;
    transform: translateY(2.2%) translateX(15%) translateZ(0px) scale(1.12);
    z-index: 10;
}
.about-obituary  .slide[data-status="next"] {
    opacity: 1;
    transform: translateY(2%) translateX(87%) translateZ(-50px) scale(0.92);
    z-index: 9;
}
.ugk-slider .slider-img img {
    height:537px;
}
.essence-ugk .slider-img img {
 height:415px;
}
.bottom-image-slide .slider-img img {
 height:415px;
}
