* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    background: rgb(247, 246, 244);
}

.nav {
    display: flex;
    gap: 2rem;
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 1rem 0rem 1rem;
}

#E-style {
    text-decoration-line: overline;
}

#client {
    cursor: pointer;
    margin-top: -0.5rem;
}

.hExplore, .hAssets, .hJobs .hBehance .hHire {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.nav a {
    text-decoration: none;
    color: black;
}

.Hover_data {
    display: none;
    border-radius: 0.5rem;
    background: white;
    width: 12rem;
    padding: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    z-index: 1;
    position: absolute;
}

.Hover_data a {
    text-decoration: none;
    color: black;
}

.Hover_data a:hover {
    color: blue;
}

.hExplore:hover .Hover_data {
    display: block;
}

.hAssets:hover, .hJobs:hover, .hBehance:hover, .hHire:hover {
    /* height: 3rem; */
    border-bottom: 2px solid black;
    padding-bottom: 1.4rem;
}

#search {
    background-image: url(./images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgb(247, 246, 244);
    border: none;
    border-radius: 1rem;
    padding-left: 1.5rem;
    height: 2rem;
    width: 16rem;
    position: relative;
}

.search_info {
    display: none;
    background: rgb(247, 246, 244);
    width: 16rem;
    height: 14rem;
    overflow: auto;
    padding: 1rem;
    line-height: 2rem;
    margin-top: -1rem;
    z-index: -1;
    position: absolute;
}

.list {
    display: flex;
    gap: 2rem;
    align-items: center;
    list-style-type: none;
}

#pro-style {
    background: blue;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    border-radius: 1rem;
}

.notify {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.notify_info {
    border: 1px solid black;
    width: 20rem;
    height: 10rem;
    text-align: center;
    position: absolute;
    right: 0;
    display: none;
}

.notify:hover .notify_info {
    display: block;
}

#login {
    background-color: rgb(222, 222, 250);
    padding: 0.5rem 1rem;
    width: 5rem;
    border-radius: 2rem;
    border: none;
    color: blue;
    text-align: center;
    margin-bottom: 0.5rem;
}

#signUp {
    background-color: blue;
    padding: 0.5rem 1rem;
    width: 6rem;
    border-radius: 2rem;
    border: none;
    color: white;
    text-align: center;
    margin-bottom: 0.5rem;
}

#adobe {
    width: 2rem;
}

#adobe2 {
    width: 1.5rem;
    position: absolute;
    right: 1rem;
}

#notification {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.5rem;
}

.Authors, .socials {
    display: flex;
    gap: 0.5rem;
}

.socials a {
    text-decoration: none;
    color: black;
}

.socials a:hover {
    text-decoration: underline;
}

.Authors {
    margin-left: 9rem;
    padding: 6rem 0rem 2rem 0rem;
}

#author-img {
    border-radius: 50%;
    width: 3rem;
}

.owners {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.contributors div {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
}

.contributors {
    display: none;
    position: absolute;
    right: rem;
    width: 30rem;
    background: white;
    padding: 0.5rem;
    line-height: 2rem;
    border-radius: 0.5rem;
}

.owners:hover .contributors {
    display: block;
}

.section1 {
    display: grid;
    width: 5rem;
    position: fixed;
    right: 0;
}

.content {
    background-image: url(./images/office\ space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 40rem;
    display: flex;
    margin: auto;
}

.content-info {
    display: flex;
    gap: 1rem;
    height: 2.5rem;
    margin: 1rem;
}

.content-info a {
    color: white;
    text-decoration: none;
}

.content_link1 {
    background: rgb(97, 97, 97);
    width: 12rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 2rem;
    display: none;
    padding-left: 2rem;
}

.content_link2 {
    background: rgb(97, 97, 97);
    width: 8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 2rem;
    display: none;
    padding-left: 1.5rem;
}

.content_link3 {
    background: rgb(97, 97, 97);
    width: 10rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 2rem;
    display: none;
    padding-left: 2rem;
}

.content:hover .content_link1 {
    display: block;
}

.content:hover .content_link2 {
    display: block;
}

.content:hover .content_link3 {
    display: block;
}

.ab {
    width: 1.2rem;
    padding-top: 0.5rem;
    /* background: black; */
}

select {
    font-size: 0.7rem;
    border: none;
}

.footer {
    display: flex;
    gap: 1rem;
    background: white;
    position: fixed;
    bottom: 0;
    padding: 0.5rem;
    font-size: 0.8rem;
    width: 100%;
}

.foot1 {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.foot1_info {
    background: white;
    position: absolute;
    bottom: 0;
    margin: 0rem 0rem 1rem -1rem;
    width: 10rem;
    line-height: 1.7rem;
    padding: 1rem 2rem 0rem 1rem;
    display: none;
}

.foot1:hover .foot1_info {
    display: block;
}

.foot1_info a {
    text-decoration: none;
    color: black;
}

.foot1_info a:hover {
    display: block;
    background: blue;
    color: white;
    width: 9rem;
}

.foot2 {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.foot2_info {
    background: white;
    position: absolute;
    bottom: 0;
    margin: 0rem 0rem 1rem -1rem;
    width: 5rem;
    line-height: 1.7rem;
    padding: 1rem 0.5rem 0rem 0.5rem;
    display: none;
}

.foot2:hover .foot2_info {
    display: block;
}

.foot2_info p:hover {
    display: block;
    background: blue;
    color: white;
    width: 4.5rem;
}

/* .foot_select {
    position: relative;
}

.foot_select select {
    display: none;
} */

.list a {
    text-decoration: none;
    color: black;
}

.list a:hover {
    color: blue;
}