
.carpet-wrapper {
    background: #7262d4 url("./../../../assets/images/new/bg-carpet.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 25px 88px;
    -moz-border-radius: 25px 88px;
    border-radius: 25px 88px;
    max-width: 769px;
  }
  
  .carpet-carousel {
    padding: 103px 66px 69px 24px;
    max-width: -webkit-calc(100% - 197px);
    max-width: -moz-calc(100% - 197px);
    max-width: calc(100% - 197px);
  }
  
  .carpet-item .image::before,
  .carpet-item .image::after {
    content: "";
    position: absolute;
    top: -35px;
    right: -14px;
    bottom: -6px;
    left: -21px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .carpet-item .image::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(77.66%, rgba(255, 255, 255, 0.0990727)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.0990727) 77.66%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: -1;
    padding: 5px;
  }
  
  .carpet-item .image::after {
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(42.84%, rgba(255, 255, 255, 0.223791)), to(rgba(255, 255, 255, 0))) border-box;
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.223791) 42.84%, rgba(255, 255, 255, 0) 100%) border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .carpet-item .image img {
    width: 188px;
    height: 253px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .carpet-item .image .shape-1 {
    top: -34px;
    right: -36px;
    bottom: -2px;
    left: -61px;
    background: url("./../../../assets/images/new/image-03.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -2;
  }
  
  .carpet-item .image .shape-2 {
    width: 167px;
    height: 271px;
    background: url("./../../../assets/images/new/image-04.png") 0 0 no-repeat;
    -webkit-filter: blur(53.5px);
    filter: blur(53.5px);
    -webkit-transform: translate(46px, -84px);
    -moz-transform: translate(46px, -84px);
    -ms-transform: translate(46px, -84px);
    -o-transform: translate(46px, -84px);
    transform: translate(46px, -84px);
    z-index: -5;
  }
  
  .carpet-item .detail {
    margin-right: 62px;
  }
  
  .carpet-item .detail .sup-title {
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
  }
  
  .carpet-item .detail .sup-title span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .carpet-item .detail .title {
    font-size: 46px;
    line-height: 78px;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
    margin: 13px 0 31px;
  }
  
  .carpet-item .detail .title h2 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .carpet-item .detail .btn {
    font-weight: 900;
    line-height: 14px;
    padding: 16px 26px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
  }
  
  .carpet-item .detail .btn i {
    font-size: 8px;
    margin-right: 11px;
  }
  
  .swiper-slide-active .carpet-item .image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .swiper-slide-active .carpet-item .detail .sup-title span {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .swiper-slide-active .carpet-item .detail .title h2 {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .swiper-slide-active .carpet-item .detail .btn {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  
  .carpet .swiper-button-next,
  .carpet .swiper-button-prev {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 0;
    -webkit-transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    transform: translateX(-125px);
  }
  
  .carpet .swiper-button-prev {
    left: 40px;
  }
  
  .carpet-left {
    background: #211c28 url("./../../../assets/images/new/bg-carpet-2.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 197px;
    -webkit-border-radius: 25px 0 0 88px;
    -moz-border-radius: 25px 0 0 88px;
    border-radius: 25px 0 0 88px;
    padding: 32px 29px 32px 34px;
  }
  
  .carpet-left .title,
  .carpet-left p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.17);
  }
  
  .carpet-left .title {
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }
  
  .carpet-left p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 2px 0 25px;
  }
  
  .carpet-left .btn {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0 10px 10px;
    -moz-border-radius: 0 10px 10px;
    border-radius: 0 10px 10px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 8px;
    line-height: 20px;
    margin-bottom: 34px;
  }
  
  .carpet-left .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(1px, -50%);
    -moz-transform: translate(1px, -50%);
    -ms-transform: translate(1px, -50%);
    -o-transform: translate(1px, -50%);
    transform: translate(1px, -50%);
  }
  
  .carpet-left .btn i {
    font-size: 8px;
    margin-right: 12px;
  }
  
  .carpet-left .btn:hover {
    background-color: #fff;
  }
  
  @media only screen and (max-width: 991px) {
    .carpet-carousel {
        padding: 103px 48px 69px 16px;
    }
  
    .carpet-item .detail {
        margin-right: 40px;
    }
  }
  
  @media only screen and (max-width: 767px) {
  
    .carpet-carousel,
    .carpet-left {
        max-width: 100%;
    }
  
    .carpet-wrapper {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
  
    .carpet .swiper-button-next,
    .carpet .swiper-button-prev {
        top: 0;
        bottom: auto;
        -webkit-transform: translate(24px, -45px);
        -moz-transform: translate(24px, -45px);
        -ms-transform: translate(24px, -45px);
        -o-transform: translate(24px, -45px);
        transform: translate(24px, -45px);
    }
  
    .carpet-left {
        z-index: 4;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .carpet-carousel {
        padding: 80px 30px 32px;
    }
  
    .carpet-item .image {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto 24px;
    }
  
    .carpet-item .detail {
        margin: 0;
    }
  }
  