@font-face {
  font-family: "Minecraftory";
  src: url("./../../assets/fonts/Minercraftory.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.jobs-page {
  background: #fff;
  position: relative;
  padding-top: 70.5px;
}
.jobs-page .hero {
  margin-top: 0;
  padding-top: 0;
}
.jobs-page .hero-container {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .jobs-page .hero-container {
    padding-top: 0;
  }
}
.jobs-page .hero-container h1 {
  font-family: "Minecraftory", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
}

.jobs-page .hero-container .subtitle-2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
@media (max-width: 768px) {
    .jobs-page .hero-container h1 {
        font-size: 30px;
        line-height: 45px;
        text-align: left;
      }
  .jobs-page .hero-container .subtitle-2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.jobs-page .jobs-content {
  padding-top: 80px;
  padding-bottom: 140px;
  background: #fff;
  position: relative;
  z-index: 15;
}
.jobs-page .jobs-content h2 {
  margin-bottom: 48px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  color: #13003a;
  text-align: center;
}
@media (max-width: 768px) {
  .jobs-page .jobs-content h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 576px) {
  .jobs-page .jobs-content h2 {
      margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
  }
}

.jobs-page .jobs-selects {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .jobs-page .jobs-selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jobs-page .jobs-select-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .jobs-page .jobs-select-wrap {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .jobs-page .jobs-select-wrap:first-child {
    margin-bottom: 30px;
  }
}
.jobs-page .jobs-select-wrap:first-child {
  margin-right: 30px;
}
.jobs-page .jobs-select-wrap::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./../../assets/jobs-page/down-arrow-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs-page .jobs-selects select {
  width: 255px;
  height: 38px;
  position: relative;
  padding: 5px 32px 5px 12px !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 22px;
  color: #13003a;
  border: 1px solid #a8afba;
  cursor: pointer;
}
.jobs-page .jobs-positions {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.jobs-page .jobs-positions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #3fa9f5;
}
.jobs-page .jobs-positions a:last-child {
  border-bottom: 1px solid #3fa9f5;
}
.jobs-positions__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jobs-positions__title span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #13003a;
  text-transform: capitalize;
}
.jobs-positions__title span:first-child {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .jobs-page .hero-img {
    max-width: 300px;
  }
}
