*{
  margin:0px;
  padding:0px;
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*, ::before, ::after{
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-y: visible;
    font-family: 'Poppins', 'Roboto', sans-serif;

}


body{
  font-family: 'Quicksand', sans-serif;
  overflow-y: visible;
}
span{
  padding: 0;
  margin: 0;
}
.nav-container{
  border-bottom: 1px solid #b6dde7;
  background-color: white;

}

@media Screen and (max-width:992px) {
  .nav-container,.nav2container{
  display: none; 
  }
}

#bnav{
  display: none;
}

@media Screen and (max-width:992px) {
 #bnav{
  display: block;
 }
  
}

.topnav{
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.topchild{
  display: flex;
  align-items: center;
  font-size: 14px;
}

.topchild img{
  margin-right: 10px;
}

.topchild p{
  margin: 0;
  color: rgb(114, 114, 114);
}
.topchild span{
  color: rgb(196, 196, 196);
}

/* the styling of the second nav satrts here */

.nav2container{
  font-size: 14px;
  background-color: rgb(0, 49, 173);
  padding: 0px;
  margin: 0px;
  /* background-color: white; */
  /* position:sticky; */
 
}
.nav2{
  display: flex;
  max-width: 1100px;
  margin: 0px auto;
  align-items: center;
  padding: 5px 0px;

}

.nav2list{
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.nav2list li {
  position: relative;
}

.nav2list li a{
  color:rgb(78, 78, 78);
  text-decoration: none;
  color: white;
padding: 15px;
}

.drop-container{
  display: none;
  box-shadow: 0px 7px 30px -20px;
}

.dropdowne{
  position: absolute;
  background-color: white;
  z-index: 999;
  top: 35px;
  list-style-type: none;
  animation: drop .5s linear ;
  border-radius: 5px;
} 

@keyframes drop{
  0%{
    margin-top: 30px;
  }
  25%{
    margin-top: 15px;
  }
  50%{
    margin-top: 0px;
  }
}

.dropdowne ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.dropdowne li{
  padding: 0px;
  width: 200px;
}

.dropdowne li a{
  color: black;
  padding: 10px 15px;
  display: block;
border-bottom: 1px solid #f1f1f1;

}

.dropdowne li a:hover{
  background-color: #d2e1f5;
}

.enroll{
  margin-left: auto;
}

.nav2list li:hover .drop-container{
  display: block;
}

.about{
  position: absolute;
  background-color: white;

  display: flex;
  border-top: 2px solid white;
  border-radius: 10px;
  top: 33px;
  animation: drop .5s linear ;
  display: none;
  box-shadow: 0px 7px 30px -20px;
  padding: 20px;
  z-index: 999;
}

@keyframes drop{
  0%{
    margin-top: 30px;
  }
  25%{
    margin-top: 15px;
  }
  50%{
    margin-top: 0px;
  }
}

.about-con{
  display: flex;
}

.ab-left{
  width: 300px;
  padding: 20px;
}


.ab-left h1{
font-weight: lighter;
font-size: 24px;
}

.pee{
  color: #c0c0c0;
  margin-top: 30px;
}

#learn-more {
  color:orange ;
}

.ab-right{
width: 700px;
}

.ab-right img{
  width: 100%;
  border-radius: 10px;
}


.nav2list li:hover .about{
  display: block;
}

.enroll button{
  border: none;
  padding: 10px 15px;
  background-color: rgb(0, 0, 0);
  border-radius: 5px;
}

.enroll button a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}



/* the styling for the main content begins here */

.hero{
    background-image:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0.4)), url(pics/shipping.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.herocontent {
    max-width: 1100px;
    margin: 0px auto;
}

.herocontent h1{
    color: white;
    font-size: 30px;
    font-weight:lighter;
}

.herocontent p{
    color: white;
    font-size: 13px;
    margin-top: 20px;
}

.herocontent button{
    border: none;
    background-color: rgb(5, 36, 190);
    cursor: pointer;
    border-radius: 5px;
}

.herocontent button a{
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    
}

.section2{
}

.aboutourcompany{
  display: flex;
  max-width: 1100px;
  margin: 0px auto;
  gap:50px;
  padding-top: 100px;
  align-items: center;
}


@media screen and (max-width:992px){
    .aboutourcompany{
        
        flex-direction: column-reverse;
        padding:50px 30px;
    }
}

.aboutourcompany-contentright{
  width: 50%;
}

@media screen and (max-width:992px){
    .aboutourcompany-contentright{
        
       width: 100%;
    }
}

.aboutourcompany-contentright img {
    width: 100%;
    border-radius: 10px;
}

.aboutourcompany-contentleft{
  width: 50%;
}

@media screen and (max-width:992px){
    .aboutourcompany-contentleft{
        
       width: 100%;
    }
}

.aboutourcompany-contentleft h1{
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width:992px){
    .aboutourcompany-contentleft h1{
        
       font-size: 20px;
    }
}

.aboutourcompany-contentleft h3{
  color: rgb(0, 111, 197);
  font-size: 20px;
  font-weight: lighter;
}


@media screen and (max-width:992px){
    .aboutourcompany-contentleft h3{
        
       font-size: 13px;
    }
}

.aboutourcompany-contentleft p{
  font-size: 13px;
  color: rgb(114, 114, 114);
}

.begin{
  background-color: rgb(0, 111, 197);
  border: none;
}
.begin a{
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  display: block;
  font-size: 13px;
  border-radius: 5px;
}











/* ############################################################ */







.midhero{
    margin-top:50px;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:linear-gradient(
        135deg,
        #0f172a,
        #1e293b
    );
    color:white;
}

.midhero-content{
    max-width:850px;
}

.tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.1);
    margin-bottom:25px;
}

