
/*************************
 * DEFAULTS *
 *************************/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
body {
    font-family: "Quicksand", sans-serif;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #2b323a;
}

a:hover {
    opacity: 0.9;
}

.btn-group {
    box-shadow: none;
    padding-bottom: 4px;
}

.btn .icon {
    color: #657382;
}

.ribbon {
    min-height: 1.4rem;
    font-size: 10px;
    top: 1.75rem;
}

.btn-group label {
    border-radius: 100px;
}

.accordion-item {
    background-color: #ffffff;
    margin-bottom: 10px;
    border-color: #e6e6e6;
}
.accordion-button {
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
}
.accordion-item:first-of-type {
    border-top: 0 !important;
}

.border {
    border-color: #e6e6e6 !important;
}

.noUi-tooltip {
    transform: translateY(10px);
    top: 100%;
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
    height: 25px;
    background: #f6f8fb;
    border: 0;
    font-size: 11px;
    margin-top: 5px;
    border-radius: 6px;
}
.form-check-input:focus,
.noUi-handle,
.noUi-target,
.noUi-target *,
.noUi-target {
    box-shadow: none;
    outline: 0;
    border-color: #e6e6e6 !important;
}

.sidebar .border-bottom {
    border-color: #e6e6e6;
}
.page-link {
    margin-right: 3px;
}

.tooltip {
    padding: 0 !important;
    line-height: 11px;
}

.btn {
    box-shadow: none !important;
}

.features .datagrid-item:hover,
.btn-contact {
    border-color: transparent !important;
}

.slideitems li,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 5px !important;
}
.single-room .btn {
    border-radius: 10px !important;
}

.btn-whatsapp:hover,
.btn-whatsapp {
    background-color: transparent;
}

.features .datagrid-item {
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.features .icon {
    margin-right: 10px;
}

.features .datagrid {
    --tblr-datagrid-padding: 1rem;
}

.rooms-report {
    text-align: center;
    display: block;
    color: #282a37;
    font-weight: 600;
}

.share-buttons .btn:hover,
.share-buttons .btn.active,
.share-buttons .btn.show,
.share-buttons .btn {
    border-radius: 0 !important;
    padding: 0;
    border: 0;
    color: #969da5 !important;
    box-shadow: none;
    background: none;
}

.nobg {
    background-color: transparent;
}

.service-cards .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

/*************************
 * MAP *
 *************************/

.content-left {
    left: -15px;
}

@media screen and (max-width: 992px) {
    .content-left {
        left: 0;
        min-height: 400px;
    }
}

.catalog-toolbar {
    background: #f6f8fb;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    padding-bottom: 20px;
}
.infobox {
    background: white;
    position: relative;
    width: 275px;
}

.infobox img {
    max-width: 100%;
}

.infoBox > img {
    position: absolute !important;
    right: 5px;
    top: 5px;
    cursor: pointer;
    z-index: 5;
}

.infobox .card-body {
    padding: 0 10px 20px 10px !important;
}

.gm-ui-hover-effect {
    z-index: 11;
    background: #ffffff !important;
    border-radius: 0 0 0 5px;
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    opacity: 1 !important;
    width: 25px !important;
    height: 25px !important;
}

.gm-ui-hover-effect span {
    display: block;
    width: 15px !important;
    height: 15px !important;
    margin: 5px !important;
}
.infobox .icon {
    vertical-align: middle;
}

/*************************
 * HEADER *
 *************************/

.topbar {
    font-weight: normal;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
}


.header-search {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    color: #000;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: inline-flex;
    line-height: 21px;
    padding: 9px 20px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: none !important;
}

.contactform .form-control:focus,
.header-search:focus {
    background-color: #ffffff;
    border-color: #aaaaaa;
    outline: 0;
    color: #000;
    box-shadow: none !important;
}

.wishlistbutton:hover {
    border:1px solid #aaaaaa;
}
.wishlistbutton {
    border-color:#e6e6e6;
}


.navbar-brand-image {
    height: 48px;
}

.dropdown-menu {
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.nav-link {
    color: #2b323a !important;
    font-weight: 600;
}

.navbar {
    box-shadow: none;
}

.header-social {
    position: relative;
    display: block;
}

.header-social ul {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.header-social ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-bottom: 0;
}

.header-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    border-radius: 10px;
    color: #2b323a;
}

/*************************
 * SECTIONS *
 *************************/

.section {
    position: relative;
    padding: 60px 0;
}

.section-title {
    font-size: 1.6rem;
}

/*************************
 * FOOTER *
 *************************/

footer {
    z-index: 99;
    font-weight: 500;
    position: relative;
    border: 0 !important;
}

.footer-bottom {
    padding: 0 0 20px;
    font-size: 13px;
}

.foot-socials {
    position: relative;
    display: block;
    margin-top: 1.5rem;
}

.foot-socials ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-socials ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    font-size: 15px !important;
    transition: all ease 0.4s;
    line-height: 1;
    border-radius: 10px;
    opacity: 1 !important;
}

.social-icon {
    font-size: 24px;
    margin-right: 10px;
}

/*************************
 * HERO *
 *************************/

.hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    row-gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero > * {
    z-index: 1;
}

.hero:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero h1 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -1px;
}

