
nav{
    background-color: rgb(255, 240, 220);
   
}
.navbar-nav>a{
margin: 0 30px;
color: black;
font-weight: 430;

}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
}
.navbar-nav>a:hover{
    transition: 0.4s;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 4px solid ;
    color: black;
    background-color: rgba(255, 255, 255, 0.959);
    box-shadow: 3px 3px 5px rgba(53, 51, 51, 0.13);
} 





.contact-top{
    text-align: center;
    color: white;
    background-color: rgb(20, 19, 18);
    padding: 6px 0px;
    
}
.logo-search{
   height: 60px;
    width:100% ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap ;
}
.logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
   
}
.search-login{
    display: flex;
    justify-content: flex-end;
    width: 50%;
   
}
.search-login>div{
    margin:0px 8px ;
}
.search-login button{
    padding:5px 10px;
    border: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.144) ;

}
.logo>img{
    height: 80%;
}


ul>li>a{
    text-decoration: none;
    color: rgb(22, 20, 20);
    padding: 0px 10px;
    border-radius: 5px;
}
ul>li>a:hover{
    transition: 0.4s;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 4px solid ;
    color: black;
    background-color: rgba(255, 255, 255, 0.205);
    box-shadow: 3px 3px 5px rgba(53, 51, 51, 0.13);
}

.product{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
   
}
.head-text{
    font-size: 10px;
    padding:  10px 0;
    text-align: center;
    cursor: pointer;
}
.left
{
    width: 58%;
}
.right{
    width: 36%;
}
.slider{
  
    width: 100%;
    background-color: black;
    border-radius: 4px ;
    
}

i{
    margin: 0;
    padding: 0;
    width: 16px  !important;
    color: rgba(245, 245, 245, 0.726);
}
.inner-slide{
    width: 50%;
    margin: 0 auto;
}
.inner-slide>img{
 width: 100%;
}
.condition{
    display: flex;
    justify-content: space-around;
    
}
h1,h2,h3{
   font-size: 20px !important;
   font-weight: 800  !important;
}
p{
    font: 14px lighter;
}
.details{
    border: 1px solid #002f348e;
    padding: 20px;
}
.price,.seller,.location,.ads{
    border: 1px solid rgb(141, 141, 141);
    margin-bottom: 5px;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
}
.profile{
    width: 70px;
    height: 70px;
    box-shadow: 1px 1px 1px 1px #002f344f;
    border-radius: 100px;
}
.profile>img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: #002f34;
    color: white;
    text-align: center;
    text-decoration: none;
}
/* new changes */

.signup-btn{
    font-size: 80%;
}
/* new changes */
.button:hover{
    background-color:#ffffff ;
    color: #002f34;
    box-shadow: 1px 1px 2px 3px #002f3449;
}
.button:active{
    box-shadow: 1px 1px 2px 3px #002f3449;
}
.sellerr{
    display: flex;
    justify-content: space-around;
}


.lastsearch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    background-color: rgba(146, 166, 212, 0.212);
    padding: 0 20px;
    position: relative;
    border-radius: 10px;
}

.lastsearch>h1 {
    width: 100%;
    padding: 20px 0;
}

.card {
    padding-top: 50px;
    position: relative;
    width: 220px;
    background-color: rgb(251, 251, 248);
    padding: 2px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.192);
    margin-left: 5px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid grey;


}
.feature{
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 5px;
    background-color: rgb(236, 221, 8);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.img-div {
    width: 70%; 
    margin-left:  15%;
    padding: 20px 0;
    min-height: 180px;
    display: flex;
    align-items: center;
    
    
}

.img-div>img {
    width: 100%;
   
}
h3{
padding-bottom:5px ;
font-size: 20px;
color: black;
}

.text {
    border-left: 10px solid rgb(255, 230, 0);
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
    color: rgb(110, 110, 110);
}

/* whatsapp */
/* for desktop */
.whatsapp_float {
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;

	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.322);
    z-index:100;
}

.whatsapp-icon {
	margin-top:6px;
    margin-right: 8px;
    margin-left: 2px;
}

ul>li>a{
    text-decoration: none;
    color: rgb(22, 20, 20);
    padding: 0px 10px;
    border-radius: 5px;
}
ul>li>a:hover{
    transition: 0.4s;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 4px solid ;
    color: black;
    background-color: rgba(255, 255, 255, 0.205);
    box-shadow: 3px 3px 5px rgba(53, 51, 51, 0.13);
}
/*footer */
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: blanchedalmond;
    padding: 30px 0px;
}
.footer-top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    
}
.footer-top>input{
    border: none;
    border-bottom: 1px solid;
    height: 40px;
    
}
.footer-top>input:focus{  
    outline: none;
}
.footer-top>button{
    background-color: white;
}
.footer-links{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.footer-links>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
}
.footer-links>.social-links{
    flex-wrap: nowrap !important;
    display: flex;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}
@media only screen and (min-width:1200px){
    .slider{
       min-height: 250px;

    }

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



}

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

    
    .main{
        background-color: rgba(93, 152, 179, 0.15);
    }


    .login{
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        width: 30%;
        padding: 10px 0;
    }
}
@media only screen and (max-width:768px){

    .login{
        display: flex;
        flex-wrap: nowrap;
        width: 40%;
        padding: 10px 0;

    }
    .login{
        display: flex;
        flex-wrap: nowrap;
        width: 40%;
    }
    .left{
        width: 100%;
    }
    .right{
        width: 100%;
    }
    /* .slider{
        background-image: url("small.png");
        width: 99%;
        margin: 0 auto;
        background-size: cover;
        z-index: -1;
        
    } */
    .sear{display: none;}
    nav{width: 100%;}
    nav>ul{
        width: 100%;
    }

}



@media only screen and (max-width:600px){
    html{min-width: 300px;}


   .logo{
       width: 100px;
       margin: 0;
   }
   .login{
       display: flex;
       flex-wrap: nowrap;
       width: 40%;
   }
  

    .sear,.search{display: none;}
  
    nav>ul{
     display: none;
        
    }

}