@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
{
    height: 100px;
    width: 100%;
}
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 */
.topImage
{
    /*padding-top: 6px;*/
    height: 100vh;
    width: 100%;
}
.topImage .bg img
{
    z-index: -4;
    width: 100%;
    position: absolute;
}
.topImage .images img
{
    top: 0;
    z-index: -3;
    width: 100%;
    position: absolute;
}


/* -- -- -- */

/* Top Right Circles */
.topImage .rYcircles
{
    margin-top: 20px;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: right;
   /* border: skyblue 4px solid; */
}
.topImage .rYcircles .circles
{
    width: 50px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 100px;
    /* border: slateblue 3px solid; */
}
.topImage .rYcircles .circles .circle
{
    margin: 5px;
    width: 15px;
    height: 15px;
    background-color: #ffd136;
    border: #ffd036c4 3px solid;
    border-radius: 50%;
}
/* --- -- --- */
/* about us */
.about_us
{
    width: 100%;
    height: 530px;
    direction: rtl;
    display: flex;
    align-items:center;
    justify-content: top;
    flex-direction: column;
    background-size: contain;
    background-image: url('aboutus_page2_02.jpg');
}
.about_us .title
{
    display: flex;
    padding: 5px;
    margin-top: 45px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    /* border: 2px black solid; */
}
.about_us .title h1
{
    text-align: center;
    color: #4F7040;
}
.about_us .content
{
    width: 990px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: red 1px solid; */
}
.about_us .content p
{
    margin-top: 5px;
    font-size: medium;
    line-height: 0.8cm;
    text-align: center;
}
#about_us_background
{
    display: none;
}
/* -- --- --- -- */
.text
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #ffd136;
}
.text h1
{
    direction: rtl;
    color: white;
}

/* -- -- -- */
.vission
{
    direction: rtl;
    width: 100%;
    margin-top: 5px;
    height: 594px;
    display: flex;
    background-size: contain;
    background-image: url('vision.jpg');
}
.vission .vision_content_1
{
    width: 50%;
    padding: 10px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: right;
    flex-direction: column;
}
.vission .vision_content_1 h1
{
    margin-top: 10px;
    color: #6d0621;
}
.vission .vision_content_1 p
{
    text-align: center;
    padding: 20px;
}
.vission .vision_content_2
{
    width: 50%;
    margin-bottom: 75px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}
.vission .vision_content_2 h1
{
    color: #6d0621;
    padding: 20px;
    margin: 5px;
}
.vission .vision_content_2 p
{
    text-align: center;
    padding: 20px;
    margin-bottom: 55px;
}

/* -- -- -- -- */

/* Benfits Section*/
.benfits-section
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.benfits-section .benfits-title
{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benfits-section .benfits-title h1
{
    color: #4F7040;
    text-align: center;
}
.benfits-section .benfits-content
{
    width: 100%;
    height: 550px;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}
.benfits-section .benfits-content img
{
    z-index: -1;
    width: 1080px;
    height: 550px;
    position: absolute;
}
.benfits-section .benfits-content .class_1
{
    width: 790px;
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: row;
}
.benfits-section .benfits-content .class_1 .benfits-content-text
{
    display: flex;
    align-items: end;
    justify-content: center;
    width: 150px;
    height: 100px;
    margin: 23px;
    text-align: center;
}
.benfits-section .benfits-content .class_1 .benfits-content-text p
{
    font-size: small;
    text-align: center;
    color: #4F7040;
    padding-bottom: 25px;
}
.benfits-section .benfits-content .class_2
{
    width: 790px;
    height: 200px;
    display: flex;
    margin-bottom: 45px;
    align-items: end;
    justify-content: center;
    flex-direction: row;
}
.benfits-section .benfits-content .class_2 .benfits-content-text
{
    width: 150px;
    height: 100px;
    margin: 23px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}
.benfits-section .benfits-content .class_2 .benfits-content-text p
{
    text-align: center;
    color: #4F7040;
    font-size: small;
    padding-bottom: 25px;
}
.benfits-phone-ver
{
    display: none;
}
/* -- */
/* end part */
#footer-cut
{
    width: 100%;
    margin-top: 15px;
}

.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;
}

