@media (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1560px !important;
    }
}

:root {
    --countdown-timer-height: 155px;
    --countdown-timer-spin-time: 2.5s;
    --base-radius: 8px;
    /* --navbar-btn-color: radial-gradient(ellipse at top, #07032280 0%, #221049 97%);
    --bg-navbar-open: #a157ff; */
    --bs-body-bg: #131112 !important;
}

html {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

body,
html {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    background: #131112;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.86;
    font-weight: 400;
}

header,
footer {
    flex-shrink: 0;
}

main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
    overflow-x: hidden;
}

.gradient-1 {
    background: linear-gradient(135deg, #6B3AACD6 0%, rgba(104, 16, 221, 0) 100%), #261849;
}

.bg-violet {
    background: rgba(39, 25, 74, 0.2);
}

.bg-violet-2 {
    background: #27194a;
}

.bg-violet-3 {
    background: #351350;
}

.bg-violet-l {
    background: #7966b8;
}

.bg-accent {
    background: #f7931a;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-top-color: #F7931A;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader::before {
    border-top-color: #F7931A;
}

#loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-color: #F7F7FF;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader::after {
    border-top-color: #F7F7FF;
}

#loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-color: #F7F7FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loaded .loader-top {
    transform: translate(0, -100%);
}

.loader-top {
    top: 0;
}

.loader-section {
    position: fixed;
    height: 51%;
    width: 100%;
    left: 0;
    transition: all .7s ease;
    background: #131112;
    overflow-x: hidden;
}

.loaded .loader-bottom {
    transform: translate(0, 100%);
}

.loader-bottom {
    bottom: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 40px;
    height: 40px;
  
    position: absolute;
    z-index: 9999;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f7931a;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }

/* 
.main-content::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 800px;
    background: conic-gradient(from 180deg at 50% 50%, #a1a0fd 153.749338388443deg, #9f53ff 258.7512445449829deg, #ff98e2 360deg);
    filter: blur(1000px);
    z-index: -1;
} */

#hubspot-messages-iframe-container {
    z-index: 9998 !important;
}

#buy-now {
    display: none;
    position: fixed;
    right: 90px;
    bottom: 20px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 9999;
}

#buy-now:hover {
    transform: scale(1.1);
}

#buy-now img {
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #8f52f4;
    border-radius: 50%
}

a:link,
a:visited {
    text-decoration: none;
}

#header-carousel {
    position: relative;
    margin: auto;
}


.earn-headline {
    margin: -20px 0 0 0;
    padding: 16px 0 4px 0;
    width: calc(100% + 20px);
    border-top-left-radius: var(--base-radius);
    border-top-right-radius: var(--base-radius);
    /* border-bottom: 4px solid #1e1639; */
    text-transform: uppercase;
}

#skydropVideoCarousel iframe {
    border-radius: var(--base-radius);
}

main {
    /* margin-top: -80px; */
}


.presale-header-content {
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    /* padding: 10px 20px; */
    /* left: 50%;
    bottom: 80px;
    transform: translateX(-50%); */
    /* background: hsla(0, 0%, 100%, .071); */
    border-radius: var(--base-radius);
    margin-bottom: 40px;
}

.presale-header-content .presale-info {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    text-wrap: nowrap;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    /* margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px; */
    position: relative;
}

.logos .logo-container {
    /* background-color: hsla(0, 0%, 100%, .125); */
    /* padding: 10px; */
    border-radius: var(--base-radius);
    display: flex;
    align-items: center;
}


/* .presale-header-content .logos::before,
.presale-header-content .logos::after {
    content: "";
    position: absolute;
    top: calc(50% - 17px);
    bottom: 0;
    width: 3px;
    height: 34px;
    background: hsla(267, 97%, 87%, 0.632);
} */

