@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta&family=Raleway:wght@100;300;400;500;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    /* color: white; */
    font-family: 'Lexend Peta', sans-serif;
    font-family: 'Raleway', sans-serif;
}
a{
    text-decoration: none;
    color: white;
    cursor: pointer;
}
li{
    list-style: none;
}
.container{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.header{
    position: relative;
    height: 95vh;
    background:  linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0, 0.289)),url(../imgs/header.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.navbar{
    padding: 1rem;
    /* border: 2px solid white; */
}
.navbar::after{
    content: '';
    display: block;
    clear: both;
}
.navbar .logo{
    font-size: 4rem;
    float: left;
    color: white;
    text-transform: uppercase;

}
.navbar  #bar{
    
    float:right;
    padding: 0.5rem; 
     display: none;
}
.navbar .main-nav{
    float: right;
}
.navbar .main-nav li{
    display: inline-block;
    font-size:1.6rem;
    color: white;
    padding: 1rem  5rem 0 0;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;

}


.navbar .main-nav li:hover{
    font-size:1.7rem ;
    color: rgb(0, 255, 115);
}
.main-header h1{
    font-size: 4.2rem;
    padding: 0.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 500;
    }
    
.main-header  p{
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    padding: 0.5rem 0;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 4rem;
}
.btn{
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.5rem 1.5rem;
    border: 3px solid rgb(46, 223, 46);
    border-radius: 3rem;
    margin: 0.5rem 0;
    background: white;
    color: rgb(46, 223, 46);
} 
.btn:hover{
    background: linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);
    color: white;
    border: 3px solid white;
}
.main-header{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* #########################3course section styling###################### */
.course{
    padding: 10rem 0;
    background: #00000023;
}
.course-wrap{
    height: 420px;
    background-color:white;
    margin-bottom: 10rem;
    color: black;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.315);
    }
.co1{
    float: left;
    width: 50%;
    height: 100%;
    padding: 1rem;
    border-right: 2px double rgb(189, 186, 186);
     }
.co2{
        float: right;
        width: 50%;
        height: 100%;
        padding: 1rem;
        }

.course-wrap::after{
    content: '';
    display: block;
    clear: both;
}
.img{
    width: 50%;
    height: 50%;
    margin: 0.5rem;
    box-shadow: 5px 5px 10px rgba(46, 46, 46, 0.575);
}
.img img{
    width: 100%;
    height: 100%;
   
   
}

.co1 h1{
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
   
}
.course-wrap p{
    font-size: 1.7rem;
    font-weight: 400;
    color: #353333;
    text-transform: capitalize;
    letter-spacing: 0.11rem;
    padding: 1rem;
    letter-spacing: 0.1em;
}
.co2 h1{
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.co2 h1::after{
    content: '';
    display: block;
    padding-top: 0.5rem;
   border-bottom: 3px solid rgb(46, 223, 46);
    width: 200px;
   }
.small-btn{
    display: inline-block;
    font-size:1.8rem ;
    color:rgb(46, 223, 46);
    border: 2px solid rgb(46, 223, 46);
    padding: 1rem 1.5rem;
   text-transform: uppercase;
    margin: 6rem 2.5rem 0.5rem 1rem;
    border-radius: 3rem;
    font-weight: 600;
}

.small-btn:hover{
    color: white;
    background: linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);
    border: 1px solid white;
    color: white;

} 

/* ###################showcase styling######################### */
.showcase{
    padding: 10rem 0;
}
.heading-feature{
    /* border: 2px solid green; */
    margin-bottom:2rem ;
    text-align: center;
    border-radius: 2rem;
    background: linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);;
    }
