@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow-x: hidden;
}

.swiper-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex-direction: column;
  height: 80vh;
  padding: 0 0 8rem;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .swiper-wrap {
    height: 55vh;
    padding: 0 0 3rem;
  }
}
.swiper-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 51%, rgba(0, 0, 0, 0.1) 100%);
}
.swiper-wrap img, .swiper-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.swiper-wrap ul {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin: 40px 0 60px;
}
.swiper-wrap ul li {
  color: var(--litewhite);
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.swiper-wrap ul li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--white);
  transition: 0.3s ease;
}
.swiper-wrap ul li.active {
  color: var(--white);
}
.swiper-wrap ul li.active::after {
  width: 100%;
}
.swiper-wrap .heading {
  text-align: center;
  z-index: 2;
}
.swiper-wrap .heading h2 {
  color: var(--white);
  font-size: 48px;
  text-transform: uppercase;
  margin: 10px 0 30px;
  transform: scale(1.4);
  font-family: "Optima";
}
@media only screen and (max-width: 1280px) {
  .swiper-wrap .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .swiper-wrap .heading h2 {
    font-size: 20px;
    margin: 10px 0 20px;
  }
}
.swiper-wrap .heading h2 span {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
}
.swiper-wrap .heading p {
  color: var(--litewhite);
  width: 100%;
  max-width: 524px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .swiper-wrap .heading p {
    max-width: 255px;
    font-size: 13px;
  }
}