/* @media screen and (max-width: 795px) {
    .presale-header-content {
        width: 90%;
    }
}

@media screen and (max-width: 1399px) {
    .presale-header-content {
        background-color: unset;
    }

    .presale-header-content .logos::before,
    .presale-header-content .logos::after {
        display: none;
    }

    .presale-header-content .logo-container {
        margin-top: 10px;
    }

} */

.presale-header-content .logos::before {
    left: 0;
    border-left: 2px solid hsla(0, 0%, 96%, 0.632);
}

.presale-header-content .logos::after {
    right: 0;
    border-left: 2px solid hsla(0, 0%, 96%, 0.632);
}

.logos img {
    object-fit: contain;
    height: 30px;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

section {
    padding-top: 80px;
}

.section-pb-md {
    padding-bottom: 80px;
}

.section-pt-lg {
    padding-top: 120px;
}

.section-pt-xl {
    padding-top: 160px;
}

.section-mt-lg {
    margin-top: 120px;
}

.section-mt-xl {
    margin-top: 160px;
}

.section-mt-xxl {
    margin-top: 200px;
}

.breakout-section {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    overflow: hidden;
}

.breakout-section .container {
    position: relative;
    /* Ensure content stays constrained within the container */
    z-index: 1;
    /* Keep content above the background */
}

.section-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;

}

.section-mask-1 {
    background-image: url(/assets/media/misc/section-mask-1_v-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.audit>img {
    height: 30px;
    width: unset !important;
    object-fit: scale-down;
}

.feature-box {
    background: radial-gradient(ellipse at bottom, rgb(175 162 255), rgb(195 137 255 / 16%));
    height: 100%;
    padding: 40px 40px 20px 40px !important;
    border-radius: var(--base-radius);
    position: relative;
    text-align: center;
}

.feature-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 100px;
    height: 4px;
    background-color: #a2a2fd66;
    border-radius: var(--base-radius);
}

.feature-box .title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 4px 24px;
    border-radius: 8px;
    text-transform: uppercase;
    background: #f7f7f745;
}

.feature-box .content {
    font-size: 12pt;
    font-weight: 400;
    margin-top: 20px;
}

.feature-box .id {
    position: absolute;
    top: -20px;
    left: 10%;
    height: 44px;
    width: 44px;
    font-size: 24px;
    font-weight: 600;
    border-radius: var(--base-radius);
}

.pre-staking-box {
    background: #4d4d4d;
    padding: 20px 10px;
    border-radius: var(--base-radius);
}

.ico-stage-card {
    padding: 30px 60px;
    border-radius: var(--base-radius);
    margin: 5px auto;
    text-align: left;
    font-family: Poppins, sans-serif;
}

@media (max-width: 451px) {
    .ico-stage-card {
        padding: unset;
    }
}

.pre-sale-header {
    text-align: center;
    margin-bottom: 20px;
}

.token-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase-button {
    display: block;
    background-color: white;
    color: #070322;
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
    transition: background-image 0.5s ease, color 0.5s ease;
    text-transform: uppercase;
}

.pre-sale-header h2 {
    font-size: 16.5px;
    font-weight: bold;
    margin-bottom: 48px;
    color: #fff;
    text-transform: uppercase;
}

.countdown-timer {
    display: flex;
    justify-content: space-around;
    background: #ffffff73;
    padding: 28px;
    width: 100%;
    min-height: var(--countdown-timer-height);
    position: relative;
    border-radius: var(--base-radius);
}

.countdown-timer:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background-image: linear-gradient(var(--rotate), #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    animation: v-rotate-spin var(--countdown-timer-spin-time) linear infinite;
    border-radius: var(--base-radius);
}

.countdown-timer:after {
    position: absolute;
    content: "";
    top: calc(var(--countdown-timer-height) / 6);
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.8);
    filter: blur(calc(var(--countdown-timer-height) / 6));
    background-image: linear-gradient(var(--rotate), #4db1f2, #7077f3 43%, #8458f7);
    opacity: 1;
    transition: opacity .5s;
    animation: v-rotate-spin var(--countdown-timer-spin-time) linear infinite;
}