.heading-feature h1{
    font-size: 2.5rem;
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    
    
}
.feature-wrap{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.315);
    
}
.feature-wrap::after{
    content: '';
    display: block;
    clear: both;
}
.feature{
    width: 33.3%;
    padding: 1rem;
     float: left;
    text-align: center;
    
    
}
.feature-wrap h1{
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0.5rem;
}
.feature-wrap p{
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.11em;
    padding: 0.5rem
}
.f1, .f3{
    background:linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);
    color: #fff;
}
.f2{
   
    background:radial-gradient(circle, #cbd6e7, #a7d9f3, #75ddee, #4be0d3, #59dea4);
}
/* ###########################3utility clss####################### */

.bg-dark{
    background: #3f3f3f;
}


/* ###########################footer styling####################33 */
.footer{
    color: #fff;
    text-align:right;
    
    
}

.social{
    float:right ;
    width: 50%;
    text-align: right;
    margin-top: 10%;
}
.footer-course{
    float: left;
    width: 50%;
    text-align: left;
    padding: 1rem;
    }

.social i {
    font-size: 3rem;
    margin: 1rem 2rem;    
} 

/* .social .fab { margin: 1rem 2rem;} */

.social .fab:hover{
        color: rgb(0, 255, 115);
        font-size: 3rem;
}

.social p{
    font-size: 1.8rem;
   letter-spacing: 0.15em;
   padding:0.5rem   
}

.footer::after{
    content: '';
    display: block;
    clear: both;

}
.footer-course h1{
    text-transform: capitalize;
    font-weight: 500;
    padding: 0.5rem;
}
.footer-course li{
    font-size: 1.5rem;
    padding:  0.5rem 1rem ;
    text-transform: capitalize;
    border-bottom: 1px solid gray;
}
.footer-course a:hover{
    color:  rgb(0, 255, 115);
    font-weight: 500;
}

/* ##################################about page styling######################33 */
.main{
    padding: 10rem 0;
    background: rgb(248, 243, 243);

}

.main-abt{
   text-align: center;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(223, 205, 205, 0.315);
    }
    
.main-h1{
    font-size: 3.5rem;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 500;
    
  }
.main-h1::after{
    content: '';
    display: block;
    border-bottom: 5px solid rgb(46, 223, 46);
    margin-top: 0.5rem;
}
.main-p{
    font-size: 1.7rem;
    font-weight: 400;
    color: #353333;
    text-transform: capitalize;
    letter-spacing: 0.11rem;
    margin-top:2rem ;
    line-height: 25px;
    padding: 1rem;
    letter-spacing: 0.1em;
}
.abt-wrap{
    margin: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.abt{
    margin: 1rem 0;
    width: 300px;
    padding:1rem;
        
}
.abt{
    background:  rgb(51, 250, 61);
    color: white;
    
 }
      
.abt:hover{
    background: white;
    color:rgb(51, 250, 61);
    border: 1px solid rgb(51, 250, 61);
  }


.abt h1{
    font-size: 1.9rem;
}

.abt p{
    font-size: 1.7rem;
    font-weight: 600;
    padding-top: 0.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.abt-cnt{
    box-shadow:5px 5px 10px rgba(46, 46, 46, 0.575);
    padding: 1rem;
    background:linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);
}
.abt-cnt p{
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    padding: 1rem 0;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    }
.cnt-btn{
    display: inline-block;
    font-size:1.8rem ;
    color:white;
    border: 2px solid white;
    padding: 1rem 1.5rem;
   text-transform: uppercase;
    border-radius: 3rem;
    font-weight: 600;
}
.cnt-btn:hover{
    color: rgb(0, 255, 115);
    background: white;
    border: 2px solid rgb(0, 255, 115);
}


/* #########################33contact page styling########################33 */

.contact-header{
    background: linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0, 0.289)),url(../imgs/contact3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5rem;
}
.contact-wrap{
    padding: 9rem 0;
}
.cnt-head{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    }

 .cnt-para{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.11em;
    padding: 0.5rem;
    text-decoration: underline;
    text-underline-position: under;
 }   
 .contact-add{
     margin-top: 4rem;
     float: left;
     width: 45%;
     color: white;
     padding: 1rem;
     /* border: 2px solid white; */
 }

 .contact-wrap::after{
    content: '';
    display: block;
    clear: both;
}
.add{
    margin-bottom: 4rem;
}

.contact-wrap .add .fas{
    border: 1px solid rgb(190,190,190);
    color: rgb(190,190,190) ;
    padding: 2rem;
    border-radius: 70rem;
     margin-right: 1rem;
}

.contact-wrap .add .fas:hover{
    border: 1px solid white;
    color: white;
}

.contact-add .add p{
    display: inline;
    font-size: 1.7rem;
    font-weight: 500;
   text-transform: capitalize;
    letter-spacing: 0.11em;
}
/* #################3contact-form styling#####################3 */
 .contact-form{
    margin-top: 4rem;
    float: right;
    width: 45%;
    padding: 1rem;
     /* border: 2px solid white */
}
.contact-form label{
    display: block;
    font-size: 1.7rem;
    color: #fff;
    margin: 1rem 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.11em;
}

.contact-form input{
    background-color: transparent;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
    /* border: none;
    outline: none;
    background: #2c2b2b; */
}
::placeholder{
    color: #fff;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.contact-form textarea{
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 1.9rem;
    background-color: transparent;
    height: 200px;
    padding: 1rem;
}
.submit-btn{
    display:block;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    margin: 2rem auto;
    border: 0.5px solid rgb(233, 232, 232);
    
}
.submit-btn:hover{
    background: white;
    color: #2c2b2b;
}


/* ######################3login page styling######################## */

/* .login{
    width: 100%;
    height: 50vh;
    background:linear-gradient(to right, #0f2027, #203a43, #2c5364);
    display: none;
} */
.lg-frm{
    width: 400px;
    position: absolute;
    /* padding: 1rem; */
    height: 450px;
    margin: 3rem 0;
    display: none;
    /* border: 1px solid wheat; */
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364)           ;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(61, 59, 59, 0.267);
} 

