.navbar {
    margin-left: 0px;
    /* margin-bottom: 16px; */
}

.nav-link {
    color: #000000 !important;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.continer {
    flex: 1;
    /* margin-left: 57px; */
    /* margin-top: 34px; */

    /* Adjust as needed based on your layout */
}

.fa-compass {
    font-size: 2rem;
    color: #fe424d;
}

.card {
    display: flex !important;
    flex-direction: column !important;
}

/* ---------------------- */
.row a {
    text-decoration: none;
    width: clamp(10rem, 100%, 20rem);
    /* margin-right: 20px; */
}

.btn {
    width: 5rem !important;
}

/* card effect */
.card-img-overlay {
    opacity: 0;
}

.card-img-overlay:hover {
    opacity: 0.2;
    background-color: rgba(255, 255, 255, 0.4);
}

.btn {
    background-color: #000000 !important;
    border: none !important;
}

.show-btn {
    background-color: #fe424d !important;
    border: none;
}

.btn:hover {
    background-color: #3c3c3c !important;
}

.show-btn:hover {
    background-color: #cc343e !important;
}

.row {
    --bs-gutter-x: 0.rem !important;
}

.show-img {
    object-fit: cover !important;
    height: 40vw !important;
    max-height: 26rem;
    /* width: 40rem !important; */
    border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}

/* delete btn */
.delete-btn {
    justify-content: space-evenly;
    display: flex;
}

#mb-3 {
    margin-bottom: 0.2rem !important;
}

#btn-success {
    background-color: #198754 !important;
}

.container-fluid {
    max-width: 90%;
}

.continer-footer {
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    bottom: 0;
    border-top: 1px solid rgb(199, 196, 196);
}

.rap2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
    background-color: white;
    z-index: 1;
    position: sticky;
    top: 3.7rem;
}

.rap {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filters {
    gap: 0.7rem;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    /* margin-top: 50px; */
    /* width: 60vw; */
    /* margin-top: 50px; */
    padding: 1rem 40px 1rem 40px;
    display: inline-flex;
    overflow-x: auto;
    align-items: center;
    /* justify-content: center; */
    overflow-x: auto;
}

.filters::-webkit-scrollbar {
    display: none;
}

.filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2rem;
    /* border: 1px solid black; */
    opacity: 0.5;
}

.filter.active {
    opacity: 1;
}

.filter:hover {
    opacity: 1;
    cursor: pointer;
}

.filter:active {
    color: red;
}

.filter p {
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.text-togule {
    margin: auto !important;
    border: 1px solid black;
    border-radius: 15px;
    height: 3.25rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-switch {
    width: max-content;
}

#Link {
    text-decoration: none;
    font-size: clamp(0.2rem, 3vw, 0.8rem);
    color: black;
}

#Explore {
    display: none;

}



@media screen and (max-width: 696px) {
    .row a {
        width: clamp(19rem, 90vw, 38rem) !important;
        margin-right: 0px !important;
    }

    .card {
        width: clamp(19rem, 90vw, 38rem) !important;
        margin: 0 !important;
    }

    .text-togule {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .filters {
        width: 100vw;
        padding: 1rem 0.5rem 1rem 0.5rem;
        display: flex;
    }

    .rap {
        display: flex;
        /* flex-direction: column; */
        padding: 0px;
    }

    #Explore {
        display: block;
    }

    /* .ms-auto {
        margin-left: 0 !important;
    } */

    #navbar-1 {
        display: none;
    }

    #nav-item {
        align-items: flex-start !important;
    }

    li#nav-item {
        /* margin-left: 0 !important; */
    }
}

/* -----------------------------------Hover property--------------------------------------- */


.drop {
    cursor: pointer;
    margin-bottom: 0px !important;
    /* transition: all 5s ease-in; */

}

.nav-link:hover {

    color: #fe424d !important;
}

.navdrop2 .drop:hover {
    color: #fe424d !important;
}

/* ---------------------------------------- End ------------------------------------------------ */

.dropdown {
    display: none;
    position: absolute !important;
    top: 100%;
    right: 5vw;
    background-color: #e7e7e7;
    padding: 10px;
    z-index: 1;
    /* transition: all 5s ease-in; */
    width: max-content;
    height: 9rem;
    border-radius: 0.7rem;

    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%); */
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(205 205 205 / 50%) 100%);
    /* -webkit-backdrop-filter: blur(10px); */
    backdrop-filter: blur(2px);
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.134);
}

.drop:hover+.dropdown {
    /* display: block; */
}

.navdrop {
    display: none;
}

.navdrop2 {
    border-radius: 1rem;
    padding: 0.7rem;
    border: 1px solid;
}

