.page-line-path {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px 0;
}

.page-line-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 87px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #ffffff;
}

.blog-padding {
    padding: 60px 0 50px 0;
}

.page-line-title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.page-line-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}

.page-line-filter-h3 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-line-filter-h3 p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
}

.page-line-filter-h3 span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
color: #FFFFFF80;

}

.page-line-filter-links {
    display: flex;
}

.page-line-filter-links a {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* flex: 1; */
    width: 98.619995px;
    height: 32px;
    border: 1px solid #41445c;
    padding: 10px 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-line-filter-links-two {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.page-line-filter-links-two a {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* flex: 1; */
    width: fit-content;
    height: 32px;
    border: 1px solid #41445c;
    padding: 10px 20px 10px 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-line-filter-links-two a:hover {
    background: #2dd98f;
}

.page-line-filter-links-ctive {
    color: #080b18 !important;
    background: #2dd98f;
}

.page-line-filter-links-two-img {
    margin: 0 5px 0 0;
}

.page-line-filter-links-two select option {
    background: black !important;
}

.page-line-filter-links-two select {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* flex: 1; */
    width: 170px;
    height: 32px;
    border: 1px solid #41445c;
    padding: 0 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.page-line-filter-links-two label {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #ffffff;
}

.filter-links-two-img {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    filter: brightness(0) invert(1);
}

.property-filter {
    position: relative;
}

.property-filter input {
    width: 500px;
    height: 48px;
    border-radius: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 10px 40px 10px 50px;
}

.property-filter-select {
    position: relative;
    width: fit-content;
}

.property-filter-img {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.property-filter-img-two {
    width: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.property-filter-select select {
    height: 48px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #7bd6ff;
    padding: 0 30px 0 10px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    cursor: pointer;
    width: 140px;
}

.property-filter-box {
    display: flex;
    justify-content: space-between;
}

.property-filter-two {
    display: flex;
    gap: 13px;
    position: relative;
}

.property-filter-button {
    width: 149px;
    height: 48px;
    min-width: 48px;
    border-radius: 3px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #080b18;
    background: #2dd98f;
}

.filter-badge {
    background: #2dd98f;
    position: absolute;
    top: -8px;
    right: 5px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 0 5px;
    text-transform: uppercase;
    border-radius: 4px;
    color: white;
}

.list-unstyled {
    border-bottom: 1px solid #b3b3c0;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.widget-two-one {
    width: 50%;
}

.widget-two-two {
    background: #705846;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.widget-two {
    display: flex;
    overflow: hidden;
}

.widget-three img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.blog__item-property {
    display: flex;
    border-radius: 10px;
    background: #0b1449;

    /* height: 396px; */
}

.blog__item-property-one-img-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog__item-property-one,
.blog__item-property-two {
    width: 50%;
    overflow: hidden;
}

.blog__item-property-one {
    position: relative;
}

.Favorite-green,
.location-green {
    position: absolute;
    z-index: 999;
    width: 40px;
}

.Favorite-green {
    top: 7px;
    right: 10px;
}

.location-green {
    bottom: 20px;
    right: 20px;
}

.blog__item-property-two {
    align-items: center;
    background-position: center calc(100% + 1px);
    padding: 40px 15px;
    background-repeat: no-repeat;
}

.blog__item-property-two-img {
    border: 1px solid #e3e3e3;
    border-radius: 4px;

    width: 72px;
}

.blog__item-property-one .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 50%;
    background-color: white !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.blog__item-property-one .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background-color: white !important;
    opacity: 1 !important;
}

.blog__item-property-two-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.blog__item-property-two-box p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0%;
    margin: 0;
    text-transform: uppercase;
    color: #b78a00;
}

.blog__item-property-two-title {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.blog__item-property-two-box-two {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.blog__item-property-two-box-two-one {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}

.blog__item-property-two-box-one {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.box-two-p-one {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0%;
    color:  var(--color-primary);
}

.box-two-p-two {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #ffffff;
}

.blog__item-property-two-box-three {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #707070;
}

.location-property-two-box-three {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-two-box-four {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 0;
}

.property-two-box-four .img-four {
    width: 35px;
}

.location-property-two-box-three p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #b3b3c0;
}

.property-two-box-four p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #b3b3c0;
}

.property-two-box-five {
    padding: 10px;
    border: 1px solid #737373;
    border-radius: 5px;
    background: #0c144b;
    margin: 80px 0 0 0;
    display: flex;

    justify-content: space-between;
}

.property-two-box-five-two {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.property-two-box-five-two a {
    min-width: 36px;
    border-radius: 3px;
    border-width: 1px;

    background: #ffffff;
    border: 1px solid #8c84cc;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: black;
    padding: 5px 5px 5px 5px;
    display: flex;
    width: fit-content;

    align-content: center;
    align-items: center;
}

.property-two-box-five-one-img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 2px solid #2dd98f;
    background: white;
    display: flex;
}

.property-two-box-five-one-img img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;


    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;

}

.property-two-box-five-one {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.property-two-box-five-one-name p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

.property-two-box-five-one-name h4 {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff80;
}

.img-slider-count {
    padding: 2px 6px;
    border-radius: 4px;
    background: #000000b2;
    display: flex;
    width: fit-content;
    gap: 5px;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    align-items: center;
}

.img-slider-count img {
    width: 16px;
}

.img-slider-count P {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

.budge-three-div {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    flex-direction: column;
    gap: 5px;
}

.budge-three-div p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #ffffff;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 4px;
}

.budge-three-div p:nth-child(1) {
    background: #00a663;
    color: white;
}

.budge-three-div p:nth-child(2) {
    background: #3a307f;
    color: white;
}

.budge-three-div p:nth-child(3) {
    background: #ffffffe5;

    color: black;
}

.dropdown-dialog {
    position: absolute;
    width: 400px;
    background: #000;
    border-radius: 5px;
    border: 1px solid #c1c7de;
    padding: 20px;
    display: none;
    z-index: 100;
    top: 60px;
    right: 100px;
}

.dropdown-dialog.active {
    display: block;
}

.dropdown-dialog.active-Area {
    display: block;
}

.dropdown-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;





    
}

.dropdown-options button {
    background: transparent;
    border: 1px solid #c1c7de;
    color: #ebf7fd;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-options button:hover,
.dropdown-options button.active {
    background: #c1c7de;
    color: #000;
}

.price-dropdown {
    height: fit-content;
    background: black;
    color: white;
}

.Price-button {
    height: 48px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(123, 214, 255);
    border-image: initial;
    padding: 0px 30px 0px 10px;
}

.filter-button {
    height: 48px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(123, 214, 255);
    border-image: initial;
    padding: 0px 30px 0px 10px;
}

.black-dropdown {
    position: relative;
}

.black-dropdown img {
    filter: brightness(0) invert(1);
}

.dropdown-dialog-content {
    display: flex;
    gap: 10px;
}

.dropdown-dialog-content-one,
.black-dropdown-one {
    width: 50%;
}

.amenities-box {
    height: 200px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}

.amenities-box label {
    border: 1px solid #c1c7de;
    display: flex;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 5px;
    align-content: center;
    align-items: center;
    width: fit-content;
    gap: 6px;
    flex-wrap: wrap;

    height: fit-content;
}

.amenities-box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: none;
    border: 2px solid #2dd98f;

    width: 25px;
    height: 25px;
    cursor: pointer;
}

.amenities-box input[type="checkbox"]:hover {
    background-color: #2dd98f4d;
}

.amenities-box label:hover {
    background-color: #2dd98f4d;
}

.amenities-box input[type="checkbox"]:checked {
    background-color: none;
}

.amenities-box input[type="checkbox"]:checked::before {
    content: "✓";
    color:  var(--color-primary);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-dialog p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff80;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-dialog h1 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:  var(--color-primary);
    text-align: center;
    padding: 20px 0;
}

.filters-secroll-box {
    height: 300px;
    overflow-y: scroll;
    width: 100%;
    padding: 0 20px;
}

.More-FIlters-div {
    padding: 0 20px;
    width: 600px;
}

.back-filter-img {
    max-width: 50px;
    width: 50px;
}

.back-filter-box {
    display: none;
}

/* Selecting Currency */

.custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    width: 100%;
}

.selected-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;

}

.crypto-icon {
    width: 24px;
    height: 24px;
}

.arrow-down {
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
}

.dropdown-options {
    display: none;
    flex-direction: column;
    background-color: #0D0D28;
    border: 1px solid #5A5A89;
    position: absolute;
    width: fit-content;
    z-index: 1000;
    margin: 20px 0 0 -13px;
    border-radius: 6px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #1E1E3F;
}


.drop-item-ctypto{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;

}



/* ///////////////////////  */
.grid-left-side-one {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1429px) {
    .property-filter-box {
        flex-direction: column;
        gap: 20px;
    }

    .blog__item-property-two-box-one {
flex-direction: column;
align-items: flex-start;
}

    .property-filter-two {
        flex-wrap: wrap;
    }

    .blog__item-property-one,
    .blog__item-property-two {
        width: 100%;
    }
}

@media (max-width: 986px) {

    /* .property-filter {
        position: fixed;
        top: 12px;
        z-index: 9;
        right: 0;
        left: 0;
        width: 50%;
        margin: auto;
    } */
    /* .property-filter input {
        width: 100%;
        background: #0d0d17;
        border: 1px solid #8fe4f880;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
    } */
    .blog-padding {
        padding: 20px 0 20px 0;
    }

    .pt-130 {
        padding-top: 50px;
    }

    .page-line-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.03px;
        vertical-align: middle;
        text-transform: capitalize;
        margin: 20px 0;
    }

    .property-filter input {
        width: 100%;
    }

    .property-filter-two {
        overflow-y: auto;
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
        height: 70px;
    }

    .property-filter-box button {
        width: 150px;
    }

    .property-filter-button {
        min-width: 107px;
    }

    .property-filter-img-two {
        display: flex;
    }

    .filter-button {
        height: fit-content;
        width: 50px !important;
        background: none;
        border-width: 0;
        border-style: solid;
        border-color: none;
        border-image: none;
        padding: 0;

        position: fixed;
        top: 37px;
        z-index: 8;
        right: 5%;
    }

    .filter-button span {
        display: none;
    }

    .filter-button img {
        width: 50px;
    }

    .dropdown-dialog {
        position: fixed;
        width: 100%;
        background: #000;
        border-radius: 5px;
        border: 1px solid #c1c7de;
        padding: 20px;
        display: none;
        z-index: 100;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        top: auto;
        /* height: fit-content; */
        height: 80%;
    }

    .More-FIlters-div {
        width: 100%;
    }

    .page-line-filter-links,
    .mobile-view {
        display: none;
    }

    .page-line-filter-links-two label {
        display: none;
    }

    .page-line-filter-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-line-filter-links-two select {
        width: 120px;
    }

    .back-filter-box {
        width: 100px;
        display: flex;
    }

    .blog__item-property {
        flex-direction: column;
    }

    .box-two-p-one {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .blog__item-property-two-box-three {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
}

@media (max-width: 900px) {
    .property-filter-model {
        width: 100% !important;
    }

    .blog__item-property-two-img {
        display: none;
    }


    .grid-left-side {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;




    }


.filters-secroll-box {
    height: 371px;
}


    
.blog__item-property-two-box-one {
flex-direction: row;
    align-items: center;
}
}




@media (max-width: 750px) {
    .property-two-box-five-one-name p {
max-width: 86px;
    }
    .property-two-box-five-two a {
        height: 39px;
    }

    .property-two-box-five-two {
        align-items: center;
    }
}