* {
  font-family: "Poppins";
  font-style: normal;
}

/* section-hero start */

.sticky-section {
  padding-top: 144px;
}

.hero-section {
  padding: 0 0 200px;
  background: var(--hero-section-background);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 89;
}

.buttonClick {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}

.buttonClick img {
  position: relative;
  top: -1px;
}

.underline.active hr {
  margin: 0;
  border-top: 2px solid #504ee4;
  transition: all 0.3s;
}

.underline hr {
  margin: 0;
  border-top: 2px solid #504ee400;
  transition: all 0.3s;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #6e6cc4;
}

.buttonClick p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #888a98;
  margin: 0;
  margin-left: 8px;
}

.underline:not(:first-child) {
  margin-left: 40px;
}

.textContainer h1,
.textContainer h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 62px;
  line-height: 87px;
  color: #020052;
  margin-top: 80px;
  margin-bottom: 24px;
}

.textContainer h1 span,
.textContainer h2 span {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 62px;
  line-height: 87px;
  color: #504ee4;
}

.textContainer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 40px;
}
/* section-hero end */

.section-culture {
  display: none;
}

.workspace-wrapper {
  display: none;
}

.open-position,
.openings {
  display: none;
}

.show {
  display: block !important;
}

.activeImg {
  display: none;
}

.normalImg {
  display: block;
}

.underline.active .activeImg {
  display: block !important;
}

.underline.active .normalImg {
  display: none !important;
}

.underline.active .buttonClick p {
  color: #504ee4;
}

.textContainer.open-position {
}

/* culture section-2 start */

.workPlaySection {
  background: var(--section-2-background);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
}

.workPlaySection h2,
.color-blue,
.color-pink {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 24px;
}

.color-blue {
  color: #99d0ff !important;
}

.color-pink {
  color: #ff99d0 !important;
}

.workPlaySection p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 0;
}

.workPlaySection p:not(:last-child) {
  margin-bottom: 24px;
}

.w350 {
  max-width: 350px;
}

/* culture section-2 end */

/* culture section-3 ourvalues start */

.ourValues {
  background: #e4dbff;
  border-radius: 16px;
  padding: 80px 0;
  margin: 80px;
  margin-bottom: 40px;
}

.ourValues_hr {
  border-top: 1px dashed #dcb4ff;
  margin: 0;
  position: relative;
  top: 62px;
}

.ourValues_hr-1 {
  border-top: 1px dashed #dcb4ff;
  margin: 0;
  position: relative;
  top: 170px;
}

.ourValues_hr-2 {
  border-top: 1px dashed #dcb4ff;
  margin: 0;
  position: relative;
  top: 252px;
}

.ourValues_hr-3 {
  border-top: 1px dashed #dcb4ff;
  margin: 0;
  position: relative;
  bottom: 0;
}

.ourValues h2,
.ourValues h2 span {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 62px;
  line-height: 87px;
  color: #0d144a;
}

.ourValues h2 span {
  color: #504ee4 !important;
}

.value-card-container {
  width: fit-content;
  margin-left: 40px;
}

.value-card-container h3 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #b499ff;
  border-bottom: 8px solid #b499ff;
  width: fit-content;
  padding: 0 14px;
  position: relative;
  z-index: 2;
  left: 24px;
}

.value-card {
  background: #ffffff;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px;
  margin-top: -15.5px;
  position: relative;
  z-index: 1;
}

.value-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  margin-bottom: 0;
}

/* culture section-3 ourvalues end */

/* lifeatklenty --start */

.lifeAtKlenty {
  padding: 40px 0 80px;
}

.lifeAtKlenty h2 {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 56px;
  color: #020052;
  text-align: center;
  margin-bottom: 80px;
}

.lifeAtKlenty h2 span {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 56px;
  color: #504ee4;
}

.lifeAtKlenty .general-card {
  background: #ffffff;
  mix-blend-mode: normal;
  border: 1px solid #99d0ff;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 32px 28px;
  height: 100%;
}

.general-card img {
  margin-bottom: 24px;
}

.general-card h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0d144a;
}

.general-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #505050;
  margin: 0;
}

.lifeAtKlenty .row .col-12:not(:last-child) {
  margin-bottom: 30px;
}

/* lifeatklenty --end */

/* diverse workplace --start*/

.diverseWorkplace {
  background: #e5dcff;
  mix-blend-mode: normal;
  border-radius: 24px;
  padding: 80px 0;
  margin-bottom: 120px;
}

.diverseWorkplace a span img {
  transition: all 0.3s;
  position: relative;
  top: -1px;
}

.diverseWorkplace a:hover span img {
  transform: translateX(4px);
  transition: all 0.3s;
}

.diverseWorkplace .afterimg {
  position: relative;
}

.afterimg::after {
  content: "";
  position: absolute;
  width: 730px;
  height: 94px;
  background: #b499ff;
  border-radius: 16px 0px 0px 16px;
  z-index: 0;
  right: -80px;
  top: 40px;
}

.diverseWorkplace img {
  position: relative;
  z-index: 2;
}

.diverseWorkplace h2,
.diverseWorkplace h2 span {
  font-family: "Paytone One";
  font-size: 34px;
  line-height: 47px;
  color: #0d144a;
  margin-bottom: 24px;
}

.diverseWorkplace p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #393c56;
  margin-bottom: 40px;
}

.diverseWorkplace h2 span {
  color: #504ee4;
}

