@font-face {
    font-family: "dana";
    src: url("font/34c42109601e4274d34afc2837848e59.eot");
    src: url("font/34c42109601e4274d34afc2837848e59.eot?#iefix")format("embedded-opentype"),
        url("font/34c42109601e4274d34afc2837848e59.woff2")format("woff2"),
        url("font/34c42109601e4274d34afc2837848e59.woff")format("woff"),
        url("font/34c42109601e4274d34afc2837848e59.ttf")format("truetype"),
        url("font/34c42109601e4274d34afc2837848e59.svg#dana bold")format("svg");
}

* {
    --back: blue;
    --search_box: #e9e6e9;
    --sidbar: #05070594;
    --catlist: #0000008a;
    font-family: "dana";
}
* a{
    text-decoration: none;
        color: unset;
}

body {
    max-width: 1700px;
    margin: auto;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
        align-items: flex-start;
}

.Lright img {
    width: 80px;
}

.Lright {
    padding: 10px;
}

.Lleft .profileU {
       width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px;
    border-color: #3b8ba4;
    /* border-right-color: white; */
    /* border-top-color: black; */
    /* border-bottom-color: black; */
    /* border-left-color: white; */
    line-height: 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.Lleft {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 2;
}

.Lleft .location {
    padding: 5px;
    text-shadow: 0 0 19px #ffffff5e;
    direction: rtl;
    font-size:11px;
}

.Lleft a {
    text-decoration: none;
    background: var(--search_box);
    padding: 5px;
    border-radius: 8px;
    margin: 0;
    cursor: pointer;
    box-shadow: 0 0 2px 0px #5e575747;
    backdrop-filter: blur(2px);
}

.ti {
    font-weight: 900;
}

main {
    position: relative;

}

.head_main {
    background: var(--back);
    width: 100%;
    height: 400px;
    border-radius: 0 0 56px 56px;
    background-size: cover;
    background-position: center;
}

.search_card {
    position: absolute;
    width: 40%;
    height: 55px;
    background: var(--search_box);
    margin: auto;
    top: 93%;
    right: 30%;
    border-radius: 12px;
    box-shadow: 0 0 2px 0px #5e575747;
    backdrop-filter: blur(2px);
    z-index: 100;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.search_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.search_box input[type=search] {
    width: 85%;
    margin: 0;
    height: 40px;
    border: none;
    border-radius: 0 7px 7px 0;
    outline: none;
    background: var(--search_box);
}

#searchdatalist {
    display: none;
    position: absolute;
    right: 36px;
    width: 82%;
    background: #fcfaf8ba;
    text-align: right;
    padding: 5px;
    z-index: 1000;
}

.search_box input[type="search"]::-webkit-search-decoration,
.search_box input[type="search"]::-webkit-search-cancel-button,
.search_box input[type="search"]::-webkit-search-results-button,
.search_box input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search_box button {
    width: 5%;
    margin: 0;
    height: 40px;
    border: none;
    border-radius: 7px 0 0 7px;
    background: var(--search_box);
}

.search_card h2 {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
}

.sidbar {
    width: 25%;
    height: 90%;
    position: absolute;
    background: var(--sidbar);
    top: 10px;
    right: 20px;
    border-radius: 21px;
    box-shadow: 0 0 2px 0px #5e575747;
    backdrop-filter: blur(7px);
    z-index: 101;
    display: none;
}

.sidbar .Sheader {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sidbar .Sheader .Uimg {
    width: 70px;
    height: 70px;
    border-radius: 50%;

    line-height: 0;
    background-size: 90%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.sidbar .Sheader .Uinfo {
    direction: rtl;
    line-height: 2;
}


.sidbar .Sheader .Uinfo .Uoper a {
    text-decoration: none;
    color: white;
    background: #b781e9;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
}

.sidbar .Smain {
    width: 100%;
    height: 80%;
}

.sidbar .Smain .nodata {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #d1d1d1;
}

.sidbar .Smain .nodata i {
    font-size: 60px;
}

.main_catlist {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.main_catlist .cat {
    width: 8%;
    height: 150px;
    background: #f6f6f6;
    border-radius: 8px;
    padding: 5px;
    text-align: center;

}

.main_catlist .cat img {
    width: 90%;
}

.main_catlist .cat h2 {
    font-size: 80%;
    color: #140f1f;
    font-weight: bolder;
}

.spase {
    height: 115px;
}

footer {
    display: flex;
    position: fixed;
    bottom: 0px;
    height: 20px;
    flex-wrap: nowrap;
    width: 98%;
    max-width: 1698px;
    justify-content: flex-end;
}

.image_info {
    position: absolute;
    max-width: 20%;
    bottom: 10%;
    left: 3%;

}

.image_info i {
    background: var(--search_box);
    box-shadow: 0 0 2px 0px #5e575747;
    backdrop-filter: blur(5px);
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    color: cornsilk;
}

.image_info .info {
    box-shadow: 0 0 2px 0px #5e575747;
    backdrop-filter: blur(5px);
    padding: 5px;
    border-radius: 8px;
    display: none;
}

.image_info:hover .info {
    display: block;
    color: aliceblue;
}