@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
    padding: 0;
    background: #fffbf8;
}
* { 
    margin: 0;
     padding: 0;
     box-sizing: border-box;
     
    }
    .resent-post{
        height: 100px;
        border:1px solid #ccc;
        padding: 12px 20px 12px 40px;
        margin-left:30px;
        position: relative;
        border-radius: 5px;
        width: 94%;
        margin-bottom: 20px;
    background-color: #f3d0d6;
    }
.designer-job{
  display: flex;
}
.member-info{
  padding: 0em .5em;
}
.member-info .senior-designer{
 padding: 1em 0em;
 font-size: 20px;
}

.posted-day{
position: absolute;
bottom:1.5em !important;
left:52em !important;
background-color: black;
color:white;
padding: 1em 3em;
border-radius: 50px;

}

.search-desinger-title{
    padding: 2em;
}
.inspire-list li{
    display: inline-block;
    padding: 0em 2em;
}
.inspire-list{
    padding:4em 1em;

}
.filter-designer .dropdown{
    float: right;
   margin-top:-1.8em !important;
   border:1px solid #ccc;
   margin-right:2em;
   border-radius: 4px;
}

.Halo-Ux{
    height: 450px;
    border:1px solid #ccc;
    padding: 12px 20px 12px 40px;
    margin-left:30px;
    position: relative;
    border-radius: 5px;
    width: 94%;
    margin-bottom: 20px;
    
 
}
.designer-job img{
    width: 40px;
    height: 40px;
 margin-top:30px;
    }

 .member-info{
        padding: .5em 1em;
    }
 .posted{
   padding: 1em 1em 1em 45em;
    }
 .posted .icon, .get-in{
        padding: 1em;
        border:1px solid #ccc;
        border-radius:50px; 
        margin:.2em;
        cursor: pointer;
    }
.accept-new a{
    padding: .5em 1em;
    border:1px solid #ccc;
    border-radius: 50px;
}
.img-tag img{
    width: 250px;
    height: 250px;
    padding-top:3em;

}
.img-tag{
    display: flex;
    justify-content: space-around;
}
.usd{
    padding: 1em;
    font-size:15px;
}
.searchDesign-center{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.designer-search img{
    width: 250px;
    height: 250px;
    padding: 2em;
}
.project-search{
    font-size: 40px;
}
.unlock-designer{
    line-height: 2;
    font-size:20px;
    padding: .2em 4em;

}
.view-designer{
    padding: 1em 8em;
    border:1px solid #ccc;
    border-radius: 50px;
    color:white;
    background-color: black;
    cursor: pointer;
    box-shadow: 3px 2px 3px 2px #f1bdbd;
}
.view-designer:hover{
    opacity: .8
}
.all-designer{
    padding: 1.5em;
}
