@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner .scroll-btn {
  margin-top: 2rem;
}

.about-secA {
  background: url("../../images/shadow-bg.png") var(--black);
  background-repeat: no-repeat;
  background-position: 115% -75%;
  padding: 140px 0 130px;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 70px 0 70px;
  }
}
.about-secA .flex {
  gap: 90px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex {
    gap: 15px;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex {
    gap: 0px;
    display: block;
  }
}
.about-secA .flex figure, .about-secA .flex figcaption {
  flex: 1;
}
.about-secA .flex figure {
  text-align: center;
}
.about-secA .flex figure img {
  width: 399px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figure img {
    width: 249px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex figure img {
    width: 50%;
    margin-bottom: 50px;
  }
}

.about-secB {
  background: #0F0F0F;
  background-image: url(../../images/vector/vector-4.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 30% auto;
}
.about-secB .img {
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .about-secB .img {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .img {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .flex {
    flex-wrap: wrap;
  }
}
.about-secB .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-secB .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secB .visionMission {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-secB .visionMission .wrap {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  .about-secB .visionMission .wrap {
    max-width: 100%;
    padding: 25px;
    padding-bottom: 30px;
  }
}
.about-secB .visionMission .tablist {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .about-secB .visionMission .tablist {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .visionMission .tablist {
    justify-content: center;
    align-items: center;
  }
}
.about-secB .visionMission .tablist .tab {
  padding: 10px 0;
  margin-right: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}
@media only screen and (max-width: 991px) {
  .about-secB .visionMission .tablist .tab {
    font-size: 25px;
    line-height: 30px;
  }
}
.about-secB .visionMission .tablist .tab.active {
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .about-secB .tabContent .content {
    text-align: center;
  }
}
.about-secB .tabContent .content p {
  font-size: 30px;
  line-height: 36px;
  color: var(--text);
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 1100px) {
  .about-secB .tabContent .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .tabContent .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-secB .tabContent .tab:not(:last-child) {
  display: none;
}

.about-secC {
  padding: 100px 0 100px;
  background: var(--black);
}
@media only screen and (max-width: 991px) {
  .about-secC {
    padding: 70px 0;
  }
}
.about-secC .flex {
  gap: 104px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex {
    gap: 25px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .about-secC .flex {
    gap: 0px;
  }
}
.about-secC .flex figure {
  flex: 0 1 40%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secC .flex figure {
    flex: 0 1 100%;
  }
}
.about-secC .flex figure img {
  width: 100%;
}
.about-secC .flex figcaption {
  flex: 1;
}
.about-secC .flex figcaption .heading h3 {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zolina";
  font-size: 36px;
  font-weight: 300;
  line-height: 54.72px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about-secC .flex figcaption .heading h3 {
    font-size: 30px;
    margin-top: 30px;
  }
}
.about-secC .flex figcaption .desc {
  margin: 20px 0 48px;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex figcaption .desc {
    margin: 10px 0;
  }
}
.about-secC .flex figcaption .desc p {
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
}
.about-secC .flex figcaption .name {
  line-height: 1.4;
  margin-top: 17px;
  font-family: "Scandia";
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.about-secC .flex figcaption .post {
  font-family: "Scandia";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text);
  margin-top: 10px;
}/*# sourceMappingURL=about.css.map */