@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: 991px) {
  .about-banner {
    height: calc(100vh - 64px);
  }
}
.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.65) 79.33%);
}
@media only screen and (max-width: 540px) {
  .about-banner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.65) 79.33%);
  }
}
.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 {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  text-align: center;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 20%;
  }
}
.about-banner .video-background .container .bg-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  margin: auto;
}
.about-banner .video-background .container .bg-wrapper .btn a {
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper .btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.about-banner .video-background .container .bg-wrapper h2 {
  font-family: "Sweet Sans Pro";
  font-weight: 300;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .about-banner .video-background .container .bg-wrapper h2 {
    font-size: 20px;
  }
}
.about-banner .video-background .container .bg-wrapper h1 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    font-size: 34px;
  }
}

.about-secA {
  padding: 50px 0;
  overflow: hidden;
  background: var(--golden);
}
.about-secA .heading figure {
  width: 78px;
  height: 78px;
  text-align: center;
  margin: auto;
}
.about-secA .heading figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secA .heading h2 {
  margin: 30px auto 0px;
  max-width: 50%;
  line-height: 1.2;
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  color: var(--black);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-secA .heading h2 {
    max-width: 100%;
    line-height: 1.3;
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.about-secA p {
  max-width: 856px;
  margin: 15px auto 0;
  text-align: center;
  font-family: "Sweet Sans Pro";
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 540px) {
  .about-secA p {
    font-size: 14px;
    max-width: 95%;
    margin: 15px auto 0;
  }
}

.about-secB {
  height: 80vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease-in-out;
  position: relative;
  background-image: url("../../../assets/images/about/core-value/1.jpg");
}
@media only screen and (max-width: 540px) {
  .about-secB {
    height: 100vh;
  }
}
.about-secB:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.about-secB .heading {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .about-secB .heading {
    top: 60%;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .heading {
    top: 15%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .heading {
    display: none;
  }
}
.about-secB .heading h2 {
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  color: white;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .about-secB .heading h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .heading h2 {
    font-size: 40px;
  }
}
.about-secB .property-column {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: transform 0.6s ease-in-out, background 0.6s ease-in-out;
  padding: 20px;
  overflow: hidden;
}
.about-secB .property-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.about-secB .property-column:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.29);
  border-right: 1px solid rgba(255, 255, 255, 0.29);
}
@media only screen and (max-width: 540px) {
  .about-secB .property-column:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.29);
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .property-column {
    flex: 1 1 50%;
    min-height: 250px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .property-column {
    flex: 1 1 100%;
    min-height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .property-column:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.29);
  }
}
.about-secB .property-column h3 {
  transform: translateY(65%);
  margin-bottom: 10px;
  z-index: 2;
  transition: transform 0.6s ease, left 0.6s ease;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: var(--white);
  font-family: "Louize trial";
}
.about-secB .property-column p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  font-family: "Sweet Sans Pro";
}
.about-secB .property-column .property-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  z-index: 2;
  color: white;
  max-width: 400px;
}
.about-secB .property-column img, .about-secB .property-column svg {
  width: 70px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  z-index: 2;
}
.about-secB .property-column:hover::before {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.about-secB .property-column:hover .property-content {
  opacity: 1;
  transform: translateY(0);
  max-width: 400px;
}
.about-secB .property-column:hover img, .about-secB .property-column:hover svg {
  opacity: 1;
  transform: translateY(-20px);
  transition: opacity 1.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .about-secB .property-column:hover img, .about-secB .property-column:hover svg {
    transform: translateY(-10px);
    width: 50px;
  }
}
.about-secB .property-column:hover h3 {
  transform: translateY(0%) !important;
}
@media only screen and (max-width: 991px) {
  .about-secB .property-column:hover h3 {
    transform: translateY(50px);
  }
}

.about-secC {
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 60px 0;
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 60px 0 0 0;
  }
}
.about-secC .heading {
  text-align: center;
}
.about-secC .heading h2 {
  font-family: "Louize trial";
  font-weight: 300;
  font-size: clamp(28px, 4vw, 42px);
  text-transform: capitalize;
  color: var(--black);
  line-height: 1.2;
  margin: 0;
}
.about-secC .swiper-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper-nav {
    display: none;
  }
}
.about-secC .swiper-nav button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
}
.about-secC .swiper-nav button:hover {
  background: var(--primary);
}
.about-secC .swiper-nav button svg {
  height: 30px;
  width: 30px;
}
.about-secC .swiper {
  width: 100%;
  padding: 30px 0 40px 0;
}
.about-secC .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 568px;
  height: 402px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-slide {
    width: inherit;
    height: 222px;
  }
}
.about-secC .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 44.51%), linear-gradient(358deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 51.64%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.about-secC .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.about-secC .swiper .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}
.about-secC .swiper .swiper-slide.swiper-slide-prev img, .about-secC .swiper .swiper-slide.swiper-slide-next img {
  filter: grayscale(100%);
}
.about-secC .swiper .swiper-slide.swiper-slide-prev .col, .about-secC .swiper .swiper-slide.swiper-slide-next .col {
  opacity: 0;
}
.about-secC .swiper .swiper-slide .col {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 1;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-slide .col {
    top: 60%;
  }
}
.about-secC .swiper .swiper-slide .col figure {
  width: 44px;
  height: 44px;
  margin: 0 auto 24px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-slide .col figure {
    display: none;
  }
}
.about-secC .swiper .swiper-slide .col figure::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #C9A84C;
  transition: width 0.35s ease;
}
.about-secC .swiper .swiper-slide .col figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.about-secC .swiper .swiper-slide .col figure svg path {
  fill: #C9A84C;
}
.about-secC .swiper .swiper-slide .col p {
  color: white;
  line-height: 1.3;
  margin: 20px 0 0;
  max-width: 385px;
  margin-inline: auto;
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-slide .col p {
    max-width: 266px;
    font-size: 16px;
    max-width: 80% !important;
  }
}

