/* Custom SCSS for XNTM Theme */
.home4__boxes__item__content__title span {
  background: linear-gradient(90deg, #2DA6E2 0%, #45B8A3 16%, #B5C651 31%, #F0B26D 49%, #E56F62 61%, #E463A1 73%, #B44ED8 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.home1 {
  position: relative;
}

.home1__btn {
  display: none;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 0px;
  right: 0;
  padding: 1.8rem 3.6rem 1.8rem 8.5rem;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  font-weight: 500;
  background: url(../assets/img/btn-copilot.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.home1__btn > span {
  font-size: 12px;
  white-space: nowrap;
}
.home1__btn > div {
  display: flex;
  flex-direction: column;
}
.home1__btn::before {
  content: "";
  display: block;
  background: #ffffff url(../assets/img/arrow-copilot.svg);
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  bottom: 0.6rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
  border-radius: 50%;
}

.home1__btn.mobile {
  display: block;
  border-radius: 10rem;
  position: relative;
  margin: 2rem auto;
}

@media (min-width: 992px) {
  .home1__btn.mobile {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .home1__btn {
    display: inline-block !important;
  }
}/*# sourceMappingURL=custom.css.map */