@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #722f37;
}

.center-white {
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 12px;
}

.navbar {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.logo a {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.nav-link a {
  position: relative;
  padding-bottom: 0.75rem;
  color: #fff;
}

.nav-link a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #1d4ed8;
  transition: all 0.3s ease;
}

.nav-link a:hover::after {
  width: 70%;
}

.content {
  padding: 2rem 1rem 0;
  max-width: 1200px;
  margin: auto;
}

.info-1 {
  margin-bottom: 2rem;
  color: #fff;
  transition: all 0.3s ease;
}

.info-1 p {
  text-align: center;
  font-size: 16px;
}

.bar {
  height: 100%;
  border: 2px solid #fff;
  margin-bottom: 1rem;
}

.v-bar {
  border: 2px solid #fdb44b;
  width: 0;
}

.info-2 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4rem;
}

.image {
  margin: auto;
  text-align: center;
}

.blur {
  position: absolute;
  box-shadow: 0 0 2000px 50px #bbe4e9;
  z-index: -100;
}

.header {
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
}

.targets {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  margin-left: 0;
  margin-right: 0;
  /* background-image: url(board.webp);
  background-size: 100%; */
  height: 500px;
  bottom: 10rem;
}

.home-image-1 {
  background-image: url(home.jpg);
  background-size: 100%;
  height: 600px;
  display: grid;
}

.board-image-1 {
  background-image: url(board.webp);
  /* background-size: 100%; */
}

.targets .target {
  padding: 1rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .targets .target:hover {
  background-color: #005792;
  border-color: #fff;
} */

.targets .target .profile {
  margin: auto;
}

.targets .target .profile img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.targets .target .humid-1 {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  color: #fff;
}

.targets .target .humid-1 span {
  display: inline-block;
  background-color: #722f37;
  padding: 2px 9px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.75rem;
}

.name,
.desc {
  font-size: 16px;
}

.white {
  color: #fff;
}

.targets .target .humid-1 {
  font-size: 12px;
  color: #000;
}

.content .services {
  margin-bottom: 5rem;
}
.content .services .service {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}

.content .services .service .local {
  display: flex;
  flex-direction: column;
}

.local h5 {
  font-size: 18px;
  color: #fff;
}

.local .advisories {
  margin-top: 2rem;
}

.local .advisories h6:before {
  content: "• ";
}

.local .advisories h6 {
  line-height: 1.4rem;
  font-size: 14px;
  font-weight: 400;
  color: #e7eaf6;
}

.address {
  margin-bottom: 10rem;
}

.address .map {
  position: absolute;
  right: 3rem;
}

.address-line {
  margin-bottom: 1.5rem;
}

.address-line h6,
.address-line h5,
.address-line span {
  color: #fff;
  font-size: 14px;
}
