html {
    height: 100%;
}

html,
body,
#lptapp {
    min-height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    background-color: black;
}

body {
    display: flex;
}

#lptapp {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: auto;
    background-color: black;
}

#app-wrapper {
    flex-grow: 1;
    overflow: hidden;
}

.app-bg {
    background-color: #F5F4F4;
    background-color: black;
}

.image-wrapper {
    width: 150px;
    aspect-ratio: 1 / 1;
    background-color:black;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 890px) {
    .app-bg-padding {
        padding: 0 20px;
    }
}

.app-padded-container {
    padding: 0 250px;
}
@media (max-width: 1520px) {
    .app-padded-container {
        padding: 0 200px;
    }
}
@media (max-width: 1260px) {
    .app-padded-container {
        padding: 0 100px;
    }
}
@media (max-width: 768px) {
    .app-padded-container {
        padding: 0 10px;
    }
}

.app-padded-profile-container {
    padding: 0 150px;
}
@media (max-width: 1520px) {
    .app-padded-profile-container {
        padding: 0 100px;
    }
}
@media (max-width: 1260px) {
    .app-padded-profile-container {
        padding: 0 50px;
    }
}
@media (max-width: 768px) {
    .app-padded-profile-container {
        padding: 0 10px;
    }
}

#app-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    /* transition: 0.2s;
    transition: background-color 0s; */
    transition-property: height;
    transition-duration: 0.2s;
}
#nav-logo {
    transition-property: width, height;
    transition-duration: 0.2s;
    /* transition: 0.2s; */
}
#nav-free-mp-btn {
    transition-property: padding;
    transition-duration: 0.2s;
    /* transition: 0.2s; */
}

@media (max-width: 890px) {
    .nav-links-list {
        display: none;
    }
    .nav-free-mp-btn-container {
        display: none;
    }
    .navbar-toggler-container {
        display: inline-block !important;
    }
    .custom-row {
        --bs-gutter-x: 0 !important;
    }
    .image-wrapper {
        border-radius: 8px 8px 0 0;
        width: 100%;
        max-width: calc(100vw - 1.25rem);
    }
}

@media (max-width: 499px) {
    .btn-lux-learn-more {
        width: 100%;
    }
}

.nav-transition-collapse {
    background-color: black !important;
}
.nav-transition-collapse #nav-logo {
    width: 52px;
}
.nav-transition-collapse #nav-free-mp-btn {
    padding: 0.5rem 0.7rem;
}

#mobile-nav-menu {
    background-color: black;
    right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-nav-menu-transition-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    display: flex;
    height: 100%;
    padding-top: 7px;
}

.navbar-brand img {
    width: 130px;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0;
    float: right;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #e74c3c;

    display: block;
    transition: all 0.2s;
}

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #d3bf75;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.mobile-nav-link {
    float: right;
}

#beyond-expectations-container .libre-bodoni-thin {
    font-size: 42px;
    letter-spacing: 4px;
}
#beyond-expectations-container .beyond-expectations-smaller-text {
    font-size: 18px;
    max-width: 785px;
}
@media (max-width: 890px) {
    #beyond-expectations-container .libre-bodoni-thin {
        font-size: 35px;
        letter-spacing: 2px;
    }
    #beyond-expectations-container .beyond-expectations-smaller-text {
        font-size: 15px;
    }
}

@media (max-width: 890px) {
    .beyond-expectations-image {
        object-fit: cover;
        width: 110%;
        height: 110%;
        overflow: hidden;
    }
}

.beyond-expectations-image {
    width: -webkit-fill-available;
}
.beyond-expectations-text-container {
    background-color: black;
    padding: 0 35px;
}
.beyond-expectations-text {
    color: #f8f9fa;
}
@media (max-width: 890px) {
    .beyond-expectations-image {
        object-fit: cover;
        width: 110%;
        height: 110%;
        overflow: hidden;
    }
    .beyond-expectations-text-container {
        background-color: whitesmoke;
        padding: 30px 35px;
    }
    .beyond-expectations-text {
        color: #212529;
    }
}

@media (max-width: 890px) {
    .hero-image {
        object-fit: cover;
    }
}

