
*{
    --bs-body-color:#383838;
    --main-theme-color:#43555b;
    --color-theme-light:#7dcfd3;
    font-family: "Inter", sans-serif;
}
.font-garamond{
    font-family: "Inter", sans-serif!important;

}

.added-icon{
    height:115px;
}
.index-owner-para{
    color:white;
}
.bg-black-two{
    background: #383838;
}
.language {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding: 15px 0;
}
body{
    color:#383838;
    font-family: "Inter", sans-serif;
}
/* h1,h2,h3,h4,h5,h6, */
.title-one h3,
.color-dark, 
.accordion-style-three .accordion-item .accordion-body p,
.accordion-style-three .accordion-item .accordion-button,
.theme-main-menu .nav-item .nav-link,
.hero-heading,
.card-style-five h5{
    color:#383838;
}

.color-theme-light{
    background-color: var(--color-theme-light);
    color: var(--bs-body-color);
}
.category-section-one.dark-bg,
.footer-four.dark-bg,
#filters-wrapper,
.btn-four,
.theme-details-one .accordion-style-two .accordion .accordion-button::after {
    background-color:#383838!important;
}
.navbar .dropdown-menu .dropdown-item span::before{
    background:var(--main-theme-color)!important;
}

.h2.accordion-header,
.block-feature-thirteen .title-one 
.accordion-item, 
.block-feature-thirteen .title-one h2, 
.block-feature-thirteen .title-one h3, 
.block-feature-thirteen .title-one button, 
.accordion-style-three .accordion-item .accordion-body p,
.accordion-style-three .accordion-item .accordion-button,
.accordion-style-three .accordion-item .accordion-button::after,
.accordion-body li {
    color:#fff;
}

h2.star-shape{
    color: #fff;
}

.property-amenities .bi {
    color:var(--main-theme-color)!important;
}

.btn-eight {
    color:#383838;
    border-color:#383838;
}

.nice-select .current {
    font-size:13px;
}
#property-types li {
    cursor: pointer;
}
#property-types li:not(.active) a:hover {
    color:#fff;
}

.accordion-style-three .accordion-item{
    border-bottom: 1px solid #fff;
}

ul.pagination-two li, ul.pagination-two li a{
    border:none;
}
ul.pagination-two li.active a, ul.pagination-two li a:hover{
    border-radius: 10px;
}

.lang-opt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.lang-opt img {
    width: 30px;
    max-width: unset;
}


.bg-pink-important{
    background: #faf1ec;
}
.px-60{
    padding-right:60px;
    padding-left:60px;
}
.logo-size{
    width:110px;
    
}
.ml-10{
    margin-left:10px;
}
.my-input{
    width: calc(50% - 43px);
    height: 45px;
    border: 1px solid #000;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.pl-20{
   padding-left:20px;
}
.my-divider{
    width: 26px;
    height: 1px;
    background: #000;
    margin: 0 20px;
}
.my-select{
    width: calc(50% - 43px);
    height: 45px;
    border: 1px solid #000;
    border-radius: 7px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.my-select-2{
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff;
    font-size: 17px;
    color:rgba(0,0,0,.5);
    height: 60px;
    padding: 14px 20px;
}
.bg-white{
    background: white;
}
.image-listings{
    height:350px;
}
.my-image{
    opacity:0;
}
.image-container{
    height: 210px;
    max-width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
    margin: 0px 2px -1px 2px !important;
    background: transparent;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    background: #fff;
    transition: all 0.3s ease;
    margin: 0 2px !important;
    -webkit-transition: all 0.3s ease;
}
.swiper-button-next2, .swiper-button-prev2 {
    width: 0px;
    height: 0px;
    bottom: 20px;
    position: absolute;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.swiper-button-prev2 {
    right: auto;
    left: 37.5%;
}
.swiper-button-next2 {
    right: 37.5%;
    left: auto;
}
.more-width{
    width:190px;
}
.z-top {
    z-index: 9999!important;
}
.map-pin {
    display: block;
    width: 20px;
    height: 20px;
    background: #424c81;
    border-radius: 50%;
    border: 2px solid #fff;
}.map-pin.active {
    background: #E52628;
}



#map-prop{
    width: 300px;
    position: absolute;
    right: 0px;
    top: -200px;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
#small-wrapper{
    position:relative;
}
#map-prop h6{
    margin: 0;
    margin-top: 1rem;
    font-weight: 600;
    color: #3A3A40;
}
#map-prop p{
    margin-top: 1rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