.about-secA {
  background: var(--primary);
  padding: 90px 0 120px;
}
@media only screen and (max-width: 1280px) {
  .about-secA {
    padding: 90px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 50px 0 35px;
  }
}
.about-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 7rem;
}
@media only screen and (max-width: 1280px) {
  .about-secA .grid {
    gap: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.about-secA .grid .item-img {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .about-secA .grid .item-img {
    order: 1;
  }
}
.about-secA .grid .item-img img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.about-secA .grid .item-img:hover img {
  transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .about-secA .grid .item-content {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .grid .item-content {
    text-align: center;
  }
}
.about-secA .grid .item-content h5 {
  color: var(--black);
  font-size: 24px;
}
.about-secA .grid .item-content p {
  color: var(--text);
  margin: 30px 0 10px;
}
@media only screen and (max-width: 991px) {
  .about-secA .grid .item-content p {
    margin: 24px 0 10px;
  }
}
.about-secA .target {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  margin-top: 80px;
}
@media only screen and (max-width: 1366px) {
  .about-secA .target {
    width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .about-secA .target {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secA .target {
    gap: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .target {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .target {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.about-secA .target .item {
  text-align: center;
}
.about-secA .target .item h3 {
  font-family: "lato";
}
.about-secA .target .item p {
  color: var(--text);
  margin-top: 10px;
}

.about-secB {
  padding: 3rem 0 5rem;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding: 3rem 0 0;
  }
}
.about-secB .heading {
  text-align: center;
}
.about-secB .vission-wrap {
  position: relative;
  padding: 5rem 0 0;
  min-height: auto;
}
.about-secB .vission-wrap::before {
  position: absolute;
  top: 22%;
  left: 22%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(55, 65, 249, 0.3);
  filter: blur(60px);
  content: "";
  z-index: 3;
}
.about-secB .vission-wrap::after {
  position: absolute;
  top: 40%;
  right: -4%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(55, 65, 249, 0.3);
  filter: blur(60px);
  content: "";
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .about-secB .vission-wrap {
    padding: 2.5rem 0 0;
    min-height: auto;
  }
}
.about-secB .vission-wrap .heading {
  background: var(--secondary);
  padding: 5rem 0 20px;
}
.about-secB .vission-wrap .heading h2 {
  color: var(--white);
}
.about-secB .vission-wrap .vission-top {
  width: 100%;
  margin: 0 auto;
  background: var(--secondary);
  padding: 5rem 25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .about-secB .vission-wrap .vission-top {
    padding: 5rem 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .vission-wrap .vission-top {
    width: 85%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .vission-wrap .vission-top {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 1rem;
    gap: 20px;
  }
}
.about-secB .vission-wrap .vission-top .item {
  text-align: center;
}
.about-secB .vission-wrap .vission-top .item p {
  color: var(--white);
  padding-top: 15px;
  text-align: center;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.about-secB .vission-wrap .vission-top .item svg {
  width: 45px;
  height: 45px;
}
.about-secB .vission-wrap .vission-top .item svg path {
  stroke: var(--white);
}
.about-secB .vission-wrap .vission-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  padding: 14rem 15rem 8rem 15rem;
  background: rgba(7, 8, 35, 0.0509803922);
  margin-top: -8rem;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .about-secB .vission-wrap .vission-bottom {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .about-secB .vission-wrap .vission-bottom {
    padding: 10rem 5rem 5rem 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secB .vission-wrap .vission-bottom {
    gap: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .vission-wrap .vission-bottom {
    padding: 8rem 3rem 3rem 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .vission-wrap .vission-bottom {
    grid-template-columns: 1fr;
    padding: 8rem 2rem 2rem 2rem;
    gap: 3rem;
    margin-top: -5rem;
  }
}
.about-secB .vission-wrap .vission-bottom .item .headings {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.about-secB .vission-wrap .vission-bottom .item .headings h5 {
  color: var(--black);
  font-weight: 600;
  font-size: 24px;
}
.about-secB .vission-wrap .vission-bottom .item .headings svg {
  width: 50px;
  height: 50px;
}
.about-secB .vission-wrap .vission-bottom .item p {
  color: var(--text);
}

.about-secC {
  display: none;
  width: 100%;
  padding: 100px 0 0;
  background: #f9f9fb;
  margin: 5rem 0 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .about-secC {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .about-secC {
    margin: 3rem 0 5rem;
  }
}
.about-secC .container {
  width: 1200px;
  margin: 0 auto;
}
.about-secC .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .about-secC .about-content {
    grid-template-columns: 1fr;
  }
}
.about-secC .text {
  padding: 0 0 5rem;
}
@media only screen and (max-width: 991px) {
  .about-secC .text {
    padding: 0;
    text-align: center;
  }
}
.about-secC .text .quote {
  font-size: 80px;
  color: #c1c1c1;
}
.about-secC .text h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 30px 0 20px;
  color: #0a0a23;
}
@media only screen and (max-width: 540px) {
  .about-secC .text h2 {
    font-size: 30px;
  }
}
.about-secC .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 20px;
}
.about-secC .text .founder {
  font-weight: 600;
  color: #0a0a23;
}
.about-secC .image {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .about-secC .image {
    justify-content: center;
  }
}
.about-secC .image img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 2;
  right: -65px;
}
@media only screen and (max-width: 991px) {
  .about-secC .image img {
    right: 0;
  }
}
.about-secC .image::before {
  position: absolute;
  bottom: -75px;
  left: -20px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../images/about/Polygon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about-secC .image::before {
    transform: translateX(-50%);
    left: 56%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .image::before {
    left: 50%;
  }
}

.about-secD {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .about-secD {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD {
    padding: 40px 0;
  }
}
.about-secD .container {
  margin: 0 auto;
}
.about-secD .container .section-title {
  text-align: center;
  font-size: 42px;
  color: #0a0a23;
  margin-bottom: 110px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1366px) {
  .about-secD .container .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .container .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.about-secD .container .team-grid {
  display: grid;
  gap: 80px;
}
.about-secD .container .team-grid .team-member {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.about-secD .container .team-grid .team-member:nth-child(even) {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.about-secD .container .team-grid .team-member:nth-child(even) .member-image {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member:nth-child(even) .member-image {
    order: 1;
  }
}
.about-secD .container .team-grid .team-member:nth-child(even) .member-info {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member:nth-child(even) .member-info {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member:nth-child(even) .member-info {
    text-align: center;
  }
}
.about-secD .container .team-grid .team-member .member-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member .member-image {
    order: 1;
  }
}
.about-secD .container .team-grid .team-member .member-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.about-secD .container .team-grid .team-member .member-image:hover img {
  transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member .member-info {
    text-align: center;
    order: 2;
  }
}
.about-secD .container .team-grid .team-member .member-info .name {
  font-size: 24px;
  color: #0a0a23;
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-family: "Lato";
}
.about-secD .container .team-grid .team-member .member-info .position {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--secondary);
  display: inline-block;
  padding-bottom: 8px;
}
.about-secD .container .team-grid .team-member .member-info .description {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .about-secD .container .team-grid .team-member .member-info .description {
    text-align: center;
  }
}

.about-secE {
  padding: 5rem 0 5rem;
}
.about-secE .heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 540px) {
  .about-secE .heading {
    width: 100%;
  }
}
.about-secE .heading h2 {
  margin-bottom: 24px;
}
.about-secE .heading .tab-nav {
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 45px;
}
@media only screen and (max-width: 540px) {
  .about-secE .heading .tab-nav {
    gap: 2rem;
  }
}
.about-secE .heading .tab-nav li {
  color: var(--text);
  font-size: 16px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.about-secE .heading .tab-nav li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: 0.3s ease;
}
.about-secE .heading .tab-nav li.active {
  color: var(--black);
  font-weight: 600;
}
.about-secE .heading .tab-nav li.active::after {
  width: 100%;
}
.about-secE .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 45px;
}
@media only screen and (max-width: 1280px) {
  .about-secE .gallery-grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.about-secE .gallery-grid .item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}/*# sourceMappingURL=about.css.map */