@import url("https://fonts.googleapis.com/css?family=DM Sans");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap");
:root {
  --heading_color: #19204c !important;
  --background: #19204c;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: DM Sans, sans-serif !important;
}
.navbar-toggler {
  background-color: white !important;
}
.portal-button {
  position: relative;
}
.tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #1e3755;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 90%; /* Position the tooltip above the button */
  right: 0%;
  opacity: 0;
  transition: opacity 0.3s;
}

.portal-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.site_info {
  width: 100%;
}
#lightLogo {
  display: none;
}
.error {
  color: red;
  font-family: DM Sans, 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: #fff !important;
  font-size: 1.1rem;
  margin-left: 15px;
  transition: 0.5s;
  padding: 5px 20px !important;
}

.nav-link:hover {
  opacity: 1 !important;
  background-color: var(--heading_color);
  border-radius: 20px;
}

.header_wavy_main {
  background: #7f7f7f;
  background-color: #7f7f7f;
}

.header_wavy_div {
  padding-bottom: 5%;
  height: 100vh;
  background: url(assets/bgimg.jpg),
    linear-gradient(#96a4bb, rgb(214, 190, 190));
  /* background-image: */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.punch_line {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 20%;
  margin-bottom: 2%;
}

.buttonDiv {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.buttonDiv div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3%;
}

.buttonDiv div p {
  font-size: 3.5rem;
  font-weight: 600;
}
.button_inline {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  font-size: 1.5rem;
  vertical-align: top;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  height: fit-content;
  padding: 10px 0;
  transition: all 0.3s ease-in !important;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #19204c;
  letter-spacing: 2px;
  color: #fff !important;
}

.button_inline:hover {
  backface-visibility: hidden;
  background-color: transparent;
  transition: all 280ms ease-in-out;
  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: 35px;
  color: var(--heading_color);
  margin-left: 4%;
  margin-top: 2%;
  margin-bottom: 1%;
  font-weight: 600;
  font-family: "Poppins";
}

.why_us_text_area {
  margin-left: 4%;
  font-size: 16px;
  margin-right: 4%;
  font-weight: 400;
  text-align: justify;
  line-height: 29px;
}

.service_use_line {
  color: var(--heading_color);
  font-size: 35px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  margin: 6% 0 6% 0;
}

.italic_style {
  font-weight: 600;
}

.form_section {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  /* height: 700px; */
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form_area {
  /* display: inline-block; */
  /* padding-bottom: 2%; */
  width: 48%;
  vertical-align: top;
  /* background-color: rebeccapurple; */
  /* margin-left: 3%; */
}

.form_login {
  display: none;
}

.register_t {
  color: #19204c;
  font-size: 2rem;
  margin-left: 3%;
}

.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: rgba(211, 211, 211, 0.256) !important;
  /* border: lightgray 1px solid; */
}

.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: 10px;
}

.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;
}
.expand_sign {
  flex: 0.15;
  margin-left: 5%;
}
.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.25rem;
  margin: 2% 0 2% 0;
  font-weight: 600;
}

.text_area_job_description {
  font-size: 1rem;
  color: #000;
}

#cloud_software_engineer,
#cloud_software_engineer_minus,
#cyber_security_analyst,
#cyber_security_analyst_minus,
#dot_net_programmer,
#dot_net_programmer_minus,
#devop_engineer,
#devop_engineer_minus,
#full_stack_dev,
#full_stack_dev_minus,
#java_dev,
#java_dev_minus,
#mean_dev,
#mean_dev_minus,
#python_dev,
#python_dev_minus,
#qa_analyst,
#qa_analyst_minus,
#designer,
#designer_minus {
  display: none;
}
.password-main {
  position: relative;
}
.password-toggle-icon1,
.password-toggle-icon2,
.password-toggle-icon3 {
  position: absolute;
  right: 6%;
  transform: translateY(-50%);
  cursor: pointer;
  bottom: -0.4rem;
}

