/* General styles for the entire page */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  body {
    font-family: poppins, sans-serif;
    
  }
  header {
    opacity: 0.70;
    background-image: url("/Images/Front.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(250, 250, 250, 0.5);
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 155vh;
    text-align: center;
    color: #ffffff;
  }


  
  nav {
    background-color: #110544; 
  }
  nav ul {
    list-style: none;
    display: flex;
    justify-content: right;
    position:absolute;
    top:5px;
    right: 0.1px;
    width: 100%;
    padding: 20px 1%;
  }
  nav img{
    opacity: 70%;
position: absolute; /* Set the logo to an absolute position */
  top: 10px; /* Adjust the top position to your desired distance from the top */
  left: 10px; /* Adjust the left position to your desired distance from the left */
  height: 100px;
  border: none;
  border-radius: 30px;
  object-fit: cover;

  }
  nav ul li {
    margin-right: 1px;
  }
  
  nav ul li a {
    color: #9b0808;
    margin: 0 1rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
 
  /* Update h1, header p & button styles */
header {
align-items: flex-start;
padding-left: 30px;
text-align: left; /* Align the first line to the left */
color: #f40519da;

}
h1 {
  font-size: 30px;
  margin-top: 150px;
  font-weight: 500;
   display: inline-block;
   margin-top: -430px;
   line-height: 1.5; /* Increase line spacing between lines */
}

    header p {
      font-size: 20px;
      margin-top: 0.5rem 0;
      color: #034892;
      line-height: 3.6; /* Increase line spacing between lines */
  }

  .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #790808;
    color: #fff;
    border: 1px solid #333;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 60px;
    margin-top: 1rem;
    transition: all 0,2s;
    line-height: 1.5; /* Increase line spacing between lines */
  }
 
   /* General styles for the entire txt alignment */
   .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
  }
  section {
    padding: 40px 0;
    text-align: center;
  }
  
  /* CEO message section */
#ceo-message {
  background-color: #aaa1f4;
  padding: 40px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ceo-message .container {
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-end; /* Align the container to the right */
}

#ceo-message h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-left: -300px;
  text-align: left; /* Align the heading to the right */
}

#ceo-message .ceo-image {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 25px;
  display: inline-block;
  padding: 10px 20px;
  position: absolute; /* Set the logo to an absolute position */
  top: 1000px; /* Adjust the top position to your desired distance from the top */
  right: 10px; /* Adjust the left position to your desired distance from the left */
}

#ceo-message p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: -350px;
  text-align: left; /* Align the paragraphs to the right */
  
}



  /* Services section */
  #services {
    background-color: #fff;
  }
  
  .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    padding: 0 2rem;
    text-align: center;
  }
  
  .service img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    border-radius: 10%;
    margin-bottom: 20px;
  }
  
  /* About section */
about {
  background-color: #f7f7f7;
}

#about .container {
  max-width: 800px;
  margin: 0 auto;
}

  /* Contact section */
  
  #contact .container {
    padding: 50px 7%;
    line-height: 30px;
  }
  section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  form button {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  section input[type="text"],
  section input[type="email"],
  section textarea {
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #9f9f9c;
  }
  body {
    background: rgb(85, 147, 116);
    background: linear-gradient(0deg, rgba(11,20,103,1) 0% rgba(13,121,215,1) 100%);
    height: 100vh;
    color: white;
  }
  .social-media-icons-white a {
    color: rgb(255, 255, 255);
    font-size: 4rem;
  }
.social-media {
  margin-bottom: 20px;
}
.social-media a {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  color: #00137e;
}

  section button[type="submit"] {
    background-color: #00137e;
    color: #fff;
    padding: 1rem 1rem;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
  }

  footer {
    background-color: #00137e;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
    
  }
  