
.carousel-home-two-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 244px;
    height: 40px;
    background: url("./../../images/new-two/shape-02.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }
  
  .carousel-home-two-item img {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
  }
  
  .carousel-home-two .swiper-pagination {
    bottom: 25px;
    padding: 9px 16px;
  }
  
  .carousel-home-two .swiper-pagination::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
  }
  
  .carousel-home-two .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
  }
  
  .carousel-home-two .swiper-pagination-bullet-active {
    width: 20px;
  }
  
  @media only screen and (max-width: 991px) {
    .carousel-home-two-item img {
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .carousel-home-two-wrapper::before {
        width: 150px;
        height: 24px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .carousel-home-two-item img {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  }
  