@import url('https://fonts.googleapis.com/css2?family=Lateef&family=Tajawal:wght@800&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
}
/* Header Menu */
header
{
    top: 0;
    height: 100px;
    width: 100%;
    position: fixed;
}
header .topHeader
{
    z-index: 1;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
header .topHeader a
{
    margin: 7px;
    display: block;
    color: #4F7040;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
    font-size: large;
    font-weight: 400;

}
header .topHeader img
{
    width: 200px;
    height: 50px;
    margin: 10px;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
header .imageTop img
{
    top: 0;
    height: 120px;
    width: 100%;
    position: absolute;
    z-index: -2;
}
/* Header Menu End */

/* Content info section */
.content-section
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-section #greenbackground
{
    width: 100%;
    z-index: -1;
    margin-top: 170px;
    position: absolute;
}
.content-section .title
{
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
.content-section .title h1
{
    padding: 20px;
    color: #4F7040;
    text-align: center;
}
.content-section .title p
{
    color: #000;
    direction: rtl;
    text-align: center;
}
.content-section .contactInfo-section
{
    width: 100%;
    height: 350px;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.content-section .contactInfo-section .address
{
    width: 350px;
    height: 350px;
    display: flex;
    align-items: right;
    justify-content: center;
    flex-direction: column;
}
.content-section .contactInfo-section .address h2
{
    color: #4F7040;
    text-align: right;
}
.content-section .contactInfo-section .address .phoneNum
{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    direction: rtl;
}
.content-section .contactInfo-section .address .phoneNum p
{
    text-align: right;
    direction: ltr;
    font-size: large;
}
.content-section .contactInfo-section .address .emailInfo
{
    margin-top: 10px;
}
.content-section .contactInfo-section .address .emailInfo p a
{
    font-size: large;
    color: #000;
    text-decoration: none;
}
.content-section .contactInfo-section .address .emailInfo p a:hover
{
    color: #4F7040;
}
.content-section .contactInfo-section .map
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 300px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: #4F7040 3px double;
}
.content-section .contactInfo-section .map iframe
{
    width: 400px;
    height: 250px;
}
/* end part */
#footer-cut
{
    width: 100%;
    margin-top: 15px;
}
/* Short Links */
.shortLink
{
    direction: rtl;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.shortLink .linksTitle
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}
.shortLink .linksTitle a
{
    margin: 20px;
    color: #4F7040;
    font-size: larger;
    text-decoration: none;
}
.shortLink .socialMedia
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.shortLink .socialMedia a
{
    padding: 5px;
    width: 45px;
    height: 40px;
    margin: 10px;
    
}
.shortLink .socialMedia a img
{
    width: 45px;
    height: 40px;
}
footer
{
    text-align: center;
    font-weight:lighter;
    margin: 15px;
}

/* -- Phone View -- */
@media only screen and (max-width: 991px)
{
    header .imageTop img
    {
        height: 80px;
    }
    .content-section
    {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 650px;
        /* border: #000 1px solid; */
    }
    .content-section #greenbackground
    {
        margin-top: 650px;
        padding-bottom: 150px;
    }
    .content-section .title
    {
        height: 130px;
        padding-bottom: 20px;
    }
    .content-section .title h1
    {
        font-size: larger;
    }
    .content-section .title p
    {
        font-size: small;
        font-weight: lighter;
    }
    .content-section .contactInfo-section
    {
        flex-direction: column;
    }
    .content-section .contactInfo-section .address
    {
        width: 100%;
        height: 350px;
        align-items: center;
        /* border: #4F7040 1px solid; */
    }
    .content-section .contactInfo-section .address h2
        {
            font-weight: 100;
            font-size: medium;
            text-align: center;
        }
    .content-section .contactInfo-section .address .phoneNum p
        {
            text-align: right;
            direction: ltr;
            font-size: medium;
            font-weight: lighter;
        }
    .content-section .contactInfo-section .address .emailInfo
    {
        margin-top: 5px;
    }
    .content-section .contactInfo-section .address .emailInfo p a
    {
        font-size: medium;
    }
    .content-section .contactInfo-section .map
    {
        width: 265px;
        height: 165px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .content-section .contactInfo-section .map iframe
    {
        width: 250px;
        height: 150px;
    }
    .shortLink .linksTitle a
    {
        margin: 10px;
        font-size: small;
    }
    .shortLink .socialMedia a img
    {
        width: 35px;
        height: 30px;
    }
    footer
    {
        font-size: small;
        font-weight:lighter;
    }
}