*,*::after,*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
body{
    font-family: Poppins, sans-serif;
    color: black;
    
}

.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #f5f5f5;
}
/* ============ NAV ========== */
.nav{
    
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.logo img{
    height: 30px;
   
}
.nav-toggle{
    color: black;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
}
.nav-toggle:hover{
    color: gray;
}
@media screen and (max-width: 767px){
    .nav__menu{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        background-color: #f5f5f5;
        padding: 2rem 1.5rem 2rem;
        box-shadow: 0 -1px 4px rgba(78, 77, 77, 0.15);
        border-radius: 0 0 1rem 1rem;
        transition: .3s;
    }
}
.nav-list{
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
    gap: 1rem;
}
.nav__link{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    gap: 10px;
   
}
.nav-close{
    position: absolute;
    right: 1.3rem;
    top: .5rem;
    font-size: 1.8rem;
    cursor: pointer;
    color: black;
}
.nav-close:hover{
    color: gray;
}
.nav__link:hover{
    color: #153E6A;
}
.nav-icon{
    font-size: 1.5rem;
}
/* show menu */
.show-menu{
    top: 0;
}
.home-sci1{
    display: flex;
    background-color: #153E6A;
    padding: 15px 30px;
    border-radius: 50px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.home-sci1 a{
    color: #fff;
}
@media only screen and (min-width: 768px){
    
    .header{
      padding: 0 1rem;
    }  
    .nav{
      height: 50px;
      
    }
    .nav-icon,
    .nav-close,
    .nav-toggle{
      display: none;
    }
    
    .nav-list{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      
  }
  
  .nav__menu{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 300px;
      margin-left: auto;

  }
  .home-sci1{
    margin-bottom: 20px;
    padding: 10px 30px;
    
  }


}




.section-1 h2{
    font-size: 30px;
    font-weight: 800;
    padding-left: 20px;
}
.section-1{
    padding-top: 70px;
}

.section-1 p{
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    margin-right: 70px;
    margin-top: 20px;
    line-height: 20px;
    color: #11111180;
}
.button{
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
}
.btn-1{
    background-color: #153E6A;
    padding: 7px 15px;
    text-align: center;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.btn-2{
    border: 1px solid #153E6A;
    padding: 7px 15px;
    border-radius: 100px;
    color: #153E6A;
    font-size: 14px;
    cursor: pointer;
}
.section-2 img {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: block;
    margin: 0 auto;
}

.pg-2{
    background-image: url(../assets/Vector\ 1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pg-2 h1{
    font-size: 24px;
    font-weight: 800;
    padding: 20px;
    color: #ffffff;
    padding-top: 70px;
}
.pg-2 p{
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    margin-right: 70px;
    line-height: 20px;
    color: #ffffff70;

}
.btn-3{
    background-color: #fff;
    padding: 7px 15px;
    text-align: center;
    border-radius: 100px;
    color: #153E6A;
    width: 104px;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.time{
    margin-top: 40px;
    text-align: center;
}
.time h5{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}
.time p{
    text-align: center;
    padding: 34px  34px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 200;
}


.class{
    margin-top: 10px;
    text-align: center;
}
.class h5{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}
.class p{
    text-align: center;
    padding: 34px  34px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 200;
}

.access{
    margin-top: 10px;
    text-align: center;
}
.access h5{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}
.access p{
    text-align: center;
    padding: 34px  34px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 200;
}

.certificate{
    margin-top: 10px;
    text-align: center;
}
.certificate h5{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}
.certificate p{
    text-align: center;
    padding: 34px  34px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 70px;
}

.about{
    margin-left: 20px;
    margin-top: 30px;
}

.about h1{
    font-size: 24px;
    font-weight: 800;
}
.about p{
    color: #33333370;
    line-height: 35px;
    font-size: 14px;
    padding-right: 30px;
    padding-top: 15px;
}

.btn-4{
    background-color: #153E6A;
    padding: 7px 15px;
    width: 104px;
    box-shadow: 2px 2px 8px;
    text-align: center;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}
.book{
    text-align: center;
    margin-top: 10px;
}
.our h1{
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
}
.box{
margin: 0 auto;
}
.box-1{
    background-color: #153E6A;
    width: 335px;
    height: 410px;
    border-radius: 10px;
    align-items: center;
    margin: 20px auto;
    padding-left: 30px;
    padding-top: 20px;
    cursor: pointer;
    
}
.box-1 h3{
    font-size: 20px;
    font-weight: 800;
    color: white;
    margin-top: 10px;
}
.box-1 p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 50px;
    color: #ffffff80;
}

.box-2{
    background-color: #153E6A;
    width: 335px;
    height: 410px;
    border-radius: 10px;
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 30px;
    cursor: pointer;
}

.box-2 h3{
    font-size: 20px;
    font-weight: 800;
    color: white;
    margin-top: 10px;
}
.box-2 p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 50px;
    color: #ffffff80;
}

.box-3{
    background-color: #153E6A;
    width: 335px;
    height: 410px;
    border-radius: 10px;
    margin: 20px auto;
    padding-left: 30px;
    padding-top: 30px;
    cursor: pointer;
}

.box-3 h3{
    font-size: 20px;
    font-weight: 800;
    color: white;
    margin-top: 10px;
}
.box-3 p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 50px;
    color: #ffffff80;
}

.students{
    margin-left: 20px;
    margin-top: 40px;
}

.students h1{
    font-size: 24px;
    font-weight: 800;
}

.students p{
     line-height: 38px;
     font-size: 14px;
    width: 270px;
     margin-top: 20px;
}


.box-25{
    background-color: #153E6A;
    width: 335px;
    height: 500px;
    border-radius: 10px;
    
    margin-top: 20px;
    padding-left: 30px;
    padding-top: 10px;
    cursor: pointer;
    justify-content: center;
}

.box-25 h3{
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-top: 10px;
    margin-bottom: 25px;
}
.box-25 p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 15px;
    padding-right: 50px;
    color: #ffffff80;
}

.line{
    height: 1px;
    width: 285px;
    background-color: gray;
    margin-right: 45px;
    margin-top: 30px;
    margin-left: 0;
}

.name{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.london h6{
    font-size: 18px;
    padding-bottom: 0;
    color: white;
}

.london p{
    font-size: 14px;
    margin-top: 0;
    color: #fff;
}

.card{
    display: flex;
    text-align: left;
    justify-content: center;

}
.box-26{
    display: none;
    border: 1px solid #153E6A;
    width: 335px;
    height: 500px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 30px;
    padding-top: 10px;
    cursor: pointer;
    background-color: wheat;
}

.box-26 h3{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
    margin-bottom: 25px;
}
.box-26 p{
    line-height: 30px;
    font-size: 18px;
    margin-top: 15px;
    padding-right: 50px;
    color: #333;
}

.line{
    height: 1px;
    width: 285px;
    background-color: gray;
    margin-right: 45px;
    margin-top: 30px;
    margin-left: 0;
}

.name{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.londo h6{
    font-size: 18px;
    padding-bottom: 0;
    color: #333;
}

.londo p{
    font-size: 14px;
    margin-top: 0;
    color: #333;
}
.box-26 img{
    color: #153E6A;
}


@media only screen and (min-width: 1000px){
   
   .section{
    display: flex;
    justify-content: space-between;
   }

    .section-1 h2{
        font-size: 64px;
        padding-left: 50px;
    }
    
    .section-1 p{
        font-size: 18px;
        width: 485px;
        line-height: 30px;
        padding-left: 50px;
        
    }
    .button{
        padding-left: 30px;
    }
    
    .btn-1{
       
        padding: 10px 20px;
       
    }
    .btn-2{
        
        padding: 10px 20px;
    }
    .section-2 img{
        width: 1096;
        height: 618px;
    }
    

    .pg-2{
        display: flex;
        flex-direction: row-reverse;
        padding-left: 50px;
        
        
        
    }
    
    .pg-2 h1{
        font-size: 48px;
        width: 500px;
       
       
       
    }
    .pg-2 p{
        font-size: 18px;
        
        line-height: 30px;
        
    
    }
    .btn-3{
        
        padding: 10px 20px;
        width: 115px;
    }

    .pg{
        margin-top: 100px;
        margin-left: 10px;
    }
    .v{
        display:flex;
        
        
    }
    .s{
        display: flex; 
        
    }
    .time{
        text-align: left;

    }
    .time p{
        text-align: left;
        padding-left: 0;
        padding-right: 60px;
    }
    .class{
        text-align: left;
        margin-top: 40px;
        margin-right: 90px;

    }
    .class p{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .access{
        text-align: left;

    }
    .access p{
        text-align: left;
        padding-left: 0;
        padding-right: 60px;
    }

    .certificate{
        text-align: left;
        margin-right: 115px;

    }
    .certificate p{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    
    
   
    
    .about{
        display: flex;
        margin-left: 50px;
        justify-content: center;
        align-items: center;
        margin-right: 50px;
    }
    
    .about h1{
        font-size: 48px;
        
    }
    .about p{
        
        font-size: 18px;
        padding-right: 160px;
        
    }
    
    .btn-4{
        
        padding: 10px 20px;
        width: 115px;
        
    }
    .book img{
       width: 572px;
       height: 556px;
    }
    .our h1{
        font-size: 48px;
        
    }

    .box{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    
    .students{
        display: flex;
        justify-content: space-between;
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .students h1{
        font-size: 48px;
        padding-right:40px;
    }
    
    .students p{
        width: 600px; 
        font-size: 18px;
        
    }
    
    
    .box-25{
        background-color: #153E6A;
        width: 335px;
        height: 500px;
        border-radius: 10px;
        margin-left: 20px;
        margin-top: 20px;
        padding-left: 30px;
        padding-top: 10px;
        cursor: pointer;
    }
    
    
    
    .card{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 30px;
        margin-right: 50px;
        margin-top: 20px;
    
    }
    .box-26{
        
        display: block;
       
    }
    
    
}



footer{
    width: 100%;
    background-color: #111;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-top: 100px;
}

.with p{
    color: white;
    line-height: 30px;
    padding-top: 20px;
    padding-right: 50px;

}

.footer-sm{
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.ul{
    display: flex;
    margin-top: 20px;
}

footer ul li {
    list-style: none;
   
    
    
}

footer .ul ul li a{
    
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right: 30px;
}

footer ul li p {
    
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
 }


 .email-bar{
    width: 270px;
    height: 45px;
    border-radius: 10px;
    background-color: #4f4f4f;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    
}
.email-bar input{
    background:transparent;
    border: 0;
    outline: none;
    flex: 1;
    color: white;
    padding-left: 20px;
}
.email-bar button{
    border: 0;
    background: #153E6A ;
    height: 45px;
    width: 130px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    cursor: pointer;

}
footer h6{
    font-size: 20px;
    color: white;
    margin-top: 20px;
}

.lins{
    height: 2px;
    background-color: gray;
    width: 335px;
    margin-top: 20px;
}
.pri{
    display: flex;
    justify-content: space-between;
    color: white;
    margin-top: 20px;
}
.pri a{
    color: gray;
    font-size: 16px;
}
.copy p{
    color: gray;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1000px) {
    .car{
    display: flex;
    margin-left: 30px;
    margin-right: 50px;
    justify-content: space-between;
    }

   

.with p{
    width: 400px;

}








.lins{
    
    width: calc(100% - 60px);
    margin: 20px auto;
   
}

.out{
display: flex;
justify-content: space-between;
margin-left: 30px;
margin-right: 30px;
flex-direction: row-reverse;
}


.pri{
display: flex;
gap: 50px;
}
.copy p{
    
    font-size: 12px;
    
}

}