/*----------------------------------------*/
/* text slide css
/*----------------------------------------*/
.tp-text-slide-active .swiper-slide {
  display: inline-block;
  width: auto !important;
}
.tp-text-slide-item h2 {
  font-family: var(--tp-ff-body);
  font-weight: 700;
  font-size: 340px;
  letter-spacing: -0.02em;
  color: #f4f4f5;
  margin-bottom: 0;
  line-height: 1;
  text-transform: lowercase;
}
@media 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: 767px) {
  .tp-text-slide-item h2 {
    font-size: 240px;
  }
}
@media (max-width: 767px) {
  .tp-text-slide-item h2 {
    font-size: 170px;
  }
}
.tp-text-slide-para p {
  font-family: var(--tp-ff-kalam);
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
}
@media (max-width: 767px) {
  .tp-text-slide-para p {
    font-size: 14px;
  }
}
.tp-text-slide-shape {
  margin-right: -45px;
}
@media 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: 767px) {
  .tp-text-slide-shape img {
    width: 200px;
  }
}
.tp-text-slide-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 11%;
  right: 358px;
  z-index: 1;
}
@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: 767px) {
  .tp-text-slide-content {
    right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-text-slide-content {
    right: 20px;
  }
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
  width: auto;
}



















/*----------------------------------------*/
/*  tp-build-area-start
/*----------------------------------------*/
.tp-build-top-shape {
  margin-left: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-build-top-shape {
    margin-left: 0;
  }
}
.tp-build-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  padding-top: 30px;
  height: 100%;
  width: 100%;
}
.tp-build-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: 100%;
  display: inline-block;
}
.tp-build-main-title {
  font-family: var(--tp-ff-body);
  font-weight:600;
  font-size: 22px;
  line-height: 133%;
  color: var(--tp-common-white);
}
@media 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: 767px) {
  .tp-build-main-title {
    font-size: 20px;
  }
  .tp-build-main-title br {
    display: none;
  }
}
.tp-build-icon {
  width: 80px;
  height: 80px;
  background: var(--tp-common-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-build-subtitle {
  font-family: var(--tp-ff-kalam);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(15deg, #FFA963 0%, #FFE7D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-build-thumb img {
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-build-thumb img {
    width: auto;
  }
}
.tp-build-langguage {
  margin-left: -20px;
}







/*----------------------------------------*/
/*  tp-portfolio-area-start
/*----------------------------------------*/
.tp-portfolio-thumb-text {
  font-family: var(--tp-ff-kalam);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 94px;
  left: -88px;
  transform: rotate(-90deg);
}
.tp-portfolio-thumb-text span {
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-right: 9px;
}
.tp-portfolio-content ul li {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 15px;
  padding-bottom: 5px;
}
.tp-portfolio-content ul li span {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 7px;
}
.tp-portfolio-content ul li p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.53;
  color: rgba(255, 255, 255, 0.6);
}

.section-meinus {
  margin-top: -2px;
}


/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 38px;
  font-weight:600;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}
.tp-section-title span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #fb9a4b 0%, #fa1574 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fb9a4b), to(#fa1574));
  background-image: -o-linear-gradient(left, #fb9a4b 0%, #fa1574 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title-60 {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-60 {
    font-size: 55px;
  }
}
@media 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: 767px) {
  .tp-section-title-60 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-60 br {
    display: none;
  }
}
.tp-section-title-60 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #ff424b 0%, #ff7177 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff424b), to(#ff7177));
  background-image: -o-linear-gradient(left, #ff424b 0%, #ff7177 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title-36 {
  font-size: 36px;
  line-height: 1;
}
@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: 767px) {
  .tp-section-title-36 {
    font-size: 34px;
  }
}
.tp-section-title-160 {
  font-weight: 800;
  font-size: 160px;
  line-height: 0.8;
  font-family: var(--tp-ff-body);
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .tp-section-title-160 {
    font-size: 120px;
  }
}
.tp-section-title-120 {
  font-size: 120px;
  line-height: 80%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-120 {
    font-size: 100px;
  }
}
@media 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: 767px) {
  .tp-section-title-120 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-title-120 {
    font-size: 60px;
  }
}
.tp-section-title-white {
  color: var(--tp-common-white);
}
.tp-section-title-white-2 {
  font-size: 60px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title-white-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-white-2 {
    font-size: 47px;
  }
}
@media 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: 767px) {
  .tp-section-title-white-2 {
    font-size: 39px;
  }
}
.tp-section-title-black {
  color: var(--tp-common-black-2);
}
.tp-section-title-gdn-2 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(137deg, #7c0c77 0%, #ff31ab 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#7c0c77), to(#ff31ab));
  background-image: -o-linear-gradient(left, #7c0c77 0%, #ff31ab 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title-gdn-3 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #037F9A 0%, #9BEDFF 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#037F9A), to(#9BEDFF));
  background-image: -o-linear-gradient(left, #037F9A 0%, #9BEDFF 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title-gdn-4 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #ff9d4c 0%, #FFE7D3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9d4c), to(#FFE7D3));
  background-image: -o-linear-gradient(left, #ff9d4c 0%, #FFE7D3 100%);
  animation: text-color-animate 8s ease infinite;
}
.tp-section-title.ff-100 {
  font-size: 100px;
  font-style: var(--tp-ff-clash-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.ff-100 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.ff-100 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.ff-100 {
    font-size: 50px;
  }
}

/*----------------------------------------*/





























/*----------------------------------------*/
/*  plugin css
/*----------------------------------------*/
.tp-plugin-subtitle {
  font-family: var(--tp-ff-kalam);
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-black-2);
}
.tp-plugin-subtitle span {
  background: var(--tp-common-yellow);
  border-radius: 6px;
  display: inline-block;
  padding: 4px 5px 0px 5px;
  line-height: 1;
}
.tp-plugin-subtitle svg {
  position: absolute;
  top: -21px;
  left: -17px;
}
.tp-plugin-para {
  font-size: 17px;
  line-height: 153%;
  color: var(--tp-text-body);
}
@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: 767px) {
  .tp-plugin-para br {
    display: none;
  }
}
.tp-plugin-logo h6 {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: var(--tp-common-black-2);
}
@media 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: 767px) {
  .tp-plugin-logo h6 {
    font-size: 14px;
  }
}
.tp-plugin-free {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--tp-ff-body);
  color: var(--tp-common-white);
  background: var(--tp-common-black-2);
  border-radius: 25px;
  padding: 5px 13px;
  line-height: 1;
}
.tp-plugin-discount {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--tp-grey-3);
}
.tp-plugin-logo img {
  flex: 0 0 auto;
}
.tp-plugin-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(14, 15, 17, 0.05);
  border-radius: 20px;
  padding: 18px 28px 3px 18px;
}
.tp-plugin-bottom-logo {
  width: 130px;
  height: 130px;
  display: inline-block;
  border: 1px solid rgba(14, 15, 17, 0.05);
  border-radius: 400px;
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tp-plugin-bottom-logo {
    margin-bottom: 10px;
  }
}
.tp-plugin-bottom-title {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  color: var(--tp-common-black-2);
}
.tp-plugin-bottom-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  display: inline-block;
  text-align: center;
  color: var(--tp-grey-4);
  background-color: var(--tp-grey-1);
  padding: 8px 10px;
  line-height: 1;
  border-radius: 27px;
  width: 160px;
  max-width: 160px;
}
@media (max-width: 767px) {
  .tp-plugin-bottom-btn {
    width: 148px;
    max-width: 148px;
  }
}



































