@font-face {
    font-family: 'Unigeo32 Variable';
    src: url('../fonts/unigeo.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Unigeo32 Variable';
    src: url('../fonts/unigeo-italic.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Figma Styles of your File */
:root {
    /* Colors */
    --grediant: linear-gradient(134.57deg,
            rgba(209, 130, 255, 1) 0%,
            rgba(71, 0, 250, 1) 100%);
    --brand-primary: #8b3dff;
    --brand-primary-dark: #7a2ef5;
    --brand-primary-light: #ece7f3;
    --bg-01: #ffffff;
    --bg-02: #f8f9fc;
    --bg-03: #f3f4f8;
    --bg-04: #e8eaf0;
    --text-01: #111827;
    --text-02: #616876;
    --text-03: #9ca3af;
    --text-04: #ffffff;
    --gryscale-100: #f9fafb;
    --gryscale-200: #f3f4f6;
    --gryscale-300: #e5e7eb;
    --gryscale-400: #d1d5db;
    --gryscale-500: #9ca3af;
    --gryscale-600: #6b7280;
    --gryscale-700: #4b5563;
    --gryscale-800: #374151;
    --gryscale-900: #1f2937;
    --gryscale-1000: #111827;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-01);
    font-family: 'Unigeo32 Variable', sans-serif;
    font-weight: 400;
    padding: 0 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Unigeo32 Variable', sans-serif;
    font-weight: 500;
}

p {
    font-family: 'Unigeo32 Variable', sans-serif;
}

.text03 {
    color: var(--text-03) !important;
}

.text_light {
    color: var(--bg-01);
}

.text_mute {
    color: var(--text-02);
}

.hero_heading {
    color: var(--bg-01);
    font-size: 100px;
    font-weight: 600;
    text-transform: capitalize;
}

.fs-18 {
    font-size: 18px;
}

.gryscale400 {
    color: var(--gryscale-400) !important;
}

.heading_h3 {
    font-size: 64px;
    font-weight: 460;
    text-transform: capitalize;
}

.heading_h4 {
    font-size: 48px;
    line-height: 110%;
    text-transform: capitalize;
}

.font_16 {
    font-size: 16px;
    font-weight: 460;
    line-height: 120%;
}

.text_gradient {
    background: var(--Grediant, linear-gradient(135deg, #D182FF 0.37%, #4700FA 99.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn {
    width: max-content;
    border-radius: 60px;
    background: var(--gryscale-1000);
    /* height: 52px; */
    color: var(--bg-01);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s linear;
    text-decoration: none;
    padding: 12px 30px;
}

.btn_white {
    width: max-content;
    border-radius: 60px;
    background: var(--bg-01);
    /* height: 52px; */
    color: var(--gryscale-1000);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s linear;
    text-decoration: none;
    padding: 12px 30px;
}


.btn:hover {
    background: var(--grediant);
    box-shadow: 0 0 15px rgba(123, 47, 247, 0.6) inset,
        0 0 30px rgba(58, 141, 255, 0.4) inset;
    color: var(--bg-01) !important
}

.pb-bott {
    padding-bottom: 100px;
}


.about_section {
    padding: 120px 0;
}

.auto_digital_card p,
.auto_digital_card h3 {
    color: var(--bg-01);
}

.custom-glass-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px;
    font-size: 16px;
}

.icon-circle {
    background-color: var(--bg-01);
    color: black;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.auto_digital_card {
    padding: 48px;
    gap: 48px;
    border-radius: 48px;
    background: var(--Grediant, linear-gradient(135deg, #D182FF 0.37%, #4700FA 99.63%));
}

.gray_card {
    background: var(--bg-03);
    color: var(--text-01) !important;
}

.gray_card h3,
.gray_card p,
.gray_card span {
    color: var(--text-01) !important;
}

.black_card {
    background: var(--gryscale-1000);
}

.count_section {
    padding: 80px 0;
    display: block;
    width: 100%;
}

.info_num h4 {
    background: var(--Grediant, linear-gradient(135deg, #D182FF 0.37%, #4700FA 99.63%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 3 0px;
}

.info_num p {
    color: var(--text-01);
    font-size: 22px;
    font-weight: 511;
    line-height: 110%;
    letter-spacing: -0.44px;
}

.info_num span {
    color: var(--text-02);
    font-size: 16px;
    font-weight: 460;
    line-height: 110%;
    letter-spacing: -0.32px;
}

.pricing_section {
    padding: 80px 0px;
    display: inline-block;
    width: 100%;
}

.pricing_section .text-primary {
    color: #8b5cf6 !important;
}

.pricing_section .card {
    transition: transform 0.3s ease;
}

.pricing_section .card:hover {
    transform: scale(1.02);
}

.faq_section {
    padding: 60px 0 120px;
}

.alphine_faq button.accordion-button {
    background: var(--bg-02);
    padding: 34px;
    border-radius: 32px !important;
    color: var(--text-01);
    font-size: 22px;
    font-weight: 460;
    box-shadow: none;
}

.alphine_faq button:focus:not(:focus-visible) {
    box-shadow: none;
}

.alphine_faq .accordion-item {
    border: none;
    margin-bottom: 8px;
    border-radius: 32px;
}

.alphine_faq .accordion-button:not(.collapsed) {
    border-radius: 32px 32px 0 0 !important;
    /* padding: 34px 34px 14px; */
}

.alphine_faq .accordion-body {
    background: var(--bg-02);
    border-radius: 0 0 32px 32px;
    padding: 0 34px 34px;
    color: var(--text-02);
    font-size: 16px;
    font-weight: 460;
    line-height: 120%;
}

.contact_section {
    background-image: url("../img/home/bgshap.svg");
    background-size: cover;
    padding: 144px 0 106px;
    background-position: center center;
}

.alphine_footer {
    background-color: var(--text-01);
    color: var(--bg-01);
    padding: 24px 0px;
}

.alphine_footer ul {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}


.alphine_footer ul a {
    color: var(--bg-01);
    text-decoration: none;
    font-size: 16px;
    font-weight: 460;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: -0.32px;
}
















/* ------------------------header css --------------------------- */

.main_header {
    background-color: white;
    padding: 15px 0px;
}

.navmenu li a {
    color: var(--text-02) !important;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 600; */
    text-transform: capitalize;
    transition: all 0.4s linear;
    position: relative;
    padding: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navmenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: var(--gryscale-1000);
    /* gradient color match */
    transition: width 0.3s ease;
}

/* hover effect */
.navmenu li a:hover::after {
    width: 100%;
}

.navmenu li a:hover {
    color: var(--gryscale-1000) !important;
}

/* ------------------hero sec -------------------- */

.hero_sec {
    padding-top: 100px;
    position: relative;
}

.hero_shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 20px 0;
    z-index: -2;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    animation: scroll 15s linear infinite;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

.marquee .item {
    margin: 0 20px;
    text-align: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.marq_number {
    background: var(--grediant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0px;
}

.item p {
    font-size: 20px;
    color: var(--gryscale-1000);
    font-weight: 600;
    margin-bottom: 0px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.hero_gif {
    position: absolute;
    bottom: -150px;
    right: -100px;
    max-width: 1000px;
}

.sec_gif {
    position: absolute;
    right: 0px;
    top: -80px;
    width: 700px;
    z-index: -1;
}

.invest_glass {
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgb(211 202 202 / 31%) inset;
    border: 1px solid white;
    backdrop-filter: blur(20px);
}

.third_gif {
    position: absolute;
    right: 0px;
    top: -100px;
    width: 650px;
    z-index: -1;
}

.foure_gif {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 650px;
    transform: scaleX(-1);
    z-index: 0;

}

.reward_card {
    border-radius: 70px;
    background: rgba(0, 0, 0, 0.05);
    padding: 4px 26px 4px 4px;
    width: max-content;
}