
.landing-sixteen {
    padding: 39px 0 93px;
    z-index: 2;
  }
  
  .landing-sixteen::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 100px);
    height: -moz-calc(100% + 100px);
    height: calc(100% + 100px);
    background: url("./../../../assets/images/bg-landing-sixteen.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  
  .landing-sixteen-item .image {
    z-index: 2;
  }
  
  .landing-sixteen-item .image::before {
    content: "";
    background: rgba(255, 255, 255, 0.07);
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(16px) brightness(113%);
    backdrop-filter: blur(16px) brightness(113%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .landing-sixteen-item .image::after {
    content: "";
    z-index: -2;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    opacity: 0.72;
    -webkit-filter: blur(38px);
    filter: blur(38px);
    background: url("./../../../assets/images/bg-landing-sixteen-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%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .landing-sixteen-item .image img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .landing-sixteen-item .sup-title .subsli8t {
    font-size: 43px;
    line-height: 84px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  
  .landing-sixteen-item .title .sli8t {
    line-height: 84px;
    font-size: 84px;
    font-weight: 900;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .landing-sixteen-item .btn {
    padding: 12px 37px 12px 30px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .landing-sixteen-item .btn i {
    font-size: 12px;
    margin-right: 62px;
  }
  
  .landing-sixteen-item .col-lg-6:last-child {
    padding-right: 31px;
  }
  
  .swiper-slide-active .landing-sixteen-item .image img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .swiper-slide-active .landing-sixteen-item .sup-title .subsli8t {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  
  .swiper-slide-active .landing-sixteen-item .title .sli8t {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  
  .swiper-slide-active .landing-sixteen-item .btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .landing-sixteen .swiper-pagination {
    bottom: 0;
    padding: 10px 22.5px;
    background-color: #eb2856;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: 50%;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }
  
  .landing-sixteen .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  
  .landing-sixteen .swiper-pagination-bullet-active {
    width: 25px;
  }
  
  @media only screen and (max-width: 1199px) {
    .landing-sixteen-item .sup-title .subsli8t {
        font-size: 34px;
        line-height: 64px;
    }
  
    .landing-sixteen-item .title .sli8t {
        font-size: 64px;
        line-height: 64px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .landing-sixteen-item .image {
        max-width: 70%;
        width: 100%;
        margin: 0 auto 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .landing-sixteen {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  
    .landing-sixteen-item .image {
        max-width: 90%;
    }
  
    .landing-sixteen-item .sup-title .subsli8t {
        font-size: 24px;
        line-height: 48px;
    }
  
    .landing-sixteen-item .title .sli8t {
        font-size: 48px;
        line-height: 48px;
    }
  }
  