.main__logo--img  {
    height: 36px;
    width: auto !important;
}

#wave-person {
    position: absolute;
    bottom: 0;
    transform: scale(2);
}

.abstract-img-headline {
    width: 600px;
    top: 420px;
    z-index: 20;
    right: -160px;
    position: absolute;
}

.bg-overlay-filter {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.392), rgba(45, 17, 17, 0.392));
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
}

.hero__section--bg {
    min-height: calc(100vh - 120px);
}

.main__header {
    height: 66px;
}

.hero__content--title {
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    font-size: 70px;
}

.hero__content--desc  {
    font-size: 16px;
    text-align: left;
}

.hero__section--wrapper {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.headline-btn {
    transition: all ease-in-out 0.2s;
    z-index: 20;
    position: relative;
    height: 60px;
    width: 200px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #c84545;
}

.location__list {
    transition: all ease-in-out 0.2s;
    height: auto !important;
    background-color: rgb(250 250 250);
    border-radius: 0 !important;
}

.location__thumbnail-media {
    text-align: justify;
    font-size: 16px;
    line-height: 130%;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: rgb(250 250 250);
    padding: 50px 30px;
}

.location__list i {
    font-size: 16px;
    color: #c84545;
}

.location__list .location__map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #c8454545;
}

.location__list h3 {
    color: rgb(10 10 10 );
}

.location__list .location__properties--count {
    color: rgb(60 60 60);
}

.location__list.active {
    background-color: rgb(250 250 250);
}

.property__type--icon {
    border-radius: 0 !important;
    padding: 40px;
    height: auto !important;
}

.swiper-pagination-bullet {
    height: 2px !important;
    width: 40px !important; 
    border-radius: 0 !important;
}

.swiper-pagination-bullet::before {
    display: none;
}

.popular__featured--column5 .swiper-slide {
    max-width: 360px;
}

.popular__featured--column5 .swiper-wrapper {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.text-black {
    color: rgb(30 30 30);
}

.swiper__nav--btn {
    height: 40px;
    width: 40px;
    border-radius: 0 !important ;
}

.testimonial__card {
    border-radius: 0 !important;
}

.popular__featured--link {
    border-radius: 0 !important;
}

.popular__featured--link img {
    border-radius: 0 !important;
}

.counterup__inner {
    border-radius: 0 !important;
}

.call__action--container {
    border-radius: 0 !important;
}

.call__action--inner {
    border-radius: 0 !important;
}

#scroll__top {
    border-radius: 0 !important;
    height: 40px;
    width: 40px ;
    bottom: 20px;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.testimonial__author--thumbnail {
    height: 40px;
    width: 40px;
    background-color: rgb(200 200 200);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__menu--link::before {
    display: none;
}

@media only screen and (max-width: 991px) {
    .location__step {
        width: 100%;
    }

    .location__inner {
        flex-direction: column;
    }

}

    .add__listing--btn span {
        display: block !important;
    }
 