.about {
  width: 100%;
  padding: 8em 0 4em;
}

.abt-content {
  display: grid;
  grid-template-columns: 45% 55%;
}

.abt-heading {
  text-align: left;
  position: relative;
}

.abt-heading h1 {
  font-size: 52px;
  color: var(--clr-purple);
  font-family: var(--ff-primary);
  font-weight: 700;
  word-spacing: 2px;
  line-height: 1.2em;
  position: sticky;
  top: 15%;
  padding-right: 1em;
}

.abt-info p {
  font-size: var(--fs-p);
  line-height: 2em;
  color: var(--clr-black);
  text-align: justify;
}

.abt-specs {
  margin-top: 2em;
  display: flex;
  flex-direction: column;

}
.abtSpecsChild{
  border-bottom: 1px solid #919191;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em 0 0.8em;
}

.abt-specs p {
  font-size: var(--fs-p);
  color: var(--clr-black);
  font-weight: var(--fw-reg);
  line-height: 1.5em;
}
.abtSpecsChild p:first-child{
    font-weight: 600;
}
.nav-items a {
  color: var(--clr-black);
}
/* .careerBanner {
height: 100vh;
display: flex;
} */
/*.careersHeaders {*/
/*  padding: 11em 0 4rem;*/
/*}*/
/*.jumpToContainer {*/
/*  padding: 4em 0;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  width: 100%;*/
/*}*/

/*.careersHeaders h1 {*/
/*  font-family: var(--ff-primary);*/
/*  font-size: var(--fs-large);*/
/*  font-weight: var(--fw-reg);*/
/*}*/
/*.careerBold {*/
/*  font-family: var(--ff-secondary);*/
/*  font-size: 70px;*/
/*}*/
/*.jumpTo {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 1em;*/
/*  width: 50%;*/
/*}*/
/*.jumpTitle {*/
/*  font-size: 20px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 1.6px;*/
/*}*/
/*.jumpList {*/
/*  font-size: var(--fs-p);*/
/*  margin-left: 1em;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 1.2px;*/
/*}*/
/*.jumpToContents {*/
/*  font-size: var(--fs-p);*/
/*  line-height: 2rem;*/
/*  padding-right: 1em;*/
/*  width: 50%;*/
/*}*/
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.ourCulture {
  padding: 4em 0;
  background: #111;
}
.cultureTitle {
  font-size: var(--fs-h1);
  font-family: var(--ff-primary);
  color: #ffffff;
  display: flex;
  justify-content: start;
  padding-bottom: 1.5em;
}
.cultureCards {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  padding-bottom: 1rem;
  row-gap: 4em;
  justify-content: space-between;
}