.lg-frm h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding:  1rem 0.5rem;
}
.lg-frm input[type="text"],.lg-frm input[type="password"]{
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0.11em;
    margin: 3rem auto;
    width: 80%;
    padding: 1rem;
    border: 2px solid  wheat;
    border-radius: 3rem;
    color: #fff;
    outline: none;
    cursor: pointer;
    background: transparent;
}
.lg-frm input[type="text"]:focus, .lg-frm input[type="password"]:focus{
    width: 90%;
    border-color:seagreen;
    padding: 1.5rem;
}

.lg-frm input[type="submit"]{
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0.11em;
    margin: 3rem auto ;
    width: 50%;
    cursor: pointer;
    padding: 1.5rem;
    border: 2px solid  wheat;
    border-radius: 3rem;
    color: #fff;
    outline: none;
    background: transparent;
}
.lg-frm input[type="submit"]:hover{
    background:linear-gradient(90deg, rgb(164, 252, 105) 0%, rgb(0, 255, 115) 33%);;
    font-weight: 600;
}
.lg-frm a{
     font-size: 1.2rem;  
    color: rgb(190,190,190);
    text-decoration: underline;
    cursor: pointer;
}

.lg-frm p{
    font-size: 1.2rem;
    letter-spacing:0.1em;
    text-transform: capitalize;
    padding: 2rem 0.5rem;
    color: rgb(190,190,190);
}
.lg-frm span{
    color: rgb(250, 31, 31);
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
}


/* ####################3close button styling############### */
.lg-frm .fa{
    float:right;
    padding: 0.5rem;
    color:white;
    font-size: 2rem;
    }

.lg-frm .fa:hover{
        background-color: rgb(233, 22, 22);
    }  


/* ######################media query################### */

@media (min-width:550px) and (max-width:1100px){
    :root{
        font-size:50%;
    }
    .navbar .logo{
        display: block;
        font-size: 3rem;
        text-align: center;
    }

    .navbar .main-nav {
         float: right;
        display: none;
        
    }

    .navbar .main-nav li{
        padding: 0.5rem;
         display: block;
         font-size: 1.4rem;
         margin: 1rem 0.5rem 0 ;
     }

     .navbar .main-nav li:hover{
        font-size:1.5rem ;
        color: rgb(0, 255, 115);
    }
 
     .navbar  #bar{
         display: block;
         color: #fff;
        
     }

     .main-header h1{
        font-size: 2.5rem;
        font-weight: 600;  
    }
    .main-header p{
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.12em;
    }
    .btn{
        margin-top:1rem; 
    }

    .course-wrap{
        height: auto;
           }
    
    .co1, .co2{
        float: none;
        border: none;
        width: 100%;
        height: auto;
    }
    .heading-feature{
        padding: 1rem;
    }

    .heading-feature h1{
        font-size: 1.8rem;
    }
    .feature{
        width: 100%;
         float: none;
        margin-bottom: 3rem;
        box-shadow: 0px 0px 20px 0px rgba(116, 114, 114, 0.315);
        
    }
    .feature-wrap{
        box-shadow:none;
    }

    .social{
        float:none ;
        text-align: left;  
    }
    .social i{
        font-size: 2.2rem;
        margin: 1rem 2rem;
    }
    

}

