/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  margin: 0;
  background: #f6f8f9;
}

button {
  background: #3fdbb1;
  border-radius: 50px;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  cursor: pointer;
  z-index: 200;
}

button:hover {
  position: relative;
  top: 2px;
  background: #32d2a7;
}

body, .mobicast-page {
  position: relative;
  z-index: -100;
}

/* -------------------------------------------------header----------------------------------------------- */
.background {
  position: absolute;
  left: 0px;
  top: -110px;
  width: 100%;
  z-index: -20;
  height: 320px;
  overflow: hidden;
}

.background img {
  width: 100%;
  height: 100%;
}

.hero .hero-content {
  text-align: center;
  margin-top: 110px;
}

.hero .hero-content h1 {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  letter-spacing: 0.8px;
}

.hero .hero-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.8px;
}

.hero .vacancy-card {
  width: 200px;
  height: 60px;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .vacancy-card h3 {
  color: #465863;
  font-size: 1.2rem;
}

.hero .vacancy-card h3 span {
  color: #745dbc;
  font-weight: 900;
  margin-left: 14px;
}

.job-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job-cards-wrapper .job-card {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(46, 66, 75, 0.04);
          box-shadow: 0px 7px 13px 0px rgba(46, 66, 75, 0.04);
  border: 1px solid #d4dadf;
  padding: 30px 50px;
  margin-top: 50px;
}

.job-cards-wrapper .job-card .icon {
  height: 80px;
}

.job-cards-wrapper .job-card .icon img {
  height: 100%;
}

.job-cards-wrapper .job-card .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.job-cards-wrapper .job-card .buttons button {
  display: block;
  margin: 5px 0px;
}

.job-cards-wrapper .job-card .buttons button.details-btn {
  background: transparent;
  color: #7f7895;
  border: 1px solid #7f7895;
}

.job-cards-wrapper .job-card .text h2 {
  font-size: 1.4rem;
  margin-top: 0;
  color: #745dbc;
}

.job-cards-wrapper .job-card .text h3 {
  font-size: 1.2rem;
  color: #7f7895;
  margin-top: 25px;
}

.job-cards-wrapper .job-card p {
  height: auto;
  opacity: 1;
}

.job-cards-wrapper .job-card p.hidden {
  height: 0;
  opacity: 0;
}

.modal .modal-content {
  width: 50%;
}

.modal .form-wrap {
  margin-top: 10px;
  padding: 0 18%;
}

.modal .form-wrap h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
}

.modal .form-wrap h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #7f7895;
  text-align: center;
  margin-bottom: 3rem;
}

.modal .form-wrap form .input-field {
  margin-bottom: 20px;
}

.modal .form-wrap form .input-field label {
  display: block;
  font-size: 1.1rem;
  color: #745dbc;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 5px;
}

.modal .form-wrap form .input-field input, .modal .form-wrap form .input-field textarea {
  width: 100%;
  background: #f3f5f7;
  border: 1px solid #d4dadf;
  border-radius: 5px;
  padding: 15px 10px;
  color: #7f7895;
  font-size: 1.1rem;
}

.modal .form-wrap form .input-field.upload-resume {
  margin-bottom: 8px;
}

.modal .form-wrap form .input-field.upload-resume label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #7f7895;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d4dadf;
  border-radius: 5px;
  padding: 15px 10px;
}

.modal .form-wrap form .input-field.upload-resume label img {
  width: 20px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.modal .form-wrap form .input-field.upload-resume label:hover {
  background: #f3f5f7;
}

.modal .form-wrap form .input-field.upload-resume input {
  display: none;
}

.modal .form-wrap form .file-name {
  text-align: center;
}

.modal .form-wrap form .file-name h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #7f7895;
  margin-top: 4px;
  margin-bottom: 40px;
}

.modal .form-wrap form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .form-wrap form .buttons button {
  display: block;
  margin: 0 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .form-wrap form .buttons #cancelButton {
  border: 1px solid #3fdbb1;
  background: transparent;
  color: #3fdbb1;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 10px;
}

.modal .form-wrap form .response-text {
  display: none;
  text-align: center;
  color: #3fdbb1;
  font-size: 1.4rem;
  margin-top: 30px;
}

.modal .form-wrap form .loader9 {
  display: none;
}

.modal .form-wrap form .loader9 {
  position: relative;
  width: 8px;
  height: 8px;
  top: -10px;
  left: 44%;
  border-radius: 12px;
  background-color: #fff;
  z-index: 100;
}

.modal .form-wrap form .loader9:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}

.modal .form-wrap form .loader9:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 12px;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}

@-webkit-keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9g {
  0% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: -25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@-webkit-keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes loader9d {
  0% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  50% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* -------------------------------------------------media queries----------------------------------------------- */
@media (max-width: 810px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 736px) {
  .hero .hero-content h3 {
    padding: 0 20px;
  }
  .job-cards-wrapper .job-card .icon {
    height: 60px;
  }
}

@media (max-width: 720px) {
  .modal .modal-content {
    width: 80%;
  }
  .modal .form-wrap {
    padding: 0;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .header nav {
    margin: 15px 25px 0px 25px;
  }
  .hero .vacancy-card {
    margin-top: 80px;
  }
  .job-cards-wrapper .job-card {
    padding: 30px;
  }
}

@media (max-width: 420px) {
  .job-cards-wrapper .job-card {
    padding: 20px;
    position: relative;
    margin-top: 40px;
    display: block;
  }
  .job-cards-wrapper .job-card .icon {
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 317px) {
  .hero .vacancy-card {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=jobs.css.map */