@media only screen and (max-width: 991px)
{

    .topImage
    {
        height: fit-content;
    }
    .topImage .images img
    {
        display: none;
    }
    .topImage .images
    {
        top: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 250px;
        margin-bottom: 0px;
        background-size: cover;
        background-image: url('topImage21.png');
        animation-name: backGround;
        animation-duration: 7s;
        animation-iteration-count: infinite;
    }
    @keyframes backGround {
        0%{ 
            background-image: url('topImage22.png');
        }
        25%{
            background-image: url('topImage23.png');
        }
        50%{
            background-image: url('topImage24.png');}
        75%{
            background-image: url('topImage22.png');
        }
        100%{
            background-image: url('topImage21.png');
        }
    }
    .topImage .rYcircles
    {
        display: none;
    }
    .about_us
    {
        height: fit-content;
        justify-content: start;
        background-image: none;
    }
    .about_us .title
    {
        width: 100%;
        margin-top: 5px;
        align-items: start;
    }
    .about_us .title h1
    {
        font-size: large;
    }
    .about_us .content
    {
        width: 100%;
        padding: 20px;
        padding-top: 5px;
    }
    .about_us .content p
    {
        padding: 20px;
        padding-top: 0;
       font-size: small;
        font-weight: lighter;
    }
    #about_us_background
    {
        display: flex;
        z-index: -1;
        margin-top: 265px;
        width: 100%;
        position: absolute;
    }
    /* -- --- --- -- */
    .text
        {
            height: 50px;
            background-color: #ffd136;
        }
    .text h1
        {
            text-align: center;
            font-size: large;
            direction: rtl;
            color: white;
        }
/* -- -- -- */
    .vission
    {
        height: fit-content;
        background-image: none;
        background-color: #ffd136;
    }
    .vission .vision_content_1
    {
        width: 50%;
        height: fit-content;
        margin: 0;
        align-items: center;
        flex-direction: column;
    }
    .vission .vision_content_2
    {
        align-items: center;
        height: fit-content;
        margin: 0;
        width: 50%;
        justify-content: left;
        
    }
    .vission .vision_content_1 h1
    {
        text-align: center;
    }
    .vission .vision_content_2 h1
    {
        text-align: center;
    }
    .vission .vision_content_1 h1,.vission .vision_content_2 h1
    {
        direction: rtl;
        padding: 0;
        font-size: large;
        margin-bottom: 10px;
    }
    .vission .vision_content_1 p, .vission .vision_content_2 p
    {
        color: #4F7040;
        width: fit-content;
        padding: 10px;
        padding-top: 0;
        font-size: small;
        font-weight: lighter;
    }
    .vission .vision_content_2 p
    {
        border-right: #6d0621 1px dotted;
    }
    /* -- -- -- */
    .benfits-section .benfits-content, 
    .benfits-section .benfits-content .class_1,
    .benfits-section .benfits-content .class_1 .benfits-content-text
    {
        display: none;
    }
    .benfits-section
    {
        padding-top: 10px;
        height: fit-content;
    }
    .benfits-section .benfits-title h1
    {
        font-size: large;
    } 
    .benfits-section .benfits-phone-ver
    {
        margin-top: 10px;
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns:auto auto;
        grid-template-rows: auto auto auto auto auto;
    }
    .benfits-section .benfits-phone-ver .benfit-phone-content
    {
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
        height: 150px;
    }
    .benfits-section .benfits-phone-ver .benfit-phone-content img
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 150px;
        z-index: -1;
        position: absolute;
    }
    .benfits-section .benfits-phone-ver .benfit-phone-content p
    {
        margin-top: 20px;
        padding: 15px;
        color: #4F7040;
        font-weight: lighter;
        font-size: small;
        direction: rtl;
        text-align: center;
    }
    .shortLink .linksTitle a
    {
        margin: 10px;
        font-size: medium;
    }
    .shortLink .socialMedia a img
    {
        width: 35px;
        height: 30px;
    }
    footer
    {
        font-size: small;
        font-weight:lighter;
    }
}