/*----------------------------------------*/
/*  specialized-features-area-start
/*----------------------------------------*/
.tp-specialized-features-thumb {
  margin-right: -86px;
}
@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: 767px) {
  .tp-specialized-features-thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-specialized-features-thumb {
    text-align: left !important;
  }
}
.tp-specialized-features-list {
  backdrop-filter: blur(30px);
  box-shadow: 0 40px 60px 0 rgba(14, 15, 17, 0.1);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .tp-specialized-features-list {
    position: inherit;
    margin-top: 20px;
  }
}
.tp-specialized-features-shape {
  position: absolute;
  top: 63px;
  left: 36px;
}
@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: 767px) {
  .tp-specialized-features-shape {
    top: 52px;
    left: -3px;
  }
}

/*----------------------------------------*/
/*  tp-template-area-start
/*----------------------------------------*/
.tp-template-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #07060c 2.05%, rgba(7, 6, 12, 0.4) 50%, #07060c 90.44%);
}
.tp-template-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
}
@media 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: 767px) {
  .tp-template-content {
    padding-top: 100px;
  }
}
.tp-template-subtitle {
  font-family: var(--tp-ff-kalam);
  font-weight: 700;
  font-size: 24px;
  color: #eaff48;
  text-shadow: inset 0 2px 16px 1px rgba(255, 255, 255, 0.44);
}
.tp-template-header {
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 300px;
}

