.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    background: #ffffff80;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #ffffffcc;
}
#mobile-menu .group button.active svg {
    transform: rotate(180deg);
}

@font-face {
    font-family: "Source Serif Pro Bold";
    src: url("/assets/fonts/SourceSerifPro-Bold.eot");
    src: url("/assets/fonts/SourceSerifPro-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/SourceSerifPro-Bold.woff2") format("woff2"),
        url("/assets/fonts/SourceSerifPro-Bold.woff") format("woff"),
        url("/assets/fonts/SourceSerifPro-Bold.ttf") format("truetype"),
        url("/assets/fonts/SourceSerifPro-Bold.svg#SourceSerifPro-Bold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Serif Pro";
    src: url("/assets/fonts/SourceSerifPro-SemiBold.eot");
    src: url("/assets/fonts/SourceSerifPro-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/SourceSerifPro-SemiBold.woff2") format("woff2"),
        url("/assets/fonts/SourceSerifPro-SemiBold.woff") format("woff"),
        url("/assets/fonts/SourceSerifPro-SemiBold.ttf") format("truetype"),
        url("/assets/fonts/SourceSerifPro-SemiBold.svg#SourceSerifPro-SemiBold")
            format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/Inter-Regular.eot");
    src: url("/assets/fonts/Inter-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/Inter-Regular.woff2") format("woff2"),
        url("/assets/fonts/Inter-Regular.woff") format("woff"),
        url("/assets/fonts/Inter-Regular.ttf") format("truetype"),
        url("/assets/fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("/assets/fonts/Inter-Bold.eot");
    src: url("/assets/fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
        url("/assets/fonts/Inter-Bold.woff2") format("woff2"),
        url("/assets/fonts/Inter-Bold.woff") format("woff"),
        url("/assets/fonts/Inter-Bold.ttf") format("truetype"),
        url("/assets/fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-exBold";
    src: url("/assets/fonts/Inter24pt-ExtraBold.eot");
    src: url("/assets/fonts/Inter24pt-ExtraBold.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/Inter24pt-ExtraBold.woff2") format("woff2"),
        url("/assets/fonts/Inter24pt-ExtraBold.woff") format("woff"),
        url("/assets/fonts/Inter24pt-ExtraBold.ttf") format("truetype"),
        url("/assets/fonts/Inter24pt-ExtraBold.svg#Inter24pt-ExtraBold")
            format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-exBold {
    font-family: "Inter-exBold", sans-serif;
}

.font-sourceSerilBold {
    font-family: "Source Serif Pro Bold", sans-serif;
}

.font-sourceSeri {
    font-family: "Source Serif Pro", sans-serif;
}
.font-inter {
    font-family: "Inter", sans-serif;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.text-white-gradient {
    background: radial-gradient(50% 50% at 50% 50%, #9a9ca8 0%, #e9eaee 100%);
    text-shadow: 0px 4px 20px 0px #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient {
    text-shadow: 0px 2px 40px #00000080;
    background: linear-gradient(
        90deg,
        #fff3a6 0%,
        #e5c35c 24.52%,
        #f9df7b 48.08%,
        #fff3a6 71.63%,
        #f9df7b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
    background: linear-gradient(
        90deg,
        #fff3a6 22.22%,
        #f9df7b 32.8%,
        #fff3a6 52.4%,
        #f9df7b 72.98%
    );
}

.border-gradient {
    position: relative;
    border: 2px solid transparent;
    background: #fff;
    background-clip: padding-box;
}

.border-gradient::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to bottom right, #9e192c, #100810);
    z-index: -1;
    border-radius: 16px;
}

.border-gradient-white {
    border: 1px solid transparent;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 30.03%,
        rgba(255, 255, 255, 0) 70.06%,
        #ffffff 100.09%
    );
}

.border-gradient-white::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 30.03%,
        rgba(255, 255, 255, 0) 70.06%,
        #ffffff 100.09%
    );
    z-index: -1;
    border-radius: 16px;
}

.border-right-gradient:after {
    content: "";
    width: 2px;
    height: 80%;
    right: 0;
    position: absolute;
    bottom: 10px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

.border-right-gradient-mobile:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 50%,
        rgba(255, 255, 255, 0) 100%
    );
}
.border-custom-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* stroke width */
    border-radius: 8px;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 30.03%,
        rgba(255, 255, 255, 0) 70.06%,
        #ffffff 100.09%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
