@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: 1024px) {
  .about-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 40vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner {
    height: 60vh;
  }
}
.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 26.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 43.27%, rgba(0, 0, 0, 0.65) 100%);
}
.about-banner .img-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about-banner .bg-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.about-banner .bg-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 18px;
  max-width: 500px;
  line-height: 1.5;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .about-banner .bg-wrapper h1 {
    font-size: 43px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner .bg-wrapper h1 {
    line-height: 54px;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .bg-wrapper h1 {
    font-size: 40px;
    margin-bottom: 7px;
    line-height: 1.1;
  }
}
.about-banner .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  max-width: 360px;
  margin: auto;
  line-height: 1.5;
}
@media only screen and (max-width: 540px) {
  .about-banner .bg-wrapper p {
    font-size: 14px;
    margin: auto;
    color: rgba(255, 255, 255, 0.8196078431);
  }
}
.about-banner .scroll-btn {
  position: absolute;
  top: 85%;
  left: 49%;
  animation: scroll 1.5s ease-in-out infinite forwards;
}
.about-banner .scroll-btn p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}

.about-secA {
  padding: 50px 0;
  overflow: hidden;
}
.about-secA .flex-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}
.about-secA .flex-box .flex-box-item:first-child {
  width: 25%;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .flex-box-item:first-child {
    width: 130px;
  }
}
.about-secA .flex-box .flex-box-item:last-child {
  width: 55%;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .flex-box-item:last-child {
    width: 100%;
    max-width: 95%;
    margin: auto;
  }
}
.about-secA .flex-box .flex-box-item:last-child p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .flex-box-item:last-child p {
    font-size: 14px;
    text-align: center;
  }
}
.about-secA .flex-box .flex-box-item:last-child p:last-child {
  margin-bottom: 0;
}

.about-secB {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: var(--gradient-a);
}
.about-secB .heading h2 {
  color: white;
}
.about-secB .flex-box {
  padding: 50px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 70px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box {
    padding: 30px 0 0 0;
    gap: 0;
  }
}
.about-secB .flex-box .flex-box-item:first-child .bg-video {
  width: 437px;
  height: 314px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .about-secB .flex-box .flex-box-item:first-child .bg-video {
    width: 100%;
    height: auto;
  }
}
.about-secB .flex-box .flex-box-item:first-child .bg-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.about-secB .flex-box .flex-box-item:first-child .bg-video .play-button .play-btn {
  background: white;
}
.about-secB .flex-box .flex-box-item:first-child .bg-video .play-button .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--primary);
}
.about-secB .flex-box .flex-box-item:first-child .bg-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB .flex-box .flex-box-item:last-child {
  width: 45%;
  border-left: 1px solid white;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .flex-box-item:last-child {
    width: 90%;
    margin: auto;
  }
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content {
  padding: 40px 0;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col {
  position: relative;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 10px 20px 10px 0;
  margin-left: -21px;
  gap: 20px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title {
    padding: 10px 0px 10px 0;
  }
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title h6 {
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title .outer-circle {
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
  transition: 0.5s ease;
  background: #08979d;
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title .outer-circle {
    background: #0ec9d2;
  }
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title .outer-circle .ico {
  flex: 0 1 auto;
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--black);
  height: var(--size);
  width: var(--size);
  position: relative;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title .outer-circle .ico::before {
  content: "";
  position: absolute;
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
  transition: 0.5s ease;
  pointer-events: none;
  background: white;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .title .outer-circle .ico::after {
  content: "";
  position: absolute;
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
  transform: rotate(90deg);
  transition: 0.5s ease;
  pointer-events: none;
  background: white;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .website-content {
  margin-left: 40px;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .col .website-content p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.about-secB .flex-box .flex-box-item:last-child .summery-detail-content .active .ico::after {
  transform: rotate(0deg) !important;
}

.about-secC {
  padding: 70px 0;
  overflow: hidden;
}
.about-secC .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}
.about-secC .flex-box .flex-box-item:first-child figure {
  width: 424px;
  height: 509px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box .flex-box-item:first-child figure {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item:first-child figure {
    height: 509px;
  }
}
.about-secC .flex-box .flex-box-item:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secC .flex-box .flex-box-item:last-child {
  text-align: center;
}
.about-secC .flex-box .flex-box-item:last-child h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
}
.about-secC .flex-box .flex-box-item:last-child p {
  font-size: 16px;
  font-weight: 400;
  max-width: 488px;
  margin: 10px 0 30px;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .flex-box-item:last-child p {
    font-size: 14px;
  }
}
.about-secC .flex-box .flex-box-item:last-child span {
  font-size: The Yoshi;
  font-size: 20px;
  font-weight: 400;
}/*# sourceMappingURL=about.css.map */