@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.career-banner {
    bottom: 40%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 540px) {
  .banner.career-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 768px) {
  .banner.career-banner .banner-wrapper {
    bottom: 35%;
  }
}
.banner.career-banner .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content .btn {
    --padding: 16px;
    font-size: 14px;
  }
}

.about-secA {
  padding: 100px 0 75px;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secA .container {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .container {
    padding: 0 20px;
  }
}
.about-secA .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex {
    gap: 85px;
    display: flex;
    justify-content: space-between;
  }
  .about-secA .flex .colA {
    flex: 0 1 50%;
  }
  .about-secA .flex .colB {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .about-secA .flex .colB {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .about-secA .flex {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 20px;
  }
}
.about-secA .flex.align-center {
  align-items: center;
}
.about-secA .flex .colA {
  position: sticky;
  top: var(--headerheight);
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA {
    position: static;
    top: 0;
  }
}
.about-secA .flex .colA .banner-circle .img {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 25px;
  overflow: hidden;
  transform: skew(349deg);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img {
    height: 290px;
    width: 100%;
    margin: 0 auto;
    transform: skew(0);
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex .colA .banner-circle .img {
    padding: 10px;
  }
}
.about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transform: skew(3deg);
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
    transform: skew(0);
  }
}
.about-secA .flex .colA .banner-circle .img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary);
  border-radius: 25px;
  pointer-events: none;
}
.about-secA .flex .colB .heading {
  margin-bottom: 16px;
}
.about-secA .flex .colB .content {
  max-width: 587px;
  line-height: 1.7;
}
.about-secA .flex .colB .content p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex .colB .content p {
    line-height: 1.6;
  }
}
.about-secA .flex .colB .content ul {
  margin: 10px 0 18px;
  padding-left: 0;
  list-style: none;
}
.about-secA .flex .colB .content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.about-secA .flex .colB .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}
.about-secA .flex .colB .content .founders {
  margin-top: 24px;
}
.about-secA .flex .colB .content .founders h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.about-secA .flex .colB .content .founders .name {
  font-weight: 600;
  margin-bottom: 6px;
}
.about-secA .flex .colB .content .founders .name span {
  font-weight: 400;
  margin-left: 6px;
}
.about-secA .flex .colB .content .why {
  margin-top: 20px;
}
.about-secA .flex .colB .content .why h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.career-secB {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 768px) {
  .career-secB {
    padding: 50px 0;
  }
}
.career-secB .heading {
  margin: 0 auto;
  max-width: 418px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .career-secB .heading {
    margin-bottom: 35px;
  }
}
.career-secB .heading h3 {
  font-weight: 400;
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.career-secB .swiper .item img {
  width: 100%;
  aspect-ratio: 1.4;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.career-secB .swiper .item:hover img {
  opacity: 0.8;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 85px 0;
}
@media only screen and (max-width: 768px) {
  .career-secC {
    padding: 50px 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .career-secC .heading {
    margin-bottom: 30px;
  }
}
.career-secC .summery-detail-content .col {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--primary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--white);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-white.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.form-section.career-secD {
  background: var(--secondary);
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .form-section.career-secD .heading p {
    max-width: 288px;
  }
}
.form-section.career-secD .form .form-group {
  background: var(--white);
}
.form-section.career-secD .form .form-group.file-input .file-name {
  --filename: 'Upload Resume*';
}/*# sourceMappingURL=career.css.map */