
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/*===============
***General Styling 
===============*/




/*======================/
***** Home page 1 
======================*/
/*-- page loader ----*/

.transparent .searches form.active input {
    background: #fff none repeat scroll 0 0;
    color: #3e3f5e;
}
.searches {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    width: 400px;
	margin-top: 5px;
}
.searches > form {
    display: inline-block;
    position: relative;
    width: 100%;
}
.searches input {
    border: 1px solid #e1e8ed;
    border-radius: 30px;
    padding: 10px 20px 10px 43px;
    width: 100%;
	transition: 0.1s ease 0s;
}
.searches > form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: inherit;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 8px;
}
.searches input:focus,
.searches > form.active > input{
	border: 0 none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
}
.cancel-search {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    visibility: hidden;
    width: 30px;
	transition: all 0.2s linear 0s;
}
.cancel-search:hover {
    background: #e6e6e6 none repeat scroll 0 0;
    transform: scale(1.1);
}
.searches > form.active .cancel-search {
    opacity: 1;
    visibility: visible;
}
.searches > form.active button {
    opacity: 0;
    visibility: hidden;
}
.searches > form.active input {
    padding-left: 15px;
}
.recent-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 10px;
    position: absolute;
    top: 98%;
    width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s ease 0s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.recent-search.active{
	opacity: 1;
	visibility: visible;
}
.recent-searches {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.so-history {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    width: 100%;
}
.so-history > li {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 100%;
}
.searched-user {
    display: inline-block;
    width: 100%;
}
.trash {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
	color: #b2b2be;
}
.searched-user > figure {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.searched-user > figure img {
    border-radius: 100%;
	max-width: 35px;
}
.so-history > li:hover {
    background: #e4eef4 none repeat scroll 0 0;
}
.so-history > li:last-child {
    margin-bottom: 0;
}
.transparent .searches input {
    background: rgba(5, 10, 40, 0.7) none repeat scroll 0 0;
    color: #fff;
	border-color: #050a28;
}
/*--- home4 parallex section ---*/