.js-tab .js-tab-content {
  display: none;
}

.js-tab .p-line-h {
  transition: height 0.5s;
  height: 100%;
}

.js-tab.active .p-line-h {
  height: 0;
}

.js-tab .feature-news-txt {
  transition: all 0.5s;
  opacity: 0;
  transform: translate3d(30px, 0px, 0px);
  transition-property: opacity, transform;
  transition-duration: 0.5s, 0.8s;
  transition-delay: 0.2s;
}

.js-tab.active .feature-news-txt {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.js-tab .main-link-parent-ap {
  transition: opacity 1s;
  opacity: 0;
}

.js-tab.active .main-link-parent-ap {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.4s;
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  display: none;
}

body {
  overflow-x: hidden !important;
}

.border-line-parent-ap {
  width: 100% !important;
}

.services-parent-1 {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.services-parent {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.grid-wrap {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.filter-inner {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.slider-title-parent {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.name-title {
  -webkit-perspective: <some value> !important;
  -webkit-backface-visibility: none !important;
  -webkit-transform-style: preserve !important;
  -webkit-transform: translate3d(0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  width: 279px !important;
  margin-right: 30px !important;
}

.swiper-pagination-bullet {
  background: rgba(208, 207, 205, 0.5) !important;
}

.swiper-pagination {
  text-align: left !important;
  bottom: 80px !important;
}

.swiper-pagination-bullet-active {
  background: #d0cfcd !important;
}

.swiper-pagination-progressbar.dark {
  background-color: #98989A !important;
}

.swiper-pagination.dark.swiper-pagination-progressbar {
  --swiper-theme-color: #000;
  top: 580px !important;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 60px !important;
  height: 1px !important;
  left: 0px !important;
  top: 620px !important;
  --swiper-theme-color: #D0CFCD;
}

.swiper-pagination-progressbar {
  background: rgba(208, 207, 205, 0.3) !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: auto !important;
  left: 60.8% !important;
  top: 88% !important;
  outline: none !important;
  box-shadow: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 57% !important;
  right: auto !important;
  top: 88% !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 60.8% !important;
    top: 540px !important;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 55% !important;
    top: 540px !important;
  }

  .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 540px !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next.dark {
    top: 500px !important;
    left: 67.8% !important;
  }

  .swiper-button-prev.dark {
    top: 500px !important;
    left: 55% !important;
  }

  .swiper-button-prev.dark.swiper-button-disabled {
    top: 500px !important;
  }

  .swiper-pagination.dark.swiper-pagination-progressbar {
    top: 500px !important;
  }

  .video-hero {
    display: none !important;
  }

  .swiper-button-next {
    left: 67.8% !important;
    top: 540px !important;
  }

  .swiper-button-prev {
    left: 55% !important;
    top: 540px !important;
  }

  .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 540px !important;
  }
}
}
