

/*-- Landing Page-index --*/

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image:linear-gradient(rgba(130, 130, 136, 0.7),rgba(130, 130, 136, 0.7)),url(images/hero.jpg);
    background-position: center;
    background-size: cover;
    position:relative;
    
}

nav{
    display:flex;
    padding: 5% 10%;
    justify-content: space-between;
    align-items: center;
}
nav img{
width: 250px;
}

.nav-links{
   flex: 1;
   text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}


.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #398a51;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
    
}

.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 40px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border:1px #0eb240;
    background: #0eb240;
    transition: 1s;
}

nav .fa-solid{
    display: none;
}


  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  li {
    display: inline-block;
    margin-right: 5px;
  }
  
  a {
    text-decoration: none;
    color:#fff;
    position: relative;
    display: block;
    padding: 5px;
  }
  
  a:hover {
    background-color: none
  }
  
  .dropdown_menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  li:hover .dropdown_menu {
    display: block;
    background-color: #009276;
  }
  
  .dropdown_menu ul {
    padding: 10px;
  }
  
  .dropdown_menu li {
    display: block;
    margin-bottom: 8px;
  }
  
  .dropdown_menu a {
    color: #333;
    text-decoration: none;
  }
  
  .dropdown_menu a:hover {
    color: white
  }






/*-- Services --*/


.course{
    width: 80%;
    margin:auto;
    text-align:center;
    padding-top: 100px;
}
h1{
    font-size: 30px;
    font-weight: 600;
}

p{
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    
}
.course-col{
    flex-basis: 32%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 50px;
    position:relative;
    overflow: hidden;
    transition: 0.5s;
}


h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}



  /* Divider styling */
        .divider {
            border-top: 1px solid #ccc;
            margin-top: 10px;
            margin-bottom: 10px;
        }




/*-- about us --*/


.sub-header{
    min-height: 50vh;
    width: 100%;
    background-image: url(images/theteam.jpg);
    background-repeat: no-repeat;
    background-image: no;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    position:relative;
}


.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
    text-align: justify;
}

.about-col img{
    width: 100%;
    padding: 30px;
    margin-top: 5px;
    height: auto;
    
}

.about-col h1{
    padding-top: 0;
}

.about-col p{
    padding: 5px 0 25px;
}



/*-- the team --*/



.the-team{
    width: 80%;
    margin:auto;
    text-align:center;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

h2{
    font-size: 25px;
    font-weight: 600;
    color:#009276;
    
}

h3{
    font-size: 20px;
    font-weight: 400;
    color: rgb(58, 58, 58);
    line-height: 2;
    border-bottom: 1px solid #000; 
}

p{
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(58, 58, 58);
    font-size: 15px;
    font-weight: 300;
     padding: 5px;
}


.row{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    
}


/*-- Corporate Structure --*/



.chart-container {
    max-width: 700px;
    margin: 20px auto;
    text-align:center;
  }

 
  .company, .subsidiary {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0;
    padding: 5px;
  }

  .company {
    background-color: #f0f0f0;
  }

  .subsidiary {
    margin-left: 10px;
   
  }



  /*-- Milestones --*/


  .checkpoint {
    max-width: 700px;
    margin: 20px auto;
    text-align:center;
  }

   .timeline, .checkpoint {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0;
    padding: 1px;
  }

  .timeline {
    background-color: #f0f0f0;
  }



    /*-- Investor Relation --*/


    
    .investor_relations{
        flex-basis: 48%;
        padding: 50px 2px;

        text-align:justify;
    }
    
    
    iframe {
        width: 86%; /* Make the iframe fill the entire width of its container */
        height: 800px; /* Set a fixed height for the iframe */
        border: 50%; /* Add a border around the iframe */
        box-sizing: border-box; /* Include the border in the total width/height */
        
    }



    /*-- Contact --*/

    .contact{
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 80px 0;
        margin-top: 40px;
    }

    
    
/*-- Footer --*/

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    min-height: 100vh;
}

#content {
    margin-bottom: 20px; 
}

.contact-footer {
    background-color: #009276;
    text-align: center;
    padding: 30px;
    width: 100%;
}



@media(max-width: 700px){


    .row{
        flex-direction: column;
    }
    
    .text-box h1{
        font-size: 30px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #009276;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-solid{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 40px;
    }
}











   




  










  
 