@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 */
.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;
}
/*
.topImage .images
{
    background-image: url(image);
    background-size: contain;
    animation: change 10s infinite ease-in-out;
}
@keyframes change {
    0%,100%
    {
        background-image: url('topImage01.png');
    }
    50%
    {
        background-image: url('topImage02.png');
    }
}
*/
/* Circle Position */
.topImage .yCircle
{
   /* border: black 2px solid;*/
    display: flex;
    height: 400px;
    align-items: end;
    justify-content: right;
}
.topImage .yCircle .yCircleCreate
{
    height: 370px;
    width: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 155px;
    /*
    border-radius: 50%;
    background-color: #ffd136;
    border: #ffd036c4 3px solid;

    box-shadow: rgba(255, 209, 54, 0.5) 0px 0px 0px 3px, rgba(255, 218, 94, 0.3) 0px 0px 0px 6px, rgba(169, 169, 169, 0.2) 0px 0px 0px 9px, rgba(244, 244, 244, 0.1) 0px 0px 0px 12px;
    */
}
.topImage .yCircle .yCircleCreate h1
{
    color: #4F7040;
    direction: rtl;
    text-align: center;
}

/* -- -- -- */

.topImage .yCircle img
{
    margin-right: 150px;
    z-index: -1;
    height: 385px;
    width: 385px;
    position: absolute;
}

