@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;
    scroll-behavior: smooth;
    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
*{
  margin:0;
  padding: 0;
  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; 
}


.contacttitle h1{
    font-weight: bold;
    padding-top: 30px;
    text-shadow: 0px 0px 1px black;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    
    }
    .contacttitle p{
    font-weight: 100px;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left:14px;
    text-align: center;
    }
.content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}



.card {
  background-color: #fff;
  width: 21.25em;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
  margin-top: 70px;
  transition: 0.7s ease;
}

.card:hover {
  transform: scale(1.1);
}

.card .icon {
  color: #3a6cf4;
  font-size: 8em;
  text-align: center;
}

.info {
  text-align: center;
}

.info h3{
  color: #3a6cf4;
  font-size: 25px;
  font-weight: bold;
  margin: 10px;
}

.contact .icon{
  font-size: 4.5em;
}

.contact .info h3 {
  color: #000;
}

.contact .info p {
  font-size: 15px;
  font-weight: bold;
}
.footer {
  width: 100%;
  margin-top: 100px;
  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:641px){
  body{
      font-size: 12px;
  }

  .main-content h2{
      font-size: 0.8em;
  }

  .main-content h3{
      font-size: 1.4em;
  }
}
 
@media (max-width:300px){
  body{
      font-size: 10px;
   
  }
}
@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;
  }
}