.crown-jewel {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.crown-jewel .mb-40 {
  margin-bottom: 40px;
}
.crown-jewel .subtitle-4 {
  text-transform: uppercase;
  color: var(--bodyclr);
  display: inline-block;
}
.crown-jewel .row-custom {
  display: flex;
  margin: 0;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crown-jewel .row-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .crown-jewel .row-custom {
    flex-direction: column !important;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 -15px;
  }
}
.crown-jewel .active {
  color: var(--darkclr) !important;
}
.crown-jewel .col-custom {
  flex: 0.4;
  width: 90px;
  height: 415px;
  background-size: cover;
  margin-right: 5px;
  background: #f6f5f8;
  box-shadow: 0px -3px 0px var(--themeprimaryclr);
  border-radius: 30px;
  padding: 40px 30px !important;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crown-jewel .col-custom {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crown-jewel .col-custom {
    padding: 25px;
    height: 334px;
  }
}
@media (max-width: 767px) {
  .crown-jewel .col-custom {
    width: 100%;
    padding: 20px;
    margin: 11px 13px;
  }
}
.crown-jewel .col-custom.active {
  flex: 7;
}
.crown-jewel .col-custom.active .tp-panel-item {
  display: none;
}
.crown-jewel .col-custom.active .tp-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.3s;
  transition: 0.3s;
}
.crown-jewel .tp-platform-inner .col-custom {
  background: #F5F3F8;
  box-shadow: 0px -3px 0px var(--themeprimaryclr);
}
.crown-jewel .tp-platform-inner .tp-panel-title {
  color: var(--darkclr);
}
.crown-jewel .tp-platform-inner .tp-panel-content span {
  color: var(--darkclr);
}
.crown-jewel .tp-platform-inner .tp-panel-content-2 span {
  color: var(--darkclr);
}
.crown-jewel .tp-platform-inner .tp-panel-title-2 {
  color: var(--darkclr);
}
.crown-jewel .tp-platform-inner .tp-panel-content-2 p {
  color: var(--darkclr);
}
.crown-jewel .tp-panel-title {
  width: 300px;
  transform: rotate(90deg) translate(137px, 137px);
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
  margin-top: 4px;
}
.crown-jewel .tp-panel-title.child-one {
  transform: rotate(90deg) translate(137px, 137px);
}
.crown-jewel .tp-panel-title.child-three {
  transform: rotate(90deg) translate(137px, 137px);
}
.crown-jewel .tp-panel-title:nth-of-type(5) {
  transform: rotate(90deg) translate(122px, 137px);
}
.crown-jewel .tp-panel-title.child-four {
  transform: rotate(90deg) translate(137px, 137px);
}
.crown-jewel .tp-panel-content {
  text-align: center;
}
.crown-jewel .tp-panel-content span {
  line-height: 28px;
  margin-left: -7px;
}
.crown-jewel .tp-panel-content-2 span {
  line-height: 40px;
  padding-bottom: 80px;
  display: inline-block;
}
.crown-jewel .tp-panel-content-2 span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  transition: all 0.3s ease-out 0s;
}
.crown-jewel .tp-panel-title-2 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  transition: all 0.3s ease-out 0s;
}
.crown-jewel .tp-panel-content-2 p {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  transition: all 0.3s ease-out 0s;
}
.crown-jewel .col-custom.active .tp-panel-content-2 span {
  transform: translateY(0);
  visibility: visible;
  font-size: 60px !important;
  opacity: 1;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .crown-jewel .col-custom.active .tp-panel-content-2 span {
    font-size: 1.2rem !important;
  }
}
.crown-jewel .col-custom.active .tp-panel-title-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.crown-jewel .col-custom.active .tp-panel-content-2 p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.crown-jewel .tp-panel-title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.crown-jewel .tp-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}
.crown-jewel .tp-platform-img-box img {
  max-width: inherit;
  margin-left: -100px;
  animation: tptranslateX2 4s forwards infinite alternate;
}
.crown-jewel .tp-platform-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crown-jewel .tp-platform-section-box {
    margin-bottom: 40px;
  }
}
.crown-jewel .tp-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crown-jewel .tp-section-title-shape svg {
    left: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crown-jewel .tp-section-title-shape svg {
    left: 21%;
  }
}
@media (max-width: 767px) {
  .crown-jewel .tp-section-title-shape svg {
    left: 100px;
  }
  .crown-jewel .crown-jewel .title-4 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-shape svg {
    left: 100px;
  }
  .crown-jewel .title-4 {
    font-size: 32px;
  }
  .crown-jewel {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .crown-jewel .mb-40 {
    margin-bottom: 0;
  }
  .crown-jewel .tp-panel-content-2 span {
    padding-bottom: 10px !important;
  }
  .crown-jewel .tp-panel-content-2 p {
    margin-bottom: 0;
  }
  .crown-jewel .tp-panel-title-2 {
    line-height: 32px;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .crown-jewel .tp-panel-content-2 p {
    line-height: 19px;
  }
  .crown-jewel .crown-jewel-bg-shape {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .crown-jewel .col-custom:nth-child(3) .tp-panel-title {
    transform: rotate(90deg) translate(139px, 136px);
  }
  .crown-jewel .col-custom:nth-child(4) .tp-panel-title {
    transform: rotate(90deg) translate(139px, 136px);
  }
  .crown-jewel .row-custom .col-custom:last-of-type .tp-panel-title {
    transform: rotate(90deg) translate(139px, 137px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crown-jewel .row-custom {
    padding-left: 0px;
    padding-right: 0;
  }
  .crown-jewel .tp-panel-content-2 span {
    padding-bottom: 37px;
  }
  .crown-jewel .col-custom {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crown-jewel .tp-panel-title-2 {
    line-height: 46px;
  }
  .crown-jewel .crown-jewel-bg-shape {
    display: none;
  }
}/*# sourceMappingURL=business-os.css.map */