@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.listing-secA {
  padding: 0 0 70px;
}
.listing-secA .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.listing-secB {
  padding: 70px 0;
}
.listing-secB .container-fluid {
  padding-right: 0;
}
.listing-secB .heading {
  text-align: center;
  margin-bottom: 3rem;
}
.listing-secB .swiper-wrap {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .listing-secB .swiper-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .listing-secB .swiper-wrap {
    margin-top: 2rem;
  }
}
.listing-secB .swiper-wrap .swiper-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%);
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media only screen and (max-width: 675px) {
  .listing-secB .swiper-wrap .swiper-group {
    display: none;
  }
}
.listing-secB .swiper-wrap .swiper-group button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background: var(--primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.listing-secB .swiper-wrap .swiper-group button.swiper-button-lock, .listing-secB .swiper-wrap .swiper-group button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .listing-secB .swiper-wrap .swiper-group button {
    width: 35px;
    height: 35px;
  }
}
.listing-secB .swiper-wrap .swiper-group button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 991px) {
  .listing-secB .swiper-wrap .swiper-group button svg {
    width: 16px;
    height: 16px;
  }
}
.listing-secB .swiper-wrap .swiper-group button svg path {
  fill: var(--white);
}
.listing-secB .swiper-wrap .swiper-group button:hover {
  opacity: 0.8;
}
.listing-secB .swiper-wrap .swiper-group .twoSlider-next {
  transform: rotate(270deg);
}
.listing-secB .swiper-wrap .swiper-group .twoSlider-prev {
  transform: rotate(90deg);
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide {
  opacity: 0.4;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card {
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card img {
  z-index: 2;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-a);
  z-index: 1;
  opacity: 0.7;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/home/proBg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card .content {
  z-index: 2;
  width: 290px;
}
.listing-secB .swiper-wrap .twoSlider .swiper-wrapper .swiper-slide .card .content h6 {
  font-size: 20px;
  margin-bottom: 30px;
}/*# sourceMappingURL=listing.css.map */