
.center-slider .slick-slide {
  /* background-color: #b32532; */
  color: #FFF;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: scale(0.8); */
  transition: all 0.4s ease-in-out;
}

.slider-cards {
  /* height: 55vh; */
  /* width: 400px; */
  /* transform: scale(0.8); */
  /* background: #ffffffbe; */
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(38, 2, 39, 0.767) 0px 2px 4px, rgba(38, 2, 39, 0.767) 0px 7px 13px -3px, #ffff 0px -5px 0px inset;
  border-radius: 27px;
  border-top: 1px dashed #ffff;
  border-left: 1px dashed #ffff;
  border-right: 1px dashed #ffff;
}




/* .center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
transform: scale(0.8, 0.8);
transition: all 0.4s ease-in-out;
} */


/* Active center slide (You can change anything here for cenetr slide)*/


/* .center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
transform: scale(1.1);
background-color: #000000;
height: 59vh;
}
.center-slider .slick-current.slick-active{
transform: scale(1.1);
height: 59vh;
background-color: #000000;
} */

/* .slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  left: 25px !important;
} */

/* .slick-next:before,
.slick-prev:before {
  font-size: 31px !important;
  line-height: 1 !important;
  opacity: 1 !important;
  color: #ffff !important;
} */

.view-custom-btn {
  width: 150px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: Roboto;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.viewMores {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.viewMores span {
  background: #FF4E63;
  background: var(--gradient-bg-color);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.viewMores span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.viewMores span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.viewMores:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.viewMores:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.image-area-card {
  width: 100%;
  height: 260px;
}

.image-area-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slider-card-content {
  /* display: block; */
  text-align: center;
  /* margin: 0 auto; */
  background: #2a2a2acb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* .slider-card-content .slide-title h3 {
  font-family: arno pro;
  font-weight: 700;
  text-shadow: 1px 1px 10px #2a2a2a;
} */

.slider-cards .rating__badge {
  background-color: var(--primary-color);
  width: 180px;
  position: relative;
  top: -52px;
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 2px inset;
}
.slider-cards .ratings__badge a {
  text-decoration: none;
}
.slider-cards .rating__badge a p {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--text-color);
  font-weight: 500;
  text-decoration: none;
}
.slider-cards .spaCategory {
  position: relative;
  top: -28px;
  width: 120px;
  left: 245px;
  background-color: var(--secondry-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 4px inset;
}
.slider-cards .spaCategory a {
  text-decoration: none;
}

.slider-card-content .spa__name {
  padding-left: 15px;
  padding-right: 15px;
}
.slider-card-content .spa__name p {
  font-size: 24px;
  font-weight: 600;
  max-width: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 1px 1px 10px #2a2a2a;
}
.slider-card-content .spa__address {
  padding-left: 15px;
  padding-right: 15px;
}
.slider-card-content .spa__address p {
  max-width: 20rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
  font-size: 17px;
  position: relative;
  top: -12px;
  font-weight: 500;
}
.slider-card-content .price {
  position: relative;
  top: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.new__spa__slider__buttons {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 25px;
}

.new__spa__slider__buttons .view__mores__spas a {
  background: var(--gradient-bg-color2);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 9px;
  text-decoration: none;
  border: 1px solid #fffffffd;
  border-radius: 5px;
  margin-top: -10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: all ease .4s;
}
.new__spa__slider__buttons .view__mores__spas a:hover {
  background: #fff;
  color: #2c2e58;
  border: 1px solid #2c2e58;
  transition: all ease .4s;
}