@keyframes v-rotate-spin {
    0% {
        --rotate: 0deg;
    }

    100% {
        --rotate: 360deg;
    }
}

.colon {
    font-size: 24px;
    text-align: center;
    align-self: center;
    margin-bottom: 16px;
    font-weight: 300;
}

.times {
    display: block;
    font-size: 45px;
    color: #000;
    width: 75px;
}

.token-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 400px) {
    .token-action {
        padding: 30px;
        display: flex;
        align-items: center;
    }
}

.token-action {
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.values {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #675094;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.security-box {
    background: linear-gradient(-45deg, #28544C 0%, #61988E 50%, #416f67 100%);
    border-radius: var(--base-radius);
    backdrop-filter: blur(50px);
    padding: 15px 50px;
}

.security-box img {
    width: 60px;
}

.marquee {
    width: 100%;
    grid-column-gap: 1rem;
    background-color: var(--coral);

    display: flex;
    overflow: hidden;
}

.scroll {
    animation: scroll 10s linear infinite;
}

.scroll-slow {
    animation: scroll 240s linear infinite;
}


.marquee-content {
    display: flex;
    min-width: 100%;
    justify-content: space-around;
    flex: 0 0 auto;
    column-gap: 1rem;

}

.marquee-item {
    height: 80px;
    width: 200px;
    display: inline-flex;
    text-align: center;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.marquee-content img {
    max-width: 100%;
    /* Adjust as needed */
    height: auto;
    object-fit: cover;
    align-self: center;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

.scroll {
    animation: scroll 30s linear infinite;
}

.reverse {
    animation-direction: reverse;
}

.paused {
    animation-play-state: paused;
}

.section-header {
    margin-bottom: 40px;
}

@media screen and (max-width: 795px) {
    .contributor-header {
        min-height: 300px;
    }
}

.text-xl {
    font-size: 50px;
}

.text-lg {
    font-size: 24px !important;
}

.text-md {
    font-size: 16px !important;
}

.text-sm {
    font-size: 12px !important;
}

.text-32 {
    font-size: 32px;
}

.divider-top {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.size-64 {
    height: 64px; 
    width: 64px;
}

.typewrite {
    border-right: 0.06em solid #fff;
    display: inline-block;
}

.w-80 {
    width: 80%;
}

.text-unset {
    text-align: unset;
}

.image-wrapper {
    max-width: 600px;
    width: 100%;
}

.bridge-box {
    background: radial-gradient(42.53% 185.03% at 25.51% -45.74%, #61988E 0%, rgba(104, 16, 221, 0) 100%), #B0CCC7;
    border-radius: var(--base-radius);
    backdrop-filter: blur(50px);
    padding: 40px;
    width: 100%;
}

@keyframes bounce-in {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.85);
    }
}

.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 2.5em;
}

.check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    width: 20px;
    height: 20px;
    background: url('https://bitcoinsolaris.com/assets/media/checkmark.svg') no-repeat center center;
    background-size: contain;
}

.float {
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.text-accent-primary {
    color: #f7931a !important;
}

.text-accent {
    color: #f7931a !important;
}

.text-accent-secondary {
    color: #B0CCC7 !important;
}

.text-accent-tertiary {
    color: #B0CCC7 !important;
}

.holder-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #958bd936;
    color: white;
    padding: 20px 10px;
    border-radius: var(--base-radius);
}

.earn-container {
    padding: 80px 40px;
    background: #16122f;
    border-radius: var(--base-radius);
}

.airdrop-wrapper {
    border: 2px solid #9c6fcd10;
    border-radius: var(--base-radius);
    padding: 60px;
    background: rgba(105, 89, 205, 0.2);
    /* border: 3px solid #6556c7f6; */
    border-radius: var(--base-radius);
}

.airdrop-wrapper:hover {
    transform: scale(1.1);
    /* border-color: #976dbd; */
    /* border-width: 5px; */
    transition: all 0.5s;
}

.airdrop-header {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.airdrop-header img {
    max-width: 75%;
    height: auto;
    object-fit: scale-down;
    align-self: self-start;
}

@media screen and (min-width: 1200px) {
    .airdrop-header img {
        max-width: 70%;
    }
}

.airdrop-card {
    padding: 30px;
    height: 100%;
    background: #16122f;
    background: hsla(0, 0%, 100%, .071);
    border-radius: var(--base-radius);
}

.airdrop-card .title {
    font-size: 18pt;
    font-weight: 600;
    margin: -30px 0 20px 0;
    padding: 6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.airdrop-card .content {
    font-size: 12pt;
    font-weight: 400;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 2.5em;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    width: 20px;
    height: 20px;
    background: url('https://bitcoinsolaris.com/assets/media/star-outline.svg') no-repeat center center;
    background-size: contain;
}

.row-gap-xy>* {
    margin-bottom: 1rem;
    /* Spacing on the y-axis */
    margin-right: 1rem;
    /* Spacing on the x-axis */
}

.row-gap-xy> :last-child {
    margin-right: 0;
    /* Prevent extra right margin for the last item */
}

.dao-image {
    height: 400px;
    object-fit: scale-down;
}

.video-solo {
    height: 632px;
    max-height: 100%;
}

.video-solo iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--base-radius);
}

.contributor-box {
    background: linear-gradient(230deg, #7a38fc 0%, #8554fc 50%, #7a38fc 100%);
    border-radius: var(--base-radius);
    padding: 40px 20px;
    min-height: 1500px;
}

@media screen and (min-width: 1199px) {
    .contributor-box {
        min-height: 900px;
    }
}

.profile-wrapper {
    /* background: linear-gradient(90deg, #170d3c 0%, #291a4b 50%, #170d3c 100%);
    border-radius: var(--base-radius); */
}

.profile-box {
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    border-radius: var(--base-radius);
    /* background: linear-gradient(90deg, #170d3c 0%, #291a4b 50%, #170d3c 100%); */
    text-align: center;
}

.btn-chevron {
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.btn-chevron img {
    width: 30px;
    height: 30px;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1050;
    overflow-y: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);

}

.overlay.hidden {
    display: none;
}

.overlay-content {
    background-color: #382062;
    border-radius: var(--base-radius);
    padding: 80px 60px;
    max-width: 720px;
    text-align: start;
}

.profile-image {
    max-width: 200px;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
    align-self: center;
    object-fit: scale-down;
}

.profile-flag {
    height: 16px;
    align-self: center;
}


footer {
    position: relative;
    margin-top: 100px;
    margin-bottom: 160px;
    text-align: center;
}

footer:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 800px;
    /* background: conic-gradient(from 180deg at 50% 50%, #ffc876 35.76692193746567deg, #a1a0fd 153.749338388443deg, #9f53ff 258.7512445449829deg, #ff98e2 360deg); */
    filter: blur(1000px);
    z-index: -1;
}

.socials a img {
    height: 36px;
    width: 36px;
    object-fit: scale-down;
}

.footer-links a {
    color: #fff;
    font-weight: 500;
}

.disclaimer {
    font-size: 12px;
    color: grey;
    margin-top: 10px;
}

.copyright {
    color: grey;
    font-size: 12px;
    margin-top: 40px;
    font-weight: 600;
}

.audit {
    height: 50px;
    object-fit: scale-down;
}

.notification {
    min-width: 250px;
    background: #dcc0fe;
    color: black;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: var(--base-radius);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: slide-in 0.3s ease-out;
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.security-id {
    padding: 8px 16px;
    background: #f7f7f70f;
    border-radius: var(--base-radius);
    font-weight: 600;
    white-space: nowrap;
    /* Prevent text from breaking unexpectedly */
    display: inline-block;
    text-align: center;
}

.security-id-alt {
    background: #955ffc;
}

.security-kyc {
    color: black;
}

.security-audit {
    color: #f7931a;
}

.audit {
    max-width: 100%;
    height: auto;
}

.shimmer-effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.shimmer-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 70%);
    animation: shimmer 4s infinite;
}

/* Keyframe for the shimmering animation */
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Slide in from left */
.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 1s ease, opacity 1.25s ease-in;
}

