.text-pink{
    color: #be4b5f;
}
.price-amount{
    font-family: 'Great Vibes', cursive !important;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--gold);
    margin: 16px 0;
    line-height: 1;
}
.navbar {
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    align-self: center;
    margin: 0;
    padding: 0;
}

.nav-links > li {
    display: flex;
    align-items: center;
}

.nav-links > li > a:not(.btn) {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: var(--ink);
    transition: color 0.35s var(--ease), transform 0.35s var(--ease);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transform-origin: center center;
    padding-bottom: 8px;
    position: relative;
}

.nav-links > li > a:not(.btn):hover {
    color: var(--gold);
    text-decoration: none;
    transform: scale(1.08);
}

.nav-links > li > a:not(.btn).active {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    transform: scale(1.08);
}

/* .nav-links > li > a:not(.btn).active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    animation: nav-active-bar 0.35s var(--ease);
} */

.nav-links > li > a.btn {
    display: inline-flex;
    align-items: center;
    align-self: center;
    line-height: 1;
}

@media (max-width: 768px) {
    .nav-links,
    .nav-links.open {
        align-items: flex-start;
        padding: 40px 28px 40px 40px;
    }

    .nav-links > li {
        width: 100%;
        justify-content: flex-start;
    }

    .nav-links > li > a:not(.btn) {
        justify-content: flex-start;
        width: 100%;
        padding-left: 4px;
    }

    .nav-links > li > a.btn {
        align-self: flex-start;
        margin-left: 4px;
    }
}

@keyframes nav-active-bar {
    from { width: 0; opacity: 0; }
    to   { width: 22px; opacity: 1; }
}
.stat-num{
    font-size: 40px;
}
.about-quote{
    font-size: 24px;
}
.sig-name{
    font-size: 24px;
}
.sec-tag{
    font-size: 20px;
    opacity: 0.6;
}
section{
    /* padding: 80px 0; */
}
.reveal-anim{
    /* padding-bottom: 80px !important; */
}
.studio-card h4{
    font-size: 24px;
    font-family: 'Cormorant Garamond',serif;
    color: #be4b5f;
}
.ba-header{
    margin-bottom: 0px;    
}
.ba-section{
    padding:0px;
}