* {
    font-family: 'Figtree', sans-serif;
}

.bg-pink {
    background-color: #F942F1;
}

.bg-purple {
    background-color: #8F30D6;
}

.nav-item {
    font-family: 'Figtree', sans-serif;
}

.nav-link:hover {
    color: #D930D0;
}

.btn {
    border-radius: 0;
}

.btn-pink {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F942F1;
    --bs-btn-border-color: #F942F1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D930D0;
    --bs-btn-hover-border-color: #D930D0;
    --bs-btn-focus-shadow-rgb: 249, 66, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D930D0;
    --bs-btn-active-border-color: #D930D0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F942F1;
    --bs-btn-disabled-border-color: #F942F1;
}

.btn-outline-pink {
    --bs-btn-color: #F942F1;
    --bs-btn-border-color: #F942F1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D930D0;
    --bs-btn-hover-border-color: #D930D0;
    --bs-btn-focus-shadow-rgb: 249, 66, 241;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D930D0;
    --bs-btn-active-border-color: #D930D0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F942F1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F942F1;
    --bs-gradient: none;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8F30D6;
    --bs-btn-border-color: #8F30D6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6F27A5;
    --bs-btn-hover-border-color: #6F27A5;
    --bs-btn-focus-shadow-rgb: 143, 48, 214;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6F27A5;
    --bs-btn-active-border-color: #6F27A5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8F30D6;
    --bs-btn-disabled-border-color: #8F30D6;
}

.btn-outline-purple {
    --bs-btn-color: #8F30D6;
    --bs-btn-border-color: #8F30D6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6F27A5;
    --bs-btn-hover-border-color: #6F27A5;
    --bs-btn-focus-shadow-rgb: 143, 48, 214;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6F27A5;
    --bs-btn-active-border-color: #6F27A5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8F30D6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8F30D6;
    --bs-gradient: none;
}

.navbar {
    --logo-scale: 0;
    transition: min-height 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .navbar,
    .navbar .container-fluid {
        flex-wrap: nowrap;
    }
}

.navbar .container {
    transition: padding 0.3s ease-in-out;
}

.navbar-brand {
    min-width: 0;
    flex-shrink: 1;
}

.navbar-brand img {
    height: auto;
    max-height: calc(175px - (145px * var(--logo-scale)));
    max-width: 100%;
    width: auto;
}

.navbar-toggler {
    flex-shrink: 0;
}

.navbar.navbar-scrolled {
    min-height: 40px;
}

.navbar.navbar-scrolled .container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px;
}

.navbar-toggler {
    background-color: #FFFFFF;
    color: #000000;
}

.mobile-nav {
    background-color: #FFFFFF;
    color: #000000;
}

.mobile-nav .offcanvas-title {
    font-family: 'Figtree', sans-serif;
    color: #000000;
}

.mobile-nav-link {
    display: block;
    padding: .5rem 0;
    font-family: 'Figtree', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.mobile-nav-link:hover {
    color: #D930D0;
}

.mobile-nav-icon {
    color: #000000;
    font-size: 1.25rem;
}

.mobile-nav-icon:hover {
    color: #D930D0;
}

.mobile-nav-login {
    font-family: 'Figtree', sans-serif;
}

.mobile-nav-login:hover {
    background-color: transparent;
    border-color: #D930D0;
    color: #D930D0;
}

.banner-fullwidth {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
}

.header-banner {
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.header-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}

.header-banner > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .feature-img-crop {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

.quote-banner {
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.quote-banner-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #000;
    opacity: 0.4;
}

.quote-banner > .container-fluid {
    position: relative;
    z-index: 1;
}

.quote-text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .quote-text {
        width: 50%;
    }
}

.text-pink {
    color: #D930D0;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-link:hover {
    color: #D930D0;
    text-decoration: underline;
}