* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#category:-webkit-autofill,
#category:-webkit-autofill:hover,
#category:-webkit-autofill:focus,
#category:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: transparent !important;
}

#location:-webkit-autofill,
#location:-webkit-autofill:hover,
#location:-webkit-autofill:focus,
#location:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: transparent !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #567099;
}

h1,
h2,
h3,
h4,
h5.h6 {
  font-family: "Playfair Display", serif;
  color: #051631;
}

h1 {
  font-size: 64px;
  font-weight: 900;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.font-small {
  font-size: 14px;
  line-height: 22px;
}

.font-semibold {
  font-weight: 600;
}

p {
  margin: 0;
}

.btn-outline {
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none !important;
  background-color: none;
  color: white !important;
  border: 1px solid #0062ff !important;
}
.btn-outline:hover {
  color: #0062ff !important;
}
.btn-outline--small {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none !important;
  border: 1px solid #0062ff !important;
  color: white !important;
  background-color: none;
}
.btn-outline--small:hover {
  color: #0062ff !important;
}

.btn-primary {
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none !important;
  background-color: #0062ff !important;
  color: white !important;
  border: none;
}
.btn-primary:hover {
  background-color: #003ea0 !important;
}
.btn-primary--small {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none !important;
  background-color: #0062ff !important;
  color: white !important;
  border: none;
}
.btn-primary--small:hover {
  background-color: #003ea0 !important;
}

.btn-gray {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 14px !important;
  transition: all 0.3s ease;
  font-weight: 600;
  outline: none !important;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  color: white !important;
  aspect-ratio: square;
}

.btn-slide-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background-color: #cee1ff;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  height: 38px;
}
.btn-slide-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background-color: #0062ff;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  height: 38px;
}