.midhero h1{
    font-size:3.2rem;
    margin-bottom:20px;
}

.midhero p{
    max-width:700px;
    margin:auto;
    margin-bottom:35px;
    opacity:.9;
}

.midhero-buttons{
    border: none;
}


.btn-primary{
    background:#d4af37;
    color:#fff;
    padding:12px 25px;
    text-decoration:none;
    border-radius: 5px;

}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-secondary{
    border:1px solid rgba(255,255,255,.2);
    color:white;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#d4af37;
    font-weight:600;
}

.section-title h2{
    margin-top:15px;
    font-size:2.4rem;
}







.formcontainer{
    max-width:800px;
    margin:100px auto;
    padding-top:100px;

}

@media screen and (max-width:992px){
    .formcontainer{
        padding:100px 30px;
        
       width: 100%;
    }
}


.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

input,
textarea{
    width:100%;
    padding:16px;
    margin-bottom:20px;
    border:1px solid #ddd;
    border-radius:10px;
}



@media(max-width:768px){

    .hero h1{
        font-size:2.7rem;
    }

    .form-grid{
        grid-template-columns:1fr;
    }
}


.submitbutton{
    background:#d4af37;
    color:#fff;
    padding:12px 25px;
    text-decoration:none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}




  .stage5{
    background-color: #111111;
    /* font-weight: lighter; */
    
  }
  
  .stage5-content{
    max-width: 1100px;
    margin: 0px auto;
    padding: 100px 0px 70px 0px;
    color: white;
  }
  
  .stage5con{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap:50px;
    grid-column-gap:50px;
    margin: 0px auto;
    max-width: 1100px;
    justify-content:center;
  
  }
  
  @media screen and (max-width:992px){ 
  .stage5con{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 30px;
  }
  }
  
  @media screen and (max-width:700px){ 
    .stage5con{
      display: grid;
      grid-template-columns: auto auto;
      gap: 100px;
      padding: 0px 30px;
      gap: 30px;
      justify-content: center;
    }
    }
  
  .stage5con h1{
    font-size: 24px;
    color: white;
    font-weight: 200;
  }

  @media screen and (max-width:700px){ 
    .stage5con h1{
      font-size: 18px;
    }
    }
  
  .stage5con ul{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    width: 200px;
  }

  @media screen and (max-width:700px){ 
    .stage5con ul{
      width: 150px;
    }
    }
  
  .stage5con ul li a{
    text-decoration: none;
    color: white;
    font-size: 13px;
  }
  
  .stage5con input{
    outline: none;
    padding: 5px 10px;
    width: 100%;
  
  }
  
  .stage5con button{
    background-color: #0078da;
    color: white;
    border: none;
    padding: 5px 10px;
  }

  .social,.street{
    width: 200px;
    font-size: 13px;
  }
  
  .social img{
    width: 30px;
    padding-top: 10px;
  }
  
  .social ul{
    display: flex;
  }

.section6{
  background-color: rgb(237, 241, 243);
  padding: 100px 0px;
  margin-top: 100px;
}
.section6content{
    gap: 50px;
  display: flex;
  max-width: 1100px;
  margin: 0px auto;
}

 @media screen and (max-width:700px){ 
    .section6content{
        flex-direction: column;
        padding: 0px 30px;
      width: 100%;
      gap: 30px;
    }
    }

.news{
  text-align: center;
  padding: 20px 0px;
}

.news h3{
  color: rgb(0, 111, 197);
  font-size: 20px;
  font-weight: lighter;
}

.news h1{
    font-size: 30px;
    font-weight: lighter;
}
.stage4-con{
 width: 400px;
}

 @media screen and (max-width:992x){ 
    .stage4-con{
      width: 100%;
      background-color: rgb(103, 160, 189);
    }
}

.stage4-con h3{
  color: rgb(0, 111, 197);
  font-size: 20px;
  font-weight: lighter;
  
}

.stage4-con p{
    font-size: 13px;
    color: rgb(114, 114, 114);
}

.stage4-con img{
  width: 100%;
}

 @media screen and (max-width:992px){ 
    .stage4-con img{
      width: 100%;
    }
    }

.begin{
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  border-radius: 5px;
}

.begin a{
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 25px;
}


