.h7-hero-slider {
  position: relative;
  overflow: hidden;
}
.h7-hero-slider .swiper-slide {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.h7-hero-slider .tj-slider-section {
  width: 100%;
}
.h7-hero-slider .tj-slider-section::before {
  width: 100%;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.55;
}
.h7-hero-slider .tj-slider-section .slider-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.h7-hero-slider .tj-slider-section .slider-content {
  max-width: 750px;
}
.h7-hero-slider .tj-slider-section .slider-content .sub-title {
  color: var(--tj-color-common-white);
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  margin-bottom: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.h7-hero-slider .tj-slider-section .slider-content .slider-title {
  line-height: 1.0833;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .h7-hero-slider .tj-slider-section .slider-content .slider-title {
    font-size: 39px;
  }
}
.h7-hero-slider .tj-slider-section .slider-content .desc {
  color: var(--tj-color-common-white-2);
  font-size: 18px;
  max-width: 530px;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  opacity: 0;
}
.h7-hero-slider .tj-slider-section .slider-content .desc p {
  margin-bottom: 0;
}
.h7-hero-slider .tj-slider-section .slider-content .hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 30px;
}
.h7-hero-slider .tj-slider-section .slider-content .slider-button {
  margin-top: 0;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.h7-hero-slider .tj-slider-section .slider-content .slider-button:last-child {
  background: transparent;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2 .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(247, 247, 247, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2 .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  position: relative;
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2 .text::before {
  content: "";
  position: absolute;
  bottom: -2px;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 0;
  height: 1px;
  background-color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2:hover .icon {
  background-color: var(--tj-color-theme-primary);
}
.h7-hero-slider .tj-slider-section .slider-content .call-btn-style-2:hover .text::before {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-navigation {
  position: static;
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-btn {
  position: absolute;
  inset-inline-start: 50px;
  top: 50%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 10;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: var(--tj-color-common-white);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-slider.tj-hero-slider.style-1 .tj-btn {
    width: 48px;
    height: 48px;
    font-size: 14px;
    inset-inline-start: 15px;
  }
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-btn-next {
  inset-inline-start: auto;
  inset-inline-end: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-slider.tj-hero-slider.style-1 .tj-btn-next {
    inset-inline-end: 15px;
  }
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-btn svg {
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 1px;
  stroke: var(--tj-color-common-white);
  fill: none;
  stroke-dashoffset: 125.6px;
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-btn svg:first-child {
  stroke-dashoffset: 0px;
  stroke: rgba(206, 215, 224, 0.2);
}
.h7-hero-slider.tj-hero-slider.style-1 .tj-btn:hover svg {
  stroke-dashoffset: 0px;
}
.h7-hero-slider.tj-hero-slider:hover.style-1 .tj-btn {
  inset-inline-start: 30px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-slider.tj-hero-slider:hover.style-1 .tj-btn {
    inset-inline-start: 15px;
  }
}
.h7-hero-slider.tj-hero-slider:hover.style-1 .tj-btn-next {
  inset-inline-start: auto;
  inset-inline-end: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-slider.tj-hero-slider:hover.style-1 .tj-btn-next {
    inset-inline-end: 15px;
  }
}
.h7-hero-slider .swiper-slide-active .slider-content .desc {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.h7-hero-slider .tj-hero-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: -1px;
  background-color: var(--tj-color-common-white);
  width: 101%;
  aspect-ratio: 1920/166;
  -webkit-mask-image: url("../images/icons/hero-bottom-shape.svg");
          mask-image: url("../images/icons/hero-bottom-shape.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero-slider .tj-hero-shape {
    inset-inline-start: -1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h7-hero-slider .tj-hero-shape {
    inset-inline-start: -4px;
    width: 102%;
  }
}
.h7-hero-slider .tj-hero-shape::after {
  content: "";
  position: absolute;
  inset-inline-start: -1px;
  bottom: 0;
  height: 100%;
  width: 99%;
  background-color: var(--tj-color-theme-primary);
  -webkit-mask-image: url("../images/icons/hero-bottom-shape-2.svg");
          mask-image: url("../images/icons/hero-bottom-shape-2.svg");
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: 1;
}

.sec-heading.h7-section-heading .sub-title {
  -webkit-padding-start: 9px;
          padding-inline-start: 9px;
}
.sec-heading.h7-section-heading .sub-title::before, .sec-heading.h7-section-heading .sub-title::after {
  display: none;
}