.btn-lux-gold {
    color: #fff;
    background-color: #d3bf75;
    /*border-color: #a5955c;*/
}
.btn-lux-gold:hover {
    color: #fff;
    background-color: #b1a063;
    /*border-color: #928452;*/
}
.btn-lux-gold:focus {
    color: #fff;
    background-color: #b1a063;
    /*border-color: #928452;*/
    box-shadow: none;
}

.text-lux-gold {
    color: #d3bf75;
}

.nav-link-section {
    padding: 20px;
    margin: auto 10px;
}

.nav-link-section > a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.mobile-nav-link-section {
    text-align: right;
    margin: 10px 0;
}
.mobile-nav-link-section > a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.btn-lux {
    border-radius: 2rem;
    padding: 0.8rem 1.5rem;
    font-size: .9rem;
}

.clear-filters-btn {
    width: 100%;
    border-radius: 2rem;
    padding: 0.8rem 1.5rem;
    font-size: .9rem;
}

#hero-header-container {
    position: relative;
    text-align: center;
}

.hero-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    font-size: 55px;
    text-shadow: -1px 2px 12px rgba(0,0,0,0.6);
}
.hero-text-bottom {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 3px;
}
@media (max-width: 890px) {
    .hero-text-center {
        font-size: 40px;
    }
    .hero-text-bottom {
        font-size: 18px;
    }
}

.marketing-header {
    font-size: 42px;
    letter-spacing: 4px;
}
@media (max-width: 890px) {
    .marketing-header {
        font-size: 35px;
        letter-spacing: 2px;
    }
}

.section-separator {
    background-color: #d3bf75;
    height: 6px;
}
.section-separator-nav {
    margin-left: -50px;
    width: 120% !important;
}
.section-separator-thick {
    height: 14px;
}
.section-separator-thin {
    height: 4px;
}

#agent-directory-header-container > .libre-bodoni-thin {
    font-size: 42px;
    letter-spacing: 4px;
}
@media (max-width: 890px) {
    #agent-directory-header-container > .libre-bodoni-thin {
        font-size: 35px;
        letter-spacing: 2px;
    }
}

.free-mp-result-modal-body .libre-bodoni-thin {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #d3bf75;
}

.referral-code-link {
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 18px;
    user-select: none;
}

.search-input {
    width: 600px;
    margin: 40px 0;
}

.search-input-field {
    padding: 15px 20px;
    border-right: none;
}

.search-input-line {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-left: none;
    line-height: 1;
    color: #d3bf75;
    font-size: 40px;
    font-weight: 200;
    background-color: white;
}

.search-input-icon {
    border-left: none;
    font-size: 20px;
    padding: 0 20px;
    color: #d3bf75;
    background-color: white;
    cursor: pointer;
}

.search-input-field::placeholder {
    color: rgb(187, 187, 187);
    opacity: 1; /* Firefox */
}

.search-input-field::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(187, 187, 187);
}

.form-control:focus {
    border-color: #d3bf75;
    box-shadow: none;
}

.marketing-material-selection-container {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: whitesmoke;
}
.marketing-material-selection {
    text-align: -webkit-center;
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.marketing-material-selection-wrapper {
    width: 225px;
    cursor: pointer;
}
.marketing-material-selection-image {
    width: 175px;
}
.marketing-material-selection-text {
    font-size: 13px;
    transition: 0.1s;
}
.material-selected {
    background-color: #d3bf75;
    transition: 0.1s;
}

.marketing-carousel-card {
    position: relative;
}
.carousel-text-bottom-left {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: whitesmoke;
}
@media (max-width: 1360px) {
    .carousel-text-bottom-left {
        width: 80%;
    }
}
@media (max-width: 1000px) {
    .carousel-text-bottom-left {
        width: 100%;
    }
}

.image-shadow-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0.5;
    background-image: linear-gradient(to top, black, transparent);
}

.btn-lux-learn-more {
    float: right;
    color: #fff;
    border-color: #d3bf75;
    border-radius: 2rem;
    padding: 0.4rem 0.7rem;
    font-size: .8rem;
}
.btn-lux-learn-more:hover {
    color: #fff;
    background-color: #d3bf75;
    /*border-color: #928452;*/
}
.btn-lux-learn-more:focus {
    color: #fff;
    background-color: #d3bf75;
    /*border-color: #928452;*/
    box-shadow: none;
}

