:root {
  --heading_color: #fa0060;
  --background: linear-gradient(41deg, #292d32, #292d32);
}

body {
  font-family: "Gilroy-Bold", sans-serif !important;
  background-image: url(assets/fabric-of-squares.png);
}

.site_info {
  width: 100%;
}
#bg_light {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 99999999;
}

.error {
  color: red;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: small;
  text-align: left;
  margin: 5px 0 0 3%;
}

::placeholder {
  color: rgba(0, 0, 0, 0.267) !important;
}

.brand_img_styling {
  width: 14rem;
  height: auto;
}

.nav-link {
  color: #292d32;
  font-size: 1.1rem;
  margin-left: 0px;
  transition: 0.5s;
  padding: 5px 20px !important;
  padding-left: 5px !important;
}

.nav-link:hover {
  opacity: 1 !important;
  background-color: var(--heading_color);
  border-radius: 20px;
  color: #fff !important;
}

.header_wavy_main {
  background: #7f7f7f;
  background-color: #7f7f7f;
}

.header_wavy_div {
  padding-bottom: 5%;
  height: 100vh !important;
  background: linear-gradient(rgba(41, 45, 50, 0.8), rgba(41, 45, 50, 0.8)),
    url(assets/ibex-cover.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}

.punch_line {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 18%;
  margin-bottom: 2%;
}

.button_inline {
  display: inline-block;
  width: 22%;
  font-size: 1.5rem;
  vertical-align: top;
  font-weight: 600;
  margin-left: 2%;
  cursor: pointer;
  padding: 0 10px;
  height: fit-content;
  padding: 10px 0;
  transition: all 0.3s ease-in !important;
  border: 3px solid #fff;
  background-color: #fff;
  letter-spacing: 2px;
}

.button_inline:hover {
  backface-visibility: hidden;
  border-left: none;
  border-right: none;
  background-color: transparent;
  transition: all 280ms ease-in-out;
  width: 20%;
  letter-spacing: 0;
  color: #fff !important;
}

@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

.space_from_margin {
  margin: 0 6% 0 6%;
}

.text_area {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  font-size: 4rem;
  color: #fff;
  padding: 4% 2% 4% 2%;
}

.img_styling {
  width: 200px;
  height: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.heading {
  font-size: 40px;
  color: var(--heading_color);
  margin-left: 4%;
  margin-top: 2%;
  margin-bottom: 3%;
  font-weight: 600;
}

.why_us_text_area {
  margin-top: 1%;
  margin-left: 4%;
  font-size: 20px;
  margin-right: 4%;
  font-weight: 400;
  line-height: 30px;
}

.service_use_line {
  color: var(--heading_color);
  font-size: 3.5rem;
  text-align: center;
  margin: 6% 0 6% 0;
}

.italic_style {
  font-weight: 600;
}

.general_text {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 2rem;
  color: var(--heading_color);
  padding: 3% 3% 6% 1%;
  background: var(--background);
  color: #fff;
}

.form_area {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 2%;
  margin-left: 3%;
}

.form_login {
  display: none;
}

.register_t {
  color: #1b0339;
}

.create_text {
  color: #1b0339;
}

.heading_in_form {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
  color: var(--heading_color);
  margin-left: 3%;
  margin-top: -3%;
}

.text_under_heading_form {
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 3%;
  font-weight: 600;
}

.register_text {
  text-align: left;
  font-size: 1rem;
  color: var(--heading_color);
  margin-left: 3%;
  font-weight: 600;
  cursor: pointer;
}

.login_form_spacing {
  margin-top: 15%;
}

.login_form {
  display: none;
}

.register_form {
  display: block;
}

.form_inputs {
  width: 70%;
  border-bottom: 2px solid #c6c6c6;
  margin-left: 3%;
}

.label_styling {
  width: 35% !important;
  margin-top: 2%;
  text-align: left;
  color: var(--heading_color);
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 3%;
}

.input_styling {
  width: 60% !important;
  margin-top: 2%;
  padding: 1% 2%;
  border-radius: 30px;
  border: 2px solid transparent;
  margin-left: -2%;
  background-color: #fff !important;
}

.input_styling:focus {
  outline: transparent;
}

.failure_text {
  font-size: 0.7rem;
  color: red;
  display: none;
  margin-left: 3%;
}

.submit_button_style {
  margin-top: 5%;
  margin-left: -15%;
}

.submit_button {
  background-color: var(--heading_color);
  color: #fff;
  border: 2px solid transparent;
  font-size: 1.5rem;
  padding: 1% 5% 1% 5%;
  border-radius: 25px;
}

.submit_button:hover {
  background-color: #fff;
  color: var(--heading_color);
  border-color: var(--heading_color);
}

::placeholder {
  color: #000;
}

a {
  color: inherit !important;
  text-decoration: inherit !important;
}

.footer_div {
  color: #fff;
  padding: 2%;
  margin-top: 3%;
  text-align: center;
  background: var(--background);
  font-weight: 500;
  font-size: small;
}

.alert_box {
  position: fixed;
  top: 30%;
  left: 30%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 2%;
  font-size: 1.5rem;
  color: var(--heading_color);
  font-weight: 500;
  display: none;
  min-width: 400px;
  text-align: center;
  border-radius: 14px;
}

.alert_box_failure {
  position: fixed;
  top: 20%;
  left: 40%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 2%;
  font-size: 1.5rem;
  color: var(--heading_color);
  font-weight: 500;
  display: none;
  max-width: 400px;
  text-align: center;
  border-radius: 14px;
}

.close_button {
  background-color: var(--heading_color);
  color: #fff;
  width: max-content;
  padding: 1% 3% 1% 3%;
  margin-left: 35%;
  border-radius: 10px;
  margin-top: 2%;
  cursor: pointer;
}

.all_icons_image_styling {
  width: 100%;
  height: auto;
}

.jump_to_div {
  position: relative;
  top: -180px;
}

.jump_to_div_reg {
  position: absolute;
  bottom: -130%;
}

#open_form {
  position: absolute;
  bottom: -200%;
}

.span_styling {
  text-decoration: underline;
  font-weight: 700;
}

.loading_style {
  display: none;
}

.job_opening_main {
  margin: 3% 4% 3% 4%;
}

.job_details {
  background-color: #fff;
  padding: 2%;
  margin: 2% 0 2% 0;
  border-radius: 4px;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.job_name {
  background: var(--background);
  color: #fff;
  padding: 2%;
  font-size: 1.3rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  clip-path: polygon(1% 0, 100% 0, 99% 99%, 0 100%);
}

.job_title {
  flex: 3;
}

.apply_now_button {
  background-color: #fff;
  border-color: #fff;
  color: var(--heading_color);
  border-radius: 4px;
  padding: 5% 15%;
  cursor: pointer;
  float: right;
  position: relative;
  width: max-content;
  clip-path: polygon(5% 0, 100% 0, 95% 99%, 0 100%);
}

.apply_now_button:hover {
  animation: vibrate-1 0.3s linear infinite both;
}

hr.new5 {
  border: 2px solid var(--heading_color);
  border-radius: 5px;
  width: 400px;
  position: relative;
  top: 60px;
}

.close_button {
  border-radius: 4px;
  border-color: #000;
}

.heading_job_description {
  font-size: 1.5rem;
  margin: 2% 0 2% 0;
  font-weight: 400;
}

.text_area_job_description {
  font-size: 1.2rem;
  color: #000;
}

#specialist_chat,
#specialist_voice,
#assistant_manager {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .header_wavy_div {
    height: auto;
  }
}

