@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner {
    height: 50vh;
  }
}
.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47.79%, rgba(0, 0, 0, 0.75) 88.57%), linear-gradient(180deg, rgba(0, 0, 0, 0) 46.07%, rgba(0, 0, 0, 0.7) 89.64%);
}
.about-banner video, .about-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-banner .bg-wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 93%;
}
@media only screen and (max-width: 540px) {
  .about-banner .bg-wrapper {
    top: inherit;
    bottom: 0;
  }
}
.about-banner .bg-wrapper .heading {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.about-banner .bg-wrapper .heading p {
  font-family: Lato;
  font-weight: 500;
  color: var(--white);
  opacity: 0.7;
  margin-top: 15px;
}
@media only screen and (max-width: 540px) {
  .about-banner .bg-wrapper .heading p {
    text-align: center;
  }
}

.about-secA {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 40px 0;
  }
}
.about-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-secA .grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .grid {
    gap: 2rem;
  }
}
.about-secA .item-img {
  border-radius: 15px;
  overflow: hidden;
}
.about-secA .item-img img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.about-secA .item-img:hover {
  cursor: pointer;
}
.about-secA .item-img:hover img {
  transform: scale(1.08);
}
@media only screen and (max-width: 991px) {
  .about-secA .item-content {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .item-content {
    width: 100%;
  }
}
.about-secA .item-content h6 {
  margin-bottom: 15px;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .about-secA .item-content h6 {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .item-content h6 {
    max-width: 100%;
  }
}
.about-secA .item-content p {
  margin-top: 15px;
}
.about-secA .item-content .numbers {
  margin-top: 45px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .about-secA .item-content .numbers {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .item-content .numbers {
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.about-secA .item-content .numbers .num h6 {
  margin: 0;
  font-size: 32px;
}
@media only screen and (max-width: 540px) {
  .about-secA .item-content .numbers .num h6 {
    font-size: 24px;
  }
}
.about-secA .item-content .numbers .num p {
  margin-top: 5px;
  font-size: 14px;
}

.about-secB {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.about-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 39.3%, rgba(0, 0, 0, 0.8) 78.16%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .about-secB::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.51) 39.3%, rgba(0, 0, 0, 0.8) 78.16%);
  }
}
.about-secB video, .about-secB img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.about-secB .vision-parent {
  width: 35%;
  position: relative;
  z-index: 2;
  padding: 20rem 0;
  left: 4%;
}
@media only screen and (max-width: 1440px) {
  .about-secB .vision-parent {
    padding: 15rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secB .vision-parent {
    width: 45%;
    padding: 12rem 0;
    left: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .vision-parent {
    margin: 0 auto;
    text-align: center;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .vision-parent {
    width: 50%;
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .vision-parent {
    width: 90%;
    padding: 4rem 0;
  }
}
.about-secB .vision-parent ul {
  display: flex;
  gap: 45px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .about-secB .vision-parent ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .vision-parent ul {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.about-secB .vision-parent ul li {
  position: relative;
}
.about-secB .vision-parent ul li h5 {
  color: #a7a7a7;
  transition: color 0.3s ease;
}
.about-secB .vision-parent ul li::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.about-secB .vision-parent ul li.active::before {
  background-color: #fff;
}
.about-secB .vision-parent ul li.active h5 {
  color: var(--white);
}
.about-secB .vision-parent p {
  color: var(--white);
  opacity: 0.7;
}

.about-secC {
  background: #fff;
  padding: 70px 0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 991px) {
  .about-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 30px 0;
  }
}

.journey-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1a1a1a;
}
@media only screen and (max-width: 991px) {
  .journey-heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .journey-heading {
    margin-bottom: 20px;
  }
}

.timeline-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper {
    margin-bottom: 45px;
    gap: 10px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 540px) {
  .timeline-wrapper {
    margin-bottom: 25px;
  }
}

.timeline-nav {
  z-index: 5;
  cursor: pointer;
  background: none;
  border: none;
}
.timeline-nav svg {
  width: 45px;
  height: 45px;
  stroke: var(--secondary);
  transition: stroke 0.3s ease;
  display: block;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .timeline-nav svg {
    width: 35px;
    height: 35px;
    margin-bottom: 35px;
  }
}
.timeline-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.timeline-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.year-swiper {
  position: relative;
  z-index: 2;
  padding: 15px 0;
}
@media only screen and (max-width: 540px) {
  .year-swiper {
    padding: 10px 0;
  }
}

.timeline-line {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e0e0e0;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .timeline-line {
    height: 2px;
    top: 16px;
  }
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--secondary);
  transition: width 0.45s ease;
}
.year-dot {
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .year-dot {
    height: 50px;
  }
}
.year-dot::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #e0e0e0;
  transition: all 0.3s ease;
  z-index: 3;
}
@media only screen and (max-width: 540px) {
  .year-dot::before {
    width: 12px;
    height: 12px;
    border: 2px solid #e0e0e0;
  }
}
.year-dot.passed::before {
  background: var(--secondary);
  border-color: var(--secondary);
}
.year-dot.active::before {
  background: var(--secondary);
  border-color: var(--secondary);
}
.year-dot:hover:not(.active)::before {
  transform: scale(1.15);
  border-color: var(--secondary);
}

.year-label {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 540px) {
  .year-label {
    margin-top: 8px;
  }
}

.year-dot.active .year-label {
  color: var(--secondary);
  font-weight: 700;
  font-size: 16px;
}

.journey-content {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .journey-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .journey-content {
    margin-top: 30px;
  }
}

.journey-swiper {
  overflow: visible;
}

.journey-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.journey-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0);
}

.content-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .content-grid {
    gap: 20px;
  }
}

.grid-column {
  display: flex;
  flex-direction: column;
}

.year-column {
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .year-column {
    padding-top: 0;
    text-align: center;
    order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .image-column {
    order: 1;
  }
}
.image-column img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 991px) {
  .text-column {
    order: 3;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .text-column {
    width: 100%;
  }
}
.text-column p {
  color: #555;
}

.about-secD {
  background: var(--gradient-d);
  padding: 90px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-secD {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD {
    padding: 40px 0;
  }
}
.about-secD .heading {
  text-align: center;
}
.about-secD .heading h3 {
  color: var(--white);
}
.about-secD .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .about-secD .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }
}
.about-secD .grid .card {
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid .card {
    padding: 20px;
  }
}
.about-secD .grid .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.about-secD .grid .card:hover {
  transform: translateY(-5px);
}
.about-secD .grid .card .icon, .about-secD .grid .card svg {
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid .card .icon, .about-secD .grid .card svg {
    width: 40px;
    height: 40px;
  }
}
.about-secD .grid .card h6 {
  color: var(--white);
  font-size: 20px;
  margin: 20px 0 10px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid .card h6 {
    margin: 15px 0 8px;
  }
}
.about-secD .grid .card p {
  color: var(--white);
  opacity: 0.7;
  text-align: center;
}

.about-secE {
  padding: 70px 0 0;
  background: rgb(245, 245, 245);
}
@media only screen and (max-width: 991px) {
  .about-secE {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE {
    padding: 40px 0 20px;
  }
}
.about-secE .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .about-secE .grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .grid {
    grid-template-columns: 1fr;
  }
}
.about-secE .item-left {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .about-secE .item-left {
    padding-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .item-left {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .item-left {
    padding-bottom: 0;
  }
}
.about-secE .item-left h5 {
  margin: 4rem 0 3rem;
}
@media only screen and (max-width: 768px) {
  .about-secE .item-left h5 {
    margin: 2rem 0 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .item-left h5 {
    margin: 1.5rem 0 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secE .item-left .name {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-secE .item-left .name .play-btn {
  --btnsize: 60px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: var(--btnsize);
  height: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  background: none;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .about-secE .item-left .name .play-btn {
    --btnsize: 50px;
  }
}
.about-secE .item-left .name .play-btn svg path {
  fill: rgb(30, 68, 145);
}
.about-secE .item-left .name h6 {
  font-size: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secE .item-left .name h6 {
    margin-top: 15px;
  }
}
.about-secE .item-left .name p {
  font-size: 14px;
}
.about-secE .item-img {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .about-secE .item-img {
    order: -1;
    justify-content: center;
  }
}
.about-secE .item-img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secE .item-img img {
    max-width: 400px;
  }
}
.about-secE .item-quots {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-secE .item-quots {
    display: none;
  }
}
.about-secE .item-quots img {
  max-width: 120px;
}

.about-secF {
  padding: 6rem 0 3rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-secF {
    padding: 4rem 0 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF {
    padding: 3rem 0 2rem;
  }
}
.about-secF .heading {
  text-align: center;
  padding-bottom: 5rem;
  max-width: 450px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about-secF .heading {
    padding-bottom: 3rem;
    max-width: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .heading {
    padding-bottom: 2rem;
    max-width: 90%;
  }
}
.about-secF .heading h3 {
  margin-bottom: 10px;
}
.about-secF .swiper-wrap {
  position: relative;
}
.about-secF .swiper-wrap .awards-slider {
  overflow: visible;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.7);
}
@media only screen and (max-width: 768px) {
  .about-secF .swiper-wrap .awards-slider .swiper-slide {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .swiper-wrap .awards-slider .swiper-slide {
    transform: scale(1);
  }
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img .media-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img .media-wrap img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img .media-wrap .icon-svg {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background: rgba(43, 43, 43, 0.486);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform: translateY(0) rotate(50deg);
}
@media only screen and (max-width: 540px) {
  .about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img .media-wrap .icon-svg {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-img .media-wrap .icon-svg path {
  fill: #fff;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-content {
  padding: 1.5rem;
  width: 70%;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 1366px) {
  .about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-content {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-content {
    padding: 1rem;
    width: 90%;
  }
}
.about-secF .swiper-wrap .awards-slider .swiper-slide .item .item-content p {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 1rem;
  transition: transform 0.5s ease;
  transform: scale(0.5);
}
.about-secF .swiper-wrap .awards-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide.swiper-slide-active .item .item-content {
  opacity: 1;
}
.about-secF .swiper-wrap .awards-slider .swiper-slide.swiper-slide-active .item .item-content p {
  transform: scale(1);
}
.about-secF .swiper-wrap .swiper-group {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .about-secF .swiper-wrap .swiper-group {
    top: 35%;
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secF .swiper-wrap .swiper-group {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secF .swiper-wrap .swiper-group {
    width: 80%;
  }
}
@media only screen and (max-width: 675px) {
  .about-secF .swiper-wrap .swiper-group {
    display: none;
  }
}
.about-secF .swiper-wrap .swiper-group button {
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
  background: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secF .swiper-wrap .swiper-group button {
    width: 40px;
    height: 40px;
  }
}
.about-secF .swiper-wrap .swiper-group button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 540px) {
  .about-secF .swiper-wrap .swiper-group button svg {
    width: 20px;
    height: 20px;
  }
}
.about-secF .swiper-wrap .swiper-group button svg path {
  fill: var(--text);
}
.about-secF .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--black);
}
.about-secF .swiper-wrap .swiper-group .awards-next {
  transform: rotate(270deg);
}
.about-secF .swiper-wrap .swiper-group .awards-prev {
  transform: rotate(90deg);
}/*# sourceMappingURL=about.css.map */