@font-face {
    font-family: 'interregular';
    src: url('../font/Inter-Regular.ttf') format('truetype'),
        /* Add additional font formats and sources as needed */
}

@font-face {
    font-family: 'interbold';
    src: url('../font/Inter-Bold.ttf') format('truetype'),
        /* Add additional font formats and sources as needed */
}

@font-face {
    font-family: 'intersemiboldbold';
    src: url('../font/Inter-Bold.ttf') format('truetype'),
        /* Add additional font formats and sources as needed */
}

@font-face {
    font-family: 'roadrange_regular';
    src: url('../font/RoadRage-Regular.ttf');
}
@font-face {
    font-family: 'alfasab-regular';
    src: url('../font/AlfaSlabOne-Regular.ttf');
}
html {
    height: 100%;
}
.alfasab {
    font-family: 'alfasab-regular' !important;
}
body {
    font-family: 'interregular';
}

.inter-bold {
    font-family: 'interbold';
}

.inter-semibold {
    font-family: 'intersemiboldbold';
}

.roadrage-regular {
    font-family: 'roadrange_regular';
}

.swiper-slide {
    height: auto !important;
}

.text-line-height {
    line-height: 50px !important;
}

.background-blur {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(30px);
}

.banner-background {
    background-image: url('/images/bannerbackground.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: red;
}

.community-banner {
    background-image: url('/images/signup.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.token-background {
    background-image: url('/images/Section.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:767px) {
    .banner-background {
        background-image: url('/images/Mobile.webp') !important;
        background-size: 100% 100% !important;
    }
}

::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
    height: 8px;
}

/* Define scrollbar thumb color */
::-webkit-scrollbar-thumb {
    background-color: #abb3b9;
    cursor: pointer;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners of the thumb */
}

/* Create a pseudo-element for the scrollbar track */
::-webkit-scrollbar-track {
    position: relative;
    /* Ensure proper stacking context */
    overflow: hidden;
    /* Hide the backdrop filter effect overflow */
}

/* Overlay element for backdrop filter effect */
::-webkit-scrollbar-track::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    /* Apply backdrop filter with blur effect */
}

.swiper-container1,
.swiper-container2 {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

@media only screen and (max-width:767px) {
    .swiper-card {
        width: 100% !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;

    }

    .text-line-height {
        line-height: 30px !important;
    }

    .nav-text {
        line-height: 14px !important;
    }
}

::-webkit-scrollbar {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    position: initial !important;
    width: initial !important;
    color: #EEF2E6 !important;

}

/* a:hover{
    border-bottom: 1px solid white;
} */
/* .coming-soon{
    display: none !important;
} */
/* .coming-soon-enable{
    display: none !important;
}
.coming-soon-disable{
    display: block !important;
} */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.education-first {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('../images/education-first.webp') lightgray 50% / cover no-repeat;
}

.education-second {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('../images/education-second.webp') lightgray 50% / cover no-repeat;
}

.education-third {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('../images/education-third.webp') lightgray 50% / cover no-repeat;
}

.education-fourth {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('../images/education-fourth.webp') lightgray 50% / cover no-repeat;
}

.education-fifth {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('../images/education-fifth.webp') lightgray 50% / cover no-repeat;
}

@media only screen and (min-width:1028px) and (max-width:1350px) {
    .card-height {
        height: 400px !important;
        overflow-y: auto !important;
    }

}
.moneymaster-banner{
    background-image: url('../images/blackImage.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
/* @media screen and (min-width:767px) and (max-width:1024px) {
    .card-height2{
        height: 400px !important;
    }
} */
@media screen and (min-width:1024px) and (max-width:1129px) {
    .card-height2{
        height: 170px !important;
    }
}
@media screen and (min-width:1130px) {
    .card-height2{
        height: 150px !important;
    }
}
html{
    background-color: black;
}
.reg-card {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    max-width: 350px;
    width: 90%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.reg-card h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.reg-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.reg-row img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.reg-label {
    font-size: 14px;
    color: #555;
}

.reg-value {
    font-weight: bold;
    font-size: 16px;
    color: #111;
}