@media (min-width: 992px) {
    .pt-lg-10 {
        padding-top: 6rem !important;
    }
}
@media (min-width: 992px) {
    .px-lg-6 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}
.gap-7 {
    gap: 3rem !important;
}
@media (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 6rem !important;
    }
}
.rounded-pill {
    border-radius: 50rem !important;
}
.text-bg-primary {
    background-color: #26adf8 !important;
    color: #fff !important;
}
.gap-5 {
    gap: 2rem !important;
}
.text-white-stable {
    color: #fff !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important;
}
.gap-2 {
    gap: .5rem !important;
}
@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 2.5rem !important;
    }
}
@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
}
@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
}
.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
}
.fs-6 {
    font-size: .875rem !important;
}
@media (min-width: 992px) {
    .mt-lg-8 {
        margin-top: 4rem !important;
    }
}
.flex-wrap {
    flex-wrap: wrap !important;
}
@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }
}
.navbar-boxed {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(2, 6, 23, .075);
    left: 0;
    max-width: 1320px;
    padding: 0.8rem!important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.navbar .navbar-brand {
    padding-bottom: .2rem;
    padding-top: .2rem;
}
.navbar-brand {
    color: rgb(2, 6, 23;);
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    white-space: nowrap;
}
.navbar {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(2, 6, 23, .075);
    padding: .5rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
@media (min-width: 1200px) {
    .py-xl-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important;
    }
}
.py-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}
.marquee .text-track {
    animation: marquee 10s linear infinite;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: marquee;
    animation-timeline: auto;
    animation-range-start: normal;

}
.marquee .text-track, .marquee .track {
    white-space: nowrap;
    will-change: transform;
}
.marquee {
    height: 65px;
    line-height: 4.5;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.marquee .track {
    animation: marquee 100s linear infinite
}

.marquee .text-track,.marquee .track {
    white-space: nowrap;
    will-change: transform
}

.marquee .text-track {
    animation: marquee 10s linear infinite;
}

.marquee .track-2 {
    animation: marquee-left 100s linear infinite;
    white-space: nowrap;
    will-change: transform
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-left {
    to {
        transform: translateX(0)
    }

    0% {
        transform: translateX(-50%)
    }
}
.bg-warning-subtle {
    background-color: #fff3cd !important;
}
.text-opacity-75 {
    --ar-text-opacity: 1!important;
}
.py-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
}
.mb-7 {
    margin-bottom: 3rem !important;
}
.py-10 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
}
.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
}
/* About */
@media (min-width: 768px) {
    .py-md-14 {
        padding-bottom: 12rem !important;
        padding-top: 12rem !important;
    }
}
.form-border-bottom .form-control {
    border: none;
    border-bottom: 1px solid #D3D8E9;;
    padding-left: 0;
    border-radius: 0;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}