.about-secD {
  height: calc(100vh - var(--headerheight));
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-secD {
    height: auto;
    overflow: hidden;
    line-height: 0;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secE {
  background: var(--black);
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (max-width: 540px) {
  .about-secE {
    padding: 70px 0;
  }
}
.about-secE .top {
  text-align: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.about-secE .top h2 {
  color: var(--white);
  font-family: "Louize trial";
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about-secE .top h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .top h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.about-secE .top p {
  font-family: "Sweet Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  width: 50%;
  margin: 18px auto 0;
}
@media only screen and (max-width: 768px) {
  .about-secE .top p {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .top p {
    width: 95%;
    margin: 10px auto 0;
  }
}
.about-secE figure {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secE figure {
    height: auto;
    padding-top: 50px;
  }
}
.about-secE figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secE figure .play-button {
  line-height: 0;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-secF {
  background: var(--white);
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secF {
    padding: 60px 0;
  }
}
.about-secF .flex-box {
  justify-content: space-evenly;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .about-secF .flex-box {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secF .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-secF .flex-box .flex-box-item:first-child figure {
  position: relative;
  width: 100%;
  max-width: 410px;
}
.about-secF .flex-box .flex-box-item:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secF .flex-box .flex-box-item:last-child {
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .about-secF .flex-box .flex-box-item:last-child {
    max-width: 100%;
    text-align: center;
  }
}
.about-secF .flex-box .flex-box-item:last-child h2 {
  font-family: "Louize trial";
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
  max-width: 70%;
}
@media only screen and (max-width: 1024px) {
  .about-secF .flex-box .flex-box-item:last-child h2 {
    max-width: 95%;
  }
}
.about-secF .flex-box .flex-box-item:last-child p {
  font-family: "Sweet Sans Pro";
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.about-secF .flex-box .flex-box-item:last-child .author {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
}
.about-secF .flex-box .flex-box-item:last-child .author h6 {
  font-family: "Sweet Sans Pro";
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 5px;
}
.about-secF .flex-box .flex-box-item:last-child .author span {
  font-family: "Sweet Sans Pro";
  font-size: 14px;
  text-transform: uppercase;
  color: #9d7f2c;
  font-weight: 500;
}

.our_mission {
  padding: 100px 0;
  background: var(--golden);
  overflow: hidden;
}
.our_mission .tab-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.our_mission .tab-nav ul li {
  font-size: 20px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: "Louize trial";
  color: var(--text);
  font-weight: 500;
  padding: 0 0 16px;
  margin-right: 48px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 540px) {
  .our_mission .tab-nav ul li {
    font-size: 16px;
    margin-right: 24px;
    letter-spacing: 0.15em;
  }
}
.our_mission .tab-nav ul li:last-child {
  margin-right: 0;
}
.our_mission .tab-nav ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #C9A84C;
  transition: width 0.35s ease;
}
.our_mission .tab-nav ul li.active {
  color: var(--black);
}
.our_mission .tab-nav ul li.active::after {
  width: 100%;
}
.our_mission .tab-nav ul li:hover {
  color: var(--black);
}
.our_mission .tab-nav-content .tab-panel {
  display: none;
  animation: fadeUp 0.4s ease forwards;
}
.our_mission .tab-nav-content .tab-panel.active {
  display: block;
}
.our_mission .mission-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .our_mission .mission-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.our_mission .mission-layout .mission-label {
  padding-top: 6px;
}
.our_mission .mission-layout .mission-label span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #C9A84C;
  font-weight: 600;
  margin-bottom: 10px;
}
.our_mission .mission-layout .mission-label p {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.our_mission .mission-layout .mission-text h3 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 300;
  color: var(--black);
  line-height: 1.3;
  margin: 0 0 28px;
  font-family: "Louize trial";
  max-width: 640px;
}
.our_mission .mission-layout .mission-text p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.3;
  margin: 0;
  max-width: 580px;
}
.our_mission .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .our_mission .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .our_mission .values-grid {
    grid-template-columns: 1fr;
  }
}
.our_mission .values-grid .value-card {
  padding: 40px 36px;
  position: relative;
  transition: background 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.our_mission .values-grid .value-card .val-num {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3em;
  color: #C9A84C;
  margin-bottom: 20px;
  font-family: "Sweet Sans Pro";
  font-weight: 500;
}
.our_mission .values-grid .value-card h4 {
  font-size: 30px;
  font-weight: 500;
  color: var(--black);
  margin: 0 0 12px;
  font-family: "Louize trial";
}
.our_mission .values-grid .value-card p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.3;
  margin: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=about.css.map */