@media (min-width:355px) and (max-width:549px){
    :root{
        font-size:50%;
    }
    .navbar .logo{
        display: block;
        font-size: 3rem;
    
    }

    .navbar .main-nav {
         float: right;
        display: none;
    
    }

    .navbar .main-nav li{
        padding: 0.5rem;
         display: block;
         font-size: 1.4rem;
         margin: 1rem 0.5rem 0 ;
     }

     .navbar .main-nav li:hover{
        font-size:1.5rem ;
        color: rgb(0, 255, 115);
    }
 
     .navbar  #bar{
         display: block;
         color: #fff;
        
     }

     .main-header h1{
        font-size: 2.5rem;
        font-weight: 600;  
    }
    .main-header p{
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.12em;
    }
    .btn{
        margin-top:1rem; 
        font-size: 1.8rem;
        font-weight: 600;
    }

    .course-wrap{
        height: auto;
           }
    
    .co1, .co2{
        float: none;
        border: none;
        width: 100%;
        height: auto;
    }
    .heading-feature{
        padding: 1rem;
    }

    .heading-feature h1{
        font-size: 1.8rem;
    }
    .feature{
        width: 100%;
         float: none;
        margin-bottom: 3rem;
        box-shadow: 0px 0px 20px 0px rgba(116, 114, 114, 0.315);
        
    }
    .feature-wrap{
        box-shadow:none;
    }

    .social, .footer-course{
        float:none ;
        width: 100%;
        text-align: left;  
    }
    .social i{
        font-size: 2.2rem;
        margin: 1rem 2rem;
    }

    .social p{
        font-size: 1.2rem;
    }

    .lg-frm{
    height: 300px;
    width: 80%;
    
    }   

}

@media (max-width:354px){
    :root{
        font-size:50%;
    }
    .navbar .logo{
        display: block;
        font-size: 3rem;
        
    }

    .navbar .main-nav {
         float: right;
        display: none;
    }

    .navbar .main-nav li{
        padding: 0.5rem;
         display: block;
         font-size: 1.3rem;
         font-weight: 300;
         letter-spacing: 0.1em;
         margin: 1rem 0.5rem 0 ;
     }

     .navbar .main-nav li:hover{
        font-size:1.4rem ;
        color: rgb(0, 255, 115);
    }
 
     .navbar  #bar{
         display: block;
         color: #fff;
        
     }

     .main-header h1{
        font-size: 2rem;
        font-weight: 700;  
    }
    .main-header p{
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: 0.12em;
    }
    .btn{
        margin-top:2rem; 
        font-size: 1.6rem;
        font-weight: 600;
        
        
    }

    .course-wrap{
        height: auto;
           }
    
    .co1, .co2{
        float: none;
        border: none;
        width: 100%;
        height: auto;
    }
    .heading-feature{
        padding: 1rem;
    }

    .heading-feature h1{
        font-size: 1.8rem;
    }
    .feature{
        width: 100%;
         float: none;
        margin-bottom: 3rem;
        box-shadow: 0px 0px 20px 0px rgba(116, 114, 114, 0.315);
        
    }
    .feature-wrap{
        box-shadow:none;
        
    }

    .social, .footer-course{
        float:none ;
        width: 100%;
        text-align: left;  
    }
    .social i{
        font-size: 2.2rem;
        margin: 1rem 2rem;
    }

    .social p{
        font-size: 1.2rem;
    }

    .lg-frm{
    height: 300px;
    width: 80%;
    
    }   

    
}
@media  (min-width:1000px) {
    .navbar .logo{font-size: 3.5rem;}

}

@media (min-width:1101px){
    :root{
        font-size: 56%;
    }
    
    .feature-wrap h1{
        font-size: 2rem;
    }
    .feature-wrap{
        height: 330px;
    }
    .feature{
        height: 100%;
    }

    .co1 h1{
        font-size: 1.8rem;
    }

    .co1 p{
        font-size: 1.6rem;
    }
    
}

/* #######################################about page media query################################## */

@media (max-width:415px){

    .main-h1{
        font-size: 3rem;
        letter-spacing: 0;
    }
    .abt{
        width:170px;
    }

    

    .abt h1{
        font-size: 1.7rem;
    }
    .abt p{
        font-size:1.6rem;
    }
    .abt-cnt p{
        font-size: 1.6rem;
        font-weight: 500;
    }
    .cnt-btn{
        font-size: 1.6rem;
    }
}

/* ########################contact page media query######################### */
@media (max-width:935px){
    .contact-add, .contact-form{
        float: none;
        width:100%;
        height: auto;
        
        
    }

    
}
@media (max-width:425px){
    .contact-add .add p{
        font-size: 1.6rem;
        letter-spacing: 0;
       
    }

    .cnt-head{
        font-size: 2rem;
    }

    .cnt-para{
        font-size: 1.5rem;
        font-weight: 300;
    }
}
@media (max-width:351px){ 
    .contact-add .add p{
        display: block;
        margin: 1.5rem 0.5rem 0 1rem;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }

    .contact-wrap .add .fas{
        border: 1px solid rgb(190,190,190);
        color: rgb(190,190,190) ;
        padding: 1.5rem;
        border-radius: 70rem;
         margin-right: 1rem;
         
    }
   
}
/* #########################3rotation mode media query##################### */
@media(orientation:landscape) and (max-height:500px){
    .header{
        height: 90vmax;
    }
}