@import url('./root.css');

/*.navbar-right-button {*/
/*  border-radius: 16px;*/
/*  border: 1px solid var(--ea-blue);*/
/*  background: var(--ea-green-to-blue);*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  -webkit-background-clip: text;*/
/*  background-clip: text;*/
/*  align-items: center;*/
/*  text-decoration: none;*/
/*  color: var(--ea-blue);*/
/*  font-size: 18px;*/
/*  height: 43px;*/
/*  width: 145px;*/
/*  line-height: 27px;*/
/*  margin-left:  10px;*/
/*}*/
.all-pages-first-section {
  height: auto;
  background-image: url('../images/all-pages-first-section/background-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.all-pages-first-section h1 {
  background: var(--ea-green-to-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  line-height: 120px;
  max-width: 1100px;
  margin-top: 77px;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .all-pages-first-section h1 {
    font-size: 66px;
    line-height: 77px;
  }
}
.all-pages-first-section p {
  overflow-wrap: anywhere;
  text-align: center;
  display: flex;
  max-width: 750px;
  height: auto;
  font-size: 18px;

  font-weight: 400;
  line-height: 32.4px;
  padding: 0px 10px 10px;
}

.why-careers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: #10142d;
  color: white;
  font-weight: 200;
  font-size: 15px;
  padding: 55px;
}
.why-careers h2 {
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 46px;
  line-height: 69px;
  padding-bottom: 50px;
  max-width: 639px;
}
.careers-content {
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  gap: 58px;
  width: 100%;
}

.join-us img {
  max-width: 100%;
  height: 100%;
}
.by-join-us {
  text-align: start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.by-join-us p {
  font-weight: 200;
  font-size: 15px;
  line-height: 24.4px;
  max-width: 624px;
}
.joining-us {
  margin-bottom: 20px;
}

.careers-opertunities {
  background: #000417;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.careers-opertunities {
  background: #000417;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-item {
  background: unset !important;
  color: white;
  border: none !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: unset !important;
  color: white;
  box-shadow: none !important;
}

.accordion-button::after {
  width: 0px !important;
}

.minus,
.plus,
.active-plus,
.active-minus {
  font-size: 47px;
  font-weight: 200;
  width: 20px;
  margin-top: -5px;
  margin-left: -35px;
  display: none;
}
.title-job-required {
  margin-left: 22px;
}
.active-plus,
.active-minus {
  display: inline-block;
}

.accordion-button {
  font-size: 25px;
}

.accordion-body {
  display: flex;
  flex-direction: column;
  margin-top: -15px;
}

.job-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  /* padding: 10px; */
  height: 39px;
  padding-left: 18px;
  padding-right: 18px;
}

.about-requirement {
  padding: 18px;
  font-weight: 200;
}

.requirement-detail {
  border-radius: 8px;
  border: 1px solid var(--ea-green);
  background: rgba(1, 210, 166, 0.05);
  padding: 4px 8px;
  display: flex;
  color: var(--ea-green);
  width: fit-content;
  margin-bottom: 11px;
  font-weight: 200;
  font-size: 15px;
}
.requirement-detail-container {
  display: flex;
  flex-direction: column;
  padding: 18px;
}
.requirement-title {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: -23px;
}
.accordion {
  width: 800px;
}
select {
  flex: 2;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid white;
  background: linear-gradient(180deg, #000417 0%, #000626 100%);
  border-radius: 5px;
  color: white;
}
option {
  background-color: #000417;
}
.resume-container {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
}
.add-resume {
  margin-left: 12px;
  background: linear-gradient(223deg, #00de8e -49.38%, #00a7ff 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  cursor: pointer;
}

.apply-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.apply-button {
  border-radius: 12px;
  border: 1px solid var(--ea-green);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  height: 43px;
  width: 166px;
  align-items: center;
  text-decoration: none;
  color: var(--ea-green);
  margin-top: 6px;
}
.apply-button:hover {
  background: var(--ea-green);
  color: white;
}

@media screen and (max-width: 950px) {
  .careers-content {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .join-us {
    width: 90%;
  }
  .by-join-us {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .careers-opertunities{
    padding: 15px;
  }
  .accordion-body{
    padding: 0;
  }
}
.accordion-item button:hover span:last-child {
  color: var(--ea-green);
}