/*----------------------------------------*/
/*  tp-counter-area-start
/*----------------------------------------*/
.tp-counter-title {
  font-family: var(--tp-ff-body);
  font-weight: 800;
  font-size: 100px;
  line-height: 75%;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(247, 247, 253, 0.2) 0%, rgba(33, 33, 45, 0.1803921569) 77.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-counter-subtitle {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-top: -11px;
}
.tp-counter-top-meinus {
  margin-top: -75px;
  position: relative;
}
.tp-counter-start {
  float: left;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-counter-start {
    float: inherit;
  }
}
.tp-counter-end {
  float: right;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-counter-end {
    float: inherit;
  }
}
.tp-counter-border > div:not(:last-child) {
  position: relative;
}
.tp-counter-border > div:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: 35px;
  right: 0;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-counter-border > div:not(:last-child)::before {
    display: none;
  }
}
.tp-counter-update-provide {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 120px;
  text-align: center;
}
@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: 767px) {
  .tp-counter-update-provide {
    margin: 0;
  }
}
.tp-counter-update-provide p {
  font-family: var(--tp-ff-kalam);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  display: inline-block;
  padding: 7px 20px 2px 20px;
  transform: translateY(-20px);
  background: var(--tp-common-black);
}
.tp-counter-update-provide p a {
  color: var(--tp-common-white);
}

.tp-bg-black {
  background: #242424;
}

.tp-bg-black-2 {
  background: var(--tp-common-black);
}


/*----------------------------------------*/
/*  tp-grid-area-start
/*----------------------------------------*/
.tp-grid-item {
  text-align: center;
}
.tp-grid-item span {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
.tp-grid-slide-active .swiper-slide {
  display: inline-block;
  width: auto !important;
}

/*----------------------------------------*/
/*  tp-one-click-area-start
/*----------------------------------------*/
.tp-oneclick-thumb-2 {
  position: absolute;
  left: -100px;
  top: 88px;
  box-shadow: 0 20px 50px 0 #1c0d07;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-oneclick-thumb-2 {
    display: none;
  }
}
.tp-oneclick-thumb-3 {
  position: absolute;
  right: -90px;
  bottom: 130px;
  box-shadow: 0 30px 50px 0 rgba(11, 5, 2, 0.4);
}
@media 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: 767px) {
  .tp-oneclick-thumb-3 {
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-oneclick-thumb-3 {
    display: none;
  }
}
.tp-oneclick-shape {
  position: absolute;
  left: -42px;
  bottom: 95px;
}
@media 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: 767px) {
  .tp-oneclick-shape {
    bottom: 20px;
  }
}
.tp-oneclick-shape-2 {
  position: absolute;
  right: -28px;
  top: 75px;
}
.tp-oneclick-text {
  font-family: var(--tp-ff-kalam);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: inset 0 2px 16px 1px rgba(255, 255, 255, 0.24);
}

