* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    direction: rtl;
}

h1 {
    color: #161a1f;
    font-weight: 600;
    font-size: 2rem;
    opacity: 0.8;
    text-align: right;
}

.info h4 {
    float: left;
    margin-bottom: 40px;
    font-size: x-large;
    color: #1f1f27;
    margin-right: 2%;
    ackground: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
    border-radius: 2rem;
    box-shadow: 3px 3px 3px rgba(122, 122, 122, 0.122);
}

h4:hover {
    color: rgb(102, 139, 0);
}

h2,
p {
    color: #161a1f;
    font-weight: 700;
    font-size: large;
    opacity: 0.8;
}

h3:hover {
    color: #990127;
}

h3 {
    color: #161a1f;
    font-weight: 600;
    opacity: 0.8;
}

main {
    min-height: 100vh;
background: linear-gradient(to right top, #ffffff, #e0e0e0);
 align-items: center;
    display: flex;
    justify-content: center;
}

.glass {
    background: white;
    min-height: 70vh;
    width: 60%;
    background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.7), rgba(225, 225, 225, 0.3));
    border-radius: 15px;
    z-index: 4;
    backdrop-filter: blur(100rem);
    border-radius: 2rem;
}

.to-a-light {
    color: #cc0033;
    font-size: medium;
    font: 300px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

.to-a-dark {
    color: #000000;
    font-size: medium;
    font: 300px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}


.circle1,
.circle2 {
    background: white;
    background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.3));
    position: fixed;
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
}

.circle1 {
    bottom: 1%;
    right: 5%;
}

.circle2 {
    top: 1%;
    left: 7%;
}

