:root {
  --lime: #e9ff81;
  --navy: #02152b;
  --light-gray: #ede9de;
  --dark: #191a23;
  --light: #f3f3f3;
  --beige: #ede9de;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url(../fonts/SpaceGrotesk-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.navbar-nav {
  gap: 1rem;
}

.nav-link {
  white-space: nowrap;
}

.container {
  margin-bottom: 4.5rem;
}

.hero {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
}

.hero .content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 45%;
}

.hero .description-2 {
  display: none;
}

.hero .image {
  width: 45%;
}

.hero .content li {
  font-weight: 500;
}

.btn-primary {
  background-color: var(--navy) !important;
  color: var(--lime) !important;
  font-weight: 700;
  padding: 1rem 2.5rem !important;
  border-radius: 1rem !important;
  width: fit-content;
}

.title-2 {
  display: inline;
  padding: 0.25em;
  margin-bottom: 2rem;
  background: var(--lime);
  color: var(--navy);
  font-weight: 500;
  width: fit-content;
  border-radius: 0.5rem;
}

.operation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.operation .step {
  display: flex;
  gap: 4rem;
}

.operation .card {
  background-color: var(--light-gray);
  flex-grow: 1;
  flex-basis: 1;
  justify-content: center;
  padding: 3rem;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: none;
  width: 50%;
}

.operation .image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.operation .title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.operation .marker {
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--lime);
  border-radius: 50%;
  font-weight: 500;
}

.operation .title h3 {
  color: var(--navy);
  margin-bottom: 0;
}

.operation .card p {
  font-weight: 400;
}

.people {
  display: flex;
  flex-direction: column;
}

.people .content {
  color: white;
  background-color: var(--navy);
  padding-top: 4.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 44px;
}

.people .content p {
  margin-bottom: 0;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq .card {
  display: flex;
  flex-direction: column;
  border-radius: 44px;
  background-color: var(--light-gray);
  padding: 2.5rem 3.75rem;
  border: 1px solid var(--navy);
  border-bottom: 5px solid var(--dark);
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.highlight {
  background-color: var(--lime) !important;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.people .content {
  padding: 2rem;
}

.faq .title {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
}

.faq .title h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.faq .title .text {
  flex-grow: 1;
}

.faq .title button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  background-color: var(--light);
  border-radius: 50%;
  border: 2px solid var(--dark);
}

.faq .title button i {
  font-size: 2rem;
}

.faq .card {
  padding: 2rem;
}

.faq .card h3 {
  font-size: medium;
}

.contact {
  display: flex;
  flex-direction: column;
}

.contact .card {
  display: flex;
  flex-direction: row;
  background-color: var(--beige);
  align-items: center;
  padding: 3rem 1.5rem;
  border: none;
  margin-top: 2rem;
  border-radius: 44px;
  gap: 4rem;
  width: 100%;
}

.contact .card form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-input {
  border-radius: 14px !important;
  height: 3.5rem !important;
}

.form-area {
  border-radius: 14px !important;
}

.form-error-message {
  display: none;
}

.form-success {
  display: none;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}

footer {
  background-color: var(--navy);
  padding: 3.25rem 3.75rem !important;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-bottom: 0 !important;
  font-family: "Space Grotesk", sans-serif !important;
}

footer .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

footer .links {
  display: flex;
  gap: 2.5rem;
  width: fit-content;
  list-style-type: none;
}

footer a {
  color: white;
}

footer a:hover {
  color: var(--light);
}

footer .social-media {
  padding: 1rem 0;
}

footer hr {
  color: white;
}

footer p {
  color: white;
}

footer .footer {
  display: flex;
  gap: 5rem;
}

img {
  object-fit: contain;
}

@media (max-width: 768px) {
  .operation .image,
  .contact img {
    display: none;
  }

  .container {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    align-items: center !important;
    margin-bottom: 3rem;
  }

  footer {
    margin: 0 !important;
    border-radius: 0;
    width: 100%;
    max-width: 100% !important;
  }

  footer .header {
    flex-direction: column;
    gap: 2rem;
  }

  footer .links {
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    gap: 1rem;
  }

  footer .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .social-media {
    display: flex;
    justify-content: center;
  }

  footer .footer {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
  }

  .btn-primary {
    width: 100%;
  }

  .hero {
    flex-direction: column;
    gap: 2rem;
  }

  .hero .content,
  .hero .image {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero .description {
    display: none;
  }

  .hero .description-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