/*----------------------------------------*/
/*  tp-responsive-area-start
/*----------------------------------------*/
.tp-responsive-layout-subtitle {
  font-family: var(--tp-ff-kalam);
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-white);
  display: inline-block;
}
.tp-responsive-layout-para {
  font-weight: 500;
  font-size: 17px;
  line-height: 153%;
  color: rgba(255, 255, 255, 0.6);
}
@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: 767px) {
  .tp-responsive-layout-para br {
    display: none;
  }
}
.tp-responsive-layout-content {
  padding: 80px 100px 80px 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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: 767px) {
  .tp-responsive-layout-content {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .tp-responsive-layout-content {
    padding: 30px 20px 20px 20px;
  }
}
.tp-responsive-layout-wrap {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 480px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-wrap {
    padding-bottom: 350px;
  }
}
.tp-responsive-layout-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  object-fit: cover;
  border-radius: 30px;
}
.tp-responsive-layout-bg-2 {
  position: absolute;
  bottom: 40px;
  right: -5px;
  padding-left: 40px;
  width: 100%;
  object-fit: cover;
}
.tp-responsive-layout-shape {
  position: absolute;
  bottom: 224px;
  right: 133px;
  box-shadow: -20px 20px 20px 0 rgba(0, 0, 0, 0.35);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-shape {
    right: 13px;
  }
}
.tp-responsive-layout-shape-2 {
  position: absolute;
  right: 156px;
  bottom: 55px;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-responsive-layout-shape-2 {
    right: 20px;
    bottom: 40px;
  }
}

/*----------------------------------------*/
/*  tp-performance-area-start
/*----------------------------------------*/
.tp-performance-subtittle {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-performance-subtittle span {
  border-radius: 6px;
  width: 40px;
  height: 28px;
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-block;
  text-align: center;
  line-height: 29px;
  margin-right: 13px;
}
.tp-performance-progress-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-performance-progress-bar {
  display: block;
  height: 10px;
  border-radius: 20px;
  background: linear-gradient(90deg, #037F9A 0%, #9BEDFF 100%);
}
.tp-performance-progress-others .tp-performance-progress-title {
  color: rgba(255, 255, 255, 0.6);
}
.tp-performance-progress-others .tp-performance-progress-bar {
  border-radius: 20px;
  width: 200px;
  height: 10px;
  background: rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-performance-progress-wrap {
    margin-left: 0;
  }
}
.tp-performance-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 40px 34px 25px 34px;
}
.tp-performance-item span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  border-radius: 60px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 75px;
}
.tp-performance-item h3 {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media 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: 767px) {
  .tp-performance-item h3 {
    font-size: 19px;
  }
}



























/*----------------------------------------*/
/*  7.12 Services css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.12 hero css
/*----------------------------------------*/
.tp-feature-area {
  margin-top: -1px;
}
.tp-feature-item img {
  border-radius: 20px;
}
.tp-feature-2-subtitle {
  padding: 5px 13px;
  border-radius: 56px;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  letter-spacing: -0.28px;
  color: var(--tp-common-black);
  background: linear-gradient(90deg, #CCEB87 0%, #F7EBCC 100%);
}
.tp-feature-2-subtitle i {
  transform: translateY(-2px);
}
.tp-feature-2-title-box p {
  color: #5A5A67;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.18px;
}
.tp-feature-2-title-box p span {
  color: #FF2A34;
}
.tp-feature-2-top {
  gap: 8px;
}
.tp-feature-2-icon .anim-img {
  position: absolute;
  top: -12px;
  left: 12px;
  z-index: 2;
  animation: rotate2 2s linear infinite;
}
.tp-feature-2-icon .icon-pos {
  position: absolute;
  top: -20px;
  left: -20px;
}
.tp-feature-2-bg {
  border-radius: 20px;
  border: 1px solid rgba(14, 15, 17, 0.06);
  background: #FFF;
}
@media (max-width: 767px) {
  .tp-feature-2-bg {
    border: none;
  }
}
.tp-feature-2-bg img {
  border-radius: 20px;
  border-radius: 20px;
}
.tp-feature-2-bg .gif-img {
  position: absolute;
  top: 25px;
  right: 10px;
  height: auto;
  width: 144px;
}
.tp-feature-2-bg .text-img {
  position: absolute;
  top: 85px;
  left: 25px;
  z-index: 2;
  border-radius: unset;
}
@media (max-width: 767px) {
  .tp-feature-2-bg .text-img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-item {
    display: inline-block;
  }
}
.tp-feature-2-content {
  position: absolute;
  top: 30px;
  left: 35px;
}
.tp-feature-2-wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-feature-2-wrap {
    display: block;
  }
}
.tp-feature-2-left, .tp-feature-2-right {
  width: 280px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-feature-2-left, .tp-feature-2-right {
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-left, .tp-feature-2-right {
    display: block;
  }
}
.tp-feature-2-middle {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 45px 0 45px;
}
.tp-feature-2-middle-content span {
  color: #0E0F11;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
  font-family: var(--tp-ff-kalam);
}
.tp-feature-2-title {
  color: #0E0F11;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.68px;
  font-family: var(--tp-ff-body);
}
@media 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: 767px) {
  .tp-feature-2-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-feature-2-title br {
    display: none;
  }
}

