@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

body,
html {
  font-family: 'Work Sans', sans-serif !important;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 28px;
  color: #111;
}

::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar-track {
  background: white !important;
}
::-webkit-scrollbar-thumb {
  background: #d29723 !important;
}

body {
  background-color: #fff;
}

/************************
*         HEADER
************************/
.header {
  max-width: 100vw;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center center;
  font-size: 1rem;
  background-image: url('../assets/img/880.jpg');
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15vh;
  padding-bottom: 25vh;
}

.header::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.85);
  content: '';
}

.head {
  position: relative;
  z-index: 50;
  color: #fff;
  width: 70vw;
  margin: 0 auto;
  text-align: center;
}

.head__title {
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1.5em;
  animation: fade 1500ms forwards;
  animation-delay: 200ms;
  opacity: 0;
}

@keyframes fade {
  from {
    transform: translateY(150%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/************************
*         JOB
************************/
.job {
  font-size: 1rem;
  width: 70vw;
  height: auto;
  min-height: 150vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15vh;
  position: relative;
  z-index: 50;
  padding-bottom: 10vh;
  padding-right: 30vw;
  border-bottom: 1px solid #333;
}

/************************
*      JOB DETAIL
************************/
.job__detail {
  width: 100%;
  padding-right: 5vw;
}

.job__detail__head {
  width: 100%;
  height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.job__detail__type {
  background-color: #d29723;
  border-radius: 0.25em;
  color: #fff;
  padding: 0.5vh 1vw;
  font-size: 1.2em;
  font-weight: 400;
  margin-right: 1vw;
  display: block;
  width: max-content;
  margin-bottom: 2vh;
}

.job__detail__head--bottom {
  display: flex;
  justify-content: space-between;
}

.job__detail__location {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
}

.job__detail__location i {
  color: #d29723;
  font-size: 1.1em;
  margin-right: 0.5vw;
}

.job__detail__date {
  font-size: 1.2em;
  font-weight: 400;
}

.job__detail__body {
  width: 100%;
  padding-top: 6vh;
  min-height: 140vh;
}

.job__detail__title {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 3vh;
}

.job__detail__paragraph {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 8vh;
}

.job__detail__list {
  margin-bottom: 2vh;
  font-size: 1.2em;
  font-weight: 400;
}

.job__detail__list__item {
  display: flex;
  align-items: center;
}

.job__detail__list__dot {
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 100%;
  background-color: #d29723;
  margin-right: 0.5vw;
  display: block;
}

.job__detail__list__text {
  width: 100%;
  display: block;
  line-height: 1.5em;
}

.job__detail__print {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 400;
  color: #111;
  margin-top: 4vh;
}

.job__share {
  width: 100%;
  align-items: center;
  display: flex;
  margin-top: 4vh;
}

.job__share span {
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 400;
  color: #111;
  margin-right: 1.5vw;
}

.job__share__icon {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #d29723;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
}

.job__share__icon:hover {
  background-color: #af7f1f;
}

.job__share__icon img {
  width: 50%;
}

/************************
*      JOB APPLY
************************/
.job__apply {
  width: 30vw;
  background-color: #f6f6f6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2vw 3vh;
  padding-bottom: 1vw;
  color: #111;
  height: max-content;
  position: absolute;
  right: 0;
  top: 0;
}

.job__apply__title {
  font-size: 1.73em;
  font-weight: 700;
  margin-bottom: 2.7vh;
}

.job__apply__errors {
  width: 100%;
  background-color: rgba(210, 67, 35, 0.3);
  color: #d24323;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2vh 2vw;
  font-weight: 500;
  border-radius: 0.2em;
  margin-bottom: 2vh;
  position: relative;
  transition: opacity 1000ms ease;
}

.job__apply__errors__close {
  position: absolute;
  right: 1vw;
  top: 1vh;
  cursor: pointer;
  font-size: 1.5em;
}

.job__apply__errors--hide {
  display: none;
}

.job__apply__success {
  width: 100%;
  background-color: rgba(62, 210, 35, 0.3);
  color: #56af45;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2vh 2vw;
  font-weight: 500;
  border-radius: 0.2em;
  margin-bottom: 2vh;
  position: relative;
  transition: opacity 1000ms ease;
}

.job__apply__success__close {
  position: absolute;
  right: 1vw;
  top: 1vh;
  cursor: pointer;
  font-size: 1.5em;
}

.job__apply__success--hide {
  display: none;
}

.job__apply__input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 1.5vh 1vw;
  font-family: 'Work Sans', sans-serif !important;
  color: #111;
  background-color: #fff;
  font-size: 1.2em;
  margin-bottom: 1vh;
  border-radius: 0.2em;
  line-height: inherit;
}

.job__apply__input::placeholder {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 300;
}

.job__apply__input:focus {
  outline: none;
  border: 1px solid #d29723;
}

.job__apply__input--half {
  width: 35vw;
}

.job__apply__message {
  height: 20.57vh;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1vh 1vw;
  font-family: 'Work Sans', sans-serif !important;
  color: #111;
  background-color: #fff;
  font-size: 1.2em;
  margin-bottom: 1vh;
  border-radius: 0.2em;
  line-height: inherit;
}

.job__apply__message::placeholder {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 300;
}

.job__apply__message:focus {
  outline: none;
  border: 1px solid #d29723;
}

.job__apply__select {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111;
  border-radius: 0.2em;
  font-size: 1.2em;
  font-weight: 300;
  padding: 1.5vh 1vw;
  margin-bottom: 1vh;
  font-family: 'Work Sans', sans-serif !important;
}

.job__apply__select:focus {
  outline: none;
}

.job__apply__select option {
  color: #d29723;
  background-color: transparent !important;
}

.job__apply_submit {
  border: none;
  text-transform: uppercase;
  font-size: 1em;
  padding: 2vh 0;
  border-radius: 2em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: transparent;
  color: #d29723;
  border: 1px solid #d29723;
  transition: 500ms ease-out;
  margin-top: 2vh;
}

.job__apply_submit:hover {
  background-color: #d29723;
  color: #fff;
}

.job__apply_submit:focus {
  outline: none;
  transform: translateY(-10%);
  box-shadow: 0 20px 35px 2px rgba(0, 0, 0, 0.1);
}

.job__apply__drag {
  width: 100%;
  padding: 2vh 2vw;
  display: flex;
  background-color: #fff;
  align-items: center;
  border: 2px dashed #ddd;
  margin-bottom: 1vh;
  position: relative;
}

.job__apply__drag__icon {
  width: 8vw;
}

.job__apply__drag__paragraph {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.job__apply__drag__paragraph small {
  word-break: break-all;
}

.job__apply__drag__paragraph strong {
  font-weight: 500;
}

.job__apply__drag__paragraph label {
  color: #d29723;
  text-decoration: underline;
  cursor: pointer;
}

.job__apply__drag__paragraph input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.job__apply__captcha-group {
  width: 50%;
}

.job__apply__captcha__text {
  font-size: 1em;
  font-weight: 300;
}

/************************
*         JOBS
************************/
.jobs {
  font-size: 1rem;
  width: 71vw;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  padding: 8vh 0;
  text-align: center;
}

.jobs__title {
  text-align: center;
  font-size: 2.33em;
  font-weight: 500;
  color: #111;
  margin-bottom: 10vh;
}

.jobs__row {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5vw;
  row-gap: 7vh;
  margin-bottom: 12vh;
  text-align: left;
}

.jobs__card {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 2vh 1vw;
  padding-right: 2vw;
  padding-bottom: 7vh;
  position: relative;
  z-index: 100;
  transition: 1000ms ease;
}

.jobs__card:hover {
  transform: scale(1.1);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 200;
}

.jobs__card:hover .jobs__card__button {
  animation: rotatingButton 1000ms ease-in-out forwards;
}

.jobs__card--first:hover {
  transform: scale(1.1) translateX(5%);
}

.jobs__card--last:hover {
  transform: scale(1.1) translateX(-5%);
}

.jobs__card__type {
  background-color: #d29723;
  border-radius: 0.25em;
  color: #fff;
  padding: 1vh 1vw;
  font-size: 1.2em;
  font-weight: 400;
}

.jobs__card__location {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.jobs__card__location i {
  color: #d29723;
  font-size: 1.1em;
  margin-right: 0.5em;
}

.jobs__card__name {
  font-size: 1.73em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 2vh;
}

.jobs__card__description {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.jobs__card__button {
  width: 2vw;
  height: 2vw;
  background-color: #d29723;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.jobs__card__button img {
  width: 60%;
  height: auto;
}

@keyframes rotatingButton {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  30% {
    transform: translate3d(-50%, -50%, 0) rotate(-70deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
  }
}

.jobs__view-more {
  font-size: 1.33em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5vh 4vw;
  border-radius: 2em;
  color: #d29723;
  border: 1px solid #d29723;
  transition: 500ms ease;
}

.jobs__view-more:hover {
  background-color: #d29723;
  color: #fff;
}

/************************
*         FOOTER
************************/
.footer {
  max-width: 100vw;
  width: 100vw;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}

.footer__cover {
  background-image: url('../assets/img/15690.jpg');
  background-size: cover;
  background-position: center 70%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: 1000ms ease;
}

.footer__block {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 15vh 10vw;
}

.footer__block:nth-child(1) {
  background: rgba(0, 0, 0, 0.7);
}

.footer__block:nth-child(2) {
  background: rgba(210, 151, 35, 0.9);
}

.footer__block:hover ~ .footer__cover {
  transform: scale(1.05);
}

.footer__why {
  font-size: 2em;
  margin-bottom: 4vh;
}

.footer__paragraph {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  width: 100%;
}

@media only screen and (max-width: 1366px) {
  .header {
    font-size: 0.71rem;
  }
  .job {
    font-size: 0.71rem;
  }
  .jobs {
    font-size: 0.71rem;
  }
  .footer {
    font-size: 0.71rem;
  }
}

@media only screen and (max-width: 1280px) {
  .header {
    font-size: 0.66rem;
  }
  .job {
    font-size: 0.66rem;
  }
  .jobs {
    font-size: 0.66rem;
  }
  .footer {
    font-size: 0.66rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    font-size: 0.53rem;
  }
  .head__title {
    opacity: 1;
    animation: none;
  }

  .job {
    font-size: 0.53rem;
    width: 80vw;
    padding-right: 35vw;
  }
  .job__apply {
    width: 35vw;
  }
  .jobs {
    font-size: 0.53rem;
    width: 80vw;
  }
  .jobs__card__button {
    width: 3vw;
    height: 3vw;
  }
  .jobs__card:hover,
  .jobs__card--first:hover,
  .jobs__card--last:hover {
    transform: none;
  }
  .jobs__card:hover .jobs__card__button {
    animation: none;
  }
  .footer {
    font-size: 0.53rem;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    font-size: 1rem;
    padding: 15vh 0;
  }

  .job {
    font-size: 1rem;
    padding-right: 0;
    margin-top: 0;
  }
  .job__detail {
    margin-bottom: 7vh;
  }
  .job__detail__head {
    flex-direction: row;
    color: #111;
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: 2vh 0;
    font-size: 1.2em;
  }
  .job__detail__type {
    height: max-content;
    margin: 0;
  }
  .job__detail__type,
  .job__detail__location {
    margin-right: 4vw;
  }
  .job__detail__body {
    padding-top: 3vh;
  }
  .job__share__icon {
    width: 5vw;
    height: 5vw;
  }

  .job__apply {
    width: 100%;
    position: relative;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .job__apply__input,
  .job__apply__select,
  .job__apply__message,
  .job__apply__drag {
    margin-bottom: 2vh;
  }
  .job__apply__title {
    margin-bottom: 5vh;
  }

  .jobs {
    font-size: 1rem;
  }
  .jobs__row {
    grid-template-columns: 1fr;
    column-gap: 2vw;
    row-gap: 5vh;
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 10vh;
  }
  .jobs__card {
    padding: 3vh 3vw;
    padding-bottom: 10vh;
  }
  .jobs__card__button {
    width: 6vw;
    height: 6vw;
    transform: none;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }

  .footer {
    font-size: 1rem;
    display: block;
  }
  .footer__block {
    font-size: 1em;
    width: 100%;
    padding: 10vh 15vw;
  }
}

@media only screen and (max-width: 420px) {
  .header {
    font-size: 0.53rem;
  }
  .job {
    font-size: 0.53rem;
    padding-bottom: 5vh;
  }
  .job__detail {
    margin-bottom: 4vh;
  }
  .job__detail__paragraph {
    margin-bottom: 3vh;
  }
  .job__apply__title {
    margin-bottom: 3vh;
  }
  .jobs {
    font-size: 0.53rem;
  }
  .footer {
    font-size: 0.53rem;
  }
}