.slide-in-left.active {
    opacity: 1;
    transform: translateX(0);
}

/* Slide in from right */
.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s ease, opacity 1.25s ease-in;
}

.slide-in-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Fade-in effect */
.fade-in {
    opacity: 0;
    transition: opacity 1.25s ease-in;
}

.fade-in.active {
    opacity: 1;
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.wobble {
    display: inline-block;
    animation: wobble 5s ease infinite;
}

.notification-header {
    border-bottom: 2px solid #201d39;
    color: #351350;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.notification-header::before {
    content: "";
    display: inline-block;
    background-image: url('/assets/media/icons/rocket.svg');
    background-size: contain;
    height: 16px;
    width: 16px;
    margin-bottom: -2px;
    margin-right: 8px;
}

.notification div:last-child {
    font-size: 14px;
    color: #3f3849;
}

.accordion-item {
    background: unset;
    color: white;
    border: unset;
}

.accordion-body {
    background: hsla(0, 0%, 100%, .071);
}

.accordion-button {
    background-color: #7c7c80;
    color: white;
    font-size: 14pt;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background-color: #F7931A;
    box-shadow: unset;
    color: white;
}

.accordion-button:after {
    background-image: url("/assets/media/icons/plus.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/media/icons/minus.svg");
    transform: unset;
}

.table {
    border-color: #c2bccc;
}

.table-transparent> :not(caption)>*>* {
    background: unset;
    color: #000;
    border-bottom-width: 2px;
}

.earn-feature {
    list-style-type: square;
    color: white;
}

.earn-feature li::marker {
    color: #f7931a;
}


@media (min-width: 1200px) {
    .skydrop-accordion {
        width: 75%;
    }
}

.videos {
    height: 100%;
}

.videos iframe {
    width: 100%;
    border-radius: var(--base-radius);
    max-height: 200px;
}

@media screen and (min-width: 1200px) {
    .videos-featured iframe {
        height: 100%;
        max-height: 100%;
    }
}

.text-gradient {
    background: linear-gradient(to right, #4657b2, #6175d3, #7981e0, #38489f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    /* Ensures proper rendering */
}

.text-marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.text-marquee span {
    display: inline-block;
    animation: move 15s linear infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    51% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.skydrop-gradient {
    background: linear-gradient(to bottom, #333333, #61988E);
    padding-top: 200px;
    padding-bottom: 200px;
}

.text-xxl {
    font-size: 60px;
}

.box-mask-1 {
    position: relative;
    border: 2px solid rgba(255, 128, 0, 0.1);
    box-sizing: border-box;
    clip-path: polygon(
        30px 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%, 
        0 30px
    );

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(26px);
}

.box-mask-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 128, 0, 0.1);
    clip-path: polygon(
        28px 0, 31px 0,    /* wider than 1px to match border thickness */
        0 31px, 0 28px
    );
}

.box-mask-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 128, 0, 0.1);
    clip-path: polygon(
        calc(100% - 31px) 100%, calc(100% - 28px) 100%,
        100% calc(100% - 28px), 100% calc(100% - 31px)
    );
}

/* .youtube-video iframe {
    min-height: 600px;
} */

.video-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 22pt;
    background: #7c7c8040;
    padding: 16px 24px;
    border-radius: var(--base-radius);
}

.video-author:hover {
    background: #7c7c807a;
}

.video-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.video-author span {
    font-size: 16pt;
    font-weight: 600;
    color: #fff;
    align-self: center;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

.pulse {
    animation: pulse 2.5s infinite;
}