.tp-text-area {
  margin-top: -2px;
}

.content__img {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}

.icv__control-line {
  background: none !important;
  box-shadow: none !important;
}

.icv__icv--vertical .icv__theme-wrapper {
  height: 60px;
  width: 60px;
  background: #EAEAEA;
  border: 2px solid #fff;
  border-radius: 50%;
}

.icv__arrow-wrapper svg {
  width: 15px !important;
  height: 15px !important;
}
.icv__arrow-wrapper svg path {
  fill: #000;
}

.tp-video-title-box p {
  color: #5A5A67;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-video-spacing {
    padding-bottom: 50px;
  }
}
.tp-video-wrap {
  padding: 10px;
  line-height: 1;
  border-radius: 24px;
  border: 1px solid rgba(14, 15, 17, 0.06);
}
.tp-video-wrap img {
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px -4px 30px 0px rgba(14, 15, 17, 0.03) inset, 0px 4px 6px 0px rgba(18, 26, 27, 0.11);
}
.tp-video-img {
  position: relative;
  overflow: hidden;
}
.tp-video-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-color: rgba(7, 6, 12, 0.2);
}
.tp-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  transform: translate(-50%, -50%);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .tp-video-btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.tp-video-btn:hover::after {
  transform: scale(1.2);
}
.tp-video-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  display: inline-block;
  transition: 0.4s;
  background-color: #EAFF48;
  animation: animate-pulse 3s linear infinite;
}
.tp-video-btn span svg {
  margin-left: 7px;
  display: inline-block;
}
.tp-video-text p {
  color: #5A5A67;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--tp-ff-kalam);
}
.tp-video-shape-1 {
  position: absolute;
  top: -29%;
  right: -16%;
  z-index: -1;
}
.tp-video-shape-2 {
  position: absolute;
  bottom: -21%;
  left: -15%;
  z-index: -1;
}
.tp-video-bg-text {
  gap: 10px;
  background-color: #EAFF48;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .tp-video-bg-text {
    padding: 14px 15px;
  }
}
.tp-video-bg-text span {
  border-radius: 15px;
  padding: 6px 10px;
  color: #EAFF48;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--tp-common-black);
}
.tp-video-bg-text p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.tp-exclusive-fea-subtitle {
  color: #0E0F11;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-kalam);
}
.tp-exclusive-fea-subtitle i {
  border-radius: 6px;
  background: #EAFF48;
  padding: 3px 6px;
  display: inline-block;
}
.tp-exclusive-fea-btn {
  margin-right: -18px;
}
@media 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: 767px) {
  .tp-exclusive-fea-btn {
    margin-right: 0;
  }
}
.tp-exclusive-fea-btn ul.nav {
  display: inherit;
}
.tp-exclusive-fea-btn ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tp-exclusive-fea-btn ul li button {
  gap: 15px;
  display: block;
  padding: 17px 25px;
  display: flex;
  align-items: center;
  color: #4B4B52;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  transition: 0.3s;
  border-radius: 6px;
  background: transparent;
  text-align: left;
}
.tp-exclusive-fea-btn ul li button.active {
  background: #EAFF48;
  color: var(--tp-common-black);
}
.tp-exclusive-fea-btn ul li button:hover {
  color: var(--tp-common-black);
  background-color: #EAFF48;
}
.tp-exclusive-fea-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-exclusive-fea-bg img {
  border-radius: 20px;
}
.tp-exclusive-fea-tab {
  height: 575px;
}
@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: 767px) {
  .tp-exclusive-fea-tab {
    height: 480px;
  }
}
@media 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: 767px) {
  .tp-exclusive-fea-tab {
    margin-left: 0;
    margin-top: 50px;
    height: auto;
  }
}
.tp-exclusive-fea-spacing {
  padding: 100px 90px 28px 100px;
}
@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: 767px) {
  .tp-exclusive-fea-spacing {
    padding: 50px 40px 28px 50px;
  }
}
@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: 767px) {
  .tp-exclusive-fea-spacing {
    padding: 40px 20px 18px 20px;
  }
}