.dashboard {
    float: right;
    width: 25%;
    min-height: 90vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    background: linear-gradient( to left bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 2rem;
}

.links {
    padding-top: 1px;
    padding-bottom: 20px;
}

.link h2 {
    padding: 0rem 2rem;
}

.links img {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-right: 20px;
    backdrop-filter: 100rem;
    border-radius: 2rem;
    cursor: pointer;
}


/*for logo and totol DB

.user img {
    height: vh;
    width: %;
    margin-top: px;
    padding-bottom: px;
}
*/


/* data & info */

.data {
    flex: 2;
}

.data {
    float: right;
    width: 75%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 20px;
    padding-right: 20px;
}


/*search bar*/

.info input {
    margin-top: rem;
    background: linear-gradient( to left bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border: none;
    width: 38.5%;
    padding: 0.9rem;
    border-radius: 1rem;
    float: right;
    opacity: 50%;
}

.card {
    width: 95%;
    height: 100px;
    display: flex;
    background: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
    border-radius: 3rem;
    margin: 2rem 1rem;
    padding: 1rem;
    box-shadow: 8px 18px 20px rgba(122, 122, 122, 0.212);
    justify-content: space-between;
    align-items: center;
}

.card div.dissertations-img {
    background: url('../images/diss.png') no-repeat;
}

.card div.article-img {
    background: url('../images/article.png') no-repeat;
}

.card div.journal-img {
    background: url('../images/journal.png') no-repeat;
}

.card div.conference-img {
    background: url('../images/conference.png') no-repeat;
}

.card div.other-img {
    background: url('../images/other.png') no-repeat;
}

.card div.img {
    border-radius: 45px;
    width: 90px;
    margin-left: 2rem;
    height: 90px;
    background-position: center;
    background-color: #f3f3f3;
    background-size: 50px;
}

.card p {
    text-align: center;
    align-items: center;
}


/* خاص بالمقالات */

.card-total h2,p {
    color: #141d25;
    font-weight: 500;
    opacity: 0.8;
    align-items: center;
    text-align: center;
}

.card-info h2 {
    text-align: center;
}

.card-info counter {
    text-align: end;
}

.card1 img,
.card-dis2 img {
    border-radius: 8rem;
    width: 80px;
    margin-left: 2rem;
}

.card-total {
    background: linear-gradient(to right top, rgb(137 137 137 / 80%), rgba(255, 255, 255, 0.5));
    box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
    width: 98%;
    margin: auto;
}


/*خاص بصوره اللي ف الرسائل */

.card-dis1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.card-dis1 {
    display: flex;
    background: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
    border-radius: 2rem;
    margin: 1rem;
    padding-right: 1rem;
    padding: 1rem;
    ox-shadow: 3px 3px 3px rgba(122, 122, 122, 0.122);
}

.card-dis2 {
    background: linear-gradient( to right top, rgba(156, 189, 216, 0.8), rgba(255, 255, 255, 0.5));
    box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
}


/*progress {
    background: linear-gradient(to right top, #65dfd9, #37629b);
    width: 120%;
    height: 7%;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid cadetblue;
}

progress::after {
    content: "";
    width: 11%;
    height: 100%;
    background: rgb(236, 236, 236);
    position: absolute;
    left: 60%;
}
*/


/*percentage {
    font-weight: bold;
    background: linear-gradient(to right top, #161a1f, #161a1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

span:hover {
    color: darkcyan;
}

span {
    color: #1f1f27;
    font-size: 30px;
    font: 35px;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button {
    width: 30%;
    height: 30px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin: 10px auto;
}

@media only screen and (min-widht: 768px) {
    h1 {
        color: #161a1f;
        font-weight: 600;
        font-size: 2rem;
        opacity: 0.8;
        text-align: right;
    }
    .info h4 {
        float: right;
        margin-bottom: 4rem;
        font-size: x-large;
        color: #1f1f27;
        margin-right: 2%;
        ackground: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
        border-radius: 2rem;
        box-shadow: 3px 3px 3px rgba(122, 122, 122, 0.122);
    }
    h4:hover {
        color: rgb(102, 139, 0);
    }
    h2,
    p {
        color: #161a1f;
        font-weight: 700;
        opacity: 0.8;
    }
    h3:hover {
        color: #990127;
    }
    h3 {
        color: #161a1f;
        font-weight: 600;
        opacity: 0.8;
    }
    main {
        min-height: 100vh;
        background: linear-gradient(to left top, #F4F5F6, #0351b6);
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .glass {
        background: white;
        min-height: 70vh;
        width: 60%;
        background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.7), rgba(225, 225, 225, 0.3));
        border-radius: 15px;
        z-index: 4;
        backdrop-filter: blur(100rem);
        border-radius: 2rem;
    }
    .circle1,
    .circle2 {
        background: white;
        background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.8), rgba(225, 225, 225, 0.3));
        position: fixed;
        height: 20rem;
        width: 20rem;
        border-radius: 50%;
    }
    .circle1 {
        top: 1%;
        right: 7%;
    }
    .circle2 {
        bottom: 1%;
        left: 5%;
    }
    .dashboard {
        float: left;
        width: 25%;
        min-height: 90vh;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        background: linear-gradient( to left bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
        border-radius: 2rem;
    }
    .links {
        padding-top: 1px;
        padding-bottom: 20px;
    }
    .link h2 {
        padding: 0rem 2rem;
    }
    .links img {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        padding-right: 20px;
        backdrop-filter: 100rem;
        border-radius: 2rem;
        cursor: pointer;
    }
    /*for logo and totol DB
    
    .user img {
        height: vh;
        width: %;
        margin-top: px;
        padding-bottom: px;
    }
    */
    /* data & info */
    .data {
        flex: 2;
    }
    .data {
        float: right;
        width: 75%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-left: 20px;
        padding-right: 20px;
    }
    /*search bar*/
    .info input {
        margin-top: rem;
        background: linear-gradient( to left bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
        border: none;
        width: 38.5%;
        padding: 0.9rem;
        border-radius: 1rem;
        float: right;
        opacity: 50%;
    }
    .card {
        width: 95%;
        height: 100px;
        display: flex;
        background: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
        border-radius: 3rem;
        margin: 2rem 1rem;
        padding: 1rem;
        box-shadow: 8px 18px 20px rgba(122, 122, 122, 0.212);
        justify-content: space-between;
    }
    .card img {
        border-radius: 8rem;
        width: 80px;
        margin-left: 2rem;
    }
    .card p {
        text-align: center;
        align-items: center;
    }
    /* خاص بالمقالات */
    .card1 h2,
    p {
        color: #141d25;
        font-weight: 500;
        opacity: 0.8;
        align-items: center;
        text-align: center;
    }
    .card-info counter {
        text-align: end;
    }

    .card1 img,
    .card-dis2 img {
        border-radius: 8rem;
        width: 80px;
        margin-left: 2rem;
    }
    .card1 {
        display: flex;
        background: linear-gradient( to right top, rgba(103, 141, 172, 0.8), rgba(255, 255, 255, 0.5));
        border-radius: 2rem;
        margin: 1rem 0rem;
        padding: 1rem;
        box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
        justify-content: space-between;
    }
    /*خاص بصوره اللي ف الرسائل */
    .card-dis1 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .card-dis1 {
        display: flex;
        background: linear-gradient( to right top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.5));
        border-radius: 2rem;
        margin: 1rem;
        padding-right: 1rem;
        padding: 1rem;
        ox-shadow: 3px 3px 3px rgba(122, 122, 122, 0.122);
    }
    .card-dis2 {
        display: flex;
        background: linear-gradient( to right top, rgba(156, 189, 216, 0.8), rgba(255, 255, 255, 0.5));
        border-radius: 3rem;
        margin: auto;
        padding: 1rem;
        box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
        justify-content: space-between;
    }
}

.languageswitcher {
}