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

html {
  font-size: 62.5%;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5);
}

.main-content {
  padding: 6.4rem 0;
}

.notification {
  font-size: 2rem;
}

.btn {
  font-size: 1.8rem;
  border-radius: 9px;
}

.btn:hover {
  background-color: #0c2453;
  color: white;
}

.btn:active {
  background-color: #0c2453;
}

.btn-sm {
  padding: 10px;
}

@media (min-width: 1200px) {
  .header-container {
    max-width: 140rem;
  }

  .hero {
    height: 90vh;
  }

  .hero-box {
    height: 85vh;
  }
}

/* ****************************** */
/* HEADER */
/* ****************************** */

nav {
  background-color: #fdf2e9;
}

.logo span {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.00001rem;
  color: #f9a109;
}

legend {
  color: #f9a109;
}

.logo:hover {
  text-decoration: none;
}

.navbar {
  padding: 1.5rem 1rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 3.2rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 300ms;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #cf711f;
}

.main-nav-link.nav-cta.logout:link,
.nav-cta.logout:visited {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

.main-nav-link.nav-cta.logout:hover,
.nav-cta.logout:active {
  background-color: #cf711f;
}

.main-nav-link.nav-cta:link,
.nav-cta:visited {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 9px;
  border: 1px solid #e67e22;
}

.main-nav-link.nav-cta:hover,
.nav-cta:active {
  color: #fff;
  background-color: #cf711f;
}

/* ****************************** */
/* HERO */
/* ****************************** */
.hero {
  background-color: #fdf2e9;
  padding: 0 7rem 9rem;
}

.hero-heading {
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1.05;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
}

.btn-get-started,
.btn-projects {
  font-size: 2rem;
  padding: 1.6rem 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 9px;
  transition: all 300ms;
  margin: 1rem;
  color: #fff;
}

.btn-projects {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

.btn-projects:hover {
  background: none;
  color: #0c2e8a;
  text-decoration: none;
}

.btn-get-started {
  background: #f9a109;
  border: 2px solid #f9a109;
}

.btn-get-started:hover {
  background: none;
  color: #f9a109;
  text-decoration: none;
}

/* ****************************** */
/* FEATURES */
/* ****************************** */
.features {
  padding: 6.4rem 0;
  color: #222;
}

.features-heading,
.about-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  color: #cf711f;
}

.feature-text--title {
  font-size: 3rem;
  line-height: 1.2;
  color: #333;
}

.feature-text--description {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #555;
}

/* ****************************** */
/* ABOUT US */
/* ****************************** */
.about {
  padding: 6.4rem 0;
  color: #222;
  background-color: #fdf2e9;
}

/* ****************************** */
/* HIRES */
/* ****************************** */
.hires {
  padding: 3.2rem 0;
  color: #222;
}

.hires-heading {
  color: #cf711f;
}

.dropdown-menu {
  max-height: 20rem;
  overflow-y: auto;
  scrollbar-width: thin;
}

.categories-menu {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .categories-dropdown {
    width: 60%;
  }
}

.search-input--hires {
  font-size: 1.8rem;
}

.search-icon {
  font-size: 2rem;
}

.hire-img {
  max-width: 70%;
  max-height: 70%;
}

.card-title {
  font-size: 2.4rem;
  font-weight: 700;
}

.card-text {
  font-size: 1.8rem;
  line-height: 1.5;
}

.login-to-hire {
  font-size: 1.4rem;
}

.pages-box {
  gap: 2rem;
}

.pages-link {
  padding: 1rem 2rem;
}

/* ****************************** */
/* JOB TANK */
/* ****************************** */
.job-tank {
  padding: 3.2rem 0;
  color: #222;
}

.job-tank-heading {
  color: #cf711f;
}

.article-metadata {
  font-size: 1.6rem;
}

.article-title {
  font-size: 2rem;
}

.article-content {
  font-size: 1.6rem;
  line-height: 1.3;
}

/* ****************************** */
/* LOGIN */
/* ****************************** */
.login {
  padding: 3.2rem 0;
  color: #222;
}

.login-box {
  width: 75%;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .login-box {
    width: 25%;
    font-size: 2rem;
  }
}

.login-heading {
  font-size: 4.8rem;
  font-weight: 500;
  color: #cf711f;
}

.login-label,
.register-label,
.create-job-label {
  font-size: 2.4rem;
}

.login-input,
.register-input,
.create-job-input {
  font-size: 2rem;
}

.custom-submit-btn {
  font-size: 2rem;
}

.sign-up-suggest {
  font-size: 2rem;
}

/* ****************************** */
/* REGISTER */
/* ****************************** */
.register {
  padding: 3.2rem 0;
  color: #222;
}

.register-box {
  width: 75%;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .register-box {
    width: 25%;
    font-size: 2rem;
  }
}

.register-heading {
  font-size: 3.6rem;
  font-weight: 500;
  color: #cf711f;
}

/* ****************************** */
/* JOB INFO */
/* ****************************** */
.job-info {
  padding: 3.2rem 0;
  color: #222;
}

.job-heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #cf711f;
}

/* ****************************** */
/* USER POSTS */
/* ****************************** */
.user-posts {
  padding: 3.2rem 0;
  color: #222;
}

.user-post-heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #cf711f;
}

.user-post-heading span {
  color: #222;
}

/* ****************************** */
/* CREATE JOB */
/* ****************************** */
.create-job {
  padding: 3.2rem 0;
  color: #222;
}

.create-job-box {
  width: 75%;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .create-job-box {
    width: 25%;
    font-size: 2rem;
  }
}

.create-job-heading {
  font-size: 3.6rem;
  font-weight: 500;
  color: #cf711f;
}

/* ****************************** */
/* ACCOUNT */
/* ****************************** */
.account {
  padding: 3.2rem 0;
  color: #222;
}

.account-box {
  width: 75%;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .account-box {
    width: 35%;
    font-size: 2rem;
  }
}

/* ****************************** */
/* RESET PASSWORD */
/* ****************************** */
.reset-password {
  padding: 3.2rem 0;
  color: #222;
}

.reset-password-box {
  width: 75%;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .reset-password-box {
    width: 35%;
    font-size: 2rem;
  }
}

.reset-password-heading {
  font-size: 3.6rem;
  font-weight: 500;
  color: #cf711f;
}

/* ****************************** */
/* FOOTER */
/* ****************************** */
#footer {
  background-color: #f3f4f6;
  color: #5f687b;
  font-size: 14px;
  position: relative;
}

.footer-logo {
  display: block;
}

.footer-logo span {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.00001rem;
  color: #f9a109;
}

.footer-logo:hover {
  text-decoration: none;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #5f687b;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #e4e6ea;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f9a109;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #206bfb;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eaecef;
  color: #5f687b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

#footer .footer-top .social-links a:hover {
  background: #f9a109;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #d9dce2;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

@media (max-width: 992px) {
  #footer .copyright,
  #footer {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

/* MY FOOTER */

/* .footer {
  padding: 6.4rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}





.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-links ion-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #767676;
  margin-top: auto;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.contacts p:first-child {
  margin-bottom: 2.4rem;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.footer-nav {
  list-style: none;
}

.footer-nav li:not(:last-child) {
  margin-bottom: 2.4rem;
}

.footer a:link,
.footer a:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
} */
