/* Navbar */
.custom-navbar {
    background-color: #194ca7;
}

#navbarNavDropdown > ul.navbar-nav > li.nav-item > .nav-link {
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-contact-us {
    border-radius: 2px;
    border: 2px solid white;
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-login {
    top: -1.75rem;
    right: -1.5rem;
}

/* crousel */
#bannerCarousel > .carousel-inner,
#bannerCarousel > .container > .carousel-item > img {
    border-radius: 30px;
    object-fit: cover;
    max-height: 100vh;
}
.banner-images {
    border-radius: 30px;
    object-fit: cover;
    max-height: 100vh;
}

.banner-card {
    top: 50%;
    right: 10%;
    transform: translate(0px, -50%);
    background-color: #ffffff33;
    border: 1px solid transparent;
    border-radius: 20px;
}

.banner-card-body {
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.2);
    text-align: left;
    font-weight: 600;
    border-radius: 20px;
}

.banner-button,
.banner-button:hover,
.banner-button:active {
    background-color: transparent;
    border: 2px solid #5a82ea;
    color: black;
    margin-top: 40%;
}

/* list appartment card */
.loading-property {
    /* position: absolute; */
    text-align: center;
    /* top: 25%; */
    /* transform: translate(-10%, 50%); */
}
.card-property {
    border-radius: 25px;
}
.card-property > img {
    min-height: 350px;
    object-fit: cover;
    border-radius: 25px;
}

.list-img-property {
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

/* .description-property {
    width: 90%;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%, -15%);
} */

.description-property .property-title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.price-booking{
    font-size: 12px;
}

.btn-more-property {
    background-color: #194ca7;
    color: white;
    font-size: 12px;
    border: 1px solid transparent;
}

/* description-advertising */
.card-advertising {
    width: 100%;
}
.card-advertising > .card-body {
    background: #194ca7;
    color: white !important;
    border-radius: 5px;
}
.description-advertising {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.img-rent {
    width: 100%;
    /* height: 70px; */
    border-radius: 3px;
    object-fit: cover;
}
.recommended-rent,
.booking-property {
    width: 100%;
    background: #ffffff;
    border-radius: 5px !important;
    box-shadow: 1px 3px 9px 1px rgb(0 0 0 / 25%);
}
.recommended-rent > .card-body > .row > .d-flex > a {
    text-decoration: none;
    cursor: pointer;
}

/* footer */
#footer {
    background-color: #194ca7;
}
.footer-img {
    max-height: 470px;
}
.title-footer {
    color: #fddb5b;
}

/* property page */
.sp-thumbnail-arrow {
    width: 15px;
    height: 15px;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
}
.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
    background-color: #194ca7;
}

.title-property {
    background-color: #194ca7;
    color: #ffffff;
    padding: 0.5rem;
    border-radius: 6px;
}

.card-property-detail {
    background: #ffffff;
    border-radius: 5px !important;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 25%);
    border: 1px solid white;
}

/* form booking */
.check-in-calendar,
.check-out-calendar {
    background: transparent;
    border: 1px solid transparent;
    margin-top: 0.1rem;
}
.input-check-in,
.input-check-out {
    padding-left: 2.5rem;
}
#input-check-in:focus,
#input-check-out:focus {
    z-index: 0;
}
.booking-submit > button {
    background-color: #194ca7 !important;
    border: 1px solid transparent;
}

/* media share link */
.icon-medsos-share {
    width: 35px;
    object-fit: cover;
}

/* navbar toogler */
.navbar-toggler,
.navbar-toggler:focus {
    background-color: #194ca7;
    border: 1px solid transparent;
    box-shadow: none;
}

/* Utility */
/* NOTE: Bootstrap equivalents used in HTML instead:
   position-relative, position-absolute, d-flex, align-items-center,
   flex-wrap, text-decoration-none, object-fit-cover, text-white,
   text-black, w-50, mt-n4, text-danger */
.pointer {
    cursor: pointer;
}

/* Brand colors — not overridden by Bootstrap theme */
.gray {
    background-color: #a9a9a9 !important;
    color: black !important;
}
.blue {
    background-color: #194ca7 !important;
    color: white !important;
}
.base-color {
    color: #194ca7;
}

/* media query */
@media only screen and (min-width: 1441px) {
    .list-img-property {
        min-height: 350px;
        max-height: 350px;
    }
}
@media only screen and (max-width: 426px) {
    .nav-login{
        right: -2%;
    }
    .img-rent {
        height: 160px;
    }
    .description-property .property-title span {
        font-size: 11px;
    }
    .footer-home,
    .footer-page {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
}
