.header-home{
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: rgb(10, 10, 10);
    margin: 0;
}
.header-profile{
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: white;
    margin: 0;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.08);
}
.worf-header{
    text-align: center;
    position: absolute;
    top: 30px;
    width: 100%;
}
.worf-header h1 a{
    font-family: Tahoma;
    font-size: 35px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    color: rgb(60, 60, 60);

}
.title-header h3 a{
    font-family: Tahoma;
    font-size: 25px;
    font-weight: 550;
    color: white;
}
.title-header h4 a{
    font-family: Tahoma;
    font-size: 25px;
    font-weight: 550;
    color: black;
}
.worfai-title h3 a{
   color: rgb(20, 20, 20);
 }
.menu-options{
    display: flex;
    align-items: center;
}
.menu-options a{
    font-family: Tahoma;
}
.header-menu-tags{
    display: flex;
    align-items: center;
}
.search-btn a{
    color: rgb(30, 30, 30);
    font-family: "Segoe UI";
    font-size: 23px;
    margin: 0 3px;
}

.title-header{
    display: flex;
    align-items: center;
}

.profile-image-btn{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
}
.profile-image-btn img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.main-container{
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    position: absolute;
    width: 100%;
    margin-top: 90px;
}
.scroll-content{
    display: flex;
    flex-direction: column;
    position: absolute;
    margin: 0 30%;
    width: 40%;
}
.logo-png img{
    width: 50px;
}
.logo-png{
    display: flex;
    align-items: center;
}
.profile-menu{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: top;
    z-index: 3;
    background-color: #eaeaea;
    border: 1px solid rgb(215, 215, 215);
    top: 50px;
    width: 200px;
}
.profile-menu.display-profile-menu{
    display: flex;
}
.profile-menu a{
    font-family: "Segoe UI";
    color: rgb(30, 30, 30);
    font-size: 15px;
    padding: 15px 15px;
    border-bottom: 1px solid rgb(215, 215, 215);
    transition: 0.5s;
}
.profile-menu a:hover{
    background-color: #f4f4f4;
    transition: 0.3s;
}

.expertise-explore{
    overflow-y: scroll;
    position: fixed;
    z-index: 2;
    left: 0;
    flex-direction: column;
    align-items: top;
    z-index: 1;
    background-color: #eaeaea;
    border: 1px solid rgb(215, 215, 215);
    top: 100px;
    width: 25%;
    transition: left 0.5s ease-in-out;
    height: 83%;
    
}
.expertise-explore.left-zero{
    left: 0;
}
.expertises, .by-location{
    display: flex;
    flex-direction: column;
}
.expertises a, .by-location a{
    font-family: "Segoe UI";
    color: rgb(30, 30, 30);
    font-size: 13px;
    padding: 15px 15px;
    border: 1px solid rgb(215, 215, 215);
    transition: 0.5s;
}
.expertises a:hover, .by-location a:hover{
    background-color: #f4f4f4;
    transition: 0.3s;
}
.job-menu-opts{
    position: fixed;
    z-index: 2;
    right: 0;
    flex-direction: column;
    align-items: top;
    background-color: #eaeaea;
    border: 1px solid rgb(215, 215, 215);
    top: 100px;
    width: 25%;
    height: 100%;
    transition: right 0.5s ease-in-out;
}
.job-menu-opts.right-zero{
    right: 0;
}
.opts{
    display: flex;
    flex-direction: column;
}
.opts a{
    font-family: "Segoe UI";
    color: rgb(30, 30, 30);
    font-size: 15px;
    padding: 15px 15px;
    border: 1px solid rgb(215, 215, 215);
    transition: 0.3s;
}
.opts a:hover{
    background-color: #f4f4f4;
    transition: 0.3s;
}
.title{
    margin: 10px 10px;
}
.title h3{
    font-family: "Segoe UI";
    font-size: 20px;
    color: rgb(30, 30, 30);
}
.left-menu-btn{
    top: -230px;
    position: absolute;
    cursor: pointer;
    margin: 0 10px;
}
.menu-btn{
    top: -230px;
    position: absolute;
    margin-top: 6px;
    cursor: pointer;
}
.notification-count, .messages-count{
    position: absolute;
    padding: 2px 4px;
    background-color: red;
    border-radius: 100%;
    font-size: 8px;
    color: white;
    text-align: center;
}
