

.heading_border_white {
  border: 1px solid;
  width: 30px;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    #ffffff 48.56%,
    rgba(0, 0, 0, 0) 100%
  );
}
.heading_border_black {
  border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    #ffffff 48.56%,
    rgba(0, 0, 0, 0) 100%
  );
}

body {
  overflow-x: hidden;
}
.card-item {
  transform-origin: 50% -160%;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.yarl__root {
  z-index: 999999 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #000;
  opacity: 1;

  padding: 10px;
  font-size: 20px !important;
}

.swiper-button-prev,
.swiper-button-next {
  height: 35px !important;
  width: 35px !important;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}



/* new styles */

.banner-details {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: -120px !important;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #fff;
  z-index: 99;
}
.banner-details div:not(:last-child) {
  border-right: 1px solid #fff;
}

.banner-details .banner-status,
.banner-details .banner-typology,
.banner-details .banner-price,
.banner-details .banner-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 5px;
  position: relative;
  transition: 0.4s ease-in;
}

.banner-details .banner-status h5,
.banner-details .banner-typology h5,
.banner-details .banner-price h5,
.banner-details .banner-plan h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 10px;
}

.banner-details .banner-status h5::after,
.banner-details .banner-typology h5::after,
.banner-details .banner-price h5::after,
.banner-details .banner-plan h5::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 1px;
  top: 45%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.banner-details .banner-status h4,
.banner-details .banner-typology h4,
.banner-details .banner-price h4,
.banner-details .banner-plan h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

.banner-details .banner-status,
.banner-details .banner-price,
.banner-details .banner-plan,
.banner-details .banner-typology {
  flex: 0.9;
}

.banner-details .banner-status:hover,
.banner-details .banner-typology:hover,
.banner-details .banner-price:hover,
.banner-details .banner-plan:hover {
  background: rgb(50, 101, 166, 0.7);
}
