@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.font-base,
.banner-section header nav ul li a,
.banner-section1 header nav ul li a,
.banner-section .banner-center-content .banner-subtitle,
.footer .footer-container .footer-content .center-col .footer-col-two ul li a,
.footer .footer-container .footer-content .center-col .footer-col-three ul li a,
.footer .footer-container .footer-content .center-col .footer-col-four ul li a,
.footer
    .footer-container
    .footer-content
    .center-col-res
    .footer-col-two
    ul
    li
    a,
.footer
    .footer-container
    .footer-content
    .center-col-res
    .footer-col-three
    ul
    li
    a,
.footer .footer-container .footer-content .footer-col-five p,
.footer
    .footer-container
    .footer-content
    .footer-col-five
    .footer-action
    .subscribe-btn,
.footer .copyright,
.cta-secondary {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
* {
    /* overflow: hidden; */
}
.cta-primary {
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    background: linear-gradient(
        118deg,
        #f9ce34 -30.79%,
        #ee2a7b 55.92%,
        #6228d7 140.49%
    );
    border: none;
    cursor: pointer;
}

.para {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.heading-two {
    color: #111;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
}

.cta-secondary {
    padding: 12px 16px;
    font-weight: 600;
    color: white;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border: none;
    cursor: pointer;
}

.footer {
    padding-top: 51px;
    position: relative;
    width: 100%;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("../assets/quickguid-bg.png") center/cover no-repeat;
}
.footer::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.85;
    background: #0e111e;
    z-index: 1;
}
.footer .footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer .footer-container .footer-content {
    padding: 0px 40px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    max-width: 1360px;
    width: 100%;
}
.footer .footer-container .footer-content .footer-col-one .social-box {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer .footer-container .footer-content .footer-col-one .social-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-container .footer-content .center-col {
    display: flex;
    gap: 50px;
}
.footer .footer-container .footer-content .center-col .footer-col-two ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer .footer-container .footer-content .center-col .footer-col-two ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .center-col .footer-col-three ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer
    .footer-container
    .footer-content
    .center-col
    .footer-col-three
    ul
    li
    a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .center-col .footer-col-four ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer .footer-container .footer-content .center-col .footer-col-four ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .center-col-res {
    display: none;
    gap: 50px;
}
.footer .footer-container .footer-content .center-col-res .footer-col-two ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer
    .footer-container
    .footer-content
    .center-col-res
    .footer-col-two
    ul
    li
    a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .center-col-res .footer-col-three ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer
    .footer-container
    .footer-content
    .center-col-res
    .footer-col-three
    ul
    li
    a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .footer-col-five p {
    max-width: 338px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.footer .footer-container .footer-content .footer-col-five .footer-action {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer
    .footer-container
    .footer-content
    .footer-col-five
    .footer-action
    .inp-email {
    padding: 11px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer
    .footer-container
    .footer-content
    .footer-col-five
    .footer-action
    .inp-email
    input {
    border: none;
    background: none;
    outline: none;
}
.footer
    .footer-container
    .footer-content
    .footer-col-five
    .footer-action
    .subscribe-btn {
    padding: 8px 16px;
}
.footer .copyright {
    padding: 20px 0px;
    position: relative;
    z-index: 5;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .footer .footer-container .footer-content {
        margin-bottom: 40px;
    }
    .footer .footer-container .footer-content .footer-col-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer .footer-container .footer-content .center-col {
        display: none;
    }
    .footer .footer-container .footer-content .center-col-res {
        display: flex;
    }
}
.timeless-value-section {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    background: linear-gradient(
        118deg,
        #f9ce34 -30.79%,
        #ee2a7b 55.92%,
        #6228d7 140.49%
    );
    overflow-y: hidden;
}
.timeless-value-section .img-left {
    position: absolute;
    left: 0%;
    top: 0%;
}
.timeless-value-section .img-right {
    position: absolute;
    right: 0%;
    top: 0%;
}
.timeless-value-section .timeless-value-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}
.timeless-value-section .timeless-value-container h2 {
    max-width: 680px;
    color: white;
    text-align: center;
}

@media (max-width: 576px) {
    .timeless-value-section .timeless-value-container h2 {
        font-size: 32px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    text-decoration: none;
    list-style: none;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 80vh;
    /* allow fixed header dropdowns (profile, notifications) to paint outside hero box */
    overflow: visible;
    background: url("../assets/banner.png") center/cover no-repeat;
}
a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 10.91%
        ),
        url("../assets/overlay.png") 50% center/cover no-repeat;
    opacity: 1;
}
.banner-section header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto !important;
    background-color: transparent;
    transition: all 0.3s ease;
    overflow: visible;
}
.banner-section header.sticky {
    background-color: rgba(14, 17, 30, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.banner-section header nav {
    display: flex;
    align-items: center;
    gap: 40px;
    position: unset;
    top: unset;
    width: unset;
}
.banner-section header nav ul {
    display: flex;
    gap: 24px;
    margin:0 !important;
}
.banner-section header nav ul li a {
    color: #fff;
}
.banner-section header .btn-grp .menu {
    display: none;
}
.banner-section header .small-nav {
    display: none;
}
.banner-section .small-nav {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0;
    height: 100%;
    display: none;
}
.banner-section .small-nav .small-header {
    margin: 0;
    background: #1a0d3d;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-section .small-nav .small-header .menu {
    background: none;
    border: none;
    outline: none;
}
.banner-section .small-nav .small-header .close {
    background: none;
    outline: none;
    border: none;
}
.banner-section .small-nav .nav-content {
    height: 94%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    gap: 50px;
    padding: 80px 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .small-nav .nav-content ul li {
    width: 335px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner-section .small-nav .nav-content ul li:nth-child(5) {
    border-bottom: none;
}
.banner-section .small-nav .nav-content ul li a {
    color: #111;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.banner-section .small-nav .nav-content .small-signup {
    border: none;
    outline: none;
    background: transparent;
    color: white;
    padding: 12px 24px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    background: linear-gradient(
        118deg,
        #f9ce34 -30.79%,
        #ee2a7b 55.92%,
        #6228d7 140.49%
    );
    border: none;
    cursor: pointer;
}
.banner-section .banner-center-content {
    margin-top: 226px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.banner-section .banner-center-content h1 {
    color: #fff;
    text-align: center;
    width: 700;
    color: white;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 56px;
    line-height: 66px;
    overflow: hidden;
}
.banner-section .banner-center-content .banner-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}
@media (max-width: 1200px) {
    .banner-section header {
        padding: 12px 20px;
    }
    .banner-section header nav ul {
        display: none;
    }
    .banner-section header .btn-grp button {
        padding: 10px 14px;
        font-size: 14px;
        display: none;
    }
    .banner-section header .btn-grp .menu {
        display: block;
        background: none;
        border: none;
        outline: none;
    }
    .banner-section .banner-center-content {
        height: 100vh;
        margin-top: auto;
        margin-bottom: auto;
        justify-content: center;
        padding: 0px 16px;
    }
    .banner-section .banner-center-content h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .banner-section .banner-center-content .cta-primary {
        padding: 10px 14px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .banner-section header nav ul {
        display: none;
    }
    .banner-section header .btn-grp .cta-secondary {
        display: none;
    }
    .banner-section header .btn-grp .menu {
        display: block;
    }
    .banner-section .banner-center-content h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .banner-section .banner-center-content .banner-subtitle {
        font-size: 14px;
    }
    .banner-section .banner-center-content .banner-subtitle br {
        display: none;
    }
}

.banner-section header .btn-grp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    overflow: visible !important;
}
.banner-section header .btn-grp .landing-header-tools {
    margin-left: 0;
    position: relative;
    overflow: visible !important;
    align-items: center;
    display: flex;
}
/*
 * Landing profile: sibling of .profile-toggle; class landing-profile-menu avoids theme
 * rules scoped as header .profile-toggle .profile-menu (display/position stack conflicts).
 */
.banner-section header .landing-profile-dropdown {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-start;
    flex-shrink: 0;
    overflow: visible !important;
    max-height: none;
}
.banner-section header .landing-profile-dropdown > .profile-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    width: fit-content;
    max-width: 100%;
    overflow: visible !important;
    position: relative;
}
.banner-section header .landing-profile-dropdown > .landing-profile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 12px;
    width: max-content;
    max-width: min(280px, calc(100vw - 24px));
    z-index: 10050;
    overflow: visible !important;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: none !important;
    box-sizing: border-box;
}
.banner-section header .landing-profile-dropdown.is-open > .landing-profile-menu {
    display: flex !important;
}
.banner-section header .landing-profile-dropdown > .landing-profile-menu > ul {
    overflow: visible !important;
    max-height: none !important;
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
    background-color: #f4f6fa;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-width: 230px;
    box-shadow: 0 12px 32px rgba(14, 17, 30, 0.25);
    scrollbar-width: none;
}
.banner-section header .landing-profile-dropdown > .landing-profile-menu > ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.banner-section header .landing-profile-dropdown > .landing-profile-menu > ul > li > a {
    text-decoration: none;
    padding: 16px 12px;
    color: #6b6c75;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 230px;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
}
.banner-section header .landing-profile-dropdown > .landing-profile-menu > ul > li > a:hover {
    color: #0e111e;
}
/*
 * slideToggle on notification/search still uses overflow:hidden while animating; keep panels usable.
 */
.banner-section header .landing-header-tools .notification-result,
.banner-section header .landing-header-tools .search-result {
    overflow: visible !important;
}
.banner-section header .landing-header-tools [name="search"] {
    width: auto !important;
    max-width: 220px;
    flex: 0 1 220px;
}
.banner-section .small-nav .nav-content .landing-small-account {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 335px;
    max-width: 100%;
}
.banner-section .small-nav .nav-content .landing-small-account li {
    width: 335px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner-section .small-nav .nav-content .landing-small-account li:last-child {
    border-bottom: none;
}
.banner-section .small-nav .nav-content .landing-small-account li a {
    color: #111;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
@media (max-width: 576px) {
    .banner-section header .btn-grp .landing-header-tools .search-box {
        display: none !important;
    }
    .banner-section header .btn-grp .landing-header-tools .btn-notification {
        display: none !important;
    }
}

/* banner-section1: same header + mobile nav as .banner-section; no hero background/overlay */
.banner-section1 {
    position: relative;
    width: 100%;
}
.banner-section1 #main {
    padding-top: 96px;
}
.banner-section1 header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto !important;
    background-color: #0e111e;
    background-image: linear-gradient(
        118deg,
        rgba(249, 206, 52, 0.16) -35%,
        rgba(238, 42, 123, 0.2) 38%,
        rgba(98, 40, 215, 0.32) 82%,
        rgba(14, 17, 30, 0.85) 115%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(14, 11, 30, 0.18);
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.banner-section1 header.sticky {
    background-color: rgba(14, 17, 30, 0.94);
    background-image: linear-gradient(
        118deg,
        rgba(249, 206, 52, 0.1) -30%,
        rgba(238, 42, 123, 0.14) 42%,
        rgba(98, 40, 215, 0.22) 88%
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 15px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.banner-section1 header nav {
    display: flex;
    align-items: center;
    gap: 40px;
    position: unset;
    top: unset;
    width: unset;
}
.banner-section1 header nav ul {
    display: flex;
    gap: 24px;
    margin: 0 !important;
}
.banner-section1 header nav ul li a {
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.2s ease, opacity 0.2s ease;
}
.banner-section1 header nav ul li a:hover {
    color: #fff;
    opacity: 1;
}
.banner-section1 header .cta-secondary {
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
}
.banner-section1 header .cta-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.2);
}
.banner-section1 header .btn-grp .menu img {
    filter: none;
}
.banner-section1 header .btn-grp {
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner-section1 header .btn-grp .menu {
    display: none;
}
.banner-section1 header .small-nav {
    display: none;
}
.banner-section1 .small-nav {
    padding: 0;
    margin: 0;
    position: fixed;
    inset: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.banner-section1 .small-nav .small-header {
    margin: 0;
    background: #1a0d3d;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.banner-section1 .small-nav .small-header .menu {
    background: none;
    border: none;
    outline: none;
}
.banner-section1 .small-nav .small-header .close {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.banner-section1 .small-nav .nav-content {
    width: 100%;
    min-height: calc(100vh - 76px);
    min-height: calc(100dvh - 76px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding: 48px 20px 80px;
    background: white;
    overflow-y: auto;
}
.banner-section1 .small-nav .nav-content ul li {
    width: min(335px, 100%);
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.banner-section1 .small-nav .nav-content ul li:nth-child(5) {
    border-bottom: none;
}
.banner-section1 .small-nav .nav-content ul li a {
    color: #111;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.banner-section1 .small-nav .nav-content .small-signup {
    border: none;
    outline: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    background: linear-gradient(
        118deg,
        #f9ce34 -30.79%,
        #ee2a7b 55.92%,
        #6228d7 140.49%
    );
    cursor: pointer;
}
@media (max-width: 1200px) {
    .banner-section1 header {
        padding: 12px 20px;
    }
    .banner-section1 header nav ul {
        display: none;
    }
    .banner-section1 header .btn-grp button {
        padding: 10px 14px;
        font-size: 14px;
        display: none;
    }
    .banner-section1 header .btn-grp .menu {
        display: block;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .banner-section1 #main {
        padding-top: 80px;
    }
}
@media (max-width: 576px) {
    .banner-section1 header nav ul {
        display: none;
    }
    .banner-section1 header .btn-grp .cta-secondary {
        display: none;
    }
    .banner-section1 header .btn-grp .menu {
        display: block;
    }
}

.dat-section {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dat-section .dat-subtitle {
    margin-top: 20px;
    max-width: 650px;
    text-align: center;
    width: 400;
    color: #6b6c75;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 16px;
}
@media (max-width: 576px) {
    .dat-section .heading-two {
        font-size: 28px;
    }
    .dat-section .dat-subtitle {
        padding: 0px 20px;
    }
}

.rare-coins-section {
    padding: 80px 40px;
    position: relative;
    width: 100%;
    min-height: 466px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url("../assets/rare-coins-bg.png") center/cover no-repeat;
}
.rare-coins-section::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background: #0e111e;
    z-index: 1;
}
.rare-coins-section .rare-coins-container {
    max-width: 1360px;
    width: 100%;
}
.rare-coins-section .rare-coins-container .text-start {
    position: relative;
    z-index: 10;
    text-align: start !important;
    color: #fff;
}
.rare-coins-section .rare-coins-container .grid-box {
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.rare-coins-section .rare-coins-container .grid-box .rare-coin-box {
    max-width: 433px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.3);
}
.rare-coins-section .rare-coins-container .grid-box .rare-coin-box span {
    padding: 12px 24px;
    border-radius: 80px;
}
.rare-coins-section .rare-coins-container .grid-box .rare-coin-box h4 {
    margin-top: 24px;
    width: 600;
    color: #fff;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 24px;
    line-height: 34px;
}
.rare-coins-section .rare-coins-container .grid-box .rare-coin-box p {
    margin-top: 16px;
    width: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Inter", "Inter", sans-serif;
    font-size: 16px;
}

@media (max-width: 992px) {
    .rare-coins-section {
        padding: 40px 20px;
    }
    .rare-coins-section .rare-coins-container .grid-box {
        grid-template-columns: repeat(2, 1fr);
        align-self: center;
    }
}
@media (max-width: 576px) {
    .rare-coins-section .rare-coins-container .heading-two {
        font-size: 32px;
    }
    .rare-coins-section .rare-coins-container .grid-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-self: center;
    }
    .rare-coins-section .rare-coins-container .grid-box .rare-coin-box span {
        padding: 12px 24px;
    }
    .rare-coins-section .rare-coins-container .grid-box .rare-coin-box h4 {
        font-size: 20px;
    }
    .rare-coins-section .rare-coins-container .grid-box .rare-coin-box p {
        font-size: 14px;
    }
}
.proven-section {
    position: relative;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 65.91%),
        url("../assets/proven-bg.png") center/cover no-repeat;
    background-color: rgb(9, 8, 71);
    padding: 100px 20px;
}
.proven-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.proven-section h2 {
    position: relative;
    color: #fff;
    z-index: 10;
}
.proven-section .proven-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.proven-section .proven-box-overlay {
    position: relative;
    border-radius: 24px;
    background: rgb(0, 2, 37);
    overflow: hidden;
    padding: 80px;
    margin-top: 40px;
    max-width: 666px;
}
.proven-section .proven-box-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(
        118deg,
        #f9ce34 -30.79%,
        #ee2a7b 55.92%,
        #6228d7 140.49%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}
.proven-section .proven-box-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/overlay.png") center/cover no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}
.proven-section .proven-box-overlay .proven-box {
    position: relative;
    z-index: 2;
}
.proven-section .proven-box-overlay .proven-box .coin-flex {
    display: flex;
    gap: 35px;
}
.proven-section .proven-box-overlay .proven-box h5 {
    margin-top: 40px;
    margin-bottom: 24px;
    width: 700;
    color: #fff;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 32px;
    overflow: hidden;
    line-height: initial;
}
.proven-section .proven-box-overlay .proven-box .coin-box-subtitle {
    padding: 20px 0;
    margin-bottom: 24px;
    position: relative;
    z-index: 10;
    width: 500;
    color: #ccc;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.proven-section .proven-box-overlay .proven-box .price-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.proven-section .proven-box-overlay .proven-box .price-flex .price-left {
    display: flex;
    flex-direction: column;
}
.proven-section .proven-box-overlay .proven-box .price-flex .price-left .year {
    width: 500;
    color: #ccc;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 20px;
}
.proven-section .proven-box-overlay .proven-box .price-flex .price-left span,
.proven-section .proven-box-overlay .proven-box .price-flex .price-right span {
    overflow: hidden;
}
.proven-section
    .proven-box-overlay
    .proven-box
    .price-flex
    .price-left
    .coin-price {
    width: 700;
    color: #fff;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 32px;
}
.proven-section .proven-box-overlay .proven-box .price-flex .price-right {
    display: flex;
    flex-direction: column;
}
.proven-section .proven-box-overlay .proven-box .price-flex .price-right .year {
    width: 500;
    color: #ccc;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 20px;
}
.proven-section
    .proven-box-overlay
    .proven-box
    .price-flex
    .price-right
    .coin-price {
    width: 700;
    color: #fff;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 32px;
}

@media (max-width: 992px) {
    .proven-section .proven-flex {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .proven-section .proven-box-overlay {
        padding: 40px;
    }
}
@media (max-width: 576px) {
    .proven-section {
        padding: 60px 20px;
    }
    .proven-section h2 {
        font-size: 32px;
    }
    .proven-section .proven-flex {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .proven-section .proven-box-overlay {
        padding: 20px;
    }
    .proven-section .proven-box-overlay .coin-flex {
        display: flex;
        gap: 15px;
    }
    .proven-section .proven-box-overlay .coin-flex img {
        width: 100px;
        height: 100px;
    }
    .proven-section .proven-box-overlay h5 {
        font-size: 24px !important;
    }
    .proven-section .proven-box-overlay .coin-box-subtitle {
        padding: 16px 0px !important;
        font-size: 18px !important;
    }
    .proven-section .proven-box-overlay .price-flex .price-left .year {
        font-size: 16px !important;
    }
    .proven-section .proven-box-overlay .price-flex .price-left .coin-price {
        font-size: 20px !important;
    }
    .proven-section .proven-box-overlay .price-flex .price-right .year {
        font-size: 16px !important;
    }
    .proven-section .proven-box-overlay .price-flex .price-right .coin-price {
        font-size: 20px !important;
    }
}
.purchase-coin-section {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.purchase-coin-section .purchase-coin-container {
    max-width: 1360px;
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}
.purchase-coin-section .purchase-coin-container .purchase-rare-coin-img {
    border-radius: 24px;
    width: 50%;
}
.purchase-coin-section .purchase-coin-container .purchase-rare-coin-text {
    width: 50%;
}
.purchase-coin-section .purchase-coin-container .purchase-rare-coin-text h2 {
    text-align: start;
}
.purchase-coin-section .purchase-coin-container .purchase-rare-coin-text p {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: start;
    width: 400;
    color: #6b6c75;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 992px) {
    .purchase-coin-section .purchase-coin-container {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .purchase-coin-section .purchase-coin-container img {
        width: 100%;
    }
    .purchase-coin-section .purchase-coin-container .purchase-rare-coin-img {
        width: 100%;
    }
    .purchase-coin-section .purchase-coin-container .purchase-rare-coin-text {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .purchase-coin-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .purchase-coin-section .purchase-coin-container {
        display: flex;
        gap: 24px;
        flex-direction: column;
        max-width: 100%;
    }
    .purchase-coin-section .purchase-coin-container img {
        width: 100%;
    }
    .purchase-coin-section .purchase-coin-container .purchase-rare-coin-text {
        width: 100%;
    }
    .purchase-coin-section
        .purchase-coin-container
        .purchase-rare-coin-text
        h2 {
        font-size: 32px;
    }
    .purchase-coin-section .purchase-coin-container .purchase-rare-coin-text p {
        margin-bottom: 24px;
        font-size: 14px;
    }
}
.quick-guid-section {
    padding: 80px 40px;
    position: relative;
    width: 100%;
    min-height: 466px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url("../assets/quickguid-bg.png") center/cover no-repeat;
}
.quick-guid-section::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.85;
    background: #0e111e;
    z-index: 1;
}
.quick-guid-section .quick-guid-container {
    max-width: 1360px;
    position: relative;
    z-index: 10;
}
.quick-guid-section .quick-guid-container .text-start {
    text-align: start !important;
    color: #fff;
}
.quick-guid-section .quick-guid-container p {
    margin-top: 16px;
    width: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Inter", "Inter", sans-serif;
    font-size: 16px;
}
.quick-guid-section .quick-guid-container .grid-box {
    position: relative;
    z-index: 10;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.quick-guid-section .quick-guid-container .grid-box .quick-guid-box {
    padding: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.3);
}
.quick-guid-section .quick-guid-container .grid-box .quick-guid-box span {
    padding: 4px 12px;
    width: 400;
    color: white;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border: none;
    cursor: pointer;
}
.quick-guid-section .quick-guid-container .grid-box .quick-guid-box h4 {
    margin-top: 24px;
    width: 600;
    color: white;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 24px;
    line-height: 34px;
}
.quick-guid-section .quick-guid-container .grid-box .quick-guid-box p {
    margin-top: 16px;
    width: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Inter", "Inter", sans-serif;
    font-size: 16px;
    line-height: 34px;
}

@media (max-width: 992px) {
    .quick-guid-section {
        padding: 60px 20px;
    }
    .quick-guid-section .quick-guid-container .grid-box {
        grid-template-columns: repeat(2, 1fr);
        align-self: center;
    }
}
@media (max-width: 576px) {
    .quick-guid-section {
        padding: 60px 20px;
    }
    .quick-guid-section .quick-guid-container .heading-two {
        font-size: 32px;
    }
    .quick-guid-section .quick-guid-container .grid-box {
        grid-template-columns: 1fr;
        align-self: center;
    }
    .quick-guid-section .quick-guid-container .grid-box .rare-coin-box h4 {
        font-size: 24px;
    }
    .quick-guid-section .quick-guid-container .grid-box .rare-coin-box p {
        font-size: 14px;
    }
}
.chart-section .title {
    max-width: 1360px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}
.chart-section .title h2 {
    color: #111827;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 24px;
    line-height: 34px;
}
.chart-section {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
}
.chart-section .chart-boxes {
    max-width: 1360px;
    width: 100%;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}
.chart-section .chart-boxes .chart-box {
    padding: 16px 24px;
    margin-bottom: 40px;
    border-radius: 16px;
    background: #f0f4fa;
}
.chart-section .chart-boxes .chart-box h6 {
    color: #5c5c5c;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.chart-section .chart-boxes .chart-box p {
    margin-top: 5px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
    overflow: hidden;
}
.chart-section .chart-wrapper {
    max-width: 1360px;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    margin: 0 auto;
    overflow: hidden;
    border: none;
}
.chart-section .chart-wrapper .chart-header {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
}
.chart-section .chart-wrapper .chart-header h2 {
    width: 600;
    color: #111827;
    font-family: "Inter", "Inter", sans-serif;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}
.chart-section .chart-wrapper .chart-header select {
    max-width: 120px;
    display: inline-flex;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    color: #111;
    outline: none;
    cursor: pointer;
}
.chart-section .chart-wrapper .chart {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.chart-section .chart-wrapper #chart,
.chart-section .chart-wrapper .apexcharts-canvas {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

@media (max-width: 576px) {
    .chart-section {
        padding: 40px 20px;
    }
    .chart-section .chart-boxes {
        gap: 0px !important;
        grid-template-columns: repeat(1, 1fr);
    }
    .chart-section .chart-boxes h2 {
        font-size: 16px !important;
    }
    .chart-section .chart-boxes p {
        font-size: 28px !important;
    }
    .chart-section #chart,
    .chart-section .apexcharts-canvas {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* Register / auth flash messages (HTML form posts, not JSON API) */
.register-flash {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.register-flash--success {
    background: rgba(5, 199, 141, 0.12);
    color: #047857;
    border: 1px solid rgba(5, 199, 141, 0.35);
}
.register-flash--error {
    background: rgba(238, 42, 123, 0.08);
    color: #9d174d;
    border: 1px solid rgba(238, 42, 123, 0.35);
}
.register-flash__list {
    margin: 0;
    padding-left: 1.25rem;
}
.register-field-error {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 13px;
    color: #b91c1c;
    font-family: Inter, sans-serif;
}

/*# sourceMappingURL=style.css.map */