.navbar {
  background-color: #051631 !important;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  max-height: 80px;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar .active {
  display: inline-flex;
  flex-direction: column;
  color: #e5e9f0 !important;
}
.navbar .active::after {
  content: "";
  margin: auto;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 100px;
  background-color: #0062ff;
}
.navbar-nav {
  display: flex;
  gap: 3rem;
}
.navbar-right {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar-right li {
  list-style: none;
}

.nav-link {
  color: #8eaad7 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: inline-flex;
  flex-direction: column;
}
.nav-link:hover::after {
  height: 3px;
  width: 100%;
}
.nav-link::after {
  content: "";
  margin: auto;
  display: inline-block;
  height: 3px;
  width: 0px;
  border-radius: 100px;
  background-color: #0062ff;
  transition: all 0.3s ease;
}

.footer {
  padding: 5rem 0;
  padding-top: 14rem;
  background-color: #030e1f;
  z-index: -1;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background-color: #0062ff;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.footer__social a:hover {
  background-color: #003ea0;
}
.footer__social a img {
  font-size: 24px;
  aspect-ratio: 1/1;
  margin: 0 !important;
}
.footer__copyright {
  text-align: center;
}
.footer__description {
  color: #8eaad7 !important;
}
.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__col img:nth-child(1) {
  margin-bottom: 1rem;
}
.footer__col p {
  color: #fff;
}
.footer__col ul {
  margin-top: 1rem;
  padding: 0;
}
.footer__col ul li {
  list-style: none;
  line-height: 36px;
}
.footer__col ul li a {
  color: #8eaad7;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__col ul li a:hover {
  color: #fff;
}
.footer__copyright {
  color: #fff !important;
}

.job-card {
  margin-top: 1.5rem;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
}
.job-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.job-card__image {
  height: 48px;
  width: 48px;
  aspect-ratio: square;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.job-card__image img {
  aspect-ratio: square;
  height: 48px;
  width: 48px;
  border-radius: 8px;
}
.job-card__position {
  font-size: 18px;
  font-weight: 600;
  color: #051631;
}
.job-card__company {
  font-size: 14px;
  font-weight: 600;
  color: #0062ff;
}
.job-card__types {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  color: #567099;
}
.job-card__category, .job-card__location {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.job-card__category img, .job-card__location img {
  aspect-ratio: square;
  height: 16px;
  width: 16px;
}
.job-card__buttons {
  display: flex;
  gap: 10px;
}
.job-card__buttons .btn-outline--small {
  width: 100%;
  text-align: center;
  color: #0062ff !important;
}
.job-card__buttons .btn-outline--small:hover {
  color: #051631 !important;
  border: 1px solid #051631 !important;
}

.jumbotron {
  min-height: 100vh;
  background-color: #051631;
  padding: 6rem 0;
}
.jumbotron__search {
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  margin-top: -2.5rem !important;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 80%;
  margin: auto;
  justify-content: stretch;
}
.jumbotron__input {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  gap: 0.5rem;
  flex: 2;
  border: 1px solid #e2e2e2;
  position: relative;
}
.jumbotron__input select option:nth-child(1) {
  display: none;
}
.jumbotron__input:nth-child(1) {
  flex: 3;
}
.jumbotron__input input[type=text],
.jumbotron__input select {
  color: #567099;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.jumbotron__input input[type=text]::placeholder,
.jumbotron__input select::placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.jumbotron__input input[type=text]:focus,
.jumbotron__input select:focus {
  border: none;
  outline: none;
}
.jumbotron__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jumbotron__title {
  color: #e5e9f0;
}
.jumbotron__title span {
  color: #0062ff;
}
.jumbotron__description {
  width: 75%;
  text-align: center;
  color: #8eaad7;
  margin-bottom: 2rem;
}
.jumbotron__banner {
  width: 100%;
  max-height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.jumbotron__subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(229, 233, 240, 0.25);
  color: #e5e9f0 !important;
  padding: 0.5rem 1rem;
  border-radius: 1000px;
}

.sponsor {
  padding: 3rem 0;
}
.sponsor__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor__container p {
  color: #567099;
  margin-bottom: 2rem;
}
.sponsor__logo {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor__logo > * {
  width: 100%;
  flex: 1;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.recent {
  margin: 5rem 0;
}
.recent__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.recent__title {
  margin-bottom: 0;
}
.recent__description {
  color: #567099;
}
.recent__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.recent__content {
  display: flex;
  align-items: center;
}
.recent__footer {
  display: flex;
  justify-content: center;
}

.services {
  padding: 5rem 0;
}
.services__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.services__list-title {
  font-size: 20px;
  font-weight: 600;
  color: #051631;
}
.services__list-title span {
  font-size: 16px;
  font-weight: 800;
  color: #0062ff;
  padding: 0.25rem 1rem;
  background-color: #cee1ff;
  border-radius: 100px;
  margin-right: 0.5rem;
}
.services__list-description {
  font-size: 14px;
  color: #567099;
}
.services__right {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
.services__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.services__image {
  width: 100%;
  border-radius: 1rem;
}
.services__subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0062ff;
  display: inline-flex;
  align-items: center;
}
.services__subtitle::before {
  content: "";
  display: flex;
  width: 75px;
  height: 0px;
  margin-right: 1rem;
  border-bottom: 1px solid #0062ff;
}

.testimonial {
  margin: 5rem 0px;
}
.testimonial__row {
  display: flex;
  align-items: center;
}
.testimonial__left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.testimonial__right img {
  width: 100%;
}
.testimonial__text {
  color: #051631;
  margin-bottom: 2rem;
}
.testimonial__content {
  padding-left: 2rem;
  border-left: 5px solid #0062ff;
}
.testimonial__quote {
  margin-bottom: 1rem;
}
.testimonial__title {
  width: 50%;
}
.testimonial__subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0062ff;
  display: inline-flex;
  align-items: center;
}
.testimonial__subtitle::before {
  content: "";
  display: flex;
  width: 75px;
  height: 0px;
  margin-right: 1rem;
  border-bottom: 1px solid #0062ff;
}
.testimonial__footer {
  display: flex;
  justify-content: space-between;
}
.testimonial__footer-left {
  display: flex;
  align-items: center;
}
.testimonial__footer-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.testimonial__profile {
  border-radius: 0.25rem;
  margin-right: 1rem;
}
.testimonial__name {
  font-weight: 700;
  font-size: 16px;
  color: #051631;
}
.testimonial__job {
  font-weight: 600;
  font-size: 14px;
  color: #567099;
}

.newsletter {
  margin-bottom: -10rem;
  position: relative;
}
.newsletter__input {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.newsletter__container {
  background-color: #051631;
  padding: 3rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  border-radius: 1rem;
}
.newsletter__container h2 {
  color: #fff;
}
.newsletter__container p {
  color: #567099;
}
.newsletter__subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(229, 233, 240, 0.25);
  color: #e5e9f0 !important;
  padding: 0.5rem 1rem;
  border-radius: 1000px;
}
.newsletter__group {
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.newsletter__group img {
  padding-left: 1rem;
}
.newsletter__group input[type=email] {
  width: 100%;
  border: none;
  outline: none;
}
.newsletter #email:-webkit-autofill,
.newsletter #email:-webkit-autofill:hover,
.newsletter #email:-webkit-autofill:focus,
.newsletter #email:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: transparent !important;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .navbar-nav {
    margin-left: 16.5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .jumbotron__title {
    text-align: center;
  }
  .testimonial__title {
    width: 100%;
  }
  .newsletter__input {
    flex-direction: row !important;
  }
  .newsletter__group {
    width: 80%;
  }
}
.navbar {
  max-height: unset;
}

select,
select:focus,
option,
option:focus {
  background: none;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .font-small {
    font-size: 12px;
    line-height: 22px;
  }
  a.btn-primary {
    width: 100%;
    text-align: center;
  }
  .navbar {
    padding: 1rem;
  }
  .navbar-nav {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 !important;
  }
  .navbar-right {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1rem;
  }
  .navbar-right > li {
    display: block;
    width: 100%;
  }
  .navbar-right > li a {
    width: 100%;
    text-align: center;
  }
  .jumbotron {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .jumbotron__subtitle {
    text-align: center;
    font-size: 10px;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .jumbotron__title {
    text-align: center;
  }
  .jumbotron__description {
    width: 100%;
  }
  .jumbotron__banner {
    width: 100%;
  }
  .jumbotron__search {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .sponsor__description {
    text-align: center;
  }
  .sponsor__logo {
    flex-direction: column;
  }
  .sponsor__logo img {
    width: 75%;
  }
  .recent {
    padding: 0 1rem;
    margin: 2.5rem 0;
  }
  .recent__container {
    gap: 1.5rem;
  }
  .recent__title {
    text-align: center;
  }
  .recent__content .job-card {
    padding: 1rem;
    gap: 1rem;
  }
  .services {
    padding: 2.5rem 1rem;
  }
  .services__subtitle {
    text-align: center;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .services__subtitle::before {
    margin-right: 0;
  }
  .services__title {
    text-align: center;
  }
  .services__list {
    text-align: center;
  }
  .services__list-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .services__list span {
    margin: 0;
  }
  .services__left {
    height: 75%;
  }
  .services__right {
    padding: 1rem;
    margin-top: 1rem;
  }
  .services__image {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimonial {
    margin: 2.5rem 0;
    padding: 0 1rem;
  }
  .testimonial__header {
    text-align: center;
  }
  .testimonial__subtitle {
    text-align: center;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .testimonial__subtitle::before {
    margin-right: 0;
  }
  .testimonial__profile {
    margin-right: 0.5rem;
  }
  .testimonial__job {
    line-height: 20px;
  }
  .testimonial__title {
    width: 100%;
  }
  .testimonial__right img {
    display: none;
  }
  .testimonial__content {
    padding-left: 1rem;
  }
  .newsletter__subtitle {
    font-size: 10px;
    padding: 0.25rem 0.5rem;
  }
  .newsletter__container {
    width: 90%;
    margin: auto;
    padding: 2rem;
  }
  .newsletter__group {
    flex-direction: column;
    width: 100%;
    background: none;
    padding: 0;
    gap: 1rem;
  }
  .newsletter__group img {
    width: 20px;
  }
  .newsletter__group input[type=email] {
    font-size: 14px;
  }
  .newsletter__input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.25rem;
  }
  .newsletter__input img {
    padding: 0;
  }
  .footer {
    padding: 5rem 1rem;
    padding-top: 14rem;
  }
  .footer__col:nth-child(1) {
    margin-bottom: 1rem;
  }
  .footer hr {
    margin: 0.25rem 0;
  }
  .footer ul li {
    font-size: 14px;
  }
  .footer__copyright {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .testimonial__footer {
    flex-direction: column;
  }
  .testimonial__footer-right {
    margin-top: 1rem;
    justify-content: flex-end;
  }
}/*# sourceMappingURL=main.css.map */