.diverseWorkplace a {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  /* text-transform: uppercase; */
  color: #504ee4 !important;
}

/* diverse workplace --end */

/* getopportunities --start */

.getopportunities {
  background: var(--get-opportunities);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 96px;
  text-align: center;
}

.getopportunities h2,
.getopportunities h2 span {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 24px;
}

.getopportunities h2 span {
  color: #99d0ff;
}

.getopportunities p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 56px;
}

.getopportunities a {
  background: #ffffff;
  background-blend-mode: darken;
  mix-blend-mode: normal;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #504ee4 !important;
}

.getopportunities a {
  cursor: pointer;
}

/* getopportunities --end */

/* workspaces-diversity --start */

.workspaces-diversity {
  background: var(--section-2-background);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-blend-mode: darken;
  mix-blend-mode: normal;
  border-radius: 16px;
  padding: 80px 0;
  margin: 0 80px;
  margin-top: -60px;
  margin-bottom: 80px;
}

.workspaces-diversity h2 {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 80px;
  text-align: center;
}

.workspaces-diversity .col-12:not(:last-child) {
  margin-bottom: 30px;
}

.workspaces-diversity .general-card {
  background: transparent;
  mix-blend-mode: normal;
  filter: drop-shadow(8px 8px 32px rgba(0, 0, 0, 0.06));
  border-radius: 24px;
  padding: 32px 28px;
  height: 100%;
}

.workspaces-diversity .general-card h4,
.workspaces-diversity .general-card p {
  color: #ffffff;
}

.border-pink {
  border: 1px solid #ff99d0;
}

.border-orange {
  border: 1px solid #ffca99;
}

.border-blue {
  border: 1px solid #99d0ff;
}
/* workspaces-diversity --end */

/* testimonial --start*/

.testimonial {
  background: #e1d6ff;
  padding: 40px 0;
}

.testimonial h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0d144a;
  margin-bottom: 40px;
}

.testimonial h3 span {
  color: #504ee4;
}

.testimonial h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}

.testimonial p {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #000000;
  margin: 0;
}

/* testimonial --end */

/* open-position --start */

.open-position {
  background: #e1d6ff;
  border-radius: 16px;
  padding: 80px 0;
  margin: 80px;
  margin-top: -80px;
  position: relative;
}

.open-position h2 {
  font-family: "Paytone One";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #120155;
  margin: 0;
}

.open-position-desc img {
  margin-right: 12px;
}

.hrTag {
  position: relative;
  border-top: 1px dashed #b499ff;
  margin: 40px -85px;
}

.open-position-desc h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #393c56;
  margin-bottom: 16px;
}

.open-position-desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #5e6175;
  margin-left: 8px;
}

.applyNow {
  padding: 12px 24px;
  border: 1px solid;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #5856ce;
  border: 1px solid #5856ce;
  border-radius: 4px;
}

.hero-play-icon {
  width: 200px !important;
  height: fit-content;
  margin: auto !important;
}
/* open-position --end */

/* ****** Media quesries ****** */

@media only screen and (max-width: 576px) {
  .select-wrapper {
    overflow-x: scroll;
    top: 54px;
  }
  .select-wrapper::-webkit-scrollbar {
    display: none;
  }
  .buttonClick p {
    font-size: 14px;
  }
  .culturebutton {
    width: 80px;
  }
  /* .womenbutton{
        width: 150px;
    } */
  .underline:not(:first-child) {
    margin-left: 16px;
  }
  .afterimg::after {
    width: fit-content;
  }
  .diverseWorkplace {
    padding: 40px;
  }
  .diverseWorkplace p {
    margin-bottom: 16px;
  }
  .diverseWorkplace .afterimg img {
    margin-top: 24px;
  }
  .ourValues {
    margin: 36px 24px;
    padding: 24px 16px 40px;
  }
  .workspaces-diversity,
  .open-position {
    margin: -36px 16px 40px;
    padding: 24px 16px 40px;
  }
  .ourValues_hr,
  .ourValues_hr-1,
  .ourValues_hr-2,
  .ourValues_hr-3 {
    display: none;
  }
  .value-card-container {
    margin-left: 16px;
  }
  .value-card {
    margin-bottom: 24px;
  }
  .value-card-container h3 {
    line-height: 40px;
  }
  .textContainer h1,
  .textContainer h1 span,
  .textContainer h2,
  .textContainer h2 span {
    font-size: 24px;
    line-height: 34px;
    margin-top: 48px;
    margin-bottom: 16px;
  }
  .ourValues h2,
  .ourValues h2 span {
    font-size: 36px;
    line-height: 48px;
  }
  .textContainer p {
    font-size: 16px;
    line-height: 21px;
  }
  .hero-section {
    padding: 0px 0 80px;
  }
  .sticky-section {
    padding-top: 80px;
  }
  .open-position {
    padding: 24px 0 40px;
  }
  .open-position-desc h4 {
    margin-bottom: 0px;
  }
  .open-position-desc p {
    font-size: 12px;
  }
  .hrTag {
    margin: 36px -24px;
  }
}

@media only screen and (max-width: 400px) {
  .culturehr {
    margin-left: 104px;
  }
  .select-wrapper {
    padding-right: 8px;
  }
  .open-position-desc h4 {
    font-size: 14px;
  }
  .open-position-desc p {
    font-size: 10px;
    line-height: 22px;
  }
  .applyNow {
    padding: 8px 12px;
  }
  .hrTag {
    margin: 16px -24px;
  }
}
