@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --gold: #cbab6a;
    --darkgold: #886427;
    --lightgrey: #9b9994;
    --darkgrey: #16140C;
    --black: #000;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--darkgrey);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

h1 {
    font-weight: 800;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: var(--white);
    font-weight: 300;
}

.jumbo {
    font-size: 6rem;
}

.large {
    font-size: 4rem;
}

.gold {
    color: var(--gold) !important;
}

.w-90 {
    width: 90%;
}

p {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--gold);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--white);
}

a:visited {
    color: var(--gold);
}

a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

strong {
    font-weight: 800;
}

.bi {
    font-size: 1.25em;
    padding: 0 10px;
    vertical-align: middle;
}

hr.goldhr {
    border-top: 1px solid var(--gold);
    width: 100px;
    margin-left: 10px;
}

hr.goldhr-center {
    border-top: 1px solid var(--gold);
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopBanner {
    background-color: var(--gold);
    position: relative;
    z-index: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#TopBanner p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white);
    font-weight: 700;
}

#TopBanner p a {
    color: var(--white);
}

#TopBanner p a:hover {
    color: var(--white);
}

#TopBanner p a:visited {
    color: var(--white);
}

#TopBanner p a:visited:hover {
    color: var(--white);
}

#TopBanner .bi {
    font-size: 18px;
}

#TopBanner .white-button {
    padding: 0px 10px;
    margin-top: 0;
    margin-bottom: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-dark {
/*    padding-top: 1.5rem;
    padding-bottom: 1.5rem; until full site */
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--darkgrey) !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 130px;
    margin-left: 0;
    position: absolute;
    margin-top: .5rem;
    top: 0;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-minimize #dnn_dnnLOGO_imgLogo {
    max-height: 100px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--white) !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--gold) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--gold) !important;
}

.dropdown-menu {
    background-color: var(--lightgrey);
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

#HeroDivider {
    max-width: 100px;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
}

/* home */

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 100%), url('/Portals/154/5.jpeg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    height: 600px;
}

/*  */

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .75) 100%), url('/portals/154/5.jpeg');
    height: 400px;
    background-position: 50% 70%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    color: var(--white);
    font-weight: 400;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.hero-text h1 {
    font-weight: 800;
}

.hero-text h1 {
    font-size: 4.5rem;
    text-transform: uppercase;
}

.PageType_Home .hero-text h1 {
    font-size: 2.5rem;
}

.hero-text h3 {
    font-size: 1.5rem;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#MainContent li {
    list-style-type: disc;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid var(--white);
    border-radius: 0px;
    font-weight: 600;
    background-color: rgba(0,0,0,.05);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.gold-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 600;
    background-color: var(--gold);
    border: none;
    color: var(--black) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gold-button:hover {
    background-color: var(--darkgold);
    color: var(--white) !important;
    text-decoration: none;
}

#MainContentBottom p {
    margin-top: 0;
    margin-bottom: 0;
}

/* home */

.PageType_Home #TopContent {
    padding-bottom: 1rem;
}

/* sign up form */

#FullContentNarrowFour {
    margin-top: 2rem;
    padding: 2rem .5rem;
    background-color: #0E0C03;
}

/* the experience */

.experience-card {
    background-color: rgba(22, 20, 12, 0.8);
    border: 1px solid var(--gold);
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.experience-card:hover {
    transform: translateY(-5px);
    border-color: var(--white);
    background-color: rgba(22, 20, 12, 0.95);
}

.experience-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-color: var(--darkgrey);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.experience-card:hover .card-img {
    opacity: 0.9;
    transform: scale(1.05);
}

.experience-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(203, 171, 106, 0.9);
    color: var(--black);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.experience-card:hover .experience-icon {
    background-color: var(--gold);
    transform: translate(-50%, -50%) scale(1.1);
}

.experience-content {
    padding: 1.5rem 1rem;
    text-align: center;
}

.experience-content h3 {
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.experience-content .Normal {
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--white);
    opacity: 0.85;
    margin: 0;
}

/* Limited Badge */
.limited-badge {
    display: inline-block;
    background: linear-gradient(45deg, var(--gold), var(--darkgold));
    color: var(--black);
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 20px;
    animation: pulse-glow 2s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 10px rgba(203, 171, 106, 0.3);
    }

    100% {
        box-shadow: 0 0 20px rgba(203, 171, 106, 0.6);
    }
}