/* Top Right Circles */
.topImage .rYcircles
{
    margin-top: 20px;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: end;
    justify-content: right;
   /* border: skyblue 4px solid; */
}
.topImage .rYcircles .circles
{
    width: 50px;
    height: 150px;
    display: flex;
    align-items: end;
    justify-content: end;
    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 Section */

.aboutUs
{
    direction: rtl;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: #4F7040 4px solid; */
}
.aboutUs .aboutUsText
{
    width: 450px;
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aboutUs .aboutUsText h1
{
    margin: 10px;
    color: #4F7040;
}
.aboutUs .aboutUsText .aboutUsButton
{
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.aboutUs .aboutUsText .aboutUsButton a
{
    padding: 10px;
    text-decoration: none;
    color: #6d0621;
}
.aboutUs .aboutUsImg
{
    margin: 30px;
    width: 450px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutUs .aboutUsImg img
{
    width: 450px;
    height: 350px;
}
#little
{

    z-index: -1;
    margin-top: 160px;
    width: 100%;
    position: absolute;
}
/* -- --- --- -- */
.text
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #ffd136;
}
.text h1
{
    direction: rtl;
    color: white;
}
/* -- --- --- -- */

.contentOne
{
    width: 100%;
    height: 593.9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("txtBcgImg.png");
    background-size:contain;
    /* border: greenyellow 3px solid; */
}
.contentOne .contentOneText
{
    width: 650px;
    height: 450px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border: #ffd136 3px solid; */
}
.contentOne .contentOneText .contentOneTextOne
{
   /* border: gray 3px solid;*/
}
.contentOne .contentOneText .contentOneTextOne h2
{
    padding: 25px;
    padding-top: 0;
    color: white;
    text-align: center;
}
.contentOne .contentOneText .contentOneTextOne p
{
    margin: 5px;
    color: white;
    text-align: center;
}
.contentOne .contentOneText .contentOneTextTwo
{
    direction: rtl;
    width: 1080px;
    height: 220px;
    margin: 10px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background:#4F7040;
    /* border: white 4px solid;*/
}
.contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content
{
    width: fit-content;
    color: white;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: white 4px dotted;
}
.contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content img
{
    height: 70px;
    width: 70px;
}
.contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content:nth-child(5)
{
    border-left: none;
}
/* -- --- -- */
/* The Product Section */
.productSection
{
    direction: rtl;
    width: 100%;
    height: 100vh;
    /*
    height: 593.9px;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*
    background-image: url("madeInSaudi.png");
    */
    background-size: contain;
}
.productSection .productSectionOne
{
    text-align: center;
}
.productSection .productSectionOne h1
{
    color: #4F7040;
    margin: 20px;
}
.productSection .productSectionOne p
{
    font-size: large;
    text-align: center;
    line-height: 1cm;
}
.productSection .productSectionOne p br
{
    padding-bottom: 10px;
}
.productSection .productSectionTwo
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.productSection .productSectionBtn
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.productSection .productSectionTwo
{
    width: 1080px;
    height: 220px;
    margin: 25px;
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* border: #4F7040 2px solid; */
}

.productSection .productSectionTwo .productSectionTwo_content
{
    width: 220px;
    height: 220px;
    margin: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('28.png');
    background-size: contain;
   /*  border: #ffd136 2px solid; */
}

.productSection .productSectionTwo .productSectionTwo_content h2
{
    color: #6d0621;
    text-align: center;
}

.productSection .productSectionBtn
{
    margin-top: 25px;
    padding: 15px;
    border-radius: 15px;
}

.productSection .productSectionBtn a
{
    padding: 10px;
    font-size: x-large;
    color: #6d0621;
    text-decoration: none;
}
#made_in_saudi
{
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: absolute;
}

/* -- --- -- --- */

/* Facts and Numbers Section 

.factsAndNum
{
    padding: 0;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #ffd136;*/
    
    /*
    background-size: contain;
    background-image: url('yellowBackround_newSize.png');
    
#yellow_bg
{
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: absolute;
}

.factsAndNum .factsAndNum_content
{
    margin: 0;
    padding: 0;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.factsAndNum .factsAndNum_content .factsAndNum_title h1
{
    color: #4F7040;
    text-align: center;
}    
.factsAndNum .factsAndNum_section
{
    margin-top: 35px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}

.factsAndNum .factsAndNum_section .factsAndNum_section_content
{
    margin: 25px;
    width: 250px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    /*
   background-size: contain;
    background-image: url("facts_section.png");  
    */
   /*  border: #4F7040 2px solid;    
    


}

.factsAndNum .factsAndNum_section .factsAndNum_section_content #facts
{
    width: 270px;
    height: 260px;
    z-index: -1;
    position: absolute;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content .content
{

    padding: 15px;
    margin: 10px;
    margin-bottom: 65px;
    border-radius: 50%;
    /* border: #4F7040 2px solid; 
}
.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(2) .content,
.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(4) .content
{
    margin-bottom: 70px;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content #num
{
    text-align: center;
    color: #6d0621;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content #txt
{
    text-align: center;
    color: #4F7040;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content h3
{
    padding: 10px;
    margin: 15px;
    text-align: center;
    color: #4F7040;
    /* border: 1px #4F7040 solid; 
}
.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(1) h3,
.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(3) h3
{
    padding: 5px;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(2) h3
{
    margin: 11.6px;
}

.factsAndNum .factsAndNum_section .factsAndNum_section_content:nth-child(4) h3
{
    margin: 11px;
}
*/

/* -- --- -- --- */
.factsAndNum
{
    width: 100%;
    height: 100vh;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    direction: rtl;
}
#header-bg
{
    display: none;
}
#yellow_bg
{
    width: 100%;
    height: fit-content;
    z-index: -1;
    position: absolute;
}
.factsAndNum .factsAndNum_content
{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.factsAndNum .factsAndNum_content .factsAndNum_title
{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}
.factsAndNum .factsAndNum_content .factsAndNum_title h1
{
    text-align: center;
    color: #4F7040;
}
.factsAndNum .factsAndNum_content .factsAndNum_section
{
    width: 100%;
    height: fit-content;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
}
.factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content
{
    width: 250px;
    height: 250px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*border: #4F7040 1px solid;*/
}
.factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content
{
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    border: #fff 6px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffda5e;
}
.factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content #num
{
    color: #6d0621;
    font-size: large;
    text-align: center;

}
.factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content #txt
{
    font-size: large;
    color: #4F7040;
    text-align: center;
}
#facts
{
    display: none;
}
.factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content h3
{
    margin-top: 20px;
    width: fit-content;
    height: 55px;
    border-radius: 15px;
    background: #fff;
    color: #4F7040;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* -- Test -- */
#cut_section
{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffd136;
}

.part_section
{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.part_section h1
{
    text-align: center;
}
.part_section #name
{
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: absolute;
}
/* -- --- --- -- */

.successful_freind
{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    direction: rtl;
}
.successful_freind .title
{
    margin-bottom: 50px;
}
.successful_freind .title h1
{
    padding: 10px;
    margin: 5px;
    color: #4F7040;
}
.successful_freind .companies
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1080px;
    height: 450px;
    /* border: #111 2px solid; */
}
.successful_freind .companies .companiesLogo
{
    width: 990px;
    height: 220px;
    margin: 10px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    justify-content: center;
    /* border: yellowgreen 1px solid; */
}

.successful_freind .companies .companiesLogo .logo
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    margin: 15px;
    padding: 10px;
    /* border: #111 1px solid; */
}
/*
.successful_freind .companies .companiesLogo:nth-child(2) .logo:nth-child(3)
{
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
*/

.successful_freind .companies .companiesLogo .logo img
{
    width: 210px;
    height: 210px;
}

/* -- --- -- -- */
/* location section */
.location
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.location .locationTitle
{
    direction: rtl;
    margin: 10px;
    padding: 20px;
}
.location .locationTitle h1
{
    color: #4F7040;
    text-align: center;
}
.location .map
{
    margin-top: 20px;
    margin-bottom: 10px;
    border: #6d0621 3px double;
}
.location .map iframe
{
    width:600px;
    height:450px;
}
.location .knowMore
{
    margin: 15px;
    height: 50px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.location .knowMore a
{
    padding: 20px;
    font-size: x-large;
    color: #6d0621;
    text-decoration: none;
    text-align: center;
}
/* --- -- --- */
/* 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;
}
#extra
{
    display: none;
}
footer
{
    text-align: center;
    font-weight:lighter;
    margin: 15px;
}

/*-- Phone View --*/
@media only screen and (max-width: 991px)
{
    .topImage
    {
        width:100%;
        height: fit-content;
        margin-bottom:20px;
    }
    .topImage .images
    {
        top: 0;
        z-index: -1;
        display: block;
        width: fit-content;
        height: 240px;
        margin-bottom: 0px;
        background-size: cover;
        background-image: url('topImage01.png');
        animation-name: backGround;
        animation-duration: 7s;
        animation-iteration-count: infinite;
    }
    @keyframes backGround {
        0%{ 
            background-image: url('topImage02.png');
        }
        50%{
            background-image: url('topImage01.png');}

        100%{
            background-image: url('topImage02.png');
        }
    }

    .topImage .rYcircles,.topImage .rYcircles .circles, 
    .topImage .rYcircles .circles .circle
    {
        display: none;
    }
    .topImage .yCircle, .yCircle img, .topImage .yCircle .yCircleCreate, 
    .topImage .yCircle .yCircleCreate #contentCircle1, 
    .topImage .yCircle .yCircleCreate h1
    {
        display: none;
    }

    /* --  --- -- */
    #little
    {
       display: none;
    }
/* About Us Section */

    .aboutUs
    {
        height: fit-content;
        flex-direction: column-reverse;
        /* border: #4F7040 4px solid; */
    }
    .aboutUs .aboutUsText
    {
        width: 100%;
        margin: 0;
    }
    .aboutUs .aboutUsText h1
    {
        font-size: large;
    }
    .aboutUs .aboutUsText p
    {
        font-size: small;
        font-weight: lighter;
    }
    .aboutUs .aboutUsText .aboutUsButton a
    {
        font-size: medium;
    }
    .aboutUs .aboutUsImg
    {
        top:0;
        margin:0;
        margin-top:110px;
        width: 100%;
    }
    .aboutUs .aboutUsImg img
    {
        width: 350px;
        height: 250px;
    }
    /* -- --- -- */
    /* -- --- --- -- */
    .text
    {
        width: 100%;
        height: 50px;
    }
    .text h1
    {
        font-size: large;
    }
    /* -- --- --- -- */
    /* -- --- --- -- */

    .contentOne
    {
        height: fit-content;
        /* border-bottom: #4F7040 3px solid; */
        background-image: none;
    }
    .contentOne .contentOneText 
    {
        width: 100%;
        height: fit-content;
    }
    .contentOne .contentOneText .contentOneTextOne
    {
        margin-top: 20px;
    }
    .contentOne .contentOneText .contentOneTextOne h2
    {
        color: #6d0621;
        font-size: large;
        padding-bottom: 5px;
    }
    .contentOne .contentOneText .contentOneTextOne p
    {
        color: #4F7040;
        font-size: small;
        font-weight: lighter;
    }
    .contentOne .contentOneText .contentOneTextTwo
    {
        width: fit-content;
        height: fit-content;
        display: grid;
        grid-template-columns: auto  auto;
        grid-template-rows: auto auto auto;
        background: none;
        /* border: white 4px solid;*/
        margin: 0;
    }
    .contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content
    {
        background:#4F7040;
        border-radius: 10px;
        width: 190px;
        height: 150px;
    }
    .contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content img
    {
        height: 70px;
        width: 70px;
    }
    .contentOne .contentOneText .contentOneTextTwo .contentOneTextTwo_content:nth-child(5)
    {
        border-left: dotted #fff 4px;
    }
    /* -- --- -- */
    /* The Product Section */
/*    #extra
    {
        display: block;
        width: 100%;
        height: 10px;
    }
*/
    .productSection
    {
        height:fit-content;
    }
    .productSection .productSectionOne
    {
        width: 100%;
        height: fit-content;
        background-color: #ffd136;
    }
    .productSection .productSectionOne h1
    {
        color: #6d0621;
        font-size: large;
    }
    .productSection .productSectionOne p
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
        font-size: small;
        font-weight: lighter;
        color: #4F7040;
    }
    .productSection .productSectionOne p br
    {
        display: none;
    }
    .productSection .productSectionTwo
    {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        width: 100%;
        height: fit-content;
        margin: 0;
        margin-left: 0px;
        margin-right: 0px
        align-items: center;
    }

    .productSection .productSectionTwo .productSectionTwo_content
    {
        width: 150px;
        height: 150px;
        margin: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .productSection .productSectionTwo .productSectionTwo_content h2
    {
        font-size: large;
    }

    .productSection .productSectionBtn
    {
        margin-top: 15px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 50px;
    }

    .productSection .productSectionBtn a
    {
        text-align:center ;
        font-size: medium;
    }
    #made_in_saudi
    {
        height: fit-content;
    }
    /* -- --- -- --- */
    .factsAndNum
    {
        height: fit-content;
        margin-top: 20px;
        background-color: #ffd136;
    }
    #header-bg
    {
        width: 100%;
        display: flex;
    }
    #yellow_bg
    {
        display: none;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_title h1
    {
        font-size: large;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section
    {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content
    {
        width: 150px;
        height: 150px;
        margin: 5px;
        /*border: #4F7040 1px solid;*/
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content
    {
        width: 75px;
        height: 75px;
        padding: 3px;
        border-radius: 50%;
        border: #fff 6px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ffda5e;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content #num
    {
        font-size: small;
        font-weight: lighter;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content .content #txt
    {
        font-size: small;
        font-weight: lighter;
    }
    #facts
    {
        display: none;
    }
    .factsAndNum .factsAndNum_content .factsAndNum_section .factsAndNum_section_content h3
    {
        margin-top: 10px;
        height: 40px;
        font-size: small;
        font-weight: lighter;
        width: fit-content;
    }
    .successful_freind
    {
        margin-top: 5px;
        padding-top: 15px;
        height: fit-content;
    }
    .successful_freind .title
    {
        margin-bottom: 25px;
    }
    .successful_freind .title h1
    {
        font-size: large;
    }
    .successful_freind .companies
    {
        height: fit-content;
        width: 100%;
        margin:0;
    }
.successful_freind .companies .companiesLogo
{
    width: 100%;
    margin: 0;
    height: fit-content;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
}

.successful_freind .companies .companiesLogo .logo
{
    width: 120px;
    height: 120px;
    margin: 15px;
    padding: 10px;
    /* border: #111 1px solid; */
}

.successful_freind .companies .companiesLogo .logo img
{
    width: 120px;
    height: 120px;
}

/* -- --- -- -- */
/* location section */
.location
{
    height: fit-content;
    margin:0;
    width: 100%;
}
.location .locationTitle
{
    direction: rtl;
    margin: 10px;
    padding: 20px;
}
.location .locationTitle h1
{
    font-size: large;
}
.location .map
{
    width:320px;
    height:270px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border: #6d0621 3px double;
}
.location .map iframe
{
    width:300px;
    height:250px;
}
.location .knowMore
{
    margin-top: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.location .knowMore a
{
    padding: 20px;
    font-size:medium;
    color: #6d0621;
    text-decoration: none;
    text-align: center;
}
/* --- -- --- */

    .shortLink .linksTitle a
    {
        margin: 10px;
        font-size: medium;
    }
    .shortLink .socialMedia a img
    {
        width: 35px;
        height: 30px;
    }
    footer
    {
        margin: 0;
        font-size: small;
        font-weight:lighter;
    }
}