/*  HOME BANNER   */
.banner-item {
  position: relative;
  z-index: 1;
}
.banner-item::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: transparent linear-gradient(180deg, #000000 0%, #0000001a 100%) 0%
    0% no-repeat padding-box;
}
.sec-hmbanner {
  line-height: 0;
  position: relative;
}
.banner-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner-tag {
  font-size: 18px;
  color: var(--theme);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.banner-heading {
  font-size: 66px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
.banner-heading span {
  font-weight: bold;
  display: block;
}
.banner-contnet > *,
.banner-heading,
.hm-banenr-content p {
  color: var(--white);
}
.banner-item > img {
  width: 100%;
}
/*  END banner  */

.hm-content-about {
  width: calc(100% - 720px);
  padding-left: 140px;
}
.hm-content-about .heading-40 span {
  display: block;
}
.hm-content-about .cl-content .qt-icon,
.hm-content-about .cl-content .cl-rating {
  display: inline-block;
}
.hm-content-about .cl-content .cl-name::before {
  left: 50%;
  margin-left: -15px;
}
/*  fetaure tab section  */
.feature-pro-section .heading-40 {
  color: var(--white);
}
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 23px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  min-width: 188px;
  border: 1px solid transparent;
  position: relative;
}
.tabs li::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background-color: var(--theme);
  bottom: -10px;
  left: 50%;
  margin-left: -6px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
}
.tabs li:hover,
.tabs li.current {
  border-color: var(--theme);
}
.tabs li.current::after {
  opacity: 1;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.feature-pro-section .product-listing-grid li {
  border: 0;
  background-color: var(--white);
  margin-bottom: 50px;
  text-align: center;
}
.feature-pro-section .product-listing-grid li:not(:nth-child(-n + 4)) {
  display: none !important;
}
.feature-pro-section .product-listing-grid li:not(:nth-child(-n + 5)) {
  display: none !important;
}
.feature-pro-section .product-listing-grid li a img.pro-item {
  display: inline-block;
  height: 190px;
  object-fit: cover;
}
.product-slider .product-listing-grid.slick-slider {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.product-slider .product-listing-grid.slick-slider .slick-slide {
  margin: 0 15px;
}
.product-slider .product-listing-grid .slick-prev {
  left: -45px;
}
.product-slider .product-listing-grid .slick-next {
  right: -45px;
}
/* home customer  */
.hm-about-item {
  width: 720px;
}

.hm-content-about .cl-content .cl-rating {
  margin-top: 10px;
}
.hm-content-about .hm-about-exp-block {
  margin-top: 125px;
  position: relative;
}
.hm-content-about .hm-about-exp-block .exp-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hm-content-about .cl-content {
  padding: 0 70px;
  margin-bottom: 30px;
}
.hm-content-about .slick-dots {
  bottom: 0;
}
.hm-content-about .js-cl-slider {
  margin-bottom: 0;
}
.hm-content-about .cl-content p {
  font-size: 18px;
  line-height: 32px;
}
.js-cl-slider .cl-content:not(:nth-child(-n + 1)) {
  display: none !important;
}
.resp-vtabs-prev:not(.resp-vtabs)
  .resp-tabs-container
  > div:not(:nth-child(-n + 1)) {
  display: none !important;
}
/* tabs-section  */
.tabs-section {
  padding: 100px 0;
}
.top-proudct-item {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/* sldier text  */
.text-scroll-wrapper {
  padding: 100px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.text-slider {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.text-slider .text-anim-original {
  display: flex;
  align-items: baseline;
}
.text-slider .text-anim-copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-normal-text-marquee-copy 20slinear infinite;
  display: flex;
  align-items: baseline;
}
.text-slider .text-item {
  color: #94a1ab;
  font-size: 80px;
  font-family: "Space Grotesk";
  line-height: 1.2;
  padding: 0px 25px;
  font-weight: 500;
}
.text-anim-original {
  animation: move-horizontal-text-marquee 20s linear infinite;
}
.text-anim-copy {
  animation: move-horizontal-text-marquee-copy 20s linear infinite;
}
@keyframes move-horizontal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes move-horizontal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }

  100% {
    transform: translateX(0) translateZ(0);
  }
}
/* media query */

@media (max-width: 1599.98px) {
  .text-scroll-wrapper {
    padding: 100px 0;
  }
  .text-slider .text-item {
    font-size: 70px;
  }
  .hm-about-item {
    width: 620px;
  }
  .hm-content-about {
    width: calc(100% - 620px);
    padding-left: 100px;
  }
  .tabs-section {
    padding: 80px 0;
  }
  .resp-vtabs ul.resp-tabs-list,
  .resp-vtabs-prev ul.resp-tabs-list {
    padding-right: 50px;
  }
  .banner-heading {
    font-size: 60px;
  }
}
@media (max-width: 1439.98px) {
  .banner-heading {
    font-size: 56px;
  }
  .text-scroll-wrapper {
    padding: 80px 0;
  }
  .text-slider .text-item {
    font-size: 60px;
  }
  .feature-pro-section .product-listing-grid li:not(:nth-child(-n + 4)) {
    display: none !important;
  }
  .hm-about-item,
  .tabs-section .heading-40 + p {
    width: 50%;
  }
  .hm-content-about {
    width: 50%;
    padding-left: 70px;
  }
  .hm-content-about .cl-content {
    padding: 0 0px;
  }
  .tabs-section {
    padding: 60px 0;
  }
  .resp-vtabs .resp-tabs-container,
  .resp-vtabs-prev .resp-tabs-container,
  .resp-vtabs ul.resp-tabs-list,
  .resp-vtabs-prev ul.resp-tabs-list {
    width: 50%;
  }
  .product-slider .product-listing-grid .slick-next {
    right: -5px;
  }
  .product-slider .product-listing-grid .slick-prev {
    left: -5px;
  }
}
@media (max-width: 1199.98px) {
  .banner-heading {
    font-size: 50px;
  }
  .text-scroll-wrapper {
    padding: 60px 0;
  }
  .text-slider .text-item {
    font-size: 50px;
  }
  .hm-content-about {
    padding-left: 40px;
  }
  .tabs-section {
    padding: 40px 0;
  }
  .feature-pro-section .product-listing-grid li:not(:nth-child(-n + 3)) {
    display: none !important;
  }
  .resp-vtabs .resp-tabs-container,
  .resp-vtabs-prev .resp-tabs-container,
  .resp-vtabs ul.resp-tabs-list,
  .resp-vtabs-prev ul.resp-tabs-list {
    width: 100%;
  }
  .resp-vtabs ul.resp-tabs-list,
  .resp-vtabs-prev ul.resp-tabs-list {
    padding-right: 0;
    margin: 0 -5px;
    float: none;
  }
  .tabs-section .heading-40 + p {
    width: 100%;
  }
  .tabs-section .heading-40:has(+ p),
  .tabs-section .heading-40 + p {
    text-align: center;
  }
  .resp-tabs-container {
    margin-bottom: 40px;
  }
  .top-proudct-item {
    top: -35px;
  }
  .top-proudct-item img {
    max-width: 65%;
  }
}
@media (max-width: 991.98px) {
  .banner-heading {
    font-size: 40px;
  }
  .sec-hmbanner {
    height: 500px;
  }
  .sec-hmbanner .js-hmbanner,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-list,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-track,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-slide,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-slide > div,
  .banner-item {
    height: 100%;
  }
  .banner-overlay {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .hm-banenr-content {
    padding-bottom: 30px;
  }
  .banner-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-scroll-wrapper {
    padding: 40px 0;
  }
  .text-slider .text-item {
    font-size: 40px;
  }
  .hm-about-item,
  .hm-content-about {
    width: 100%;
  }
  .hm-content-about {
    padding-left: 0;
  }
  .resp-vtabs .resp-tabs-list li,
  .resp-vtabs-prev .resp-tabs-list li {
    width: 175px;
    min-width: 145px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .resp-vtabs ul.resp-tabs-list,
  .resp-vtabs-prev ul.resp-tabs-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 20px;
    overflow-y: hidden;
  }
  .resp-vtabs .resp-tabs-list li span,
  .resp-vtabs-prev .resp-tabs-list li span {
    margin-bottom: 10px;
    max-width: 50px;
  }
  .feature-pro-section .heading-40,
  .feature-pro-section {
    text-align: center;
    width: 100%;
  }
  .tabs {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .product-slider .product-listing-grid.slick-slider .slick-slide {
    margin: 0 10px;
  }
  .product-slider .product-listing-grid.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .feature-pro-section .product-listing-grid li {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner-heading {
    font-size: 30px;
  }
  .banner-tag {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .text-scroll-wrapper {
    padding: 30px 0;
  }
  .text-slider .text-item {
    font-size: 30px;
  }
  .feature-pro-section .product-listing-grid li:not(:nth-child(-n + 2)) {
    display: none !important;
  }
  .hm-content-about .hm-about-exp-block {
    margin-top: 100px;
  }
  .hm-content-about .hm-about-exp-block .exp-badge {
    width: 120px;
  }
  .hm-content-about .cl-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .product-slider .product-listing-grid.slick-slider .slick-slide {
    margin: 0 5px;
  }
  .product-slider .product-listing-grid.slick-slider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .feature-pro-section .product-listing-grid li {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .sec-hmbanner {
    height: 450px;
  }
  .banner-heading {
    font-size: 26px;
  }

  .banner-tag {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .resp-vtabs .resp-tabs-list li,
  .resp-vtabs-prev .resp-tabs-list li {
    width: 160px;
    min-width: 150px;
  }
  .resp-tabs-list li {
    font-size: 14px;
  }
  .resp-vtabs .resp-tabs-list li span,
  .resp-vtabs-prev .resp-tabs-list li span {
    max-width: 40px;
  }

  .hm-banenr-content .btnlist .button {
    margin-bottom: 10px;
  }
  .hm-content-about .cl-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .top-proudct-item {
    top: -20px;
  }
  .tabs li {
    padding: 12px 10px;
    height: 40px;
    min-width: 140px;
  }
}