.cultureCard {
  background: #222;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  color: #fff;
  border-radius: 5px;
}
.cultureCardImg {
  height: 60vh;
}
.cultureCardImg img {
  height: 100%;
  width: 100%;
}
.cardNo {
  text-align: end;
  height: 10%;
}
.cardTitle {
  font-weight: var(--fw-bold);
  font-size: var(--fs-h5);
  padding: 1em 0;
  height: 20%;
}
.cardContent {
  font-size: var(--fs-p);
  line-height: 28px;
  height: 70%;
  color:#b2b2b2;
}
/*.moreThan {*/
/*  padding: 2em 0;*/
/*}*/
.moreThanTitle {
  font-size: var(--fs-h1);
  color: black;
  margin-bottom:1rem;
}
.moreThanGradiant {
  background: -webkit-linear-gradient(92.47deg, #4c28d6, #b810ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.moreThanContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4em 0;
}
.moreThanContainer{
    width: 48%;
    position: relative;
}
.moreThanContainer1 {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 15%;
}
.moreThanContainer2 {
  width: 48%;
}
.startUpIndia {
  width: 20vh;
}
.moreThanContainer1 span {
  color: var(--clr-black);
}
.jobContent{
        font-size: var(--fs-p);
    line-height: 28px;
}
.moreThanSp1 {
  font-size: var(--fs-p);
  color: var(--clr-black);
  font-weight: 600;
  line-height: 1.5em;
}
.moreThanSp2 {
  font-size: var(--fs-p);
  color: var(--clr-black);
  font-weight: var(--fw-reg);
  line-height: 1.5em;
}
.moreThanChildCont {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
}
.jobRoleTitle {
  font-size: 23px;
  line-height: 36px;
  font-family: Helvetica, sans-serif;
}
.jobRole {
  display: flex;
  flex-direction: column;
  
}
.jobRoleContainer{
   border-bottom: 1px solid #cdcdcd;
       padding-top: 1rem;
    padding-bottom: 1rem;
}
.jobRoleContainer:nth-child(odd){
  border-right: 1px solid #cdcdcd;
}
.jobRoleContainer:nth-child(even){
  padding-left: 2rem;
}
.jobRoleContainer:nth-last-child(2) {
    border-bottom: unset;
}
.jobRoleContainer:last-child {
    border-bottom: unset;
}
.jobRoleSubtitle {
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 22px;
}
.applyNowBtn {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.5em 0;
}
.applyNow .applyNowBtnSvg:hover{
 stroke: #fff;
}
/*.weAreHiring {*/
/*  padding: 4em 0;*/
/*}*/
.weAreHiringDiv {
  position: relative;
  width: 15%;
  margin-bottom: 2rem;
}
.weAreHiringTitle {
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: sticky;
  top: 15%;
  font-size: 4rem;
}
.weAreHiringTitle span {
  font-family: var(--ff-primary);
  background: -webkit-linear-gradient(92.47deg, #4c28d6, #b810ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.weAreHiringContainer {
  display: flex;
}
.jobRoles {
  width: 85%;
  display: grid;
  grid-template-columns: auto auto;

}
/*---------------------*/
.videoCont{
    display: flex;
    justify-content: center;
    align-item: center;
}
.cycVideoCont{
        width: 400px;
}
.cycVideo{
    width: 100%;
}

/*-----------------------*/
.contactTitle {
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: flex;
    gap: 1rem;
    padding-bottom: 4rem;
}
.contactTitleH1 {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.contactTitleH1 span {
  background: -webkit-linear-gradient(92.47deg, #4c28d6, #b810ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.track {
  animation: marquee 15s linear infinite;
}
.ipFields{
    display:none;
}

.textareaContact {
    display: flex;
    flex-direction: column;
    gap: 1em;
    border-bottom: 1px solid #000000;
    position: relative;
}
.textareaContact textarea{
    outline: none;
    font-family: lato;
}
@keyframes marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(5px);
  }
}


/* ============ start of faq ============  */
.faq-content {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 4rem 0;
}
.faqController {
  display: grid;
  grid-template-columns: 27% 73%;
}
.faqTitleCont {
  position: relative;
}
.faqChildTitleCont {
  position: sticky;
  top: 15%;
}
p.faqTitle {
  font-size: 32px;
  font-family: var(--ff-primary);
  font-weight: 600;
  word-spacing: 2px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.faqPara {
  padding: 1rem 0;
  font-size: var(--fs-p);
}
.faqHeading {
  font-size: 22px;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.faqDropdown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faqInfo {
  background-color: #222;
  position: relative;
  border-radius: 15px;
}
.faQuestion {
  font-family: var(--ff-secondary);
  font-size: var(--fs-h5);
  line-height: 41px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faqContainer {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 24% 76%;
  padding: 3em 0;
}

.faqSection {
  display: flex;
  flex-direction: row;
  gap: 3em;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}

.faq-toggle img {
  transition: transform 0.7s ease-in;
  filter: brightness(8);
}

.faqExpansion:active .faqAnswer {
  max-height: 300px;
}

.faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
  font-family: var(--ff-primary);
  font-size: var(--fs-p);
  line-height: 35px;
  letter-spacing: 0.025px;
  color: #b2b2b2;
}
.faqAnswer p {
  padding: 2px 40px 20px 20px;
}

.faqSection.active .faq-toggle img {
  transform: rotate(180deg);
}
.faq-toggle {
  margin: auto 0;
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .cultureCards {
    grid-template-columns: 45% 45%;
  }
  .cultureCard4 {
    display: none;
  }
  .careerBold {
    font-size: var(--fs-large);
  }
}
/* X-Small devices (portrait phones, less than 576px) */

@media (max-width: 600px) {
  .jumpToContainer {
    flex-direction: column;
    gap: 2em;
    padding: 2em 0;
  }

  .weAreHiring,
  .ourCulture,
  .jumpToContainer {
    padding: 2em 0;
  }

  .jumpToContents {
    width: 100%;
  }
  .cultureCards {
    grid-template-columns: auto;
  }
  .weAreHiringContainer {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  .weAreHiringDiv {
    position: unset;
    width: unset;
  }
  .weAreHiringTitle {
    font-size: var(--fs-h1);
    text-transform: uppercase;
    transform: rotate(0);
    writing-mode: horizontal-tb;
    display: flex;
    gap: 0.5em;
    position: unset;
    left: unset;
    top: unset;
  }
  .moreThan {
    padding: 2em 0 0;
  }
  .moreThanContent {
    flex-direction: column;
    gap: 2em;
    padding: 3em 0;
  }
  .moreThanContainer1,
  .moreThanContainer2 {
    width: unset;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

/*group pic*/

/*body {*/
/*  overflow: hidden;*/
/*  font-family: 'Roboto', serif;*/
/*  background: #fff;*/
/*}*/

.carousel {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.carousel-item {
  --items: 7;
  --width: clamp(150px, 40vw, 40rem);
  --height: clamp(200px, 40vw, 400px);
  --x: calc(var(--active) * 600%);
  --y: calc(var(--active) * 150%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform-origin: 0% 100%;
  background: black;
  pointer-events: all;
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.carousel-item .carousel-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  opacity: var(--opacity);
  font-family: 'Orelo-sw-db', serif;
}
.carousel-item .carousel-box:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5)
  );
}
.carousel-item .title {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  left: 20px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: clamp(20px, 3vw, 30px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.carousel-item .num {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 10px;
  left: 20px;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  font-size: clamp(20px, 10vw, 80px);
}
.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.layout {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.layout:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 90px;
  width: 10px;
  height: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  opacity: 0.15;
}
.layout .box {
  position: absolute;
  bottom: 0;
  left: 30px;
  color: #fff;
  transform-origin: 0% 10%;
  transform: rotate(-90deg);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.4;
}


/* ==================Image horizontal scroll ======================= */

.marqueeMain {
  padding-bottom: 4rem;
}

.marquee {
  position: relative;
  overflow: hidden;
}
.marqueeChild:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -32rem;
}

.marqueeHeader {
  padding: 4rem 0 4rem 5%;
  color: #fff;
}

.marquee-content {
  display: flex;
  align-items: center;
  animation: scrolling 40s linear infinite;
}

.marquee-item {
  flex: 0 0 13vw;
  padding: 5px;
  position: relative;
}

.marquee-item img {
  display: block;
  height: 9rem;
  border-radius: 5px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-144vw);
  }
}
.techLogoText {
  position: absolute;
  color: #fff;
  bottom: 5%;
  left: 5%;
  display: none;
}

/* ===================== 1 ============================ */

.marquee1 {
  position: relative;
  overflow: hidden;
}
.marquee-content1 {
  display: flex;
  align-items: center;
  animation: techScroll 40s linear infinite;
}
.marquee-item1 {
  flex: 0 0 16vw;
  padding: 5px;
  position: relative;
}
.marquee-item1 img {
  display: block;
  height: 15rem;
  object-fit: contain;
  border-radius: 5px;
}
@keyframes techScroll {
  0% {
    transform: translateX(-144vw);
  }
  100% {
    transform: translatex(0);
  }
}


@media (max-width: 768px) {
  .marquee-content1,
  .marquee-content {
    filter: grayscale(0);
  }
  .marqueeHeader {
    padding: 4rem 0 0 5%;
  }
  .marquee-item img,
  .marquee-item img {
    object-fit: contain;
  }
  .marquee-item1,
  .marquee-item {
    padding: 5px;
  }
}

.marquee3 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

.marquee-content3 {
  display: flex;
  align-items: center;
  animation: portScroll 75s linear infinite;
  gap: 3rem;
}

.marquee-item3 {
  flex: 0 0 29vw;
  position: relative;
}

.marquee-item3 img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

@keyframes portScroll {
  0% {
    transform: translateX(-144vw);
  }
  100% {
    transform: translatex(0);
  }
}
.image-wrap {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.zoomEffect{
   background: linear-gradient(39deg,#5e0ce1e0 35%,#9a10dd6b),url(https://simplileapdigital.com/website/images/join_us.jpg);
    background-size: cover;
    background-position: top;
     height: 100%;
    background-repeat: no-repeat;
}
.zoomEffectText{
    position: absolute;
    inset: 0;
    transform: translate(0%, 25%);
    width: 90%;
    margin: auto;
    text-align: center;
    top: 22%;
}
.zoomEffectText h2{
    font-size: var(--fs-h1);
    color: #fff;
    margin-bottom: 1rem;
    
}
.zoomEffectText p{
    line-height: 1.5em;
    font-size: var(--fs-p);
    font-family: var(--ff-secondary);
    font-weight: var(--fw-reg);
    color: #fff;
}

.image-wrap .zoomEffect {
  width: 100%;
  animation: move 20s infinite;
  filter: brightness(0.5);
  -ms-animation: move 20s infinite;
  -o-animation: move 20s infinite;
  -webkit-animation: move 20s infinite;
  -moz-animation: move 20s infinite;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */

    -webkit-transform: scale(1);
    /* Safari and Chrome */

    -o-transform: scale(1);
    /* Opera */

    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@media (max-width: 991.98px){
    .abt-content {
        display: grid;
        grid-template-columns: auto;
        gap: 2rem;
    }
    .moreThanContent {
        flex-direction: column;
    }
    .moreThanContainer{
        margin-bottom : 2rem;
    }
    .moreThanContainer, .moreThanContainer2{
            width: fit-content;
    }
}
@media (max-width: 600px){
    .abt-heading h1{
        padding-right: unset;
        line-height: 1em;
    }
    .image-wrap{
        height: 50vh;
    }
}


@media (max-width:599px){
    
    .jobRoles {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
}

.jobRoleContainer:nth-child(even) {
    padding-left: unset;
}

.jobRoleContainer:nth-child(odd) {
    border-right: unset;
}
    
}


@media (min-width:600px) and (max-width:767px){
    
    .jobRoles {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
    
}