/*Header*/
@import url('/assets/font/NotoKufiArabic/NotoKufiArabic.css');

html{
    scrollbar-color: #0b8eda #252525;
    scrollbar-width: thin;
}

.overflow-hidden {
    overflow: hidden;
}

nav {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    font-family: 'Noto Kufi Arabic', sans-serif;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
}

.navDicord {
    background-color: #01709c;
    border-radius: 2px;
    padding: 10px;
    top: 0;
}

@media(max-width: 800px) {
    .navDicord {
        width: 98%;
        border-radius: 0px;
    }
}

.navLogo {
    width: fit-content;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    user-select: none;
    text-decoration: none;
    margin-left: 0;
    margin-right: auto;
}

.navMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.navMenu li {
    list-style: none;
}

.navDefault li {
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
}

.navDefault a {
    color: white;
    text-decoration: none;
}

.navDropMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.navDropMenu svg {
    transition: transform 200ms ease-in-out;
}

.navDropMenu:hover svg {
    transform: rotate(180deg);
}

.navDropMenu {
    cursor: pointer;
}

.DropMenu {
    background-color: #2c81a3c5;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    z-index: 999999999999999999999999;
    backdrop-filter: blur(8px);
    border-radius: 2px;
    cursor: default;
}

.ToolsDropMenu {
    width: 100%;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.ArticlesDropMenu {
    width: fit-content;
    padding: 20px;
    top: 45px;
    left: calc(50% - (width / 2));
    display: none;
}

.navDropMenu:hover .ToolsDropMenu,
.navDropMenu:hover .ArticlesDropMenu {
    display: flex;
}

.ArticlesDropMenu h2 {
    display: none;
}

.navDropMain h2 {
    width: fit-content;
    cursor: text;
    position: relative;
    left: 10px;
    transition: transform 300ms ease-in-out;
}

.navDropMain h2:hover {
    color: #37bbf0;
}

.mega-links li {
    width: 100%;
    list-style: none;
}

.mega-links li span {
    display: none;
}

.mega-links a:hover {
    color: #37bbf0;
}

.mega-links a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}

.SEARCH {
    display: flex;
    color: white;
    cursor: pointer;
}

.MOBILE {
    color: white;
    cursor: pointer;
    display: none;
}

@media(max-width: 1300px) {
    nav {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }

    .ArticlesDropMenu {
        width: fit-content;
        padding: 20px;
        top: 45px;
        left: 74%;
        transform: translateX(-50%);
        display: none;
    }
}

@media(max-width: 1200px) {
    .ArticlesDropMenu {
        left: 72%;
    }
}

@media(max-width: 1100px) {
    .ArticlesDropMenu {
        left: 70%;
    }
}

@media(max-width: 1000px) {
    .ArticlesDropMenu {
        left: 65%;
    }
}

@media(max-width: 900px) {
    .ArticlesDropMenu {
        left: 60%;
    }
}

@media(max-width: 800px) {

    .navDefault,
    .navDropMenu {
        display: none;
    }
}

.navMobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c81a3e3;
    z-index: 9999999999999999999999999;
    backdrop-filter: blur(8px);
    min-height: 100vh;
    overflow-y: scroll;
    padding: 20px;
    display: none;
}

.CloseNavMobile {
    color: white;
    display: flex;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #3d3d3d;
    padding: 5px;
    border-radius: 5px;
}

.navLogoMobile {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.navMobileMenu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.navMobileBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navMobileBtn h2 {
    color: white;
}

.navMobileBtn svg {
    transform: rotate(180deg);
    color: white;
}

.mega-links-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    list-style: none;
    display: none;
}

.mega-links-mobile a {
    text-decoration: none;
    color: #e4e4e4;
    font-size: 1.1rem;
}


@media(max-width: 800px) {
    .MOBILE {
        display: flex;
    }

    /* .navMobile{
    display: block;
  } */
}

@media(min-width: 800px) {
    .MOBILE {
        display: none;
    }

    .navMobile {
        display: none;
    }
}

/*Header END*/


.SEARCHBGROUND {
    background-color: rgba(54, 54, 54, 0.61);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999999999999999999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
    min-height: 100vh;
    display: none;
}

.SEARCHBAR {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #121113;
    width: 900px;
    padding: 2rem;
    border-radius: 10px;
    gap: 1rem;
    max-height: 60%;
}

.SEARCHInput {
    width: 100%;
    background-color: #1A191B;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid gray;
}

.SEARCHInput input {
    font-family: 'Noto Kufi Arabic', sans-serif;
    background-color: #1A191B;
    width: 100%;
    border: 0;
    outline: 0;
    color: white;
    position: relative;
    font-size: 20px;
}

.SEARCHInput svg {
    color: #B5B2BC;
}

.SEARCHResults {
    width: 100%;
    background-color: #1A191B;
    padding-left: .5rem;
}

.SEARCHResultsFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.SEARCHResultsFlex p {
    font-family: 'Noto Kufi Arabic', sans-serif;
    display: block;
    color: #bbbbbb;
}

.SEARCHResultsFlex a {
    display: none;
}

.SEARCHResultsNone {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border: 1px solid gray;
    overflow-y: scroll;
    scrollbar-color: gray #1A191B;
    scrollbar-width: thin;
}

.SEARCHResultsNone p {
    display: none;
}

.SEARCHResultsNone a {
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    gap: 1rem;
    border-bottom: 1px solid gray;
}

.SEARCHResultsNone a img {
    width: 15%;
}

#SEARCHIcon {
    display: block;
}

#SEARCHDelete {
    display: none;
    cursor: pointer;
}

@media(max-width: 750px) {
    .SEARCHResultsNone a {
        padding: 10px 0;
    }

    .SEARCHResultsNone a h4 {
        font-size: 18px;
    }
}

@media(max-width: 600px) {
    .SEARCHResultsNone a img {
        width: 30%;
    }

    .SEARCHResultsNone a h4 {
        font-size: 18px;
    }
}

@media(max-width: 400px) {
    .SEARCHResultsNone a {
        padding: 10px 0;
        gap: .5rem;
    }

    .SEARCHResultsNone a img {
        width: 30%;
    }

    .SEARCHResultsNone a h4 {
        font-size: 16px;
    }
}

#enable-notifications{
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #01709c;
    outline: 0;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999 !important;
    user-select: none;
}





