@import url('https://fonts.cdnfonts.com/css/general-sans');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
:root
{
    --mainTextColor:rgba(56, 55, 55, 0.699);
}
body
{
    width: 100vw;
    overflow-x: hidden;
}
*
{
    margin: 0rem;
    padding: 0rem;
    box-sizing: border-box;
    font-family: 'General Sans' , "Noto Kufi Arabic";
    font-size: .92rem;
    transition: all 200ms;
}
#google_translate_element
{
    position: fixed;
    top: 6rem;
    right: 2rem;
    z-index: 1000;
}
select
{
    outline: none;
    border: none;
    padding: .5rem 1rem;
    cursor: pointer;
}
.skiptranslate
{
        visibility: hidden !important;
        display: none !important;
}
.trans-btn
{
    background-color: black;
    color: white !important;
    outline: none;
    border: none;
    position: fixed;
    top: 5rem;
    cursor: pointer;
    border-radius: 50%;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    right: 2rem;
    z-index: 9999;
}
header
{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 0rem 0rem;
    
}
.logo
{
    width: 5rem;
    height: 5rem;
}
.searchContainer
{
    display: flex;
    padding: .2rem 1rem;
    width: fit-content;
    background-color: white;
    align-items: center;
    border-radius: 4px;
    gap: .5rem;
    border: 1px solid silver;
}
.searchContainer > input
{
    padding: .2rem .5rem;
    border: none;
    outline: none;
    width: 13rem;
    height: 1.5rem;
    background-color: transparent;
    font-size: 1rem;
    box-sizing: border-box;
}
.searchContainer > i
{
    color: gray;
}
.firstSection
{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    padding: 0rem 2rem;
    align-items: center;
}
.navigations
{
    display: flex;
    gap: 1rem;
    align-items: center;
}
i 
{
    font-size: .8rem;
    color: #767676;
}
.homeIcon
{
    width: 1rem;
}
.secondSection
{
    margin-top: 5rem;
    padding: 0rem 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 5rem;
}
.gridNavigation
{
    display: flex;
    gap: 2rem;
    border-radius: 4px;
    background-color: #f4f4f4;
    padding: .8rem 1rem;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.titleOfSection2
{
    font-size: 1.5rem;
    font-weight:600;
    color: black;
}
.headerOfSection2
{
    display: flex;
    justify-content: space-between;
    padding: 0rem 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid silver;
    align-items: center;
    width: 80vw;
}
.gridIcon
{
    width: 1rem;
   
}
.gridIcon path
{
    fill: white;
}
.gridNavigation *
{
    position: relative;
    z-index: 2;
}
.highLight
{
    background-color: #767676;
    position: absolute;
    left: .45rem;
    width: 2rem;
    height: 2rem;
    z-index: 1;
    border-radius: 4px;
}
.thirdSection
{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-left: 10rem ;
}
.questionContainer
{
    width: 35rem;
    height: 10rem;
    border: 1px solid silver;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: 8px;
    cursor: pointer;
}
.questionContainer:hover
{
    border-color: black ;
}
.titleSection
{
    font-size: 1rem;
    font-weight: 600;
}
footer
{
    color: gray;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 5rem;
}
footer > div > i
{
    font-size: 1.4rem;
    margin-left: 1.5rem;
    transition: all 400ms;
}
footer > div
{
    margin-left: -2rem;
}
footer > p
{
    transition: all 400ms;
}
footer>p:hover , footer > div > i:hover
{
    color: black;
    cursor: pointer;
}
@media screen and (max-width:800px) {
    .searchContainer
    {
        display: flex;
        padding: .2rem 1rem;
        width: 98vw;
        background-color: white;
        align-items: center;
        border-radius: 4px;
        gap: .5rem;
        border: 1px solid silver;
        margin-top: 2rem;
    }
    .searchContainer > input
    {
        padding: .2rem .5rem;
        border: none;
        outline: none;
        width: 13rem;
        height: 1.5rem;
        background-color: transparent;
        font-size: 1rem;
        box-sizing: border-box;
    }
    .searchContainer > i
    {
        color: gray;
    }
    .firstSection
    {
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0rem 2rem;
        align-items: center;
    }
    .navigations p
    {
        font-size: 1.1rem;
    }
    .navigations
    {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
    }
    i 
    {
        font-size: .8rem;
        color: #767676;
    }
    .homeIcon
    {
        width: 1.5rem;
    }
    .fa-list
    {
        display: none;
    }
    .secondSection
    {
        margin-top: 3rem;
        margin-left: 0rem;
    }
    .gridNavigation
    {
        display: none;
    }
    .titleOfSection2
    {
        font-size: 1.5rem;
        font-weight:600;
        color: black;
    }
    .headerOfSection2
    {
        border-bottom: none;
    }
    .thirdSection
    {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
        margin-top: 4rem;
        margin-left: 0rem ;
        padding: 0rem 1rem;
    }
    .questionContainer
    {
        width: 35rem;
        height: 10rem;
        border: 1px solid silver;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        border-radius: 8px;
    }
    .titleSection
    {
        font-size: 1rem;
        font-weight: 600;
    }
    footer
    {
        color: gray;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
        margin-top: 5rem;
    }
    footer > div > i
    {
        font-size: 1.4rem;
        margin-left: 1.5rem;
        transition: all 400ms;
    }
    footer > div
    {
        margin-left: -2rem;
    }
    footer > p
    {
        transition: all 400ms;
    }
    footer>p:hover , footer > div > i:hover
    {
        color: black;
        cursor: pointer;
    }
}