@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Nanum+Gothic+Coding&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Space+Grotesk:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Baloo+Bhaijaan+2:wght@400..800&family=Noto+Sans+Arabic:wght@100..900&family=Vazirmatn:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Moderustic:wght@300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Aeonikbld'; /*a name to be used later*/
    src: url('/res/Aeonik-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Aeonikreg'; /*a name to be used later*/
    src: url('/res/AeonikTRIAL-Regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'inter'; /*a name to be used later*/
    src: url('/res/Inter-Medium.woff2'); /*URL to font*/
}



*{
    font-family: "Aeonikreg";
}


.w90vw {
    width: 90vw;
}
.mw1400 {
    max-width: 1385px;
    margin: auto;
}


.overflowidden {
    overflow: hidden;
}


img.nosiee {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
    opacity: 0.005;
    pointer-events: none;
}


.lpleft-footer {
    z-index: 999;
}


.txteff1 {
        -webkit-text-stroke: 0.5px hsla(0, 0%, 100%, .7);
        background: linear-gradient(93.75deg, #fff 6%, hsla(0, 0%, 100%, 0) 60%);
        background-clip: text;
        -webkit-box-decoration-break: clone;
        text-align: left;
        font-weight: 700;
        font-size: 43px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ox-fonta1-en';
        color: transparent;
}


.langchange {
    font-family: "Noto Sans Arabic", sans-serif;
}
.langchange {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}


::-webkit-scrollbar {
width: 26px;
}

::-webkit-scrollbar-thumb {
background: rgb(139, 139, 139);
border: 10px #0000 solid;
background-clip: padding-box;
}

img.noticn {
    width: 20px;
    filter: invert(1);
    cursor: pointer;
}


.aibtn {
    display: flex;
    align-items: center;
    gap: 6px;
    
    /* background: linear-gradient(255deg, rgba(242, 172, 132, 0.8) -12.7%, rgba(117, 73, 243, 0.8) 40.05%, rgba(64, 90, 228, 0.8) 56.57%, rgba(77, 183, 163, 0.8) 108.69%); */
    color: #fff;
    /* background: -webkit-linear-gradient(255deg, rgba(242, 172, 132, 0.8) -12.7%, rgba(117, 73, 243, 0.8) 40.05%, rgba(64, 90, 228, 0.8) 56.57%, rgba(77, 183, 163, 0.8) 108.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
}


img.menuicn {
    filter: invert(1);
    max-width: 15px;
}


.aibtnicn {
    font-family: 'inter';
    font-weight: 700;
}

.mmenuapp {
    margin-left: 10px;
}

img.useravatar {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


em.langnote {
    position: absolute;
    background: #fff;
    font-style: normal;
    right: -121px;
    bottom: 30px;
    margin-right: -60px;
    text-align: center;
    border-radius: 5px;
    padding: 6px 15px;
    z-index: 9999;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}


.langchange:hover > em.langnote {
    opacity: 1;
    font-weight: 800;
}


input {
    outline: 0;
}

.profileinput {
    background: #0000;
    color: #fff;
    padding: 6px 20px;
    width: 100%;
    border: 1px solid rgb(42, 42, 42);
    border-radius: 5px;
}

.profileinputholder {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.editabledata {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

button.profileedit {
    background: #cdf9cd00;
    border: solid 1px;
    border-color: rgb(205 249 205);
    color: rgb(205 249 205);
    font-weight: 700;
    font-family: 'Inter';
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}