/* END: Home 6 Header CSS */
/* START: Hero CSS */
.h6-hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0px;
}
.h6-hero-section .hero-shapes-2,
.h6-hero-section .hero-shapes-1 {
  position: absolute;
  top: 220px;
  inset-inline-start: -90px;
  z-index: -1;
  max-width: 220px;
  width: 100%;
}
.h6-hero-section .hero-shapes-2 img,
.h6-hero-section .hero-shapes-1 img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-hero-section .hero-shapes-2,
  .h6-hero-section .hero-shapes-1 {
    max-width: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-hero-section .hero-shapes-2,
  .h6-hero-section .hero-shapes-1 {
    max-width: 140px;
  }
}
.h6-hero-section .hero-shapes-2 {
  inset-inline-start: inherit;
  inset-inline-end: -100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-hero-section .hero-shapes-2 {
    inset-inline-end: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-hero-section {
    padding-top: 0px;
  }
}
.h6-hero-content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.h6-hero-content .sub-title {
      background-color: var(--tj-color-theme-bg);
    color: var(--tj-color-text-body);
    font-size: 17px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 30px;
    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: 4px;
    vertical-align: sub;
    font-family: "Archivo", sans-serif;
}
.h6-hero-content .sub-title i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--tj-color-theme-primary);
  font-size: 20px;
  line-height: 1;
}
.h6-hero-content .hero-title {
  line-height: 1.083;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  /*font-family: "Archivo", sans-serif;*/
  font-family: "Playfair Display", serif;
  color: #335153;
}
.h6-hero-content .hero-title span {
  color: #01843e;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-hero-content .hero-title {
    font-size: 40px;
  }
      #csnp {
        font-size: 20px;
    }
}
.h6-hero-content .desc {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.444;
  margin: 0 auto;
}
.h6-hero-content .desc p:last-child {
      font-family: "Archivo", sans-serif;
    font-weight: 300;
}
.h6-hero-content .hero-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 390px) {
  .h6-hero-content .hero-btn-area {
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-hero-content {
    max-width: 700px;
  }
}
.h6-hero-slider {
  margin: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-hero-slider {
    margin: 0 20px;
  }
}

.h6-slider-area {
  position: relative;
  overflow: hidden;
  margin: 20px 0 50px;
}
.h6-slider-area::before {
  content: "";
  position: absolute;
  top: -2px;
  inset-inline-start: 0;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/h6-slider-curve-1.svg);
          mask-image: url(../images/h6-slider-curve-1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 2;
}
@media (min-width: 1921px) and (max-width: 2500px) {
  .h6-slider-area::before {
    height: 60px;
  }
}
@media (min-width: 2501px) and (max-width: 3200px) {
  .h6-slider-area::before {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-slider-area::before {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-slider-area::before {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-slider-area::before {
    height: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-slider-area::before {
    height: 20px;
  }
}
.h6-slider-area::after {
  content: "";
  position: absolute;
  bottom: -1px;
  inset-inline-start: 0;
  width: 100%;
  height: 48px;
  background-color: var(--tj-color-common-white);
  -webkit-mask-image: url(../images/shapes/h6-slider-curve-2.svg);
          mask-image: url(../images/shapes/h6-slider-curve-2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 2;
}
@media (min-width: 1921px) and (max-width: 2500px) {
  .h6-slider-area::after {
    height: 60px;
  }
}
@media (min-width: 2501px) and (max-width: 3200px) {
  .h6-slider-area::after {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-slider-area::after {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-slider-area::after {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-slider-area::after {
    height: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-slider-area::after {
    height: 20px;
  }
}
.h6-slider-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.h6-slider-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h6-slider-item .slider-img {
  max-width: 442px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-slider-item .slider-img {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-slider-item .slider-img {
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-slider-item .slider-img {
    max-width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h6-slider-item .slider-img {
    max-width: 200px;
  }
}

.csnp {
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    background: #de3221;
    padding: 7px;
}