*{margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif; 
}
.header{
    min-height: 100vh;
    width: 100%;
   position: fixed;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/02.jpeg);
    background-position: center;
    background-size: cover;
   
    position: relative;

}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 451px;
    height: 96;
}
.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:18px;
}
.nav-links ul li::after{
content: "";
width:0%;
height: 2px;
background: #ffb703;
display: block;
margin: auto;
transition: 0.5s;
}
.nav-links ul li:hover:after{
    width: 100%;
}

.section1{width: 100%;
    justify-content: space-around;
    display: flex;
    transform: translate(-50%,-50%);
  
    
}
.textbox{
    width: 50%;
    color: black;
    position: absolute;
   
   
    
}
.textbox h1{
    color:green;
  
    font-size: 62px;
}
.textbox p{
    margin: 10px 0 40px;
    font-size: 14px;
    line-height: 3;
}
.img{
    width: 50%;
    position: absolute;
    left: 50%;
    margin: 10px;
    
   
     
    
}
.img img{
    width: 493px;
    height: 329px;
    
    
}
nav .fa{
display: none;
}


@media (max-width:700px){
    
    .textbox h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
        
    }
    nav img{
        width: 251px;
        height: 96;
    }
    .nav-links{
        
        position: fixed;
        background:darkgreen;
        height: 100vh;
        width:200px;
        top:0;
        right: -200px;
        text-align: left;
        z-index: 1;
        transition: 1s;
    }
    nav .fa{
        
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
   
    
}
/* ---------ABOUT--------- */
.about{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
   

}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    padding: 1%;
    margin: 1%;
    display: flex;
    justify-content: space-between;

}


.objective-col{
    flex-basis: 31%;
    background:black;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px ;
    box-sizing: border-box;
    transition: 0.5s;
    
}
.objective-col img{
    justify-content: space-around;
    width: 350px;
    height: 500px;
    text-align: center;
}
.objective-col h1{
    color: white;
    text-align: center;
    font-weight: 600;
    margin: 10px;
}
.objective-col p{
    color: white;
    text-align: left;
    font-weight: 200;
    margin: 10px;
}
.row :hover{
    box-shadow: 0 0 20px 0px rgba(60, 59, 59, 0.2);

}
@media (max-width:700px) {
    .row{
        flex-direction: column;
    }
    .objective-col img{
       
       text-align: center;
        
    }

}
/* __________Name________ */
.Name{
    width: 100%;
    height:500px;
    background:black;
    display: flex;
   
}
.founder{
    
    justify-content: space-around;
    margin: 2%;

}
.founder img{
width: 304px;
height: 385px;

}
.founder h1{
    margin-left: 15%;
    font-size: 18px;
    font-weight: 200;
    color: white;
    
}
.founder h2{
    font-size: 24px;
    font-weight: 600;
    color: #FFA500;
    margin-left: 15%;
   
}

.lg img{
    width: 558px;
    height: 119px;
    margin: 26%;
}
@media (max-width:720px) {
    .Name{
        width: 100%;
        height:auto; 
        flex-direction: column;
        text-align: center;
        
    } 
    
    .founder h1{
        margin-left: 0%;
    }
    .founder h2{
        margin-left: 0%;
    }
    .lg img{
        width: 355px;
        height: 119px;
       margin: 0%;
    }
}
/* __________register__________ */
.register{
    display: flex;
    
}
.register h1{

    padding:3%;
    font-size: 24px;
    font-weight: 600;
}
.register img{
   padding: 2%;
    margin-left: 12%;
    width: 260px;
    height: 119px;
}
@media (max-width:700px) {
    .register{
text-align: center;
        display: block;
    }
    
    
}
/* _________download__________ */
.download{
    display: flex;
    text-align: center;
    background-color: black;
}
.hero-btn{
    left: 30%;
    margin: 2%;
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 3px solid white;
    padding: 12px 34px ;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
    position: relative;
}
.download h1{
   color: white;
    font-size: 36px;
    font-weight: 600;
}
@media (max-width:700px) {
    .download{
        display: block;
       
    }
    
    .hero-btn{
        left: 0%;
        margin: 0%;
        
    }
}
.for{
   padding: 5%;
  
}
.for input,.for textarea {
    width: 50%;
    padding: 15px;
    margin-bottom: 10px;
    outline: none;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.for button{ 
   width: 50%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border:1px solid #ccc;
    color: white;
    background-color:black;
}
.for button:hover{
    color: red;
    background-color:white; 
}
.contact-us{
    width: 100%;
    margin: auto;
    background-color:black;
    
}
.contact-col{
    flex-basis: 48%;
   
    line-height: 200%;
    margin: 5%;
    padding: 2%;

}
.contact-col h5{
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom:40px;
}
.one{
    
    margin: 5%;
    display: flex;
    justify-content: space-between;
}
.two{
    display: flex;
}
.two iframe{
    margin: 1%;
    width: 500px;
    height: 400px;
}
.three{
    text-align: center;
}
.three h1{
    font-size: 36px;
    font-weight: 800;
}
.color{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/hands.png);
   
}
.fa{
    color: white;
}
@media (max-width:700px){
    
    .two {
        
display: block;
text-align: center;
    }
    .one{
        display: block;
    }
    .two iframe{
      
        width: 300px;
        height: 400px;
    }
}