shadow-primary {
    -webkit-box-shadow: 0 0.2rem 0.25rem rgba(95, 65, 25, 0.2);
    box-shadow: 0 0.2rem 0.25rem rgba(95, 65, 25, 0.2);
}
.btn-icon.btn-xs {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
}
.bg-facebook {
    background-color: #5d82d1;
    color: #fff;
    border: none;
}
.bg-instagram {
    background: #c22b72;
    color: #fff;
    border: none;
}
.bg-twitter-x {
    background-color: #000;
    color: #fff;
    border: none;
}
.btn-icon.btn-xs {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
}
.bg-linkedin {
    background-color: #238cc8;
    color: #fff;
    border: none;
}
@media (min-width: 992px) {
    .h-lg-400px {
        height: 400px !important;
    }
}
.h-200px {
    height: 400px !important;
}
.heading-color {
    color: #141727; !important;
}
.mt-n6 {
    margin-top: -2rem !important;
}
@media (min-width: 992px) {
    .pt-lg-9 {
        padding-top: 11rem !important;
    }
}
@media (min-width: 576px) {
    .pt-sm-8 {
        padding-top: 8rem !important;
    }
}
@media (min-width: 992px) {
    .mb-lg-n4 {
        margin-bottom: -1.875rem !important;
    }
}
.opacity-2 {
    opacity: 0.2 !important;
}
.rotate-335 {
    -webkit-transform: rotate(335deg) !important;
    transform: rotate(335deg) !important;
}
.blur-9 {
    -webkit-filter: blur(9rem) !important;
    filter: blur(9rem) !important;
}
.h-300px {
    height: 300px !important;
}
@media (min-width: 1200px) {
    .pb-xl-9 {
        padding-bottom: 11rem !important;
    }
}
@media (min-width: 576px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.pt-4 {
    padding-top: 1.875rem !important;
}
.avatar-group {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avatar-group > li:not(:last-child) {
    margin-right: -0.8rem;
}
.avatar-group > li {
    position: relative;
}
.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block;
}
@media (min-width: 992px) {
    .mb-lg-7 {
        margin-bottom: 6rem !important;
    }
}
.shadow-primary {
    -webkit-box-shadow: 0 0.2rem 0.25rem rgba(200, 221, 24,3 0.2);
    box-shadow: 0 0.2rem 0.25rem rgba(200, 221, 243, 0.2);
}
.z-index-2 {
    z-index: 2 !important;
}
@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }
}
@media (min-width: 1200px) {
    .ms-xl-n7 {
        margin-left: -6rem !important;
    }
}
@media (min-width: 1200px) {
    .me-xl-n8 {
        margin-right: -8rem !important;
    }
}
@media (min-width: 1200px) {
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
.me-n6 {
    margin-right: -4.5rem !important;
}
.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.inner-container-small {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 1400px) {
    .px-xxl-6 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }
}
@media (min-width: 768px) {
    .pt-md-8 {
        padding-top: 8rem !important;
    }
}
.icon-md {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
}
.w-20px {
    width: 20px !important;
}
.w-30px {
    width: 30px !important;
}
.h-40px {
    height: 40px !important;
}
.h-60px {
    height: 60px !important;
}
.icon-xl {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.9rem;
}
.icon-xxl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 2.5rem;
}
.text-grad {
    background: -webkit-linear-gradient(65deg, #17b8c4, #927bff, #dd305a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-end {
    border-right: 1px solid #D3D8E9; !important;
}
.h-60px {
    height: 60px !important;
}
@media (min-width: 576px) {
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .mb-xxl-n8 {
        margin-bottom: -8rem !important;
    }
}
@media (min-width: 768px) {
    .mb-md-n9 {
        margin-bottom: -11rem !important;
    }
}
.mb-n8 {
    margin-bottom: -8rem !important;
}
@media (min-width: 1200px) {
    .me-xl-n8 {
        margin-right: -8rem !important;
    }
}
.blur-7 {
    -webkit-filter: blur(2rem) !important;
    filter: blur(2rem) !important;
}
.h-300px {
    height: 100px !important;
}
.mt-n6 {
    margin-top: -4.5rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
@media (min-width: 576px) {
    .p-sm-6 {
        padding: 4.5rem !important;
    }
}
.p-4 {
    padding: 1.875rem !important;
}
.text-pink {
    --bs-text-opacity: 1;
    color: rgba(255, 99, 153);
}
@media (min-width: 576px) {
    .px-sm-4 {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important;
    }
}
@media (min-width: 992px) {
    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 4.5rem;
    }
}
@media (min-width: 992px) {
    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 4.5rem;
    }
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.875rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.875rem;
}
/* News Cards start */

.perspective .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    transform-style: preserve-3d;
}

.perspective .row .perspective-card {
    display: flex;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}

.perspective .row:hover .perspective-card,
.perspective .row:focus .perspective-card,
.perspective .row:active .perspective-card {
    transform: perspective(500px) rotateY(20deg);
}

.perspective .row .perspective-card:hover,
.perspective .row .perspective-card:focus,
.perspective .row .perspective-card:active {
    transform: perspective(500px) rotateY(0);
}

.perspective .row .perspective-card:hover ~ .perspective-card,
.perspective .row .perspective-card:focus ~ .perspective-card,
.perspective .row .perspective-card:active ~ .perspective-card {
    transform: perspective(500px) rotateY(-20deg);
}

.particles {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; /* Ensure particles are below content */
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 5px 1px white;
    animation: float 20s infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(calc(-50vw + 100%));
        opacity: 0;
    }
}

/* Small stars background */
.star-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0; /* Ensure star background is below everything */
}

.star {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    opacity: 0.8;
}

/* Discord Card End */

.w-fit {
    width: fit-content;
}

.object-fit-cover {
    object-fit: cover;
}

/* Map Blink Location Start */

