@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-secA .container {
  --container: 1100px;
}
.about-secA .about_wrap {
  align-items: center;
  justify-content: space-between;
  --gap: 80px;
  gap: var(--gap);
}
.about-secA .about_wrap .colA {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-secA .about_wrap .colA figure {
  line-height: 0;
}
.about-secA .about_wrap .colB {
  flex: 1;
  max-width: calc(60% - var(--gap));
  width: 100%;
}
.about-secA .about_wrap .colB .content h2 {
  font-size: 48px;
  font-family: Optima;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-secA .about_wrap .colB .content p {
  color: var(--text);
  max-width: 500px;
}

.about-secB {
  background: var(--lightprime);
}
.about-secB .main_wrapper {
  gap: 30px;
}
.about-secB .main_wrapper .vision_col {
  flex: 1;
  text-align: center;
  padding: 50px 40px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #efefef;
}
.about-secB .main_wrapper .vision_col .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}
.about-secB .main_wrapper .vision_col .icon svg, .about-secB .main_wrapper .vision_col .icon img {
  width: 100%;
  height: 100%;
}
.about-secB .main_wrapper .vision_col h4 {
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Optima;
}
.about-secB .main_wrapper .vision_col p {
  color: var(--text);
  line-height: 1.4;
}

.about-secC .heading {
  max-width: 460px;
  margin: 0 auto;
}
.about-secC .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 40px 0 50px;
}
.about-secC .tab-nav li {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  color: var(--text);
  cursor: pointer;
  transition: 0.5s ease;
}
.about-secC .tab-nav li.active {
  color: var(--primary);
}
.about-secC .tab-nav li.active::before {
  width: 100%;
}
.about-secC .tab-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
  transition: 0.5s ease;
}
.about-secC .tab-nav-content .tabs:not(.active) {
  transform: translateY(20px) scale(0.9);
}
.about-secC .tab-nav-content .tabs .what_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.about-secC .tab-nav-content .tabs .what_wrapper .what_col {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(189, 189, 189, 0.5803921569);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.about-secC .tab-nav-content .tabs .what_wrapper .what_col .icon {
  flex: 0 1 auto;
  width: 80px;
  height: 80px;
  background: var(--lightprime);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-secC .tab-nav-content .tabs .what_wrapper .what_col .icon img, .about-secC .tab-nav-content .tabs .what_wrapper .what_col .icon svg {
  width: 60%;
  height: 60%;
}
.about-secC .tab-nav-content .tabs .what_wrapper .what_col .desc {
  flex: 1;
}
.about-secC .tab-nav-content .tabs .what_wrapper .what_col .desc p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.3;
}

.about-secD {
  background: var(--lightprime);
}
.about-secD .main_wrapper {
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.about-secD .main_wrapper .colA {
  flex: 0 1 30%;
  width: 100%;
}
.about-secD .main_wrapper .colA figure {
  width: 100%;
  line-height: 0;
  background: var(--white);
  padding: 25px 15px 0;
  border-radius: 10px;
}
.about-secD .main_wrapper .colB {
  flex: 1;
  max-width: 600px;
  padding: 20px 10px;
}
.about-secD .main_wrapper .colB h3 {
  font-size: 36px;
  line-height: 1.5;
  font-family: Optima;
  font-weight: 500;
}
.about-secD .main_wrapper .colB .desc {
  margin: 10px 0 20px;
}
.about-secD .main_wrapper .colB .desc p {
  color: var(--text);
}
.about-secD .main_wrapper .colB .desc p:not(:last-child) {
  margin-bottom: 8px;
}
.about-secD .main_wrapper .colB .desgn h6 {
  font-size: 24px;
  font-family: Optima;
}
.about-secD .main_wrapper .colB .desgn p {
  color: var(--text);
}
.about-secD .main_wrapper .colB .desgn img {
  width: 150px;
  margin-top: 10px;
}/*# sourceMappingURL=about.css.map */