@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

:root {
    --red: #ff3838;
    --gray: #777777;
    --blue: #1494a9;
    --white: #ffffff;
    --black: #000;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --text: #555555;
    --dark: #0d0633;
    --border: #e8e8e8;
    --heading: #232d3b;
    --primary: #0d6efd;
    --primary-light: #3681f0;
    --primary-hover: #0b5ed7;
    --view: #8edb04;
    --click: #01cbd5;
    --rating: #e8ce00;
    --sale: #dc3545;
    --rent: #03a70c;
    --booking: #7209af;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    --main-color-bg: #ffd033;
    --main-color-text: #000;
    --font-size: 16px;
    --heading-font-family: "Roboto Condensed", serif;
    /* --heading-font-weight: 600; */
    --heading-font-weight: 400;
    --heading-font-style: normal;
    --font-family: "Roboto", serif;
    /* --font-family: "Montserrat", serif; */
    --text: calc(1.0 * 14px);
    --base-line-height: 1.6;
}

body {
    font-family: var(--font-family);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* font-size: var(--text); */
    /* line-height: var(--base-line-height); */
}

a {
    color: #231F20;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--heading-font-family); */
    font-weight: var(--heading-font-weight);
    /* font-style: var(--heading-font-style); */
    color: #000;
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 95%;
    }
}

header {
    background-color: #0d6efd29;
    border-bottom: 1px solid #94919112;
}

.header-nav,
footer {
    background-color: #ffffff;
}

header .main-logo {
    width: 150px;
}

.header-nav .nav * {
    padding-top: 3px;
    padding-bottom: 3px;
}

.header {
    background-color: #ffd033;
    border-bottom: 1px solid #94919112;
}

.header-nav,
.footer {
    background-color: #FCFBF4;
}

.main-logo {
    max-width: 150px !important;
    height: 45px;
    position: relative;
    margin-right: 30px;
}

.search-bar .search-sugg {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.search-bar .search-sugg .list-group {
    border-radius: 0;
    /* border: 2px solid #000; */
    font-weight: 600;
}

.search-bar .del-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
    font-size: 22px;
    color: #8f9fd7;
    transform: translateY(-50%) !important;
}

#select-location .gplink {
    font-size: 13px;
    text-decoration: underline;
    color: var(--primary);
    cursor: pointer;
}

.header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.header-nav {
    box-shadow: 0px 2px 5px #0d6efd3d;
}

.header-nav > a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.header-nav a:hover {
    color: var(--primary-hover);
}

.mobile-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    background: var(--white);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}

.mobile-widget:hover {
    background: var(--chalk);
}

.mobile-widget:hover i {
    color: var(--primary);
}

.mobile-widget:hover span {
    color: var(--primary);
}

.mobile-widget i {
    font-size: 25px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-widget span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase;
}

.mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow);
}

.chat-prompt {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    top: 0;
    right: -5px;
    text-align: center;
    align-content: center;
    font-size: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    .header {
        box-shadow: 0px 0px 5px #ccc;
    }

    .header .main-logo {
        width: 100px;
    }

    .header-nav {
        display: none;
    }

    .header .search input {
        border: 2px solid #000;
    }

    .search-bar .del-icon {
        right: 10px;
    }
}

