@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 60px !important;
  }

  h3 {
    font-size: 50px !important;
  }

  p {
    font-size: 28px !important;
  }

  .content a {
    font-size: 22px !important;
    padding: 25px 30px !important;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 30px !important;
  }
}

.home .hero-img {
  width: 100%;
}

.home .hero-section {
  position: relative;
}

.home .hero-section h1 {
  font-size: 50px;
  margin: 0;
  margin-bottom: 40px;
}

.home .hero-section h1 br {
  display: none;
}

.home .hero-section::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(360deg,
      rgba(7, 7, 7, 0.7) 29.44%,
      rgba(57, 57, 57, 0.359682) 82.93%,
      rgba(109, 109, 109, 0) 100%);
}

.home .hero-section .stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home .hero-section .stats .single-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}

.home .hero-section .stats .single-stat .number {
  font-size: 60px;
  font-weight: 800;
}

.home .hero-section .stats .single-stat .number span {
  font-size: 30px;
  font-weight: 400;
}

.home .hero-section .stats .single-stat h3,
.home .hero-section .stats .single-stat p {
  margin: 0;
}

.home .hero-section .content-over-image {
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 1;
  color: white;
  padding-inline: 10%;
  box-sizing: border-box;
}

.home .hero-section .content-over-image form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 70px;
  border: 1px solid white;
  background: white;
  border-radius: 8px;
}

.home .hero-section .content-over-image form .input {
  width: 50%;
  position: relative;
}

.home .hero-section .content-over-image form .input img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: 20px;
}

.home .hero-section .content-over-image form input[type="text"] {
  width: 100%;
  min-height: 70px;
  box-sizing: border-box;
  padding-inline: 60px 10px;
  font-family: "Inter";
  font-size: clamp(0.625rem, 0.761vw + 0.149rem, 1.063rem) !important;
  border: unset;
  background: unset;
}

.home .hero-section .content-over-image form input[type="text"]::placeholder {
  color: #b1b1b1;
}

.home .hero-section .content-over-image form input[type="text"]:focus-visible {
  outline: none;
}

.home .hero-section .content-over-image form input[name="skills-designations-companies"] {
  border-radius: 10px 0 0 10px;
}

.home .hero-section .content-over-image form input {
  font-size: 14px;
}

.home .hero-section .content-over-image form input[name="city-state-zipcode"] {
  border-radius: 0 10px 10px 0;
}

.home .hero-section .content-over-image form input[type="text"]:after {
  content: "";
  position: absolute;
  right: 0;
}

.home .hero-section .content-over-image form .input:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-color: #d1d1d1;
  height: 50%;
  width: 2px;
}

.home .hero-section .content-over-image form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 10%;
  bottom: 10%;
  margin-block: auto;
}

#searchJob {
  border: none;
  font-family: "Inter";
  background: #00484c;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
}

.section-spacing {
  margin-block: 80px;
  padding-inline: 30px;
}

.job-seeker-and-employer-section {
  position: relative;
}

.job-seeker-and-employer-section img.curved-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.job-seeker-and-employer-section .single-section h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

.job-seeker-and-employer-section .single-section p {
  font-weight: 500;
}

.job-seeker-and-employer-section .single-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.job-seeker-and-employer-section .job-seeker {
  align-items: flex-start;
  padding-top: 50px;
}

.job-seeker-and-employer-section .job-employer {
  align-items: flex-end;
  padding-bottom: 50px;
  margin-top: -50px;
}

.job-seeker-and-employer-section .job-employer .content {
  padding-left: 100px;
  box-sizing: border-box;
}

.job-seeker-and-employer-section .job-seeker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  margin-inline: auto;
  z-index: -1;
  background: #f5f5f5;
}

.job-seeker-and-employer-section .job-employer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  margin-inline: auto;
  z-index: -1;
  background: #f5f5f5;
}

.job-seeker-and-employer-section .single-section .content,
.job-seeker-and-employer-section .single-section .pic-col {
  width: 45%;
}

.job-seeker-and-employer-section .single-section .pic-col img {
  width: 95%;
}

.job-seeker-and-employer-section .single-section .pic-col {
  position: relative;
  z-index: 3;
}

.job-seeker-and-employer-section .job-seeker .pic-col {
  display: flex;
  justify-content: flex-end;
}

.job-seeker-and-employer-section .job-employer .pic-col {
  display: flex;
  justify-content: flex-start;
}

.job-seeker-and-employer-section .job-seeker a {
  display: block;
  padding: 15px 20px;
  color: white;
  background: #00484c;
  width: fit-content;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
}

.job-seeker-and-employer-section .job-employer a {
  display: block;
  padding: 15px 20px;
  color: #00484c;
  background: #ffbd59;
  width: fit-content;
  font-weight: 700;
  border-radius: 5px;
}

.employer-spotlight {
  position: relative;
}

.employer-spotlight .inner-content .content {
  width: 40%;
}

.employer-spotlight .inner-content>img {
  width: 60%;
}

