@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: white;
}
h1 {
  font-size: 80px;
  margin: 0px;
  font-weight: 700;
}

p {
  font-size: 21px;
  font-weight: 400px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: white;
  flex-wrap: wrap;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.logo {
  height: 30px;
  width: auto;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #1e4a6f;
  padding: 0px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;

  gap: 8px;
  transition: background 0.3s;

  opacity: 1;
  border-radius: 62px;
  justify-content: center;
  border: 2px solid #1e4a6f;
  gap: 10px;
}

.contact-btn:hover {
  background-color: #163552;
  color: white;
  border: 2px;
}

.arrow {
  font-size: 14px;
  border-radius: 50px;
  padding: 9px;
  height: auto;
  width: 17px;
}

.logo {
  height: 70px;
}

.background {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("b-g.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

.contact-btn1 {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #1e4a6f;
  padding: 0px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  gap: 8px;
  transition: background 0.3s;
  opacity: 1;
  border-radius: 62px;
  justify-content: center;
  margin-top: 20px;
  border: 2px solid #1e4a6f;
  gap: 10px;
}

.contact-btn1:hover {
  background-color: #163552;
  color: white;
}

.contact-btn1 .arrow {
  font-size: 14px;
  border-radius: 50px;
  padding: 8px;
  height: auto;
  width: 17px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 45px 90px;
  margin-bottom: 50px;
  gap: 30px;
  padding-right: 30px;
}
.text-section {
  flex: 1 1 450px;
}
.text-section h1 {
  font-size: 4.8rem;
  color: rgba(32, 74, 114, 1);
  font-weight: 700;
  margin-bottom: 20px;
}
.text-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(35, 35, 35, 1);
  font-weight: 400;
  margin-bottom: 10px;
}
.highlight-box {
  border-left: 3px solid rgba(72, 157, 184, 1);
  padding-left: 15px;
  margin-top: 20px;
}
.highlight-box p {
  margin: 5px 0;
  color: rgba(35, 35, 35, 1);
}
.image-section {
  flex: 1 1 450px;
  display: flex;
  justify-content: center;
}
.image-section img {
  max-width: 100%;
  border-radius: 15px;
}

.footer {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("Frame 2.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contact-section {
  text-align: center;
  color: white;
  padding: 20px;
}
.container-section {
  text-align: center;
  color: white;
  padding: 20px;
}

hr {
  color: white;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #204a72;
}
#container {
  margin-top: 50px;
}

@media (max-width: 375px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: white;
    flex-wrap: wrap;
  }
  .background {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("Frame 4.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 43.76px;
    line-height: 47.04px;
    letter-spacing: -2.19px;
    text-align: center;
    vertical-align: middle;
  }
  p {
    font-weight: 400;
    font-size: 11.49px;
    line-height: 18.6px;
    letter-spacing: 0px;
    text-align: center;
  }
  .content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
  }
  .text-section h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
  }
  .text-section p {
    font-weight: 400;
    font-style: "Regular";
    font-size: 16px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
  }
  .contact-section a img {
    width: 40px;
    margin-top: 8px;
  }

  .contact-btn {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: #1e4a6f;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 13px;
    gap: 8px;
    transition: background 0.3s;
    justify-content: center;
    border: 2px solid #1e4a6f;
    gap: 10px;
    /* width: 114px;
    height: 33px; */
    top: 30px;
    left: 245px;
    opacity: 1;
    border-radius: 33.91px;
    border-width: 1.09px;
    gap: 5.47px;
  }

  .contact-btn1 .arrow {
    font-size: 14px;
    border-radius: 50px;
    height: auto;
    width: 17px;
    padding-bottom: 5px;
  }

  .arrow {
    padding: auto;
    padding-top: 3px;
    font-size: 14px;
    height: auto;
    width: 32px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    width: 132px;
    height: 45.53186798095703px;
    top: 23px;
    left: 16px;
    opacity: 1;
    padding-top: 5px;
  }

  .footer p {
    color: rgba(255, 255, 255, 1);
    margin: 0px;
  }
  .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 45px 30px;
    margin-bottom: 50px;
    gap: 30px;
    padding-right: 30px;
  }
}