@media (max-width: 1199px) {
    .header-right {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

@media (max-width: 768px) {
    header {
        box-shadow: 0px 0px 5px #ccc;
    }

    header .main-logo {
        width: 100px;
    }

    .header-nav {
        display: none;
    }

    header .search input {
        border: 2px solid #000;
    }

    .user-menu .user-img {
        width: 100px;
    }

    .offcanvas,
    .offcanvas-xxl,
    .offcanvas-xl,
    .offcanvas-lg,
    .offcanvas-md,
    .offcanvas-sm {
        --bs-offcanvas-height: 90%;
    }
}

.header-nav {
    box-shadow: 0px 2px 5px #0d6efd3d;
}

.header-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
}

.header-nav .nav-link strong {
    font-weight: bold;
}

.header-nav .nav-link:hover {
    color: var(--primary-hover);
}

.header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.search-bar .search-sugg {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.search-bar .search-sugg .list-group {
    border-radius: 0;
    /* border: 2px solid #000; */
    font-weight: 600;
}

.search-bar .del-icon {
    position: absolute;
    top: 50%;
    right: 70px;
    cursor: pointer;
    font-size: 22px;
    color: #8f9fd7;
    transform: translateY(-50%) !important;
}

.mobile-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: var(--white);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
}

.mobile-widget:hover {
    background: var(--chalk);
}

.mobile-widget:hover i {
    color: var(--primary);
}

.mobile-widget:hover span {
    color: var(--primary);
}

.mobile-widget i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-widget span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase;
}

.mobile-widget sup {
    position: absolute;
    top: -5px;
    left: 70%;
    font-size: 12px;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow);
}

.plus-btn {
    margin-top: -35px;
}

.plus-btn i {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border: 8px solid var(--white);
}

.plus-btn:hover {
    background: transparent;
}

.plus-btn:hover i {
    color: var(--white);
}

@media (max-width: 1199px) {
    .header-right {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

.hmcats {
    display: flex;
    font-size: 10px;
    flex-flow: row nowrap;
    /* justify-content: space-between; */
    align-items: center;
    overflow-y: scroll;
}

.hmcats .hcat {
    text-align: center;
    margin-right: 25px;
    display: inline-block;
}

.hmcats .hcat a {
    display: table-caption;
}

.hmcats .hcat img {
    height: 40px;
}

.hmcats .hcat span {
    color: #000;
    font-size: 11px;
    font-weight: 700;
}

.hmcats::-webkit-scrollbar {
    display: none;
}

.common-card {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: var(--white);
}

.common-card.price,
.common-card.number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    background: var(--primary);
}

.number {
    background: var(--green);
}

.common-card.price h3,
.common-card.number h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    font-family: sans-serif;
    color: var(--white);
}

.price i {
    color: #9988ff;
}

.common-card.price span,
.common-card.number span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--white);
}

.number i {
    color: #8de6a0;
}

.common-card.price i,
.common-card.number i {
    font-size: 35px;
}

@media (max-width: 575px) {
    .common-card {
        padding: 30px 25px;
    }
}

.shrinked .accordion-button {
    padding: 8px;
}

.select-category .nav-link {
    width: 100%;
    text-align: left;
}

.page-heading {
    padding-bottom: 0.5rem !important;
    margin-bottom: 1.5rem !important;
}

.form-check-label {
    width: max-content;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.adpost-form .card-header {
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.adpost-form .breadcrumb li {
    font-size: 14px;
}

.react-tel-input .form-control {
    height: 100% !important;
    width: 100% !important;
}

.img-container {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.16);
    position: relative;
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-container input {
    display: none;
}

.img-container label,
.img-container .up-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container label {
    cursor: pointer;
}

.img-container label img,
.img-container .up-image img {
    display: block;
    max-width: 97%;
    max-height: 97%;
}

.img-container .remove {
    position: absolute;
    right: -12px;
    top: -17px;
    color: red;
    font-size: 20px;
    cursor: pointer;
}

.img-container label .previewImg{
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Loader **/


/* (A) FULL SCREEN WRAPPER */
#page-spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
#page-spinner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

/* (C) SHOW & HIDE */
#page-spinner {
    visibility: hidden;
    opacity: 0;
}

#page-spinner.show {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: fixed;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

#select-location .gplink {
    font-size: 13px;
    text-decoration: underline;
    color: var(--primary);
    cursor: pointer;
}

#select-location div span {
    font-size: 14px;
    font-weight: 600;
}