.employer-spotlight h2 {
  font-size: 50px;
  white-space: nowrap;
}

.employer-spotlight .inner-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.employer-spotlight .content {
  display: flex;
  flex-direction: column;
}

.employer-spotlight .inner-content .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 20%;
  background: #ffbd5933;
  padding: 50px 30px;
  width: 80%;
  border-radius: 15px;
}

.employer-spotlight .inner-content .box h3 {
  font-size: 30px;
  margin-bottom: 0;
  color: #00484c;
}

.employer-spotlight .inner-content .box a {
  display: block;
  padding: 15px 20px;
  color: #00484c;
  background: #ffbd59;
  width: fit-content;
  font-weight: 700;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.collaborate-companies .title,
.funded-by .title {
  text-align: center;
}

.collaborate-companies .title h2,
.funded-by .title h2 {
  font-size: 45px;
}

.collaborate-companies .title p,
.funded-by .title p {
  font-weight: 500;
}

.collaborate-companies .logos-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-block: 30px 50px;
}

.collaborate-companies .logos-wrapper img,
.funded-by .logos-wrapper img {
  object-fit: contain;
  max-width: 180px;
}

.funded-by .logos-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.funded-by,
.collaborate-companies {
  padding-block: 30px 50px;
  padding-inline: 30px;
}

/* .funded-by {
  background: #f9f9f9;
} */
.funded-by .logos-wrapper img {
  width: 150px;
  height: 150px;
}

.home .stats-for-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: 50px;
  row-gap: 40px;
  display: none;
}

.home .stats-for-mobile .single-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80%;
}

.home .stats-for-mobile .single-stat .number {
  font-size: 32px;
  font-weight: 800;
}

.home .stats-for-mobile .single-stat .number span {
  font-size: 24px;
  font-weight: 400;
}

.home .stats-for-mobile .single-stat h3,
.home .stats-for-mobile .single-stat p {
  margin: 0;
}

.home .stats-for-mobile .single-stat p {
  font-size: 18px;
  margin-top: 10px;
}

.employer-spotlight .inner-content img.mobile-only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .home .hero-section .stats {
    display: none;
  }

  .home .hero-section .content-over-image {
    bottom: 5%;
    padding-inline: 3%;
  }

  .home .stats-for-mobile {
    display: flex;
  }
}

@media screen and (max-width: 950px) {
  .logos-wrapper {
    flex-wrap: wrap;
  }

  .job-seeker-and-employer-section .curved-line {
    display: none;
  }

  .job-seeker-and-employer-section .job-seeker {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .job-seeker-and-employer-section .job-seeker::before {
    display: none;
  }

  .job-seeker-and-employer-section .single-section .content,
  .job-seeker-and-employer-section .single-section .pic-col {
    width: 100%;
  }

  .job-seeker-and-employer-section.section-spacing {
    padding-inline: 0;
    margin-block: 0;
  }

  .job-seeker-and-employer-section .single-section .pic-col img {
    width: 100%;
  }

  .job-seeker-and-employer-section .job-employer {
    margin-top: auto;
  }

  .job-seeker-and-employer-section .single-section .content {
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .job-seeker-and-employer-section .single-section .content br {
    display: none;
  }

  .job-seeker-and-employer-section .job-employer {
    display: flex;
    flex-direction: column;
  }

  .employer-spotlight {
    margin-block: 0;
    padding-inline: 0;
  }

  .employer-spotlight .inner-content::before {
    display: none;
  }

  .employer-spotlight .inner-content {
    margin-block: 0;
    padding-inline: 30px;
  }

  .employer-spotlight .inner-content .content {
    width: 100%;
  }

  .employer-spotlight .inner-content .box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
  }

  .employer-spotlight .inner-content {
    flex-direction: column;
  }

  .employer-spotlight .inner-content>img {
    width: 100%;
  }

  .collaborate-companies .logos-wrapper img {
    width: 30%;
  }

  .collaborate-companies h2,
  .funded-by h2,
  .collaborate-companies p,
  .funded-by p {
    text-align: left;
  }

  .funded-by .logos-wrapper img {
    width: 40%;
  }

  .employer-spotlight .inner-content img.mobile-only {
    display: block;
    margin-bottom: -80px;
  }

  .employer-spotlight .inner-content img.desktop-only {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .home .hero-section {
    height: 80vh;
  }

  .home .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .hero-section .content-over-image form {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .home .hero-section .content-over-image form .input {
    width: 100%;
  }

  .home .hero-section .content-over-image form input[type="text"] {
    border-radius: 0;
  }

  .home .hero-section .content-over-image form input[type="submit"] {
    position: relative;
    inset: 0;
    width: 100%;
    padding-block: 20px;
    border-radius: 0 0 10px 10px;
  }

  .home .hero-section .content-over-image form .input:nth-child(2) img {
    bottom: auto;
    top: 20px;
  }

  .home .hero-section .content-over-image form .input:nth-child(1) input {
    border-radius: 10px 10px 0 0;
  }

  .home .hero-section h1 br {
    display: inline;
  }
}
