@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.about-secA) {
  position: relative;
}
section:has(.about-secA)::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.about-secB) {
  position: relative;
}
section:has(.about-secB)::before {
  content: "";
  position: absolute;
  top: -37%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secB)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.about-secC) {
  position: relative;
}
section:has(.about-secC)::after {
  content: "";
  position: absolute;
  top: 2%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secC)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}
section:has(.about-secC)::before {
  content: "";
  position: absolute;
  bottom: -7%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secC)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.about-secD) {
  position: relative;
}
section:has(.about-secD)::after {
  content: "";
  position: absolute;
  top: -18%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secD)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.about-secH) {
  position: relative;
}
section:has(.about-secH)::after {
  content: "";
  position: absolute;
  top: -18%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secH)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}
section:has(.about-secH)::before {
  content: "";
  position: absolute;
  top: 3%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  section:has(.about-secH)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.about-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 50vh;
  }
}
@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(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
}
.about-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container {
    padding: 0;
  }
}
.about-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1024px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner .video-background .container .bg-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
    width: 100%;
  }
}
.about-banner .video-background .container .bg-wrapper h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    line-height: 1.2;
    font-size: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.about-banner .video-background .container .bg-wrapper p {
  color: var(--white);
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper p {
    max-width: 90%;
    margin: auto;
    line-height: 1.3;
  }
}

