@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: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 70vh;
  }
}
@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(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: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.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: Poppins;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper h2 {
    font-size: 19px;
  }
}
.about-banner .video-background .container .bg-wrapper h1 {
  font-family: Kugile;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    font-size: 32px;
  }
}

.about-secA {
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 50px 0 0 0;
  }
}
.about-secA figure {
  width: 78px;
  height: 78px;
  text-align: center;
  margin: auto;
}
.about-secA figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secA p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: var(--black);
  max-width: 856px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 540px) {
  .about-secA p {
    font-size: 17px;
    max-width: 95%;
    margin: auto;
  }
}

.about-secB {
  padding: 50px 0;
  overflow: hidden;
}
.about-secB .flex-box {
  justify-content: space-evenly;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box {
    flex-direction: column;
    gap: 40px;
  }
}
.about-secB .flex-box .flex-box-item:first-child figure {
  position: relative;
}
.about-secB .flex-box .flex-box-item:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB .flex-box .flex-box-item:last-child {
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .flex-box-item:last-child {
    max-width: 100%;
    text-align: center;
  }
}
.about-secB .flex-box .flex-box-item:last-child h2 {
  font-family: Kugile;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .flex-box-item:last-child h2 {
    font-size: 30px;
  }
}
.about-secB .flex-box .flex-box-item:last-child p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.about-secC {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 0 0 50px 0;
  }
}
.about-secC .swiper .heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.about-secC .swiper .heading h2 {
  font-family: Kugile;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .heading h2 {
    line-height: 1.5;
    text-align: center;
    font-size: 30px;
  }
}
.about-secC .swiper .heading .swiper-nav {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .heading .swiper-nav {
    display: none;
  }
}
.about-secC .swiper .heading .swiper-nav button {
  transition: 0.5s ease;
}
.about-secC .swiper .heading .swiper-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.about-secC .swiper .swiper-wrapper {
  padding: 30px 0;
}
.about-secC .swiper .swiper-wrapper .swiper-slide:hover figure img {
  scale: 1.1;
}
.about-secC .swiper .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 404px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-wrapper .swiper-slide figure {
    height: 300px;
  }
}
.about-secC .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.71%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.about-secC .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.about-secC .swiper .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  bottom: 0%;
  left: 0%;
  padding: 0px 40px 45px 33px;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .about-secC .swiper .swiper-wrapper .swiper-slide figure figcaption {
    padding: 0px 40px 25px 20px;
  }
}
.about-secC .swiper .swiper-wrapper .swiper-slide figure figcaption h4 {
  color: var(--white);
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}

.about-secD {
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-secD {
    height: auto;
    overflow: hidden;
    line-height: 0;
  }
}
.about-secD figure 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 .content-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-secE .content-flex {
    flex-direction: column;
    text-align: center;
  }
}
.about-secE .content-flex h2 {
  color: var(--white);
  font-family: Kugile;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .about-secE .content-flex h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .content-flex h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.about-secE .content-flex p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .about-secE .content-flex p {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .content-flex p {
    width: 95%;
    margin: auto;
  }
}
.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: 768px) {
  .about-secF .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-secF .flex-box .flex-box-item:first-child figure {
  position: relative;
}
.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: Kugile;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secF .flex-box .flex-box-item:last-child h2 {
    font-size: 30px;
  }
}
.about-secF .flex-box .flex-box-item:last-child p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}/*# sourceMappingURL=about.css.map */