@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=Prata&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --base-font-1: 'PT Sans Narrow', sans-serif;
    --base-font-2: 'Quicksand', sans-serif;
    --base-font-3: 'Prata', serif;
    ;
    --web-primary: #7f8184;
    --web-secondary: #000000;
    --web-gray: #f2f2f2;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #3b99e0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --transition: all 400ms ease;
}
body {
    font-family: var(--base-font-1);
    letter-spacing: 2px;
}
.font-1 {
    font-family: var(--base-font-1);
}
.font-2 {
    font-family: var(--base-font-1);
}
.font-3 {
    font-family: var(--base-font-1);
}
.collapse:not(.show) {
    display: none;
}
.navbar {
    justify-content: space-between;
    flex-flow: nowrap;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: none !important;
    }
}
.navbar-expand-xl .navbar-toggler {
    display: block;
}
@media (min-width: 1400px) {
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

img {
    width: 100%;
    display: block;
}

.padding-container {
    padding: 40px 15px;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #efefef;
}

@media (max-width: 500px) {
    .padding-container {
        padding: 15px 15px;
    }
}

a {
    color: var(--web-secondary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    text-decoration: none;
}

a.hover-light:hover {
    opacity: 0.8;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    border-radius: 0rem;
    margin: 0;
}
.btn-primary {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
    color: #fff;
}

.login-page .contact-clean form .btn-primary {
    background: var(--web-secondary) !important;
}

.clean-navbar.fixed-top+.page {
    padding-top: 8rem;
}
@media (max-width: 480px) {
    .clean-navbar.fixed-top+.page {
        padding-top: 6rem;
    }
}
.clean-block .block-heading,
.bread-box {
    padding-top: 1rem;
}

.dark {
    background: var(--web-gray);
}

.logo img.arch-logo {
    max-width: 200px;
}
.logo img.text-logo {
    max-width: 200px;
}

.logo img.text-logo-mobile {
    max-width: 350px;
    width: 100%;
}

.arch-logo {
    display: block;
}
.text-logo {
    display: none;
}
.scrolled .arch-logo {
    display: none;
}
.scrolled .text-logo {
    display: none;
}
.text-logo.cross {
    height: 50px;
    width: auto;
}


.text-logo-mobile {
    display: none;
}
.scrolled .text-logo-mobile {
    display: inline-block;
}
@media (min-width: 600px) {
    .text-logo-mobile {
        display: none;
    }
    .scrolled .text-logo-mobile {
        display: none;
    }
    .scrolled .text-logo {
        display: inline-block;
    }
}
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
    z-index: 1;
    padding: 20px;
}
@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .logo img {
        max-width: 170px;
    }
}

main {
    min-height: calc(100vh - 201px);
}

.clean-block.clean-hero {
    height: 400px;
    min-height: 400px;
}

.list-disc {
    list-style: disc;
    padding-left: 1rem;
}

.card.clean-card {
    height: 100%;
}

.card-link {
    color: var(--web-secondary);
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
}
.card-link:hover {
    text-decoration: none;
    color: var(--web-secondary);
    opacity: 0.7;
}

.card-title {
    margin-bottom: 0;
}

.newsletter-subscribe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.newsletter-subscribe {
    position: relative;
}

.newsletter-subscribe .col.col-12.col-md-6 {
    z-index: 10;
}

.footer-logo {
    width: 100%;
}
@media (max-width: 770px) {
    .footer-logo {
        max-width: 200px;
    }
}

.footer-logo-group {
    display: flex;
    justify-content: center;
    flex-flow: nowrap;
    gap: 20px;
}
.footer-logo-group img {
    max-width: 350px;
}

.icon .fa {
    color: #bc3445;
    font-size: 20px;
}

.page-footer {
    background: url(/assets/img/home-sliders/3_l_gal.jpg) no-repeat center center;
    min-height: 50vh;
    position: relative;
    padding: 100px 0;
}
.page-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}
.page-footer a {
    color: #fff;
}
.page-footer a:hover {
    color: #fff;
}
.page-footer>* {
    color: #fff;
}
.page-footer .footer-copyright {
    background: #003c6a;
    border: 0;
    border-top: 1px solid #fff;
}
.page-footer .footer-copyright p {
    color: #fff;
}

.footer-nav a {
    transition: all 0.3s ease;
}
.footer-nav a:hover {
    color: #b28934;
}
.footer-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;

}

@media (max-width: 480px) {
    .border-right {
        border-right: 0 !important;
    }
    .footer-container .text-right {
        text-align: left !important;
        margin-bottom: 0;
    }
}

.container.footer-container {
    max-width: 100%;
}

.card-box {
    padding: 20px;
}

.clean-card .info {
    padding-bottom: 40px;
}

