html {
  scroll-behavior: smooth;
}

header {
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 100%);
  height: 48px;
  align-items: stretch;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
}

.top-row {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.logo {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo img {
  display: flex;
  box-sizing: border-box;
  height: 90%;
  align-items: center;
  padding: 5px;
}

.logo span {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  color: #004db2;
}

.menu {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 12px;
  cursor: pointer;
  margin-left: auto;
}

.menu span {
  width: 24px;
  height: 4px;
  background-color: #004db2;
  border-radius: 2.5px;
}

.menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu.open span:nth-child(2) {
  opacity: 0;
}

.menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

header nav {
  all: unset;
  background-color: #ffffff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease;
}

nav.show {
  display: flex;
}

nav ul {
  all: unset;
  list-style: none;
}

nav ul a {
  all: unset;
}

#home-link {
  display: none;
}

.extra-content {
  all: unset;
  display: flex;
  flex-direction: column;
}

.extra-content #socials-link {
  display: flex;
  flex-direction: column;
}

.extra-content #socials-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.extra-content #socials-link a img {
  height: 36px;
}

nav .extra-content button {
  all: unset;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
}

.extra-content #con {
  background-color: #121212;
  color: #ffffff;
}

.extra-content #sub {
  background-color: #0042be;
  color: #ffffff;
}

* {
  margin: 0;
  font-family: "Inter", sans-serif;
}

body {
  background-color: hsl(0, 0%, 97%);
}

.hero {
  background-color: #004db2;
  color: white;
  padding: 10px;
}

.hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
}

.hero h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 18px 10px 12px;
}

.hero p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  margin: 10px 20px;
  line-height: 1.8;
  text-align: left;
}

.hero a {
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  padding: 10px 20px;
  color: #0042be;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}

.artcls {
  background-color: #f2f4f7;
  color: #0042be;
  padding: 10px;
}

.artcls h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}

.artcls p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  margin: 20px;
  line-height: 1.8;
  text-align: left;
}

.card {
  border-radius: 20px;
  background-color: #0042be;
  margin: 20px 15px;
}

.card a {
  text-decoration: none;
  border: none;
}

.card img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: #e5e7eb;
  border: none;
}

.card h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin: 10px 20px;
}

.card p {
  margin: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
}

.action {
  display: inline-flex;
  margin: 5px 0 15px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  gap: 0.25rem;
  background-color: #2563eb;
  padding: 8px 12px;
  border-radius: 12px;
}

.card .action span {
  transition: 0.3s ease;
}

.card .action:hover span {
  transform: translateX(4px);
}

.about {
  background-color: #004db2;
  color: white;
  padding: 10px;
}

.about h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
}

.about h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 18px 10px 12px;
}

.about p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  margin: 20px;
  line-height: 1.8;
  text-align: left;
}

.subform {
  background-color: #ffffff;
  color: #004db2;
  padding: 10px;
}

.subform h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}

.subform p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  margin: 10px 20px;
  line-height: 1.8;
  text-align: left;
}

.subform div {
  display: flex;
  margin: 0 10px 10px 10px;
  gap: 10px;
}

.subform div input {
  flex: 1;
  border-radius: 10px;
  border-width: 1px;
  padding: 10px;
  background-color: #f9f9fb;
  border-color: #e5e7eb;
}

.subform div button {
  background-color: #2563eb;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
}

.subform div button svg {
  color: #ffffff;
}

footer {
  background: #f2f4f7;
  backdrop-filter: blur(5px);
  color: #121212;
  padding: 10px;
}

footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

footer .socials a {
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
}

footer .socials a img {
  align-items: center;
  height: 36px;
}

footer .socials a span {
  display: none;
}

#logo-icon {
  display: none;
}

footer p {
  text-align: justify;
  color: #121212;
  cursor: none;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  line-height: 1.5;
}

footer p a {
  color: #2563eb;
  cursor: pointer;
}

footer p a:hover {
  text-decoration: none;
  color: #ffcc00;
}
