@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-secA {
  padding: 70px 0;
  background: var(--gray);
}
.about-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-secA .grid {
    grid-template-columns: 100%;
  }
}
.about-secA .grid .media {
  position: relative;
  height: 400px;
  border: 20px solid var(--primary);
  overflow: hidden;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  margin: 0 auto;
  animation: Spouse 2s linear infinite alternate;
}
@keyframes Spouse {
  0% {
    outline: 15px solid rgb(226, 216, 245);
  }
  100% {
    outline: 30px solid rgb(226, 216, 245);
  }
}
.about-secA .grid .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-secA .grid .heading {
  padding-right: 35px;
  position: relative;
  z-index: 2;
}
.about-secA .grid .heading .circle-effect {
  z-index: -1;
}
.about-secA .grid .heading h3 {
  margin-bottom: 24px;
}
.about-secA .grid .heading p:not(:last-child) {
  margin-bottom: 15px;
}

.about-secB {
  padding: 70px 0;
}
.about-secB .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-secB .grid {
    grid-template-columns: 100%;
  }
}
.about-secB .grid .heading {
  padding-right: 35px;
}
.about-secB .grid .heading h3 {
  margin-bottom: 24px;
}
.about-secB .grid .heading p:not(:last-child) {
  margin-bottom: 15px;
}
.about-secB .grid .heading .btn {
  margin-top: 20px;
}
.about-secB .grid .media {
  border-radius: 10px;
  overflow: hidden;
}
.about-secB .grid .media img {
  width: 100%;
}

.about-secC {
  padding: 70px 0 0;
  background: var(--gray);
  position: relative;
  overflow: hidden;
}
.about-secC::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 350px;
  height: 350px;
  border: 50px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.about-secC .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-secC .grid {
    grid-template-columns: 100%;
  }
}
.about-secC .grid .media {
  width: 450px;
  height: 450px;
  margin: auto 0 0;
  position: relative;
}
.about-secC .grid .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
}
.about-secC .grid .heading {
  padding-bottom: 70px;
}
.about-secC .grid .heading h3 {
  color: var(--primary);
}
.about-secC .grid .heading h6 {
  margin: 20px 0 10px;
  color: var(--primary);
}
.about-secC .grid .heading p:not(:last-child) {
  margin-bottom: 15px;
}

.about-secD {
  margin: 70px 0;
}
.about-secD .content-wrapper {
  background: var(--gradient-a);
  padding: 60px;
  border-radius: 10px;
}
.about-secD .content-wrapper .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.about-secD .content-wrapper .heading h3 {
  color: var(--white);
}
.about-secD .content-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 80px;
}
.about-secD .content-wrapper .grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 70px;
  gap: 5px;
}
.about-secD .content-wrapper .grid .item:nth-child(2), .about-secD .content-wrapper .grid .item:nth-child(5) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about-secD .content-wrapper .grid .item .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.about-secD .content-wrapper .grid .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.about-secD .content-wrapper .grid .item p {
  color: var(--white);
  font-size: 14px;
  opacity: 0.75;
  margin: 0;
}

.about-secE {
  padding: 0 0 70px;
}
.about-secE .heading {
  text-align: center;
  margin-bottom: 50px;
}
.about-secE .beliefs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-secE .beliefs-grid .beliefs-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  height: 420px;
}
.about-secE .beliefs-grid .beliefs-visual .beliefs-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.25s ease;
}
.about-secE .beliefs-grid .beliefs-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 50px 0;
}
.about-secE .beliefs-grid .beliefs-accordion::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1px;
  transform: translateY(-50%);
  height: 100%;
  background: var(--primary);
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item {
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item:last-child {
  border-bottom: none;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item.active .belief-header .belief-icon-wrap .belief-icon {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item.active .belief-body-wrap {
  max-height: 500px;
  opacity: 1;
  padding: 0 56px;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  transition: all 0.3s ease;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-header h6 {
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
  color: var(--text);
  font-size: 16px;
  transition: color 0.3s ease;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-header .belief-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-header .belief-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-body-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0 0 55px;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease;
}
.about-secE .beliefs-grid .beliefs-accordion .belief-item .belief-body p {
  color: var(--text);
  line-height: 1.7;
  margin: 0;
}

.about-secF {
  padding: 70px 0;
}
.about-secF .heading {
  text-align: center;
  margin-bottom: 50px;
}
.about-secF .swiper-wrap {
  position: relative;
}
.about-secF .swiper-wrap .swiper-group {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .about-secF .swiper-wrap .swiper-group {
    width: 70%;
    display: none;
  }
}
.about-secF .swiper-wrap .swiper-group button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .about-secF .swiper-wrap .swiper-group button {
    width: 35px;
    height: 35px;
  }
}
.about-secF .swiper-wrap .swiper-group button svg {
  width: 30px;
  height: 30px;
}
.about-secF .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.about-secF .swiper-wrap .swiper-group button:hover {
  opacity: 0.8;
}
.about-secF .swiper-wrap .swiper-group .centerSlider-next {
  transform: rotate(270deg);
}
.about-secF .swiper-wrap .swiper-group .centerSlider-prev {
  transform: rotate(90deg);
}
.about-secF .centerSlider .swiper-slide .item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.about-secF .centerSlider .swiper-slide .item .item-img {
  overflow: hidden;
  border-radius: 10px;
  opacity: 0.5;
}
.about-secF .centerSlider .swiper-slide .item .item-img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.about-secF .centerSlider .swiper-slide .item .item-img:hover img {
  transform: scale(1.05);
}
.about-secF .centerSlider .swiper-slide .item .item-content {
  padding: 2rem 1.5rem 0;
  width: 100%;
  max-width: 465px;
  border-radius: 10px 10px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .about-secF .centerSlider .swiper-slide .item .item-content {
    padding: 1.5rem 1.2rem;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .centerSlider .swiper-slide .item .item-content {
    padding: 1.5rem 1rem;
    width: 95%;
  }
}
.about-secF .centerSlider .swiper-slide .item .item-content p {
  color: var(--text);
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-secF .centerSlider .swiper-slide .item .item-content p {
    font-size: 14px;
  }
}
.about-secF .centerSlider .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.about-secF .centerSlider .swiper-slide.swiper-slide-active .item-img {
  opacity: 1;
}
.about-secF .centerSlider .swiper-slide.swiper-slide-active .item .item-content {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=about.css.map */