.navigation-bar { 
    position: absolute;
}
.navigation-bar:not(.fixed-nav) .group-search {
    /* background: #fff !important; */
    border-radius: 5px;
    padding: 0px 5px;
    border: 1px solid #fff;
    color: #fff;
}
.navigation-bar:not(.fixed-nav) #desktop-menu .group-search #searchcode, .navigation-bar:not(.fixed-nav) #desktop-menu .group-search button {
    color: #fff;
}
.navigation-bar:not(.fixed-nav) #desktop-menu .group-search button:hover {
    color: #333333;
}
.navigation-bar:not(.fixed-nav) #searchcode, .navigation-bar:not(.fixed-nav) #searchcode-mb {
    border-bottom: none !important;
}
.homepage-slider {
    position:relative;
    height: 100vh;
    height: 100svh;
}
.homepage-slider:before {
    position: absolute;
    background: #00000052;
    background: linear-gradient(to bottom, #00000080 0%, transparent 35%, transparent 50%, #00000080 100%);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
.homepage-slider .homepage-slider-img {
    height: 100vh;
    height: 100svh;
    width: 100%;
    object-fit: cover;
}
.search-wrapper {
    /* background: #ffffff45; */
    background: #00000069;
    padding: 20px;
    border-radius: 8px;
}
.search-wrapper select{
    display:none;
}
.slider-item img:not(:first-child){
    display: none;
}
.home-quote {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.home-quote-wrapper {
    position: absolute;
    bottom: 120px;
}
.home-page-moto {
    font-size: 2.5rem;
}
.home-quote h1, .home-page-moto {
    font-weight: 700;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:992px) {
    .search-wrapper {
        background: #ffffff45;
    }
    .homepage-slider {
        height: 600px;
    }
    .homepage-slider .homepage-slider-img {
        height: 600px;
    }
    .home-quote-wrapper {
        padding: 0;
    }
    .home-page-moto {
        font-size: calc(1rem + 1.5vw);
    }
}
@media screen and (max-width:425px) {
    .homepage-slider {
        height: 350px;
    }
    .homepage-slider .homepage-slider-img {
        height: 350px;
    }
}
.home-page-search .property-categ li a {
    padding: 6px 8px;
    color: #fff;
    border: thin solid var(--secondary-bg-color);
    background-color: var(--secondary-bg-color);
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 60px;
    margin-right: 5px;
    justify-content: center;
}
.property-categ {
    justify-content: end;
}
.property-categ input, .property-purpose input{
    display: none;
}
.property-categ label, .property-purpose label {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px;
    min-width: 60px;
    color: #fff;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    background: #00000069;
    /* background: #ffffff45; */
    user-select: none;
    -webkit-user-select: none;
}

.property-categ input:checked + label, .property-purpose input:checked + label {
    background: var(--btn-color);
    color: var(--btn_font);
    user-select: none;
    -webkit-user-select: none;
}
.home-page-search .select2-container {
    text-align: start;
}
.home-page-search .select2-dropdown {
    overflow-x: hidden;
}
.home-page-search .select2-results__option {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.home-page-search .set-48 .select2 .select2-selection {
    height: 48px;
}
.home-page-search #price-pop, .home-page-search #sq-pop, .home-page-search #location-pop, .home-page-search #type-pop {
    line-height: 48px;
    border-radius: 5px;
}
.main-search-item {
    flex: 1;
    border-right: 1px solid #e9e9e9;
    margin-top: 3px;
    position: relative;
}
.main-search-min-item {
    width: 120px;
}
.search-details .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    color: #212529;
    min-width: 120px;
}
.search-details .select-m .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0;
}
.search-details .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #212529;
}
.search-details .select2-search__field::placeholder {
    color: #212529 !important;
}
.search-details .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 100%;
}
.search-details .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    border-radius: 50px;
    cursor: default;
    color: var(--btn_font);
    font-size: 12px;
    float: left;
    line-height: 20px;
}
.search-details .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 60% !important;
}
/* .home-page-search .input-group, input[type="number"] { */
.home-page-search .input-group {
    box-shadow: none !important;
}
.search-details {
    width: 100%;
}
.main-search-btn {
    border-radius: 5px;
    height: 48px;
    width: 48px;
    padding: 0;
} 
.search-fields {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 14px;
}
.button-search {
    position: relative;
}
.flex-main-search-item {
    width: 20%;
}
.flex-main-min-search-item {
    width: 16%;
}
.flex-main-max-search-item {
    width: 30%;
}
ul.select2-selection__rendered {
    max-height: 100px;
    overflow-y: auto !important;
}
.slider-properties .listings-slider-wrapper {
    padding: 0 75px;
}
.slider-properties .listings-wrapper {
    padding-bottom: 20px;
}
.form-newsletter input.form-control {
    border: none;
}
.listings-wrapper .slick-track {
    padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
    /* .input-group, input[type="number"] , .select2 .select2-selection, #price-pop, #sq-pop, #location-pop, #type-pop { */
    .select2 .select2-selection, #price-pop, #sq-pop, #location-pop, #type-pop {
        box-shadow: unset;
        border: unset !important;
    }
}
@media screen and (max-width:992px) {
    .search-details {
        flex-direction: column;
    }
    .property-categ label, .property-purpose label {
        font-size: 14px;
    }
    .flex-main-search-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-main-max-search-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-main-min-search-item {
        width: 20%;
    }
    .search-fields {
        flex-wrap: wrap;
    }
    .search-fields button {
        width: 100%;
    }
    .search-details .select2 .select2-selection {
        min-height: 50px;
    }
    .slider-properties .listings-slider-wrapper {
        padding: 0;
    }
    .listings-wrapper .slick-track {
        padding-bottom: 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .slider-properties .listings-wrapper {
        padding-bottom: 0;
    }
    .slider-properties .listings-slider-btns {
        flex-direction: column;
    }
}
@media screen and (max-width: 425px) {
    .flex-main-min-search-item {
        width: 48%;
        margin-bottom: 15px;
    }
    .flex-main-min-search-item:first-child {
        width: 100%;
    }
    .home-quote {
        flex-direction: column;
        align-items: unset;
        padding-top: 50px;
    }
    .property-categ {
        justify-content: center;
    }
    .property-categ .nav-item {
        margin-bottom: 5px;
    }
    .property-purpose {
        justify-content: center;
    }
}
.searchBox {
    position: absolute;
}
.home-quote > .row {
    flex-grow: 1;
}
.pricepop-details, .sqpop-details, .locationpop-details, .typepop-details {
    top: auto;
}
.home-page-search .select2-container--open .select2-dropdown {
    min-width: 120px;
}
.home-page-search .select2-results__option {
    white-space: nowrap;
}
@media (max-width:425px) {
    .pricepop-details, .sqpop-details, .locationpop-details, .typepop-details {
        left: 0;
        width: 100%;
    }
    .search-fields {
        justify-content: center;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
                    only screen and (min--moz-device-pixel-ratio: 3),
                    only screen and (-o-min-device-pixel-ratio: 3/1),
                    only screen and (min-device-pixel-ratio: 3)
{ 
    .select2-container .select2-search--inline .select2-search__field {
        width: 100% !important;
        min-width: 100%;
    }
    .flex-main-min-search-item {
        width: 32%
    }
    .group-search {
        display: inline-flex;
    }
    .inner-topbar {
        justify-content: space-between;
    }
    .search-code {
        width: 42%;
        z-index: 9;
    }
}
.oldprice {
    text-decoration: line-through;
    color: #a1a1a1;
}
/* CATEGORIES SECTION */
.categories-box-wrapper {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 18px 3px rgba(0, 0, 0, 0.05);
}
.categories-box-wrapper img {
    position: absolute;
    bottom: -30px;
    right: -30px;
}
@media screen and (max-width: 992px) {
    .categories-box-wrapper img {
        max-width: 120px;
    }
}
/* POPULAR PLACES SECTION */
.popular-places .popular-places-wrapper {
    padding: 0 5px;
}
.popular-places .popular-places-wrapper > .popular-places-item {
    width: 20%;
    padding: 0 5px;
}
.popular-places .box-wrapper {
    height: 550px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.popular-places .box-wrapper a img {
    object-fit: cover;
    height: 100%;
    width:100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}
.popular-places-item .box-wrapper a:hover img {
    transform: scale(1.08);
}
.popular-places .text-places {
    position: absolute;
    bottom: 0px;
    padding: 10px 20px;
    color: var(--white-color);
    z-index: 2;
}
.popular-places .box-wrapper a:before {
    background: #00000026;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    z-index: 1;
}
.popular-places .box-wrapper:hover .text-places {
    transform: translateY(-15px);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.popular-places .box-wrapper:hover a:before {
    background: #00000040;
    position: absolute;
    content: '';
}
@media (max-width: 992px) {
    .popular-places .box-wrapper {
        height: 300px;
    }
    .popular-places .popular-places-wrapper > .popular-places-item {
        width: 50%;
    }
    .popular-places .popular-places-wrapper {
        padding: 0 20px;
    }
}
@media (max-width: 992px) {
    .popular-places .popular-places-wrapper > .popular-places-item {
        width: 100%;
    }
}
/* COUNTERS SECTION */
.counters-section {
    position: relative;
    min-height: 400px;
    color: #fff;
}
.counters-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="); /* 1x1 transparent gif */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.counters-section.bg-loaded::before {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        var(--lazy-bg);
}
.counters-section .box-item {
    padding: 50px 0px;
    background-color: rgb(79 79 79 / 50%);
    border-radius: 8px;
    margin: 10px 0;
    color: #fff;
    cursor: default;
}
.counters-section .box-item .counter {
    display: inline-block;
    transition: transform 0.4s linear;
}
.counters-section .box-item:hover .counter {
    transform: scale(1.15);
}
.counters-section span.counter {
    font-size: 50px;
}
@media screen and (max-width:992px) {
    .counters-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .counters-section .counter {
        font-size: 30px !important;
    }
}
/* WHY US - TESTIMONIALS SECTION */
.why-wrapper .iqi-global-logo {
    height: 40px;
    width: auto;
}
.why-us-text {
    position: relative;
    height: 100%;
    display: flex;
}
.why-us .order {
    position: absolute;
    right: 15px;
    bottom: 45px;
    opacity: 0.1;
}
.why-us .order img {
    height: 120px;
    width: auto;
}
.why-icon {
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 50%;
    top: 25px;
    box-shadow: 0 0 10px var(--black-shadow);
    background: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-icon img {
    height: 50px;
    width: auto;
}
.why-details {
    margin: 0 0 30px 50px;
    padding: 30px 5px 8px 55px;
    background: var(--bg-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 8px;
}
@media screen and (max-width: 992px) {
    .why-us .row {
        margin: 0;
    }
}
.testimonialshome {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
        url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="); /* 1x1 transparent gif */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.testimonialshome.bg-loaded {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),
        var(--lazy-bg);
}
.testimonialshome h2 {
    color: #cbcbcb;
}
.testimonialshome-slider .slick-prev{
    left: 15px !important;
    z-index: 1;
}
.testimonialshome-slider .slick-next{
    right: 15px !important;
    z-index: 1;
}
.testimonial-comment {
    width: 100%;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}
.testimonial-comment h4 {
    font-weight: 600;
}
.testimonial-comment .testimonial-customer {
    font-size: 20px;
    color: #cbcbcb;
}
.testimonial-comment .testimonial-descr {
    color: #fff;
    font-size: 16px;
    padding: 0 50px;
    overflow-wrap: break-word;
    word-break: break-word;
}
.fa-star.checked {
    color: var(--main-red);
}
.fa-star {
    color: #ffffff38;
}
@media screen and (max-width:992px) {
    .testimonialshome {
        padding: 20px 0;
    }
    .testimonial-comment .testimonial-descr {
        padding: 0 40px;
    }
}
/* CONTACT US SECTION */
.contact-us-section {
    position: relative;
    color: #fff;
}
.contact-us-section-wrapper {
    padding-top: 0;
    padding-right: 5.3%;
    padding-bottom: 40px;
    padding-left: 5.3%;
}
.contact-us-section-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="); /* 1x1 transparent gif */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 8px;
}
.contact-us-section-wrapper.bg-loaded::before {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        var(--lazy-bg);
}
.contact-us-form-wrapper {
    background-color: rgb(79 79 79 / 50%);
    border-radius: 8px;
}
.contact-us-section a {
    color: var(--main-red);
}
.contact-us-section a:hover {
    color: var(--btn-color);
}
@media screen and (max-width:992px) {
    .contact-us-section-wrapper::before {
        background-position: left;
        border-radius: 0;
    }
}
/* ARTICLES SECTION */
/* .articles-homepage {
    background: #f9f9f9;
} */
.articles-homepage .article-wrapper:not(:last-child) {
    padding-right: 20px;
}
.articles-homepage .article-inner {
    box-shadow: -1px 2px 14px 0 rgb(225 225 225);
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.articles-homepage .article-img {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.articles-homepage .article-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.articles-homepage .article-wrapper:hover .article-img img {
    transform: scale(1.08);
}
.articles-homepage .article-date {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 14px;
    background-color: #231F20;
    color: #fff;
    border-radius: 5px;
    z-index: 2;
}
.articles-homepage .article-item {
    position: relative;
    background-color: var(--bg-white);
    padding: 50px 30px 30px 30px;
}
.articles-homepage .article-title a {
    color: var(--main-color);
}
.articles-homepage .article-title a:hover {
    color: var(--btn-color);
}
.articles-homepage .article-content {
    line-height: 26px;
}
@media screen and (max-width:992px) {
    .articles-homepage .article-wrapper {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}