.hero-form {
    background-color: #fff;
    border-radius: 0.75rem;
    max-width: 700px;
    padding: 8px;
    width: 100%;
    z-index: 2;
    font-weight: bold;
}

.hero-form .btn svg {
    margin-left: 9px;
    font-size: 12px !important;
}

.hero__popular-searchs {
    color: #fff;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-weight: 600;
    display: flex;
    font-size: 1.125rem;
}

.hero__popular-searchs-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    list-style: none;
    padding: 0;
    display: flex;
}

.hero__popular-searchs-link {
    font-weight: 400;
    color: #fff;
}

.hero__popular-searchs-link:hover {
    text-decoration: underline;
}

.select2-dropdown {
    width: 100%;
    border: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.hero-form .form-select:focus,
.hero-form .form-select {
    border: 1px solid #eee;
    box-shadow: none;
    outline: 0;
    color: #667382;
    text-align: left;
    width: 100%;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f6f8fb;
    color: #2b323a;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    --tblr-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23929dab' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.5625rem 2.25rem 0.5625rem 0.75rem;
    font-family: var(--tblr-font-sans-serif);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--tblr-bg-forms);
    background-image: var(--tblr-form-select-bg-img), var(--tblr-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e5e9ed;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.ts-wrapper.form-select:not(.disabled) .ts-control,
.ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
    background: 0 0 !important;
    box-shadow: none;
    outline: 0;
    height: 45px;
}
.sidebar .widget .icon {
    color: #667382;
    --tblr-icon-size: 18px;
    vertical-align: text-bottom;
}

/*************************
 * ROOMS & LOCATIONS *
 *************************/

.slideitems {
    width: 100%;
}

.slideitems ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.slideitems li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.slideitems li img {
    width: 100%;
    border-radius: 10px;
}

.pagination-card,
.rooms-list .card {
    border-radius: 10px !important;
    border: 1px solid #e6e6e6 !important;
}
.pagination-card {
}
.rooms-list .badge-outline {
    color: #667382;
    background: #fff;
    border: 1px solid #e5e9ee;
    border-radius: 10px;
    padding: 6px 11px;
}
.rooms-list .badge-outline .icon {
    color: #667382;
    --tblr-icon-size: 18px;
}

.rooms-list .badges {
    background: #f6f8fb;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.room-type {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 1;
    background-color: none;
    padding: 0;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0.9;
}

.rooms-list .ribbon {
    top: 5px;
}

.rooms-list .room-type {
    position: relative;
    bottom: 0;
    right: auto;
    left: 0;
    color: #657382;
    z-index: 1;
    background-color: #f6f8fb;
    border-radius: 5px;
    font-size: 11px;
    display: inline-block;
    color: #2b323a;
    padding: 3px;
    border: 1px solid #e6e6e6;
}

.rooms-list .room-type .icon {
   --tblr-icon-size: 18px;
}


.card-footer .btn-icon {
    border-radius: 10px !important;
    color: #667382;
    margin: 5px;
    border: 1px solid #e5e9ee;
}

.card-footer .btn-group {
    border-radius: 20px;
    background-color: #f6f8fb;
    border: 1px solid #e5e9ee;
}

.card-footer .btn-icon:hover {
    border-color: #dadfe5;
}

.carousel-inner img {
    border-radius: 10px;
}

.popular-city-card {
    border-radius: 0.75rem;
    display: flex;
    overflow: hidden;
    position: relative;
}

.room-widget .form-selectgroup-label {
    padding: 1px 8px;
    font-size: 13px;
    border: 1px solid #e6e6e6 !important;
    font-weight: 600;
    box-shadow: none !important;
    color: #667382 !important;
}

.room-widget .form-selectgroup-label:focus,
.form-selectgroup-input:checked + .form-selectgroup-label {
    border: 1px solid transparent !important;
}

.city-card-img {
    aspect-ratio: 200/260;
    background-image: url(../../img/no-image.png);
    background-position: 50%;
    background-size: cover;
    display: flex;
    max-height: 260px;
    width: 100%;
}

.city-card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.popular-city-card__content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 60%, transparent);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    padding: 11px;
    position: absolute;
    right: 0;
    row-gap: 0.3125rem;
    text-align: center;
    top: 0;
}

.popular-city-card__name {
    font-size: 1.125rem;
    font-weight: 700;
}

.popular-city-card__announcment-number {
    font-size: 0.875rem;
}

.popular-cities .swiper {
    padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    .popular-cities {
        margin-right: -16px;
    }
}

.room-table {
    border-top: 1px solid #e6e6e6;
    font-size: 0.875rem;
    margin: 20px 0;
    width: 100%;
}

.room-table tr {
    border-bottom: 1px solid #e6e6e6;
}

.room-table tr th {
    font-weight: 700;
    padding: 12px 0;
}


.page-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer {
    color: var(--tblr-gray-500);
    margin-top: auto;
    display: block;
    unicode-bidi: isolate;
}

.rent-map
{
    position: sticky !important;
    top: 0  !important;
    height: 100vh  !important;
}

@media screen and (max-width: 1024px) {
.rent-map
{
    position: relatice !important;
    top: 0  !important;
    height: 400px  !important;
}
}