.about-secA {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .about-secA {
    padding: 50px 0 0 0;
  }
}
.about-secA {
  position: relative;
}
.about-secA::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secA::before {
    content: none;
  }
}
.about-secA::before {
  top: 30%;
}
.about-secA .flex-box {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-secA .flex-box figure {
  width: 511px;
  height: 408px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex-box figure {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box figure {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box figure {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.about-secA .flex-box figure img, .about-secA .flex-box figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secA .flex-box .content h2 {
  font-weight: 700;
  font-size: 36px;
  color: var(--black);
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .content h2 {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .content h2 {
    font-size: 26px;
  }
}
.about-secA .flex-box .content h2::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 45px;
  height: 5px;
  background: var(--primary);
}
.about-secA .flex-box .content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #00838F;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .content h3 {
    max-width: 70%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .content h3 {
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}
.about-secA .flex-box .content p {
  max-width: 501px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .content p {
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .content p {
    max-width: 95%;
    margin: auto;
  }
}
.about-secA .flex-box .content ul {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .content ul {
    max-width: 70%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .content ul {
    max-width: 90%;
    margin: 20px auto 0;
  }
}
.about-secA .flex-box .content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.about-secA .flex-box .content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url("../../../assets/icon/primary-right-arrow.svg");
}

.about-secB {
  margin: 50px 0;
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .about-secB {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB {
    padding: 30px 30px;
    gap: 20px;
  }
}
.about-secB {
  position: relative;
}
.about-secB::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secB::after {
    content: none;
  }
}
.about-secB::after {
  bottom: -80%;
  left: 30%;
}
.about-secB figure {
  width: 291px;
  height: 299px;
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .about-secB figure {
    width: 50%;
    height: auto;
  }
}
.about-secB figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secB .content {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .about-secB .content {
    text-align: center;
  }
}
.about-secB .content h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secB .content h2 {
    font-size: 26px;
  }
}
.about-secB .content h2 span {
  color: var(--primary);
}

.about-secC {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .about-secC {
    padding: 20px 0 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 0 0 50px 0;
  }
}
.about-secC::before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background: url("/assets/images/Vectors/Vector-1.png") no-repeat;
  transition: all 0.5s;
  position: absolute;
}
.about-secC .heading p {
  max-width: 476px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secC .heading p {
    max-width: 85%;
  }
}
.about-secC .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-secC .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-secC .grid-box .col {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 278px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .grid-box .col {
    height: 318px;
  }
}
.about-secC .grid-box .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.about-secC .grid-box .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.8s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6509803922);
}
.about-secC .grid-box .col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.about-secC .grid-box .col figcaption {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.8s ease;
}
@media only screen and (max-width: 768px) {
  .about-secC .grid-box .col figcaption {
    top: 62%;
  }
}
.about-secC .grid-box .col figcaption::before {
  transition: 0.8s ease;
}
.about-secC .grid-box .col figcaption .content {
  padding: 40px 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .about-secC .grid-box .col figcaption .content {
    padding: 40px 0 0 20px;
  }
}
.about-secC .grid-box .col figcaption .content h5 {
  color: var(--white);
  margin-bottom: 90px;
  transition: 0.8s ease;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secC .grid-box .col figcaption .content h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .grid-box .col figcaption .content h5 {
    font-size: 19px;
  }
}
.about-secC .grid-box .col figcaption .content h5::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 53px;
  height: 5px;
  background: var(--primary);
}
.about-secC .grid-box .col figcaption .content p {
  line-height: 1.3 !important;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-width: 350px;
  scale: 1.1;
  margin-left: 20px;
  margin-top: 40px;
  transition: 0.8s ease;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
@media only screen and (max-width: 540px) {
  .about-secC .grid-box .col figcaption .content p {
    font-size: 14px;
  }
}
.about-secC .grid-box .col:hover img {
  scale: 1.2;
}
.about-secC .grid-box .col:hover::before {
  opacity: 0;
}
.about-secC .grid-box .col:hover::after {
  opacity: 1;
}
.about-secC .grid-box .col:hover figcaption {
  top: 20%;
}
.about-secC .grid-box .col:hover figcaption .content h5 {
  margin-bottom: 30px;
}
.about-secC .grid-box .col:hover figcaption .content p {
  scale: 1;
  margin-left: 0;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 93px;
}
.about-secC .bottom {
  text-align: center;
}
.about-secC .bottom .btn2 {
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secC .bottom .btn2 {
    margin-top: 30px;
  }
}

.about-secD {
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .about-secD {
    padding: 0 0 50px 0;
  }
}
.about-secD::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--primary);
  top: 44%;
  left: 0;
}
@media only screen and (max-width: 540px) {
  .about-secD::before {
    top: 41%;
  }
}
.about-secD::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3411764706);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secD::after {
    content: none;
  }
}
.about-secD .heading {
  position: relative;
  margin-bottom: 30px;
  position: relative;
}
.about-secD .heading::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secD .heading::after {
    content: none;
  }
}
.about-secD .heading::after {
  bottom: -100%;
  left: 50%;
}
.about-secD .heading p {
  max-width: 476px;
  margin: auto;
}
.about-secD .heading .swiper-nav {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
}
.about-secD .more-product-slider {
  position: relative;
}
.about-secD .swiper {
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper {
    padding: 40px 0 0px 0;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.about-secD .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide::before {
    top: -4%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide::before {
    top: -25%;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide h3 {
    margin: 0px 0 10px 0;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide figure {
  height: 110px;
}
.about-secD .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secD .swiper .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 16px;
  color: var(--text);
  max-width: 234px;
  margin: auto;
}
.about-secD .swiper .swiper-wrapper .swiper-slide .read {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  margin-top: 20px;
}
.about-secD .swiper .swiper-wrapper .swiper-slide .read:hover {
  gap: 20px;
}

.about-secE {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .about-secE {
    padding: 0 0 50px 0;
  }
}
.about-secE .flex-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
}
.about-secE .flex-box::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secE .flex-box::after {
    content: none;
  }
}
.about-secE .flex-box::after {
  bottom: -70%;
  width: 605px;
  height: 605px;
}
@media only screen and (max-width: 768px) {
  .about-secE .flex-box {
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .flex-box {
    flex-direction: column;
  }
}
.about-secE .flex-box .flex-box-item {
  width: 498px;
  height: 305px;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secE .flex-box .flex-box-item {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
    height: 275px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .flex-box .flex-box-item {
    height: 245px;
  }
}
.about-secE .flex-box .flex-box-item .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: anchor-center;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-secE .flex-box .flex-box-item .flex-box {
    padding: 20px;
    flex-direction: row;
  }
}
.about-secE .flex-box .flex-box-item .flex-box figure {
  width: 66px;
  height: 66px;
  line-height: 0;
}
.about-secE .flex-box .flex-box-item .flex-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secE .flex-box .flex-box-item .flex-box h4 {
  font-weight: 700;
  font-size: 36px;
}
.about-secE .flex-box .flex-box-item p {
  max-width: 321px;
}
.about-secE .flex-box .flex-box-item:first-child {
  background: var(--white);
}
.about-secE .flex-box .flex-box-item:first-child p {
  position: relative;
}
.about-secE .flex-box .flex-box-item:first-child p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: 5px;
  background: var(--primary);
}
@media only screen and (max-width: 768px) {
  .about-secE .flex-box .flex-box-item:first-child p::before {
    left: -20px;
  }
}
.about-secE .flex-box .flex-box-item:last-child {
  background: var(--primary);
}
.about-secE .flex-box .flex-box-item:last-child p {
  color: var(--white);
}
.about-secE .flex-box .flex-box-item:last-child h4 {
  color: var(--white);
}

.about-secF {
  padding: 30px 0;
}
@media only screen and (max-width: 540px) {
  .about-secF {
    padding: 30px 0 0 0;
  }
}
.about-secF .counter_sec {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-secF .counter_sec {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .counter_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .counter_sec .count-info:last-child {
    grid-column: span 2;
    margin: auto;
  }
}
.about-secF .counter_sec .count-info h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  color: var(--primary);
}
@media only screen and (max-width: 1024px) {
  .about-secF .counter_sec .count-info h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secF .counter_sec .count-info h4 {
    font-size: 25px;
  }
}
.about-secF .counter_sec .count-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .about-secF .counter_sec .count-info p {
    font-size: 14px;
    max-width: 80%;
    margin: 5px auto 0;
    line-height: 1.1;
  }
}

.about-secG {
  padding: 50px 0;
  position: relative;
}
.about-secG::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secG::before {
    content: none;
  }
}
.about-secG::before {
  top: 50%;
}
.about-secG .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secG .flex-box {
    flex-direction: column;
  }
}
.about-secG .flex-box .col {
  flex: 0 1 50%;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secG .flex-box .col {
    width: 100%;
  }
}
.about-secG .flex-box .col:first-child .swiper .pagination {
  position: absolute;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  left: initial;
  bottom: 0;
  right: 0;
  padding: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secG .flex-box .col:first-child .swiper .pagination {
    padding: 20px;
  }
}
.about-secG .flex-box .col:first-child .swiper .pagination .swiper-pagination-bullet {
  background: var(--white);
  opacity: 1;
}
.about-secG .flex-box .col:first-child .swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure {
  position: relative;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  inset: 1 1 1 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 48.08%, rgba(0, 0, 0, 0.5) 100%);
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure figcaption {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 20px;
  }
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure figcaption h3 {
  font-weight: 700;
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}
.about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure figcaption .bottom h4 {
  max-width: 340px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secG .flex-box .col:first-child .swiper .swiper-wrapper .swiper-slide figure figcaption .bottom h4 {
    font-size: 16px;
    line-height: 1.5;
    max-width: 80%;
  }
}
.about-secG .flex-box .col:last-child figure {
  height: 417px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .about-secG .flex-box .col:last-child figure {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.about-secG .flex-box .col:last-child figure::before {
  content: "";
  position: absolute;
  inset: 1 1 1 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.35%, rgba(0, 0, 0, 0.65) 100%);
}
.about-secG .flex-box .col:last-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secG .flex-box .col:last-child figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secG .flex-box .col:last-child figure figcaption {
    width: 100%;
    padding: 20px;
  }
}
.about-secG .flex-box .col:last-child figure figcaption h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secG .flex-box .col:last-child figure figcaption h4 {
    font-size: 16px;
    line-height: 1.5;
    max-width: 80%;
  }
}

.about-secH {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .about-secH {
    padding: 20px 0 50px 0;
  }
}
.about-secH {
  position: relative;
}
.about-secH::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-secH::before {
    content: none;
  }
}
.about-secH::before {
  top: 50%;
}
.about-secH h2 {
  max-width: 637px;
  margin: auto;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .about-secH h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secH h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about-secH .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .about-secH .flex-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.about-secH .flex-box figure {
  width: 511px;
  height: 335px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .about-secH .flex-box figure {
    width: 100%;
    height: auto;
  }
}
.about-secH .flex-box figure img, .about-secH .flex-box figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secH .flex-box .content ul {
  margin-top: 15px;
}
.about-secH .flex-box .content ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  max-width: 509px;
}
.about-secH .flex-box .content ul li::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0px;
  transform: translateY(50%);
  width: 15px;
  height: 15px;
  background: url("../../../assets/icon/primary-right-arrow.svg");
}/*# sourceMappingURL=about.css.map */