@media screen and (max-width: 767px) {

    /* .drop:hover+.dropdown {
        display: none;
    } */
    .navbar-nav {
        align-items: unset !important;
    }

    .container-fluid {
        max-width: 100%;
    }

    .navdrop2 {
        display: none;
    }

    .navdrop {
        display: block;
    }

    .navbar-nav>div:nth-child(2) {
        order: 1;
    }

    .navbar-nav>li:nth-child(1) {
        margin-left: 1.2rem;

        order: 2;
    }

    .navbar-nav>li:nth-child(3) {
        margin-left: 1.2rem !important;
        order: 3;
    }

    #navbarNav {
        margin: 5px;
        border-top: 1px solid #cccbcb;
        padding-top: 0.7rem;
    }

    #nav-item {
        gap: 0rem !important;
    }


}



#nav-item {
    gap: 1rem;
}



.Show_page {
    margin: auto;
    max-width: 1024px;
    padding: 2rem;
}

.Show_page h2 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: clamp(16px, 2.5vw, 2rem);
}

.page_continar {
    margin: auto;
    width: auto;
    /* max-width: 30rem; */
}

.img_box {
    display: flex;
}

.img_1 {
    width: 100%;
}

.img_2 {
    width: 20%;
}

.img_box2 {
    max-height: 26rem;
    height: 40vw !important;
    margin-left: 0.2rem;
    gap: 0.2rem;
    /* height: 46vh; */
    flex-direction: column;
    display: flex;
    /* height: auto; */
    width: 50%;
}

.box_img {
    object-fit: cover;
    overflow: hidden;
    height: 50%;
    width: 100%;
    /* border-radius: 0 0.5rem 0.5rem 0; */
}

.price_card {
    border: 1px solid rgba(0, 0, 0, 0)55, 255, 255;
}

.data_continer {
    gap: 3rem;
    padding-top: 2rem;
    display: flex;
}

.price_card {
    min-width: 15rem;
    border-radius: 1rem;
    flex-direction: column;
    display: flex;
    box-shadow: 0 3px 18px 0px #00000033;
    height: fit-content;
    width: 30%;
    padding: 0.8rem;
}

.data_continer p {
    color: #000000b8 !important;
    /* margin-top: 1rem;
    font-size: 1.5rem; */
}

.page_data2 {
    align-items: baseline;
    gap: 2rem;
    display: flex;
}

.review {
    margin: auto;
    padding: 2rem;
    width: 100%;
    max-width: 1024px;
}

.review_Continer {
    gap: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.rating {
    display: flex;
    flex-direction: column;
}

.reviewData {
    max-width: 20rem;
    margin-right: 2.5rem;
    width: 39%;
}

.Review_input {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    padding: 2rem;
}

@media screen and (max-width: 600px) {
    .data_continer {
        flex-direction: column;
    }

    .img_box {
        flex-direction: column;
    }

    .img_box2 {
        display: none;
        width: 100%;
        margin-left: 0;
    }

    .img_1 {
        width: 100%;
    }

    .img_1 img {
        border-radius: 0.5rem !important;
    }

    .img_2 {
        width: 100%;
    }

    .page_data {
        width: 100%;
    }

    .price_card {
        margin: auto;
        max-width: 20rem;
        width: 100%;
    }

    .reviewData {
        flex-direction: column;
        display: flex;
        margin-right: 0;
        max-width: 20rem;
        flex: 0 0 auto;
        border-radius: 0.5rem;
        border: 1px solid black;
        padding: 0.5rem;
        width: 100%;
    }

    .review_Continer {
        flex-wrap: nowrap;
        gap: 2rem;
        margin-top: 2rem;
        display: flex;
        overflow-x: auto;
    }

    .delete-btn {
        gap: 1rem;
        justify-content: left;
        display: flex;
    }

    .rating {
        height: 100%;
        /* display: flex;
        flex-direction: column; */
    }

    .review_Continer::-webkit-scrollbar {
        display: none;
    }

    @media screen and (max-width: 400px) {
        .Show_page {
            padding: 0.6rem;
        }

        .show-img {
            height: 56vw !important;
        }
    }
}

.listingdata {
    justify-content: center;
    /* align-items: center; */
    /* margin: auto; */
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.dropdown {
    display: none;
}

.taxe-icon {
    display: none;
}

/* @media (min-width: 767px) {
    .navbar-expand-md .navbar-nav {}

} */


#filterbtn {
    padding: 1rem;
    border-radius: 0.7rem;
    border: 1px solid black !important;
    color: black;
    background-color: white !important;
    width: auto !important;
    display: flex;
    margin-left: 1rem;
    align-items: center;
    gap: 0.4rem;
}

@media screen and (max-width: 856px) {}