
.landing-seventeen {
    margin-top: 244px;
  }
  
  .landing-seventeen::before {
    position: absolute;
    top: -244px;
    left: 0;
    bottom: 41px;
    width: 100%;
    background: #0b0b0b url("./../../../assets/images/new-two/bg-landing-01.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: -3;
  }
  
  .landing-seventeen .image::before {
    top: -14px;
    right: -11px;
    bottom: -14px;
    left: -11px;
  }
  
  .landing-seventeen .image::after {
    top: -31px;
    right: -25px;
    bottom: -31px;
    left: -25px;
  }
  
  .landing-seventeen .image .img::before {
    top: -57px;
    right: -46px;
    bottom: -57px;
    left: -46px;
  }
  
  .landing-seventeen .image .img::after {
    top: -79px;
    right: -64px;
    bottom: 79px;
    left: -64px;
  }
  
  .landing-seventeen .image .img img {
    -webkit-filter: drop-shadow(0px 64px 104px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 64px 104px rgba(0, 0, 0, 0.25));
    max-width: 442px;
    width: 100%;
    max-height: 543px;
    height: 100%;
  }
  
  .landing-seventeen .sup-title {
    direction: ltr;
    color: rgba(118, 137, 141, 0.6);
    font-size: 17px;
    font-weight: 800;
    line-height: 28px;
  }
  
  .landing-seventeen .title {
    margin: 10px 0 21px;
    text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.13);
    font-size: 44px;
    font-weight: 900;
    line-height: 68px;
  }
  
  .landing-seventeen p {
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
  }
  
  .landing-seventeen .btns {
    gap: 18px;
    margin-top: 55px;
  }
  
  .landing-seventeen .btns .btn {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 13px 26px;
    -webkit-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
    -moz-box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
    box-shadow: 0px 44px 54px rgba(34, 35, 65, 0.15);
  }
  
  .landing-seventeen .btns .btn i {
    width: 13px;
    height: 13px;
    font-size: 5px;
    color: rgba(18, 18, 18, 0.9);
    margin-right: 7px;
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);
  }
  
  .landing-seventeen .btns .btn:first-child {
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  .landing-seventeen .btns .btn:nth-child(2) {
    border: 0.5px solid #fff;
    background-color: rgba(182, 157, 116, 0.15);
  }
  
  .landing-seventeen .swiper-bottom {
    bottom: 25px;
    z-index: 9;
  }
  
  .landing-seventeen .swiper-bottom i {
    margin-left: 9px;
    font-size: 15px;
  }
  
  .landing-seventeen .swiper-pagination {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .landing-seventeen .swiper-pagination-bullet {
    width: 43px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  
  .landing-seventeen .swiper-pagination-bullet::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  
  .landing-seventeen .swiper-pagination-bullet-active~.swiper-pagination-bullet::before {
    width: 0;
  }
  
  .landing-seventeen .swiper-pagination-bullet-active::before {
    -webkit-animation: timeLine var(--time-landing-seventeen) linear 0s;
    -moz-animation: timeLine var(--time-landing-seventeen) linear 0s;
    -o-animation: timeLine var(--time-landing-seventeen) linear 0s;
    animation: timeLine var(--time-landing-seventeen) linear 0s;
    width: 100%;
  }
  
@media only screen and (max-width: 991px) {
    .landing-seventeen {
        padding-bottom: 50px;
    }
  
    .landing-seventeen::before {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        bottom: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .landing-seventeen .title {
        font-size: 34px;
        line-height: 50px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .landing-seventeen {
        padding-bottom: 74px;
    }
  
    .landing-seventeen .image {
        max-width: -webkit-calc(100% - 100px);
        max-width: -moz-calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
  
    .landing-seventeen .title {
        font-size: 24px;
        line-height: 45px;
    }
  
    .landing-seventeen .swiper-bottom {
        bottom: 12px;
    }
  
    .landing-seventeen .swiper-pagination-bullet {
        width: 24px;
    }
  
    .landing-seventeen .swiper-pagination-bullet-active {
        width: 32px;
    }
  }
  