/* Marquee */
.marquee {
    width: max-content;
      max-width: none;
}

.marquee .digiblocks-container-inner {
  animation: marquee 25s linear infinite;
}

.marquee-2 {
    width: max-content;
      max-width: none;
}

.marquee-2 .digiblocks-container-inner {
  animation: marquee-2 25s linear infinite;
}

.marquee .digiblocks-column,
.marquee-2 .digiblocks-column {
	flex-direction: row;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Header */
.wp-site-blocks {
    position: relative;
}

/* Buttons */
.digiblocks-button:not(.title) {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body .digi__form button.digi__button,
body .wp-site-blocks .digiblocks-post-read-more,
body .wp-site-blocks .digiblocks-taxonomy-read-more,
body .wp-block-button .wp-block-button__link,
body .wp-element-button,
body .wp-site-blocks button.digiblocks-form-submit,
body .wp-site-blocks .comment-form .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  	font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: #ff8559;
    padding: 0.65rem 1.5rem;
    border: none;
    border-radius: 30px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

body .digi__form button.digi__button:hover,
body .wp-site-blocks .digiblocks-post-read-more:hover,
body .wp-site-blocks .digiblocks-taxonomy-read-more:hover,
body .wp-block-button .wp-block-button__link:hover,
body .wp-element-button:hover,
body .wp-site-blocks button.digiblocks-form-submit:hover,
body .wp-site-blocks .comment-form .submit:hover {
    color: #6f4e32;
    background-color: #ffb578;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 132, 89, 0.8), 0 0 40px rgba(255, 132, 89, 0.6), inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

body .coupon-code-form button.digi__button#apply-coupon:hover {
    box-shadow: none;
    transform: none;
}

/* Linear Titles */
.linear .digiblocks-heading-text { 
    background: linear-gradient(135deg, #ff8d3e, #7f81ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.culture-number { 
    font-family: var(--wp--preset--font-family--sora);
    background: linear-gradient(135deg, #ffe2a0, #ffdf00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Pricing page */
.popular-badge {
  background: linear-gradient(135deg, #6366f1, #ff8559);
}

.bundle-btn {
    background: linear-gradient(135deg, #ff8559, #ffb578);
}

.bundle-btn:hover {
  background: linear-gradient(135deg, #ff7342, #ffa863);
  transform: translateY(-2px);
}

.bundle-btn svg {
  transition: transform .3s ease;
}

.bundle-btn:hover svg {
    transform: translateX(4px);
}

.payment-icons svg {
  opacity: .7;
}

/* Affiliate price */
.aff-price {
  font-family: var(--wp--preset--font-family--sora);
}

/* Timeline */
.digiblocks-timeline-block .digiblocks-timeline-item-year,
.pricing-price,
.digiblocks-counter-number-wrapper,
.aff-linear-price,
.linear .digiblocks-icon-box-title,
.linear.digiblocks-text {
    font-family: var(--wp--preset--font-family--sora);
    background: linear-gradient(135deg, #ff8559, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.digiblocks-timeline-block .digiblocks-timeline-items::before {
    background: linear-gradient(180deg, #ff8559, #6366f1);
}

.digiblocks-timeline-block .digiblocks-timeline-item::before {
    background: linear-gradient(135deg, #6366f1, #ff8559);
}

/* Box shadow */
body.home header .digiblocks-navigation {
  box-shadow: inset 2px 2px 10px 2px rgba(255, 255, 255, 0.1), inset -2px -2px 12px 2px rgba(255, 255, 255, 0.1);
}

header .digiblocks-navigation,
footer .digiblocks-social-icon-icon {
  box-shadow: inset 2px 2px 10px 2px rgba(255, 132, 89, 0.1), inset -2px -2px 12px 2px rgba(255, 132, 89, 0.1);
}

.digiblocks-button.orange:not(.title),
.digiblocks-button.white:not(.title) {
  box-shadow: inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

.digiblocks-button.orange:not(.title):hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 132, 89, 0.8), 0 0 40px rgba(255, 132, 89, 0.6), inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

.digiblocks-button.white:hover,
.digiblocks-newsletter-button:hover {
  transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6), inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

.digiblocks-button.dark {
    box-shadow: inset -2px -2px 12px 2px rgba(15, 23, 42, 0.16), inset 2px 2px 10px 2px rgba(15, 23, 42, 0.16);
}

.digiblocks-button.dark:hover {
  transform: scale(1.05);
    box-shadow: 0 0 20px rgba(15, 23, 42, 0.2), 0 0 40px rgba(15, 23, 42, 0.1), inset -2px -2px 12px 2px rgba(15, 23, 42, 0.1), inset 2px 2px 10px 2px rgba(15, 23, 42, 0.1);
}

footer .digiblocks-newsletter-button {
  box-shadow: inset -2px -2px 12px 2px rgba(255, 255, 255, 0.16), inset 2px 2px 10px 2px rgba(255, 255, 255, 0.16);
}

/* Hero header */
.hero-highlight {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #ff9c78, #ff6a34);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
}