/* Headlines */
.membership-headline {
    font-size: 2.5rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.membership-copy {
    font-size: 1.1rem;
    color: var(--white);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.membership-copy strong {
    color: var(--gold);
    font-weight: 600;
}

/* Membership Card */
.membership-card {
    background: linear-gradient(135deg, rgba(22, 20, 12, 0.95), rgba(14, 12, 3, 0.95));
    border: 2px solid var(--gold);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.membership-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--darkgold), var(--gold));
}

.membership-card.vault {
    padding: 2rem 2rem 0;
}

/* Card Header */
.membership-header {
    background: rgba(203, 171, 106, 0.1);
    padding: 2rem 2rem 1.5rem;
    text-align: center;
    position: relative;
}

.membership-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--black);
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.membership-title {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.membership-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}

.price-currency {
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: 600;
}

.price-amount {
    color: var(--gold);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.price-period {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 300;
}

/* Benefits Section */
.membership-benefits {
    padding: 2rem;
}

.membership-benefits h4 {
    color: var(--gold);
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.membership-benefits i {
    color: var(--gold);
}

.membership-benefits strong {
    color: var(--gold);
    margin-right: 0.5rem;
}

.membership-benefits span {
    color: var(--white);
}

/* Exclusivity Note */
.exclusivity-note {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(203, 171, 106, 0.1);
    border-left: 3px solid var(--gold);
    text-align: center;
}

.exclusivity-note p {
    color: var(--gold);
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
    font-style: italic;
}

/* CTA Section */
.membership-cta {
    padding: 1.5rem 2rem 2rem;
    text-align: center;
    background: rgba(22, 20, 12, 0.5);
}

.membership-btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.membership-btn i {
    margin-right: 8px;
}

.urgency-text {
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    animation: pulse-text 3s ease-in-out infinite;
}

@keyframes pulse-text {
    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

.urgency-text i {
    margin-right: 5px;
    color: #ffa500;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .membership-headline {
        font-size: 1.8rem;
    }

    .membership-copy {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .membership-header {
        padding: 1.5rem 1rem 1rem;
    }

    .membership-benefits {
        padding: 1rem;
    }

    .membership-cta {
        padding: 1rem;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    /* Reduce side margins for membership card only */
    #FoundingMembership .col-lg-6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .experience-image {
        height: 150px;
    }

    .experience-content {
        padding: 1rem 0.75rem;
    }

    .experience-content h3 {
        font-size: 1rem;
    }

    .experience-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* form overrides */

.sub-widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--white);
    background-color: transparent;
    background-clip: padding-box;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
    outline: 0;
    box-shadow: none;
}

.sub-widget .form-control::placeholder {
    color: #ececec;
    font-weight: 300;
}

.sub-widget #signup_button {
    font-weight: 800;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--darkgrey);
    border-top: var(--lightgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#FooterRowBottom p {
    font-size: .85rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .mainContentRow {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {
    .bg-dark {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    #dnn_dnnLOGO_imgLogo {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        max-height: 70px;
        margin-top: 0;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }

    .jumbo {
        font-size: 4rem;
    }

    .large {
        font-size: 2rem;
    }

    .PageType_Home #dnn_FullContentPaneNarrowOne {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }
}

@media screen and (max-width: 768px) {

    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.5rem
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.25rem
    }

    .h5, h5 {
        font-size: 1.15rem
    }

    .h6, h6 {
        font-size: 1.1rem
    }

    #HeroDivider {
        display: none;
    }

    .PageType_Home .hero-bg {
        background-size: cover;
    }

    .hero-text h1 {
        font-size: 2.25rem;
    }

    .hero-text h3 {
        font-size: 1.25rem;
    }

    .header {
        font-size: 1.75rem;
    }

    .PageType_Home .hero-text h1 {
        font-size: 2rem;
        margin-bottom: 1rem !important;
    }

    .PageType_Home .hero-text h1,
    .PageType_Home .hero-text h3 {
        line-height: 1.25;
    }

}