.tp-elementor-bottom-video-btn span svg {
  margin-left: 6px;
}














/*----------------------------------------*/
/*  tp-feature-area-start
/*----------------------------------------*/
.tp-feature-include-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tp-feature-include-tag span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: inline-block;
  padding: 8px 15px;
}
.tp-feature-include-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 30px 20px 10px 20px;
}



.tp-feature-include-item:hover{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px 20px 10px 20px;
  background:#333;
}



@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: 767px) {
  .tp-feature-include-item {
    padding: 45px 20px 25px 20px;
  }

  .tp-feature-include-item:hover{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 45px 20px 25px 20px;
  background:#333;
  }
}




@media (max-width: 767px) {
  .tp-feature-include-item {
    padding: 35px 10px 15px 10px;
  }

.tp-feature-include-item:hover{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 35px 10px 15px 10px;
  background:#333;
  }
}


.tp-feature-include-item span {
  height: 50px;
}
.tp-feature-include-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-feature-include-item p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  tp-marquee-area-start
/*----------------------------------------*/
.tp-marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 14px;
  white-space: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: scroll-1 30s linear infinite;
  animation: scroll-1 30s linear infinite;
}
.tp-marquee-item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 370%;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--tp-common-white);
  text-shadow: inset 0 2px 16px 1px rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  border-radius: 300px;
  padding: 17px 36px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-block;
  line-height: 1;
  flex: 0 0 auto;
}
.tp-marquee-item span img {
  margin-right: 10px;
}
.tp-marquee-scroll:hover .tp-marquee-item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

















/*----------------------------------------*/
/*  tp-documentation-area-start
/*----------------------------------------*/
.tp-documentation-item {
  padding: 34px;
  border: 1px solid #161613;
  transition: all 0.3s ease-in-out;
  box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(294deg, #8CE9FF -36.29%, #EFF2B3 100.83%);
}
.tp-documentation-item:hover {
  box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-documentation-item {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-documentation-item {
    margin-bottom: 30px;
  }
}
.tp-documentation-item.bg-2 {
  background: linear-gradient(289deg, #EE9CA7 -21.69%, #FFDDE1 95.51%);
}
.tp-documentation-item.bg-3 {
  background: linear-gradient(90deg, #FEE 0%, #DDEFBB 100%);
}
.tp-documentation-icon {
  margin-right: 24px;
}
.tp-documentation-content h4 {
  font-family: var(--tp-ff-body);
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-2);
  margin-bottom: 4px;
}
.tp-documentation-content p {
  font-size: 16px;
  color: #5e5d63;
  margin-bottom: 18px;
}
.tp-documentation-content a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 7px 20px;
  color: var(--tp-common-white);
  display: inline-block;
  box-shadow: 0 0 1px 0 #05060f, 0 1px 2px 0 rgba(5, 6, 15, 0.24);
  background: #161613;
}
.tp-documentation-para p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.tp-documentation-para p span {
  font-weight: 700;
  color: #ffa963;
}
