.header{


    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(125, 106, 31, 0.7), rgba(57, 36, 7, 0.7)), url(pexels-michael-burrows-7125633.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{

    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;}
    nav img{
        width: 150px; }
.nav-links{ /*make it right*/
        flex: 1;
        text-align: right;}
.nav-links ul li { /*make it as a line*/

            list-style: none;
            display: inline-block;
            padding: 8px 12px;
            position: relative;}
.nav-links ul li a{

            color: bisque;
            text-decoration: none; /*dote and line that was with them*/
            font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 15px;}
.nav-links ul li::after{ /*line when touch*/
            content : "";
            width: 0%;
            height: 5px;
            background: #a35524;
            display: block;
            margin: auto;
            transition: 0.5;}
.nav-links ul li :hover::after{
            width: 100%; }

 .text-box{
    width: 100%;
    
    color: bisque;
    position: absolute;
    top: 50%;
    bottom: 50%;
   text-align: center; }   
    
    .text-box h1{
        font-size: 62px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }

        .text-box p{

            margin: 10px 0 40px;
            font-size: 14px;
            color:rgb(137, 126, 112);}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #c0b258;
    border: 1px solid #c5970d;
    padding: 12px 34px;
    font-size: 13px ;
    position: relative;
    cursor: pointer;}

    .hero-btn:hover{
        border: 1px solid #c1943c;
        background:#94770e ;
        transition: 1s;
    }

    nav.fa {

        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{

        padding: 30px;
 }

 /*-----Beans----*/

 .Beans{
    
    margin: auto ;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(162, 144, 123);
}
p{

    color: #755c27;
    font-size: 14px;
    font-weight: 300px;
    line-height: 22px;
    padding: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.row{
    margin-top:5% ;
    display: flex;
    justify-content: space-between;
    
    }

    .course-col{
        flex-basis: 31%;
        background: #cdae77;
        border-radius: 10px;
        margin-bottom: 5%;
        padding: 20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
    }

    h3{

        text-align: center;
        font-weight: 600;
        margin: 10px 0 ;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: #382a0b;
        text-shadow:#382a0b 5px 5px 5px ;
    }
    .course-col:hover{
        box-shadow: 0 0 20px 0px rgba(204, 171, 65, 0.2);
    
}

/*Branch*/
.branch{

   
    margin: auto;
    text-align: center;
    padding-top: 50px;
    
    }
    .branch-col{ /*make the pic || < like this*/

        flex-basis: 32%;
        border-radius: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden ;
    }

    .branch-col img{ /*make thw pic size perfect*/
        width: 100%;
        display: block;
    
    }
    .layer{
        background: transparent;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.5s;
     
     
     }
     .layer:hover{ /*when i click the pic the color cover it */
        background:rgba(185, 139, 39, 0.7) ;
    }

    .layer h3{

        width: 100%;
        font-weight: 500;
        color: #0b3839;
        font-size: 26px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        opacity: 0;
        transition: 0.5s;
    }
    .layer:hover h3{

        bottom: 49%;
        opacity: 1;
    }

    /*.testmonials*/

    .testmonials{

        width: 90%;
        margin: auto;
        padding-top: 100px;
        text-align: center;
    
    }
    .testmonials-col{ /*make squer color around*/

        flex-basis: 44%;
        border-radius: 10px;
        margin-bottom: 10%;
        text-align:left;
        background: rgba(209, 139, 41, 0.2);
        padding: 10px;
        cursor: pointer;
        display: flex;


    }
    .testmonials-col p{

        padding: 0;
    }
    .testmonials-col h3{
        margin-top: 15px;
        text-align: left;
    } 
    
    .testmonials-col img{
        width: 10%;
    border-radius: 100px;

    }
    .footer{

        width: 100%;
        text-align: center;
        padding: 30px 0;
    
    }
    .icons .fa{

        color: #9b751c;
        margin: 0 13px;
        cursor: pointer;
        padding: 18px 0;
    }

    .hello{
       
        height: auto;
        left: 0px;
        width: 200px;


    }




        
        