@media only screen and (max-width: 1680px) {
  #open_form {
    position: absolute;
    bottom: -185%;
  }
}

@media only screen and (max-width: 1450px) {
  #open_form {
    position: absolute;
    bottom: -200%;
  }
}

@media only screen and (max-width: 1370px) {
  #open_form {
    position: absolute;
    bottom: -240%;
  }
}

@media only screen and (min-width: 1500px) {
  .alert_box {
    left: 40%;
    top: 40%;
  }

  .error {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1050px) {
  .header_wavy_div {
    height: 70vh !important;
  }
  .job_title {
    flex: 2.7;
  }

  .apply_now_button {
    flex: 0.75;
    left: 1%;
  }

  #open_form {
    position: absolute;
    bottom: -175%;
  }
}

@media only screen and (max-width: 990px) {
  .header_wavy_div {
    height: 45vh !important;
  }
  .text_area {
    font-size: 2rem;
  }

  .img_styling {
    width: 120px;
    height: 120px;
  }

  .general_text {
    width: 100%;
    min-height: max-content;
  }

  .form_inputs {
    width: 90%;
  }

  .form_area {
    width: 90%;
    margin-top: 3%;
  }

  .heading_in_form,
  .register_text {
    text-align: center;
  }

  .jump_to_div {
    position: relative;
    top: -310px;
  }

  .jump_to_div_reg {
    bottom: -76%;
  }

  .login_form_spacing {
    margin-top: 5%;
  }

  .job_name {
    font-size: 1rem;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 800px) {
  .alert_box {
    left: 25%;
    top: 25%;
    min-width: 250px;
  }

  hr.new5 {
    top: 0;
    width: 50%;
  }

  .apply_now_button {
    margin-left: 9%;
    left: 1%;
  }

  #open_form {
    position: absolute;
    bottom: -170%;
  }
}

@media only screen and (max-width: 700px) {
  .punch_line {
    font-size: 3rem;
    padding-top: 30%;
  }

  .button_inline {
    font-size: 1.2rem;
    min-height: 30px;
    width: 50%;
  }

  .alert_box_failure {
    left: 15%;
    max-width: 300px;
  }

  .apply_now_button {
    top: -2px;
    left: 1%;
  }
}

@media only screen and (max-width: 640px) {
  .text_area {
    font-size: 1.7rem;
  }

  .img_styling {
    width: 100px;
    height: 100px;
  }

  .heading {
    font-size: 2rem;
    margin-top: 5%;
  }

  .jump_to_div_reg {
    bottom: -66%;
  }

  .heading_job_description {
    font-size: 1.3rem;
  }

  .text_area_job_description {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 550px) {
  .text_area {
    font-size: 1.2rem;
  }

  .img_styling {
    width: 60px;
    height: 60px;
  }

  .label_styling {
    font-size: 0.65rem;
  }

  .submit_button_style {
    margin-left: 5%;
  }

  .submit_button {
    padding-left: 6%;
    padding-right: 6%;
  }

  .service_use_line {
    font-size: 1.5rem;
  }

  .job_name {
    font-size: 0.7rem;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 14px;
}

::-webkit-scrollbar-thumb {
  background: var(--heading_color);
  border-radius: 14px;
}

@media only screen and (max-width: 500px) {
  .alert_box {
    left: 20%;
  }
  .header_wavy_div {
    height: 40vh !important;
  }
}

@media only screen and (max-width: 400px) {
  .button_inline {
    font-size: 1rem;
  }

  .alert_box_failure {
    left: 15%;
    max-width: 250px;
  }

  .job_name {
    font-size: 0.6rem;
  }
}

.forgot_text {
  text-align: center;
  font-size: 1rem;
  color: var(--heading_color);
  margin-top: 2%;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .header_wavy_div {
    height: 55vh !important;
  }
  .punch_line {
    padding-top: 45%;
  }
}