.password-toggle-icon1 i,
.password-toggle-icon2 i,
.password-toggle-icon3 i {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.password-toggle-icon1 i:hover,
.password-toggle-icon2 i:hover,
.password-toggle-icon3 i:hover {
  color: #000;
}
@media only screen and (min-width: 1600px) {
}

@media only screen and (max-width: 1680px) {
  #open_form {
    position: absolute;
    bottom: -185%;
  }
  .punch_line {
    padding-top: 23%;
  }
}

@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;
  }
  .buttonDiv div {
    width: 70%;
  }

  .buttonDiv div p {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1050px) {
  .header_wavy_div {
    height: 75vh;
  }
  .job_title {
    flex: 2.7;
  }

  .apply_now_button {
    flex: 0.75;
    left: 1%;
  }

  #open_form {
    position: absolute;
    bottom: -175%;
  }
  .buttonDiv div {
    width: 60%;
  }

  .buttonDiv div p {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 990px) {
  .header_wavy_div {
    height: 65vh;
  }
  .text_area {
    font-size: 2rem;
  }
  .nav-link {
    padding-right: 0px !important;
  }
  .navbar-nav {
    /* background-color: #b3a0b7; */
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
  .img_styling {
    width: 120px;
    height: 120px;
  }

  .general_text {
    width: 100%;
    min-height: max-content;
  }

  .form_inputs {
    width: 90%;
  }

  .form_area {
    width: 90%;
    margin: 3% 5% 0;
    /* margin-top: 3%; */
  }
  .submit_button_style {
    margin-left: 0px;
  }
  .heading_in_form {
    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%;
  }
  .buttonDiv div p {
    font-size: 2rem;
    font-weight: 600;
  }
}

@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%;
  }
  .form_section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .header_wavy_div {
    padding-bottom: 5%;
    height: 100vh !important;
    background: url(assets/bgImgM.jpg),
      linear-gradient(#96a4bb, rgb(214, 190, 190));
    /* background-image: */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
  }
  .blue_logo {
    display: none !important;
  }
  #lightLogo {
    display: flex;
  }
  .buttonDiv {
    width: 100%;
    height: 70%;
    align-items: center;
  }
  .buttonDiv div {
    width: 100%;
    align-items: center;
    padding-left: 0%;
  }
  .buttonDiv div p {
    font-size: 1.5rem;
    text-align: center;
  }

  .button_inline {
    font-size: 1rem;
    height: 40px;
    width: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff !important;
  }

  .button_inline:hover {
    backface-visibility: hidden;
    background-color: transparent;
    transition: all 280ms ease-in-out;
    color: #fff !important;
  }
  .register_t {
    color: #19204c;
    font-size: 1.5rem;
  }
  .register_text,
  .register_t {
    text-align: center;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 700px) {
  .punch_line {
    font-size: 2rem;
    padding-top: 40%;
  }

  .alert_box_failure {
    left: 15%;
    max-width: 300px;
  }

  .apply_now_button {
    top: -2px;
    left: 1%;
  }
}

@media only screen and (max-width: 640px) {
  ul {
    padding-left: 7%;
  }
  .text_area {
    font-size: 1.7rem;
  }
  .punch_line {
    font-size: 2rem;
    padding-top: 35%;
  }
  .img_styling {
    width: 100px;
    height: 100px;
  }

  .heading {
    font-size: 2rem;
    margin-top: 5%;
  }

  .jump_to_div_reg {
    bottom: -66%;
  }

  .heading_job_description {
    font-size: 1rem;
  }

  .text_area_job_description {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 550px) {
  .brand_img_styling {
    width: 10rem;
    height: auto;
  }
  /* .header_wavy_div {
    height: 340px;
  } */

  .navbar-toggler {
    font-size: small !important;
  }
  .punch_line {
    font-size: 2rem;
    padding-top: 30%;
  }
  .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%;
  }
  .punch_line {
    padding-top: 35%;
    font-size: 1.5rem;
  }
  .button_inline {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 400px) {
  .nav-link {
    font-size: 0.85rem;
    padding-bottom: 0px !important;
  }

  .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) {
  .punch_line {
    padding-top: 40%;
  }
}