.grid-gallery .slick-slide>div {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.grid-gallery .slick-prev:before,
.grid-gallery .slick-next:before {
    font-size: 35px;
    color: #000;
}

.grid-gallery .slick-prev {
    left: -4px;
    position: absolute;
    top: 40%;
}

.grid-gallery .slick-next {
    right: -4px;
    position: absolute;
    top: 40%;
}

#chat3 .form-control {
    border-color: transparent;
}

#chat3 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.badge-dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-left: 2.9rem;
    margin-top: -.75rem;
}

.bs-light-1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bs-light-2 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
}

.bs-light-3 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px 0px;
}

.bs-dark-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bs-dark-2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
}

.placeholder,
.placeholder.bg-secondary {
    background-color: #d4d4d4 !important;
}

.form-floating>label {
    max-width: 100%;
}

.plus-btn i {
    background: #0d6efd;
    background: var(--primary);
    border: 8px solid #fff;
    border: 8px solid var(--white);
    border-radius: 50%;
    color: #fff;
    color: var(--white) !important;
    font-size: 16px;
    height: 60px;
    line-height: 42px;
    margin-bottom: 0;
    text-align: center;
    width: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.card {
    border-color: #e1e1e1;
}

.header-nav span.nav-link {
    font-size: 14px;
}

.grid-gallery .react-multi-carousel-item {
    margin-right: 10px;
}

.ad-title {
    color: #0d6efd;
    font-size: 14px;
}

.ad-item {
    border: none;
    transition: transform .3s ease-in-out, z-index .3s;
    position: relative;
}

.ad-item:hover {
    transform: scale(1.04);
    z-index: 10;
}

.ad-item p,
.ad-item a {
    text-decoration: none;
}

small {
    font-size: 10px;
}

small.form-alert.text-danger {
    font-size: 13px;
}

.radio-buttons {
    display: flex;
    gap: 10px;
}

.radio-buttons input[type="radio"] {
    display: none;
}

.radio-buttons label {
    padding: 1px 16px;
    font-size: 13px;
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-buttons input[type="radio"]:checked+label {
    color: #000;
    font-weight: 600;
    border: 2px solid var(--primary);
}

.radio-buttons .form-check {
    padding-left: 0 !important;
    margin-right: 0 !important;
}

.shadowed-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.common-card {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: var(--white);
}

.common-card.price,
.common-card.number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    background: var(--primary);
}

.number {
    background: var(--green);
}

.common-card.price h3,
.common-card.number h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    font-family: sans-serif;
    color: var(--white);
}

.price i {
    color: #9988ff;
}

.common-card.price span,
.common-card.number span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--white);
}

.number i {
    color: #8de6a0;
}

.common-card.price i,
.common-card.number i {
    font-size: 35px;
}

/* Put in your app.css (or <style> in the Blade) */
.lw-container {
    position: relative;
}

.lw-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    /* transparent white */
    backdrop-filter: blur(1px);
    /* optional */
    z-index: 40;
}

.lw-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    /* center */
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    animation: lw-spin .8s linear infinite;
    z-index: 41;
}

@keyframes lw-spin {
    to {
        transform: rotate(360deg);
    }
}

/* remove default text labels */
.slick-prev,
.slick-next {
    font-size: 0;        /* hide text "Previous"/"Next" */
    line-height: 0;      
    background: none;    /* remove default button background */
    border: none;        /* remove borders */
    outline: none;       /* remove outline */
    width: 40px;         /* size of button */
    height: 40px;
    z-index: 10;         /* keep arrows above slider */
}

/* set custom icons */
.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free"; /* or any icon font */
    font-weight: 900;
    font-size: 20px;
    color: #898989 !important;
    line-height: 40px;
    opacity: 1;
}

/* left arrow */
.slick-prev:before {
    content: "\f137";  /* Font Awesome left chevron */
}

/* right arrow */
.slick-next:before {
    content: "\f138";  /* Font Awesome right chevron */
}

@media screen and (min-width: 1024px) {
  .hmcats .hcat img {
    height: 70px;
  }

  .hmcats .hcat {
    margin-right: 50px;
  }
}