#prop-img{
    width: 272px;
    max-height: 200px;
}
#bed-inner{
    display: flex;
    align-items: center;
    gap: 2rem;
}
#bed-inner h4 {
    display: flex;
    align-items: end;
    font-size: 0.9rem;
    gap: 0.5rem;
    font-weight: 700;
    color: #3A3A40;
}
#small-div-left{
    position: absolute;
    bottom: 1.8rem;
    left: 0rem;
    margin: 1rem;  
}

#span-left{
    color: #242854;
    font-weight: bold;
    background-color: rgb(255 255 255 / 66%);
    border-radius: 0.25rem;
    font-size: 0.85rem;
    padding: 0.25rem 0.65rem;
}
.nwa-div-bottom-left {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    margin: 1rem;
}
.white-span-icon {
    color: #242854;
    font-weight: bold;
    background-color: rgb(255 255 255 / 66%);
    border-radius: 0.25rem;
    font-size: 0.85rem;
    padding: 0.25rem 0.65rem;
}
.span-eight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 4rem;
    background-color: rgb(255 255 255 / 85%);
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem;
    padding: 0.35rem 0.65rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #263573;
}
#filters-wrapper{
    z-index:1;
}


@media only screen and (max-width: 991px) {
    #map-wrapper{
        display: none;
    }
    .to-hide{
        display:none;
    }
}
#map{
    height: calc(100vh - 10rem);
    position: fixed;
    width: 100%;
    
}
#map-area{
    position: sticky;
    height: calc(100vh - 10rem);

}
.fixed-height{
    height:250px;
}
.icons-map{
    width: 1.25rem!important;
    max-height: 100%!important;
    border-radius: 0.35rem;
    aspect-ratio: 1.2;
}
.set-height-prop{
    height:675px;
    object-fit: cover;
}
#right-column{
    height: 923px;
    overflow: hidden;
    display: block;
    inset: 0px;

}
.btn-banner{
    padding:0 15px;
}
.btn-banner:hover{
    color:black;
    background:#e4e4e4;
}
.set-height-similar{
    height:185px;
}
.contact-map{
    width:100%;
    height:100%;
}
.pl-50{
    padding-left:50px;
}
.address-banner .skew-line:after,.address-banner .skew-line:before{
    display:none;
}
.padding-20{
    padding:20px;
}
.alert-success,.alert-danger{
    margin-top:40px;
    text-align: center;
}
#select_prop_book{    
    height: 60px;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff;
    font-size: 17px;
    color: #000;
}
.opt-book.selected.focus{
    color: var(--main-theme-color);
    background: rgba(255,103,37,.03);
   
}
.opt-book{
    color:rgba(0,0,0,.5);
}
#contact-form-1 .help-block,#contact-form-2 .help-block ,#contact-form-3 .help-block{
    position: absolute;
    left: 0;
    bottom: -38px;
    font-size: 13px;
    line-height: 20px;
    color: #ff4d44;
}
.my_btn{
    border: 1px solid #000;
    border-radius: 10px;
    transition: all .3s ease-in-out 0s;

}
.my_btn:hover, .mybtn:focus{
    background: var(--main-theme-color);
    border-color:var(--main-theme-color);
    color: #fff;
}
.added-icon-2{    
    height: 50px;
    padding: 5px;
}
.theme-main-menu .nav-item .nav-link{
    font-family: 'Ubuntu', sans-serif;
}
.expl-listings-div{
    color:black;
}
.give-proper-size{
    width:21px;
    height:27px;
}

.my-bg{
    background-color:var(--main-theme-color);
}
.my-bg-2{
    background: var(--main-theme-color)!important;
}
.btn-eight:hover{
    background:var(--main-theme-color);
    border: 1px solid #000;
}
.scroll-top{
    background:#e4e4e4;
    color:black;
} 
.btn-indx-gr:hover{
    color:black;
    background:#e4e4e4;
}
#booking_btn:hover{
   
    background:black;
}
.booking_btn,#submit-btn,#contact_btn{
   /* background: black;*/
}
.booking_btn:hover,#submit-btn:hover,#contact_btn:hover{
    background:#e4e4e4;
    color:black;
}