

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

    * {
        margin: 0;
        padding: 0;
        font-family: 'Cairo', sans-serif;
        scroll-behavior: smooth;
    }

    
    
    body {
        overflow-x: hidden;
        background-color: #fff;
        scroll-behavior: smooth;
    }
    
    .disclaimer {
        display: none !important;
    }
    
    a {
        text-decoration: none !important;
    }
    
    ul {
        list-style: none;
    }

    .hide{
        display: none !important;
    }
    
    /* End General Styling */


    /* Start nav Section */

    nav{
        background-color: #1c614e;
        box-shadow:
        0px 5px 10px rgba(0, 0, 0, 0.17)
        ;
    }

    nav .nav-content{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }



    nav .nav-content .nav-elements ul{
        display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 14px;
    }


    nav .nav-content .nav-elements ul li a{
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    nav .nav-content .nav-elements ul li a:hover{
        color: #e2ce7c;
    }

    nav .nav-content .nav-elements ul li a.call-us{
        background-color: #e2ce7c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 90px;
    gap: 7px;
    color: #000;
    border-radius: 3px;
    transition: 0.3s;
    margin-right: 15px;
    }


    nav .nav-content .logo img{
        width: 116px;
    }



    
    
    .mobile-nav {
        position: fixed;
        background-color: #001724;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1000000;
        display: none;
    }
    
    .mobile-nav ul:not(.socials) {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    
    .mobile-nav .socials {
        display: flex;
    }
    
    .mobile-nav ul li {
        text-align: center;
    }
    
    .mobile-nav ul li a {
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
    }
    
    .mobile-nav ul .login-div {
        display: contents;
    }
    
    .mobile-nav ul .login-div .lang {
        font-size: 16px;
        color: #101111;
        font-weight: bold;
    }
    
    .mobile-nav .close-nav {
        font-size: 30px;
        cursor: pointer;
        color: #fff;
    }

    .nav-btn {
        display: none;
    }
    
    .nav-btn button {
        outline: none;
        border: none;
        background-color: transparent;
        font-size: 30px;
        cursor: pointer;
        color: #fff;
    }

    .nav-btn {
        display: none;
    }
    










    /* End nav Section */


    /* Start Landing Section */



    .landing .landing-content img{
        width: 100%;
        height: 660px;
        object-fit: cover;
    }











    /* End Landing Section */



    /* Start Idea Section */

    .idea{
        margin-top: 80px;
    }


    .idea .idea-image img{
        width: 45%;
        
        animation-name: updownlamp;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-direction: alternate-reverse;
        animation-duration: 2s;
    }

    .idea .idea-text{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }


    .idea .idea-text h1{
        text-align: right;
    font-size: 45px;
    font-weight: 700;
    color: #1c614e;
    padding-bottom: 11px;
    border-bottom: 2px solid #1c614e;
    }

    .idea .idea-text p{
        text-align: justify;
        font-size: 18px;
        text-align-last: right;
        margin-top: 50px;
        color: #696969;
        line-height: 26px;
    }







@keyframes updownlamp {
    from{
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
}
    to{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}









    /* End Idea Section */




    /* Start Services Section */


    .services .container>h1{
        margin-top: 74px;
        text-align: center;
        font-size: 23px;
        line-height: 34px;
        direction: rtl;
        font-weight: 900;
        color: #1c614e;
        margin-bottom: 50px;
    }

    .services .container .service{
        margin: 5px;
        background-color: #1c614e;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        min-height: 150px;
        margin-bottom: 22px;
        transition: 0.3s;
    }

    .services .container .service:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}

    .services .container .service img{
        width: 80px;
    }


    .services .container .service h2{
        margin: 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        padding: 11px;
        width: 37%;
    }












    /* End Services Section */





    /* Start goals-section Section */


    .goals-section{
        margin-top: 80px;
        background-color: #00846c;
        padding-bottom: 60px;
        margin-bottom: 80px;
    }


    .goals-section .container>h1{
        text-align: center;
        padding-top: 60px;
        direction: rtl;
        font-size: 47px;
        font-weight: 700;
        color: #fff;
    }


    .goals-section .goal{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 166px;
    }


    .goals-section .goal img{
        width: 100%;
        width: 78px;
    }

    .goals-section .goal h2{
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        color: #d6bd81;
    }


    .goals-section .goal img.reverse{
        filter: invert(1);
    }







    /* End goals-section Section */










    /* Start why-project Section */


    .why-project{
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .why-project .container>h1{ 
        text-align: center;
        /* text-align: right; */
        font-size: 45px;
        font-weight: 700;
        color: #1c614e;
        padding-bottom: 11px;
        /* border-bottom: 2px solid #1c614e; */
        /* width: 30%; */
        margin-bottom: 85px;
    }

    
    .why-project .project{
        min-height: 201px;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
        padding: 15px;
        position: relative;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
}

    .why-project .project>img{ 
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .why-project .project>h1{ 
        font-size: 19px;
        text-align: center;
        padding-top: 55px;
        color: #000;
        line-height: 34px;
    }








    /* End why-project Section */



    /* Start Programs Section */

    .programs {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .programs .container>h1{ 
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        color: #1c614e;
        padding-bottom: 11px;
        margin-bottom: 85px;
    }

    
    .hexagon {
        top: 11vh;
        left: 40%;
        position: relative;
        background-color: #1c614e;
        border-radius: 10px;
        width: 226px;
        height: 142px;
        box-sizing: border-box;
        transition: all 1s;
        border: 0.4vh solid transparent;
        text-align: center;
        margin: 0 auto;
    }
        
    /* Creating pseudo-class */
    .hexagon:before, .hexagon:after {
        content: "";
        border: inherit;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #1c614e;
        border-radius: inherit;
        height: 100%;
        width: 100%;
    }
        
    /* Align them in such a way
    that they form a hexagon */
    .hexagon:before {
        transform: rotate(60deg);
    }
    .hexagon:after {
        transform: rotate(-60deg);
    }

    .programs h1{
        font-size: 2.5rem;
        z-index: 1;
        position: relative;
        font-size: 20px;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
    }


    .slider .slick-list{
        height: 300px;
    }




    /* End Programs Section */


    /* Start stats Section */
    
    .stats-section{
        margin-top: 125px;
        margin-bottom: 50px;
    }

    .stats-section .container>h1{
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        color: #1c614e;
        padding-bottom: 11px;
        margin-bottom: 85px;
    }

    .stats-section .state{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        min-height: 215px;
        justify-content: space-between;
        margin-bottom: 50px;
    }


    .stats-section .state h2{
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }












    /* End Stas Section */



    /* Start prices Section */

    .prices{
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .prices .container>h1{
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        color: #1c614e;
        padding-bottom: 11px;
        margin-bottom: 85px;
    }

    
    .prices .price-header{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 50px;
    }

    .prices .price-header div{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .prices .price-header div h3{
        background-color: #1c6159;
        color: #cfb467;
        padding: 15px;
        font-size: 22px;
        font-weight: 700;
        padding-left: 50px;
        padding-right: 50px;
        border-radius: 25px 0 25px 0;
        letter-spacing: 1px;
    }

    
    .prices .price-header h2{
        direction: rtl;
        font-size: 19px;
        font-weight: 800;
        margin-top: 39px;
        line-height: 32px;
    }

    .prices .price-header h2 ul{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        gap: 16px;
    }

    .prices h5{
        font-size: 22px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 250px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #1c6159;
        color: #fff;
        height: 60px;
        font-weight: 700;
        border-radius: 25px 0 25px 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}











    /* End prices Section */

    .founders .container>h1{
        text-align: center;
        font-size: 45px;
        font-weight: 700;
        color: #1c614e;
        padding-bottom: 11px;
        margin-bottom: 85px;
        margin-top: 50px;
    }

    .founders img{
        width: 150px;
        background-color: #fff;
    }


    .founders .founder{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 51px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
        border-radius: 30px;
        justify-content: space-between;
        min-height: 523px;
        margin-bottom: 30px;
    }

    .founders h1{
        font-weight: 700;
        margin-top: 17px;
        color: #1c6159;
    }


    .founders h2{
        font-size: 18px;
        font-weight: 900;
        color: #cdb06a;
    }


    .founders p{
        text-align: center;
        font-size: 18px;
        line-height: 42px;
    }

    
    @media(max-width:750px){

        .services .container .service h2 {
            margin: 0;
            text-align: center;
            font-size: 18px;
            color: #fff;
            padding: 11px;
            width: 100%;
        }
        
        .nav-btn {
            display: block;
        }

        nav .nav-elements{
            display: none;
        }

        .prices .price-header div {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            gap: 14px;
        }

        .prices .price-header div h3 {
            background-color: #1c6159;
            color: #cfb467;
            padding: 15px;
            font-size: 22px;
            font-weight: 700;
            padding-left: 50px;
            padding-right: 50px;
            border-radius: 25px 0 25px 0;
            letter-spacing: 1px;
            text-align: center;
            width: 250px;
            min-height: 109px;
            line-height: 32px;
            /* gap: 10px; */
        }
        
        .hexagon {
            top: 11vh;
            left: 40%;
            position: relative;
            background-color: #1c614e;
            border-radius: 10px;
            width: 226px;
            height: 142px;
            box-sizing: border-box;
            transition: all 1s;
            border: 0.4vh solid transparent;
            text-align: center;
            margin: 0 0;
        }

        .landing .landing-content img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }



