/*
** home styles - English
*/

/* Hero Section */
.hero-container {
    flex-direction: row;
}

.icons {
    left: unset;
    right: 22px;
    flex-direction: row;
}

.avatars {
    right: unset;
    left: 50px;
    margin-bottom: -20px;
}

.avatars img {
    margin-right: -10px;
    margin-left: unset;
}

.buttons {
    margin-left: 15px;
}

.text-section h1 {
    margin-left: 10px;
}

.buttons button {
    margin-right: 10px;
    margin-left: unset;
}

/* Filter Bar */
.filter-bar .filter-item:not(:first-child)::after {
    right: 0;
    left: unset;
}

.filter-bar .filter-item select {
    direction: ltr;
}

/* Property Types */
.star {
    margin-left: 1px;
    margin-right: unset;
}

/* Container 3 - Features */
.container3 {
    direction: ltr;
}

.header h2::before {
    right: -25px;
    left: unset;
}

.header h2::after {
    right: -10px;
    left: unset;
}

/* Container 4 - About Section */
.about-section {
    flex-direction: row;
}

.image-left {
    right: -13px;
    left: unset;
    transform: scaleX(-1);
}

.image-right img {
    left: 0px;
    right: unset;
    transform: scaleX(-1);
}

.stat-item {
    flex-direction: row;
}

.stat-item img {
    margin-right: 17px;
    margin-left: unset;
}

/* Testimonials */
.testimonial-right-column {
    padding-right: 20px;
    padding-left: unset;
}

.testimonial-left-column {
    padding-left: 20px;
    padding-right: unset;
}

.testimonial-heading {
    text-align: left;
}

.testimonial-subheading {
    text-align: left;
}

.customer-avatar {
    margin-right: 50px;
    margin-left: unset;
}

/* App Banner */
.banner-content {
    padding-left: 15px;
    padding-right: unset;
    direction: ltr;
    text-align: left;
}

.download-buttons {
    justify-content: flex-start;
    direction: ltr;
}

.app-button img {
    margin-left: 8px;
    margin-right: unset;
}

.app-store img {
    margin-left: 15px;
    margin-right: unset;
}

.google-play img {
    margin-left: 20px;
    margin-right: unset;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .image-left {
        right: -20px;
        left: unset;
    }

    .image-left img {
        margin-right: -75px;
        margin-left: unset;
    }
}


/* location selector */
.custom-location-selector {
    direction: ltr;
}


.location-dropdown {
   right: unset;
    left: -60px;
    direction: ltr;
}

.location-search input {
    padding-left: unset;
    padding-right: 90px;
    text-align: left;
}

.location-button {
    left: unset;
    right: 5px;
}

.location-badge {
    margin-right: unset;
    margin-left: 8px;
}


/* price selector */
.custom-price-selector {
    direction: ltr;
}

.price-dropdown {
    right: unset;
    left: -110px;
    direction: ltr;
}

/* type selector */
.custom-type-selector {
    direction: ltr;
}

.type-dropdown {
    right: unset;
    left: -100px;
    direction: ltr;
}

/* interests selector */
.custom-interests-selector {
    direction: ltr;
}

.interests-dropdown {
    right: unset;
    left: -105px;
    direction: ltr;

}
