.home-listing {
  width: 100% !important;
  padding: 10px 80px !important ;
}

.home-listing-items{
  display: flex;
  flex-direction: column;
}

.category-items-container{
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 20px;
  width: 100% !important;
}

.listing-card{
  all: unset !important;
  flex: 0 0 auto;
  width: calc(16.66666666666667% - 20px) !important;
  cursor: pointer;
  position: relative;
  margin-bottom: 40px !important;
}

.listing-card-container{
  width: 100%;
}

.listing-card .listing-image{
  width: 100% !important;
  height: 15vw !important;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.listing-image .listing-image-tags{
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  position: absolute;
  z-index: 999;
}

.listing-image-tags .listing-status{
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  background: #282525;
  padding: 4px 12px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #ffff00;
  color: #121212;
}

.listing-feature {
  position: relative;
  z-index: 3;
  background: #5dc3f3;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 11px;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

.listing-feature:before {
  border-top: 14px solid #5dc3f3;
  border-right: 14px solid transparent;
  margin-right: -12px;
  margin-top: -4px;
}

.listing-feature:after {
  border-bottom: 14px solid #5dc3f3;
  border-right: 14px solid transparent;
  margin-right: -12px;
  margin-top: 7px;
}

.listing-feature:before,
.listing-feature:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 10px !important;
    font-weight: 900;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    background-color: #fff;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    padding: 15px;
    opacity: 0 !important;
    transition: all ease 0.3s;
}

.swiper:hover .swiper-button-next, 
.swiper:hover .swiper-button-prev{
  opacity: 1 !important;
}

.swiper-pagination-bullet{
  background-color: #fff !important;
  width: 6px !important;
  height: 6px !important;
  margin: 2px !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
}


.listing-image img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  filter: brightness(75%);
}

.listing-card .listing-text-content{
  padding-top: 10px;
  width: 250px;
}

.listing-text-content h2{
  font-size: 20px;
  word-wrap: break-word !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  margin: 0 !important;
  line-height: 23px;
  color: #121212 !important;
}

.listing-text-content h4{
  font-size: 18px;
  word-wrap: break-word !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  margin: 5px 0 0 0 !important;
  line-height: 20px;
  color: #a1a1a1;
}

@media (max-width: 1880px){
  .listing-card{
    width: calc(20% - 20px) !important
  }
}

@media (max-width: 1640px){
  .listing-card{
    width: calc(25% - 20px) !important
  }
  .listing-card .listing-image{
    width: 100% !important;
    height: 20vw !important;
  }
}

@media (max-width: 1440px) {
  .home-listing {
    padding: 10px 40px !important ;
  }
}

@media (max-width: 1128px){
  .listing-card{
    width: calc(33.33% - 20px) !important
  }
  .listing-card .listing-image{
    width: 100% !important;
    height: 27.5vw !important;
  }
}


@media (max-width: 768px) {
  .home-listing {
    padding: 10px 24px !important ;
  }
}

@media (max-width: 950px){
  .listing-card{
    width: calc(50% - 20px) !important
  }
  .listing-card .listing-image{
    width: 100% !important;
    height: 40vw !important;
  }
}

@media (max-width: 550px){
  .category-items-container{
    gap: 0 !important;
  }
  .listing-card{
    width: 100% !important;
  }
  .listing-card .listing-image{
    width: 100% !important;
    height: 85vw !important;
  }
}
