html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/* --------------------------------------- utility */
:root {
    --app-height: 100%;
}

::selection {
    background: var(--color--white);
    color: var(--color--black);
    text-shadow: none;
}

[data-select-normal]::selection {
    background: #fff !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}

img::selection,
svg::selection {
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

.display-none,
[display-none] {
    display: none !important;
}

.visibility-hidden,
[visibility-hidden] {
    visibility: hidden;
}

/*:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
  } */

:where(button) {
    background: unset;
}

:where(
    [screen-reader]:not(:focus, :active, :focus-within),
    .screen-reader:not(:focus, :active, :focus-within)
) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.w-lightbox-close {
    right: 5em;
    height: 5em;
    outline: transparent;
}

/* --------------------------------------- line clamp */
[line-clamp] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
[line-clamp='2'] {
    -webkit-line-clamp: 2; /*3, 4, 5 etc*/
}

[line-clamp='3'] {
    -webkit-line-clamp: 3; /*3, 4, 5 etc*/
}

/* --------------------------------------- pointer events */
[pointer-none] {
    pointer-events: none;
    user-select: none;
}
[pointer-auto] {
    pointer-events: auto;
}

/* --------------------------------------- lenis */
[data-lenis-prevent] {
    overscroll-behavior-y: contain;
}

/* --------------------------------------- preloader */
.preloader {
    background-color: var(--primary-color);
}

/* --------------------------------------- performance */
[object] {
    will-change: transform;
}

/* --------------------------------------- utils */
[overflow-clip='x'] {
    overflow-x: clip;
}
[overflow-clip='y'] {
    overflow-y: clip;
}

/* --------------------------------------- container */
.c {
    margin-left: auto;
    margin-right: auto;
}
/* --------------------------------------- text */

p,
.text-small,
.text-regular,
.text-medium,
.text-large,
.text-xlarge {
    text-wrap: pretty; /* ensures nice wrapping */
}

/* --------------------------------------- forms */

textarea {
    resize: vertical;
}

/* --------------------------------------- blog */

.rich-text p,
.rich-text ol,
.rich-text li {
    /* line heights in rtf */
    line-height: 1.6;
}
.rich-text strong {
    /* bolds in rtf */
}
.rich-text .w-embed {
    /* embed spacing in rtf */
}
.rich-text a {
    text-decoration: none;
}
.rich-text a:hover {
    text-decoration: underline;
}

/*Secondary Button*/
.btn-inner-border {
    border-radius: 0.5em; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(-135deg, #dcb792, #cc935a) border-box; /*3*/
    -webkit-mask: /*4*/
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
    mask-composite: exclude; /*5*/
}

.gradient-outline-text {
    color: transparent; /* Makes the fill of the text transparent */
    -webkit-text-stroke: 1px transparent; /* Base for the text stroke */
    background: linear-gradient(315deg, rgb(231, 135, 192), rgb(255, 179, 134));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px transparent;
    background-clip: text;
}

[mask-diamond] {
    mask-image: url('https://cdn.prod.website-files.com/6622236200773f0f3dbee8a0/675aab42c2e4ca2745d67426_mantra-diamond-mask-rc.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
}

[data-marquee-item='true'] {
    animation: marquee-ltr2 20s linear infinite; /* Animation properties */
}

[data-marquee-item-left='true'] {
    animation: marquee-rtl2 20s linear infinite; /* Animation properties */
}

/* Keyframes for right-to-left scrolling */
@keyframes marquee-rtl {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Keyframes for left-to-right scrolling */
@keyframes marquee-ltr {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.btn-wrap.svg-hover:hover path {
    fill: #000 !important;
}
.btn-wrap.svg-hover svg {
    z-index: 5 !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    width: auto;
    display: flex;
}

.home-chain__slider-nav.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    display: flex;
    grid-column-gap: 1.25em;
}

.home-dex__slider-nav.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    grid-column-gap: 1.25em;
}

@media screen and (max-width: 991px) {
    .home-chain__slider-nav.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
    .home-dex__slider-nav.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-left: auto;
        margin-right: auto;
    }
}

.swiper-pagination-bullet {
    display: flex;
    border-radius: 50%;
    background-color: #2d2d2d;
    outline: solid 1px #3b3b3b;
    opacity: 1;
    width: 0.88em;
    height: 0.88em;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(45deg, #cc935a, #dcb792);
    position: relative;
}

/*Dex swiper*/
.swiper-slide-thumb-active .swiper-slider_details-collapse {
    display: block;
}

.swiper-slide-thumb-active::before {
    content: '';
    pointer-events: none;
    position: absolute;
    padding: 1px;
    inset: 0;
    border-radius: 0.5em;
    background: linear-gradient(45deg, #cc935a, #dcb792);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.swiper-slide-thumb-active {
    position: relative;
}

.swiper-slide-fully-visible {
    width: 100%;
}

.home-explore__w {
    background: linear-gradient(
        276.94deg,
        #cc935a 36.56%,
        #dcb792 45.39%,
        rgba(24, 24, 24, 0.2) 55.61%
    );
}

@media screen and (max-width: 767px) {
    .home-explore__w {
        background: linear-gradient(
            6.94deg,
            #cc935a 36.56%,
            #dcb792 45.39%,
            rgba(24, 24, 24, 0.2) 55.61%
        );
    }
}
.home-explore__w.is-invert {
    background: linear-gradient(
        96.94deg,
        #cc935a 36.56%,
        #dcb792 45.39%,
        rgba(24, 24, 24, 0.2) 55.61%
    );
}

@media screen and (max-width: 767px) {
    .home-explore__w.is-invert {
        background: linear-gradient(
            6.94deg,
            #cc935a 36.56%,
            #dcb792 45.39%,
            rgba(24, 24, 24, 0.2) 55.61%
        );
    }
}