.section-listing {
    padding: 30px 0;
    padding-top: 0;
}

.section-header {
    padding: 30px 0;
    padding-bottom: 0;
}

.listing-links {
    padding-bottom: 20px;
}

.listing-links a {
    font-weight: 600;
    color: var(--web-secondary);
}

.listing-links a:not(:last-child) {
    margin-right: 15px;
    border-right: 2px solid var(--web-secondary);
    padding-right: 15px;
}

.search-form input {
    background: #eff1f4;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
}

.search-form .btn {
    padding: 16px 32px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
}

.card.clean-card {
    overflow: hidden;
}

.contact-logo {
    width: 100%;
    max-width: 300px;
}

.contact-clean {
    background: #f1f7fc;
    padding: 0;
    padding-bottom: 100px;
}

.web-primary {
    background: var(--web-primary) !important;
    border: var(--web-primary) !important;
    color: #ffffff;
}

.web-secondary {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
    color: #ffffff;
}

.web-secondary:hover {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
    color: #ffffff;
}

.contact-clean form .web-primary {
    background: var(--web-primary) !important;
    border: var(--web-primary) !important;
}

#payment-box form {
    max-width: 100%;
}

h1.text-info {
    margin-bottom: 32px;
    color: var(--web-primary) !important;
}

.breadcrumb {
    padding-left: 0;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb li:last-child a {
    font-weight: bold;
}

.newsletter-subscribe form .web-secondary {
    background: var(--web-secondary) !important;
    border: var(--web-secondary) !important;
}

.prop-image {
    width: 100%;
}

.nav-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 250px;
}
.nav-drop-first:hover .nav-dropdown {
    display: block;
}
.nav-dropdown .nav-item {
    background: #ffffff;
}
.clean-navbar .navbar-nav .nav-dropdown .nav-item {
    padding-right: 0;
}
@media (max-width: 990px) {
    .nav-dropdown {
        padding-left: 10px;
        display: block;
        position: relative;
    }
    .nav-dropdown .nav-item {
        background: #fff;
    }
}

.photos .big-photo {
    object-fit: cover;
    height: 350px;
    width: 100%;
}
.photos .small-photo {
    object-fit: cover;
    height: 150px;
    width: 100%;
}



/* PAYPAL */
.paypal-twc {
    width: 100%;
    max-width: 270px;
    margin: 16px auto;
}
.paypal-twc #amount {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 12px;
}
#amount.pleaseFill {
    border: 2px solid red;
}
.err-msg {
    display: none;
    color: red;
    font-size: 15px;
}

.dashboard__box article {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-group-item:hover,
.list-group-item:hover i {
    background: var(--info);
    color: #fff;
}

/******
UPLOAD FORM
******/

.fFiles {
    position: relative;
    text-align: center;
}
.fFiles label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    background: #f1f1f1;
    padding: 20px 0px;
    justify-content: center;
    border: 1px dashed #ccc;
}
.fFiles input[type="file"] {
    display: flex;
    height: 105px;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 9;
}
.display-upload span {
    display: block;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 10px;
}
.notification-box {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
.pointer {
    cursor: pointer;
}
/******
POP BOX
******/
#dim {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
}
.pop {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    z-index: 9999;
    /* overflow-y: scroll; */
    width: max-content;
}
.pop#pup-ajax {
    width: 400px;
    text-align: center;
}
.pop#pup-ajax p {
    margin-top: 0;
    font-size: 13px;
}
.pop#pup-ajax form {
    margin: 0;
}
.pop#pup-ajax div {
    display: flex;
    align-items: center;
}
.pop#pup-ajax input[type="text"] {
    width: calc(100% - 155px);
    margin-right: 5px;
    font-family: "Lato";
}
.pop#pup-ajax input[type="submit"] {
    width: 150px;
}
.fa-edit {
    color: #2c3e50;
    cursor: pointer;
}
.fa-edit:hover {
    color: #34495e;
}
.fa-trash {
    color: #c0392b;
    cursor: pointer;
    margin-left: 15px;
}
.fa-trash:hover {
    color: #e74c3c;
}
.fa-eye-slash {
    color: #333;
    cursor: pointer;
}
.fa-plus, .fa-envelope-open {
    color: #54a0ff;
    cursor: pointer;
}
.fa-bars {
    cursor: pointer;
}


/* VINH */
.headline-1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}
.headline-2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}
.headline-3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}
.navbar-light .navbar-brand {
    color: #000;
    letter-spacing: 5px;
    font-size: clamp(40px, 4vw, 80px);
    line-height: clamp(40px, 4vw, 80px);
    transition: all 0.8s ease;
}
.scrolled .navbar-light .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    flex-grow: 1;
    width: auto;
}