.btn-lux-connect {
    color: #fff;
    border-color: #d3bf75;
    border-radius: 2rem;
    padding: 0.7rem 1.6rem;
    font-size: 1rem;
}
.btn-lux-connect:hover {
    color: #fff;
    background-color: #d3bf75;
    /*border-color: #928452;*/
}
.btn-lux-connect:focus {
    color: #fff;
    background-color: #d3bf75;
    /*border-color: #928452;*/
    box-shadow: none;
}

.slider::-webkit-slider-thumb {
    background: #d3bf75 !important;
}
.slider::-moz-range-thumb {
    background: #d3bf75 !important;
}
.slider::-ms-thumb {
    background: #d3bf75 !important;
}
.slider {
    -webkit-appearance: none;
    width: 100;
    height: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #d3bf75 !important;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #d3bf75 !important;
    overflow: visible;
    cursor: pointer;
}

.filter-chip {
    border-radius: 8px;
    border: 1px solid #3f99ff;
    background-color: #d9efff;
    color: #3f99ff;
    padding: 4px 6px;
    font-size: 11px;
    cursor: pointer;
}

.filter-chip-x {
    color: #a3d1ff;
    vertical-align: middle;
}

.profile-card-address-line {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.profile-address-line {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-pagination {
    background-color: #ededed;
    font-weight: 500;
}
.btn-pagination-chevron {
    border-radius: 50%;
}
.btn-pagination:focus {
    box-shadow: none;
}
.pagination-button-container > .pagination-button-iterator > .btn-pagination {
    border-radius: 0% !important;
}
.pagination-button-container > .pagination-button-iterator:first-child > .btn-pagination {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.pagination-button-container > .pagination-button-iterator:last-child > .btn-pagination {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.btn-pagination-selected {
    background-color: #d3bf75;
}

.email-submit-button {
    border-left: none;
    font-size: 20px;
    padding: 0 20px;
    color: white;
    background-color: #d3bf75;
    cursor: pointer;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.email-submit-button:hover {
    color: white;
    background-color: #d3bf75;
    box-shadow: none;
}
.email-submit-button:focus {
    color: white;
    background-color: #d3bf75;
    box-shadow: none;
}

.testimonial-card {
    margin: 30px;
    max-width: 600px;
    display: inline-block;
    height: 100%;
    padding: 25px;

    /* trick to get border gradient */
    border: double 1px transparent;
    border-radius: 35px;
    background-image: linear-gradient(black, black) /* background color */, linear-gradient(to top, #080808, whitesmoke) /* border gradient */;
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.auto-scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.auto-scroller {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.modal-backdrop.show {
    opacity: .8;
}




.mobile-swiper-container {
    padding: 0 20px;
}
.mobile-swipe-leave-active,
.mobile-swipe-enter-active {
    transition: .4s;
}
.mobile-swipe-enter-active {
    transition-delay: .1s;
}
.left .mobile-swipe-enter-from {
    transform: translate(125%, 0);
}
.left .mobile-swipe-enter-to {
    transform: translate(0, 0);
}
.left .mobile-swipe-leave-to {
    transform: translate(-125%, 0);
}
.right .mobile-swipe-enter-from {
    transform: translate(-125%, 0);
}
.right .mobile-swipe-enter-to {
    transform: translate(0, 0);
}
.right .mobile-swipe-leave-to {
    transform: translate(125%, 0);
}
.mobile-swiper {
    position: relative;
    width: 100%;
}
.mobile-swiper .mobile-swiper-iterator {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
}

.slider-dot {
    color: whitesmoke;
    opacity: 0.3;
    font-size: 35px;
}
.slider-dot-active {
    opacity: 1 !important;
}

/* Poppins Font Styles */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
/* END: Poppins Font Styles */

/* Bodoni Moda Font Styles */
/*
    <uniquifier>: Use a unique and descriptive class name
    <weight>: Use a value from 400 to 700

    .libre-bodoni-<uniquifier> {
        font-family: "Libre Bodoni", serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
    }
*/
.libre-bodoni-thin {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.libre-bodoni-thick {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
/* End: Bodoni Moda Font Styles */