#nav:hover{
    background-color: white;
}

#top{
    position: fixed;
    width: 100%;
    z-index: 3;
    /* border: 1px solid; */
}

#filter{
    border: 1px solid;
}

#cont{
    /* border: 1px solid; */
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2%;
    padding-top: 10%;
    width: 97%;
    margin: auto;
}

#cont>div>img{
    width: 100%;
    display: block;
}

#cont>div>div{
    display: flex;
    justify-content: space-between;
}
#cont>div>div>p{
    font-size: 70%;
    color: grey;
    line-height: 0em;
}

#cont>div>div>a{
    font-size: 75%;
    color: grey;
    line-height: 1.7em;
    text-decoration: none;
}

@media screen and (min-width: 400px) and (max-width:700px){
    #cont{
        /* border: 1px solid; */
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2%;
        padding-top: 15%;
        width: 97%;
        margin: auto;
    }
}

@media screen and (min-width: 0px) and (max-width:399px){
    #cont{
        /* border: 1px solid; */
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 2%;
        padding-top: 50%;
        width: 93%;
        margin: auto;
    }
}
#nav{
    position:static;
}

#bottomsec{
    margin-top: 50%;
}
#fil{
    /* border: 1px solid black; */
    width: 90%;
    margin: auto;
    margin-top: -2%;
    text-align: end;
}
#rang{
    -webkit-appearance: none;
    appearance: none;
    height: 1px;
    background: black;
    outline: none;
}

#rang::-webkit-slider-thumb{
    appearance: none;
    background: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#filter{
    background-color: white;
    font-size: 75%;
    border-color: black;
    color: grey;
    padding: 0.5%;
}

#fmenu{
    border: 1px solid white;
    width: 30%;
    margin-left: auto;
    padding-right: 2%;
    margin-top: -7%;
    background-color: white;
    position: relative;
    display: none;
}

#fmenu img{
    opacity: 70%;
}
#fmenu>div{
    /* border: 1px solid; */
    /* width: 30%; */
    height: 4%;
    /* margin-left: auto; */
    /* margin-top: %; */
    background-color: white;
    /* position: relative; */
    padding: 1%;
    padding-left: 0px;
}

#fmenu>div:nth-child(2){
    padding-right: 5%;
    height: 70vh;
    overflow: scroll;
}

#fmenu>div>div{
    /* border: 1px solid; */
    cursor: pointer;
    height: 20px;
    display: flex;
    margin-top: 5%;
}
#fmenu img{
    height: 100%;
    display: block;
    margin-left: auto;
}

#fmenu p{
    margin-top: 2px;
}
.fdiv{
    margin-top: 2%;
}
.fdiv>p{
    font-size: 80%;
    color: grey;
}

.fdiv1{
    position: fixed;
    width: 30%;
    cursor: pointer;
}
#fmenu>div:nth-child(2){
    margin-top: 15%;
    padding-left: 3%;
}

#fmenu>div>div:nth-child(2),#fmenu>div>div:nth-child(4){
    display: none;
    grid-template-columns: repeat(2,1fr);
    height: max-content;
    /* width: min-content; */
    margin: auto;
    margin-top: 3%;
    /* gap: 10%; */
}
#fmenu>div>div:nth-child(4)>p{
    /* width: min-content; */
    padding: 3%;
    margin: auto;
    width: 70%;
    text-align: right;
    margin-top: 10%;
    font-size: 80%;
    color: grey;
    cursor: pointer;
}
#fmenu>div>div:nth-child(4)>p:nth-child(1){
    border: 1px solid black;
}
#fmenu>div>div:nth-child(4)>p:nth-child(2){
    border: 1px solid blue;
    /* color: blue; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(3){
    border: 1px solid red;
    /* color: red; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(4){
    border: 1px solid violet;
    /* color: violet; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(5){
    border: 1px solid grey;
    /* color: balck; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(6){
    border: 1px solid brown;
    /* color: green; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(7){
    border: 1px solid purple;
    /* color: green; */
}
#fmenu>div>div:nth-child(4)>p:nth-child(8){
    border: 1px solid pink;
    /* color: green; */
}
#fmenu>div>div:nth-child(2)>p{
    text-align: center;
    font-size: 80%;
    color: grey;
    cursor: pointer;
}