@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playwrite+CU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  scroll-behavior: smooth;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  body{
   overflow-x: hidden;
  }
.header {
  min-height: 65vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(./header.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
nav{
  display: flex;
  padding: 2% 6% ;
  justify-content: space-between;
  align-items: center;
}
nav img{
  width: 200px;
}
.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: #fff;
  text-decoration:none ;
  font-size: 23px;
  transition: 0.5s;
}
.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
background-color: #0527e5;
display: block;
margin: auto;
transition: 0.5s;
}
.nav-links ul :hover{
  transform: scale(1.2);
  transition:0.5s;
}
.nav-links ul :hover::after{
width: 100%;

}
.underline{
  height: 1px;
  width: 85%;
 background: #000;
 display: flex;
 margin-top: -1.5%;
 margin-left: 50%;
transform: translate(-50%,-50%);
}
.text-box{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-box h1{
  font-size: 70px;
}
nav .fa{
 display: none; 
}

.our-benefit{
  display: flex;
 }
.our-benefit-photo{
 width: 50%;
  height: 68vh;
  display: flex;
  padding: 20px;
  }
  
  .our-benefit-photo img{
    width: 100%;
    height: 57vh;
    border-radius: 20px;
  }
  .our-benefit-text h1{
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
    letter-spacing: 1px;
    margin-bottom: 10px;
    }
    .our-benefit-text p{
    font-weight: bold;
    font-size: large;
    margin-bottom:20px; ;
    }
  .our-benefit-text{
    width: 50%;
    height: 100%;
    padding: 30px;
  
  }
  
  .main-btn {
    color: #fff;
    background-color: #3a6cf4;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
  }
  
  .main-btn:hover {
    background-color: #0a49f6;
    transform: scale(1.1);
  }
  .our-vision{
    display: flex;
   }
  .our-vision-photo{
   width: 50%;
    height: 68vh;
    display: flex;
    padding: 20px;
    }
    
    .our-vision-photo img{
      width: 100%;
      height: 57vh;
      border-radius: 20px;
    }
    .our-vision-text h1{
      font-weight: bold;
      font-size: 40px;
      text-shadow: 0px 0px 1px black;
      letter-spacing: 1px;
      margin-bottom: 10px;
      }
      .our-vision-text p{
      font-weight: bold;
      font-size: 20px;
      margin-bottom:20px; ;
      }
    .our-vision-text{
      width: 50%;
      height: 100%;
      padding: 30px;
    
    }
    .footer {
      width: 100%;
      margin-top: 150px;
      text-align: center;
      background-image: linear-gradient(rgba(83, 80, 80, 0.3),rgba(92, 87, 87, 0.9)), url(./Footer2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
     }
     .footer h1{
     font-weight: 600;
     padding-top: 30px;
     text-shadow: 0px 0px 1px black;
     letter-spacing: 1px;
     
     }
     .footer h1 span{
       color: #0a49f6;
     }
     .footer p{
      font-weight: bold;
      font-size: large;
      letter-spacing: 1px;
      color: #fff;
      margin-bottom: 10px;
     }
     .our-pageess{
      display: flex;
      flex-direction: column;
      list-style: none;
     }
     .page h1{
       font-weight: 500;
       padding-top: 30px;
       text-shadow: 0px 0px 1px #000;
       letter-spacing: 1px;
       
     }
     .our-page .navlink{
       font-size: 17px;
        font-weight: 550;
        color: black;
        letter-spacing: 1px;
        border-radius: 3px;
        transition: 0-5s ease;
     
     }
     .our-pageess .our-page {
      width: 80px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      transition: 0.5s;
     }
     .our-pageess h1 span{
      color: #0a49f6;
    
     }
     .our-pageess .our-page a{
      color: #fff;
    
     }
    
     .our-pageess .our-page:hover{
      transform: scale(2);
     }
     .our-pageess .our-page a:hover{
      color: #00027e;
     }
     .our-page a{
       text-decoration: none;
       transition: 0.2s;
    
     }
     .social-icons{
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 20px;
     }
     .social-icons i{
       padding: 10px;
     border-radius: 15px;
     font-size: 40px;
     background-color: #000016;
     color: white;
     margin-top: 10px;
     margin-bottom: 10px;
    
     transition: 0.5s ease;
     }
     
     .social-icons i:hover{
       background-color: #0a49f6;
     }
     .woner a{
      text-decoration: none;
     }
     .woner p{
      font-size: 15px;
      color: rgb(168, 168, 168);
     }
    
@media(max-width:900px){
 .our-benefit{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px;
 
 }
 .our-benefit-text{
   width: 100%;
 }
 .our-benefit-text h1{
   text-align: center;
 }
 .our-benefit-text a{
  position: relative;
  left: 40%;
  right: 50%;
 }
 .our-benefit-photo{
  width: 80%;
  height:58vh;
  margin:auto;
 }

.our-vision{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px;
  justify-content: center;
  align-items: center;
}
.our-vision-text{
  width: 100%;
}
.our-vision-text h1{
  text-align: center;
}
.our-vision-photo{
  width: 80%;
  height:58vh ;
 }
}
@media(max-width: 700px){
  .nav-links ul li{
      display: block;
  }
  .nav-links{
      position: absolute;
      background:  rgb(0, 38, 126);
      height: 100vh;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition:1s ;
  }
  nav img{
    width: 150px;
  }
  .nav-links ul{
      padding: 30px;
  }
  nav .fa{
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
  }
}
@media(max-width:600px){
  .our-benefit-photo{
    height: 48vh;
  }
  .our-benefit-photo img{
    height: 100%;
  }
  .our-vision-photo{
    height: 48vh;
  }
  .our-vision-photo img{
    height: 100%;
  }
}