/*  card css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-bento-card-item {
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: var(--tp-gray-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-bento-card-item.pb-space-0 {
  padding-bottom: 0;
}
.tp-bento-card-item.p-space-0 {
  padding: 0;
}
.tp-bento-card-item .blur-circle {
  position: absolute;
  bottom: -55%;
  left: -3%;
  width: 342px;
  height: 405px;
  border-radius: 405px;
  display: inline-block;
  background: rgba(160, 32, 240, 0.3);
  filter: blur(60px);
  z-index: -1;
}
.tp-bento-card-item.tp-gradient-bg {
  border-radius: 20px;
  background: linear-gradient(136deg, rgba(160, 32, 240, 0.15) 1.15%, rgba(0, 255, 209, 0.15) 98.85%);
}
.tp-bento-card-item-brand-wrap {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item-brand-wrap {
    gap: 5px;
  }
}
.tp-bento-card-item-brand-item {
  width: 110px;
  margin-right: 1px;
  padding: 11px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-item-brand-item {
    width: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-item-brand-item {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item-brand-item {
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item-brand-content p br {
    display: none;
  }
}
.tp-bento-card-item.card-style-5 {
  display: flex;
  align-items: center;
}
.tp-bento-card-item.card-style-5-hight {
  height: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item.card-style-5-hight {
    height: auto;
  }
}
.tp-bento-card-item.card-style-6 {
  padding: 0;
  min-height: 500px;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-item.card-style-6 {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-item.card-style-6 {
    min-height: auto;
  }
}
.tp-bento-card-item-slider-thumb img {
  width: 100%;
}
.tp-bento-card-icon img:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bento-card-icon img:not(:last-child) {
    margin-right: 4px;
  }
}
.tp-bento-card-title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  font-family: var(--tp-ff-body);
}
.tp-bento-card-title-1 span {
  background: linear-gradient(90deg, #A020F0 0%, #00FFD1 53.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-bento-card-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.27px;
}
.tp-bento-card-title-3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bento-card-title-3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.tp-bento-card-title-4 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-title-4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bento-card-title-4 br {
    display: none;
  }
}
.tp-bento-card-title-6 {
  font-size: 26px;
}
.tp-bento-card-content.p-space-30 {
  padding: 30px;
}
@media (max-width: 767px) {
  .tp-bento-card-content.pt-125 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-capsule-item-wrapper {
  position: relative;
  pointer-events: none;
  height: 280px;
  width: 100%;
  transform: translateY(-60px);
}

.tp-capsule-item {
  height: 108px;
  width: 108px;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
}

.tp-capsule-item-wrapper > * {
  position: absolute;
  top: 0;
  left: -50px;
  display: inline-block;
  user-select: none;
  pointer-events: auto;
}
.tp-capsule-item-wrapper > * p {
  margin-bottom: 0;
}