#stars {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffba06;
    outline: 2px solid rgba(255, 184, 0, 0.5);
    position: absolute;
    animation-iteration-count: infinite;
    animation-name: twinkle;
}

.star-a {
    top: 10%;
    left: 15%;
    animation-duration: 2s;
}

.star-b {
    top: 20%;
    left: 20%;
    animation-duration: 3s;
}

.star-c {
    top: 42%;
    left: 72%;
    animation-duration: 5s;
}

.star-d {
    top: 10%;
    right: 29.25%;
    animation-duration: 4s;
}

.star-e {
    top: 80.6%;
    right: 15.9%;
    animation-duration: 7s;
}

@keyframes twinkle {
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
}

/* Map Blink Location End */

.btn-shiny {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 56.4px;
    transition: 0.6s;
}
.btn-shiny .shiny-effect-light {
    position: relative;
    width: 50px;
    height: 150px;
    background-color: white;
    transform: skew(-20deg) translate(-250px, -75px);
}
.btn-shiny:hover .shiny-effect-light {
    background-color: rgba(255, 255, 255, 0.2);
    transform: skew(-20deg) translate(250px, -75px);
    transition: 0.7s;
}

.bg-gradient-radial {
    background: radial-gradient(44.36% 38.02% at 50% 0, #272b36 0, #111519 100%), hsla(0, 0%, 100%, .02);
}

[data-bs-theme=light] .bg-gradient-radial {
    background: radial-gradient(50% 50% at 50% 0, hsla(250.45deg, 100%, 74.12%, 0.2) 0, #f9f9fd 100%), hsla(0, 0%, 100%, .02);
}
.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .75rem;
}
.icon {
    fill: currentColor;
    stroke: none;
}
svg.text-primary .color-background {
    fill: #ff0080;
}
svg.text-primary .color-foreground {
    fill: #7928ca;
}
svg.text-info .color-foreground {
    fill: #2152ff;
}
svg.text-info .color-background {
    fill: #21d4fd;
}
hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
}
hr.horizontal {
    background-color: transparent;
}
.card.card-plain {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
hr {
    border-top: none!important;
    height: 1px
}

hr.vertical {
    position: absolute;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px
}

hr.vertical.light {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0))
}

hr.vertical.dark {
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.4),transparent)
}

hr.vertical.gray-light {
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)
}

hr.horizontal {
    background-color: transparent
}

hr.horizontal.light {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0))
}

hr.horizontal.dark {
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent)
}

hr.horizontal.gray-light {
    background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)
}
@media (min-width: 992px) {
    .pb-lg-9 {
        padding-bottom: 10rem !important;
    }
}
.z-index-2 {
    z-index: 2 !important;
}
.pb-7 {
    padding-bottom: 6rem !important;
}
.pt-7 {
    padding-top: 6rem !important;
}
@media (min-width: 576px) {
    .mt-sm-n8 {
        margin-top: -8rem !important;
    }
}
.mt-n7 {
    margin-top: -6rem !important;
}
.info-horizontal .icon {
    float: left;
}
.width-48-px {
    width: 48px;
}
.px-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}
.border-radius-lg {
    border-radius: .75rem;
}
.max-width-500 {
    max-width: 500px !important;
}
@media (min-width: 768px) {
    .mt-md-n7 {
        margin-top: 5rem !important;
    }
}
.h-20px {
    height: 20px !important;
}
 .marquee-component-new {
     width: 100%; /* Full-width of the parent container */
     margin: 2rem 0; /* Add some spacing above and below */
 }

/* Marquee Container */
.marquee-container-new {
    height: 400px; /* Fixed height for marquee area */
    position: relative;
    overflow: hidden; /* Ensures content stays inside the area */
    background: #fff;
    border-radius: 10px;
}

/* Marquee Animation */
.marquee-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: scroll 15s linear infinite;
}

.marquee-content-new {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

/* Card Styling */
.card-new {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    width: 30%; /* Three cards per row */
    height: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
    .card-new {
        width: 100%; /* Three cards per row */
    }
}

.card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card-new img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin-right: 1rem;
}

.card-new .text h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.card-new .text p {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: #666;
}

/* Fade Effects */
.fade-new {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    z-index: 1;
}

.fade-top-new {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.fade-bottom-new {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* Seamless Marquee Animation */
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
