@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 70vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 768px) {
  .home-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.08%, rgb(0, 0, 0) 100%);
  }
}
.home-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) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 15%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper {
    left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  max-width: 576px;
  font-family: "Kugile";
  max-width: 320px;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 530px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    margin: auto;
    text-align: center;
    max-width: 470px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    font-size: 30px;
  }
}
.home-banner .video-background .container .bg-wrapper h2 {
  color: var(--white);
}
.home-banner .video-background .container .bg-wrapper h2.first {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 13px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h2.first {
    font-size: 14px;
    letter-spacing: 10px;
  }
}
.home-banner .video-background .container .bg-wrapper h2.second {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h2.second {
    font-size: 25px;
  }
}
.home-banner .video-background .container .bg-wrapper .btn2 {
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper .btn2 {
    margin-top: 20px;
  }
}

.home-secA {
  overflow: hidden;
}
.home-secA .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box {
    flex-direction: column-reverse;
  }
}
.home-secA .flex-box .col:first-child {
  flex: 1;
}
.home-secA .flex-box .col:first-child .second-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:first-child .second-flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col:first-child .second-flex-box {
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child .second-flex-box {
    gap: 40px;
  }
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:first-child {
  height: 496px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:first-child {
    height: 256px;
  }
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:first-child figure {
  height: 100%;
  aspect-ratio: 0.67;
  line-height: 0;
  transition: all 1.5s ease-in-out;
  -webkit-mask-image: url(/assets/images/logo.png);
  mask-image: url(/assets/images/logo.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:first-child figure video {
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child {
    text-align: center;
  }
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child h2 {
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child h2 {
    font-size: 35px;
    max-width: 80%;
    margin: auto;
  }
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child p {
  max-width: 489px;
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child p {
    max-width: 90%;
    margin: auto;
  }
}
.home-secA .flex-box .col:first-child .second-flex-box .flex-box-item:last-child .btn2 {
  margin-top: 30px;
}
.home-secA .flex-box .col:last-child {
  flex: 0 1 18%;
}
@media only screen and (max-width: 768px) {
  .home-secA .flex-box .col:last-child {
    flex: 0 1 30%;
  }
}
.home-secA .flex-box .col:last-child .right-flex-box {
  border-left: 1px solid rgba(0, 0, 0, 0.168627451);
  height: 100%;
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child .right-flex-box {
    display: flex;
    justify-content: space-around;
  }
}
.home-secA .flex-box .col:last-child .right-flex-box .right-col {
  text-align: center;
  padding: 60px;
}
.home-secA .flex-box .col:last-child .right-flex-box .right-col:nth-child(1), .home-secA .flex-box .col:last-child .right-flex-box .right-col:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child .right-flex-box .right-col:nth-child(1), .home-secA .flex-box .col:last-child .right-flex-box .right-col:nth-child(2) {
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .flex-box .col:last-child .right-flex-box .right-col {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child .right-flex-box .right-col {
    padding: 30px 0 20px 0;
  }
}
.home-secA .flex-box .col:last-child .right-flex-box .right-col h6 {
  font-family: Lato;
  font-weight: 400;
  color: var(--black);
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .home-secA .flex-box .col:last-child .right-flex-box .right-col h6 {
    font-size: 26px;
  }
}
.home-secA .flex-box .col:last-child .right-flex-box .right-col p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  max-width: 98px;
  margin: auto;
}

.home-secB .bg-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB .bg-wrapper {
    height: 90vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .bg-wrapper {
    height: 60vh;
  }
}
.home-secB .bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.42%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.home-secB .bg-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
.home-secB .bg-wrapper .content {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-secB .bg-wrapper .content {
    bottom: 15%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .bg-wrapper .content {
    bottom: 10%;
  }
}
.home-secB .bg-wrapper .content figure {
  width: 255px;
  height: 66px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 540px) {
  .home-secB .bg-wrapper .content figure {
    height: auto;
    width: 150px;
    margin: 0 auto 20px;
  }
}
.home-secB .bg-wrapper .content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secB .bg-wrapper .content h2 {
  font-family: Lato;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secB .bg-wrapper .content h2 {
    font-size: 22px;
  }
}
.home-secB .bg-wrapper .content h2 span {
  color: #E0DA7F;
  font-family: Callista;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secB .bg-wrapper .content h2 span {
    font-size: 40px;
  }
}

.home-secC {
  position: relative;
  z-index: 2;
  background: var(--white);
  overflow: hidden;
}
.home-secC .flex-box {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .home-secC .flex-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box {
    gap: 30px;
  }
}
.home-secC .flex-box .flex-box-item:first-child figure {
  height: 425px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #C4C4C4;
}
@media only screen and (max-width: 768px) {
  .home-secC .flex-box .flex-box-item:first-child figure {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secC .flex-box .flex-box-item:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .home-secC .flex-box .flex-box-item:last-child {
    text-align: center;
  }
}
.home-secC .flex-box .flex-box-item:last-child p {
  font-weight: 500;
  font-size: 16px;
  max-width: 546px;
}
@media only screen and (max-width: 768px) {
  .home-secC .flex-box .flex-box-item:last-child p {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .flex-box-item:last-child p {
    max-width: 90%;
    margin: auto;
  }
}
.home-secC .flex-box .flex-box-item:last-child .second-flex-box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  gap: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex-box .flex-box-item:last-child .second-flex-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secC .flex-box .flex-box-item:last-child .second-flex-box .col figure {
  width: 39px;
  height: 39px;
  margin: 0 auto 10px;
}
.home-secC .flex-box .flex-box-item:last-child .second-flex-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secC .flex-box .flex-box-item:last-child .second-flex-box .col p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--text);
  text-align: center;
  max-width: 131px;
  margin: auto;
}

.home-secD .bg-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .home-secD .bg-wrapper {
    height: 90vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secD .bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
}
.home-secD .bg-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
.home-secD .bg-wrapper .content {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper .content {
    bottom: 10%;
  }
}
.home-secD .bg-wrapper .content h2 {
  font-family: Lato;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper .content h2 {
    text-align: center;
    font-size: 30px;
  }
}
.home-secD .bg-wrapper .content h2 span {
  color: #E0DA7F;
  font-family: Callista;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .home-secD .bg-wrapper .content h2 span {
    font-size: 40px;
  }
}

.home-secE {
  position: relative;
  background: var(--white);
  z-index: 1;
  overflow: hidden;
}
.home-secE h2 {
  text-align: center;
  font-size: 36px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secE h2 {
    font-size: 29px;
    line-height: 1.2;
    max-width: 80%;
    margin: auto;
  }
}
.home-secE .testimonals-upper-wrapper {
  position: relative;
}
.home-secE .testimonals-upper-wrapper .swiper-nav {
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 104%;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 540px) {
  .home-secE .testimonals-upper-wrapper .swiper-nav {
    display: none;
  }
}
.home-secE .testimonals-upper-wrapper .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;
}
.home-secE .testimonals-upper-wrapper .swiper-nav button:hover {
  background: var(--primary);
}
.home-secE .testimonals-upper-wrapper .swiper-nav button svg {
  height: 30px;
  width: 30px;
}
.home-secE .swiper {
  padding: 30px 0 0 0;
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure {
  height: 380px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .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) 3.28%, rgba(0, 0, 0, 0.7) 97.73%);
  z-index: 1;
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure figcaption {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure figcaption .col h6 {
  font-family: "Lato";
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 20px;
}
.home-secE .swiper .swiper-wrapper .swiper-slide figure figcaption .col p {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}/*# sourceMappingURL=home.css.map */