@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: 400px;
  width: 100%;
  box-shadow: 1px 1px 12px black;
margin-top: 2px;
margin-bottom: 30px;
height: 70vh;
background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img22.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
animation-name: photo;
animation-delay: 6s;
animation-duration: 25s;
animation-iteration-count: infinite;
  }
  @keyframes photo{
     20%{background-image:  linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img23.jpg) ;
        width: 100%; 
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;}
     40%{background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img27.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;}
     60%{background-image:  linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img26.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;}
     80%{background-image:  linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img29.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;}
  }

  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}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
 background-color: #0527e5;
 display: block;
 margin: auto;
 transition:0.5s;
}
.nav-links ul :hover::after{
 width: 100%;
}
.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;
    margin-bottom: 70px;
  }
nav .fa{
   display: none; 
}
.our-benefit-photo{
width: 100%;
height: auto;
display: flex;
margin: 30px;
margin-top: 50px;

}

.our-benefit-photo img{
  width: 800px;
  height: 400px;
  border-radius: 20px;
  background-position: center;
}
.our-benefit-photo h1{
  font-weight: bold;
  text-shadow: 0px 0px 1px black;
  letter-spacing: 1px;
  padding-bottom: 10px;
  }
  .our-benefit-photo p{
  font-weight: bold;
  font-size: large;
  padding-left:4px;
  }
.our-benefit-text{
  margin: 45px;

}
.our-benefit-text h1 span{
  font-weight: bold;
  text-shadow: 0px 0px 1px black;
  letter-spacing: 1px;
}
.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: 20px;
  transition: 0.7s ease;
}

.main-btn:hover {
  color: #fff;
  background-color: #0a49f6;
  transform: scale(1.1);
}
.footer {
  width: 100%;
  margin-top: 50px;
  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: bold;
 padding-top: 30px;
 text-shadow: 0px 0px 1px black;
 letter-spacing: 1px;
 
 }
 .footer h1 span{
   color: #0a49f6;
   font-weight:bold;
 }
 .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: 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: 1300px){
  .header{
   height:600px;
  }
  .our-benefit-photo{
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .our-benefit-photo img{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .our-benefit-text{
    display: flex;
    flex-direction: column;
  }
  .our-benefit-text h1{
    margin-left: auto;
    margin-right: auto;
  }
  .our-benefit-text p{
    margin-left: auto;
    margin-right: auto;
  }
  
  .main-btn{
    margin-left: auto;
    margin-right: auto;
  }
}