@media (max-width: 920px) {
    .scrolled .navbar-light .navbar-brand {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.navbar-light .navbar-toggler {
    border-color: #fff;
    color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon.dark-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.scrolled .navbar-light .navbar-brand,
.scrolled .navbar-light .navbar-nav .nav-link,
.landing-page .navbar-light .navbar-brand,
.landing-page .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    /* color: #fff; */
    border-bottom: 1px solid #000;
}

.clean-navbar .navbar-nav .nav-item {
    padding-right: 0.5rem;
    padding-left: 0rem;
}
@media (max-width: 1550px) {
    .clean-navbar .navbar-nav .nav-item {
        padding-left: 0.5rem;
    }
}
.clean-block.clean-hero:before {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease-in-out;
}
.scrolled .clean-block.clean-hero:before {
    background-color: rgba(0, 0, 0, 0.5);
}


.landing-page .hero-blade {
    color: rgba(0, 0, 0, 0.3);
    background: url('/assets/img/home-sliders/1_l_gal.jpg') center / cover no-repeat, #000000;
    height: 100vh;
    transition: background 0.5s ease-in-out;
}
.landing-page .slider-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
.landing-page .slider-background img {
    object-fit: cover;
    display: none;
}
.landing-page .slider-background img.active {
    display: block;
    animation: slide-in 0.5s ease-in-out;
}
/* Slide in effect when active */
@keyframes slide-in {
    0% {
        /* transform: translateX(100%); */
        opacity: 0;
    }
    100% {
        /* transform: translateX(0); */
        opacity: 1;
    }
}
.clean-navbar.fixed-bottom, .clean-navbar.fixed-top {
    box-shadow: unset !important;
    padding: 2rem 8rem;
    transition: padding 0.8s ease-in-out;
}
.landing-page .clean-navbar.fixed-bottom, .landing-page .clean-navbar.fixed-top {
    padding: 4rem 4rem;
}
@media (max-width: 768px) {
    .landing-page .clean-navbar.fixed-bottom, .landing-page .clean-navbar.fixed-top {
        padding: 4rem 2rem;
    }
}

.scrolled .clean-navbar.fixed-bottom, .scrolled .clean-navbar.fixed-top {
    padding: 1rem;
}
.navbar-light {
    transition: background 0.3s ease-in-out;
}
.scrolled .navbar-light {
    background: rgba(0, 0, 0, 1);
}
.scrolled .clean-navbar.fixed-bottom, .scrolled .clean-navbar.fixed-top {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.clean-block.clean-hero .text {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: left;
}

@media (min-width: 1600px) {
    .container-xl {
        max-width: 1430px;
    }
}


.blade-about-wrapper {
    background: #fff7ef;
}
.blade-about {
    position: relative;
    margin: 100px 0 !important;
    line-height: 2.5em;
    display: inline-flex;
    justify-content: end;
}
.blade-about .avatar {
    max-width: 250px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
}
@media (min-width: 768px) {
    .blade-about .avatar {
        max-width: 300px;
    }
}
@media (min-width: 1600px) {
    .blade-about .avatar {
        max-width: 400px;
    }
}
.blade-about .bio {
    background: #d8ae84;
    padding: 50px;
}
@media (min-width: 920px) {
    .blade-about .bio {
        padding: 150px 50px 150px 200px;
    }
}
.blade-about h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    display: block;
    margin-bottom: 2rem;
    margin-top: 0;

}

.blade-about a {
    border-bottom: 1px solid;
    border-radius: 0;
}
.blade-about a:hover {
    color: #fff;
}

.new-listing-style {}

.new-listing-style .property {}
.new-listing-style a.cta {
    width: 100%;
    height: 100%;
}
.new-listing-style img.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.new-listing-style .detail {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: 80%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 1rem;
    transition: all 2s ease;
}
.new-listing-style .card:hover .detail {
    background: rgba(0, 0, 0, .9);
    top: 50%;
    transform: translate(-50%, -50%);
}
.new-listing-style .card::before {
    background: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease;
    display: none;
}
.new-listing-style .card:hover::before {
    opacity: 1;
}

.ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: 700;
    box-shadow: 0 2px 3px hsl(0deg 0% 53% / 25%);
    background: #ffe500;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.new-listing-style .card .ribbon {
    opacity: 0;
}
.new-listing-style .card:hover .ribbon {
    opacity: 1;
}

.ribbon-left {
    font-size: 12px;
    text-align: center;
    color: #000;
    font-weight: 700;
    box-shadow: 0 2px 3px hsl(0deg 0% 53% / 25%);
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 5px 10px;
}

.new-listing-style .card .ribbon-left {
    opacity: 0;
}
.new-listing-style .card:hover .ribbon-left {
    opacity: 1;
}
.formgroup-company {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}