@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .banner-wrapper .content {
  max-width: 656px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
  text-align: center;
}
.banner.home-banner .banner-wrapper .content h1 {
  font-family: Zolina;
  font-size: 70px;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.banner.home-banner .banner-wrapper .content p {
  font-family: Scandia;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.banner.home-banner .banner-wrapper .content .line-down {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 1px;
  height: 35px;
  background-color: var(--white);
}

.home-secA {
  padding: 43px 0;
  background: rgb(0, 0, 0);
}
.home-secA .home-logo-slider {
  --item: 8;
  --space: 4rem;
}
@media only screen and (max-width: 1200px) {
  .home-secA .home-logo-slider {
    --item: 6;
    --space: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .home-logo-slider {
    --item: 4;
    --space: 3rem;
  }
}
.home-secA .home-logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  justify-content: center;
}
.home-secA .home-logo-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - var(--space) * (var(--item) - 1)) / var(--item));
  height: auto;
  margin-right: var(--space);
}
.home-secA .home-logo-slider .swiper-slide img {
  width: 100%;
}

.home-secB {
  padding: 68px 0 84px;
  background: url("../../images/shadow-bg.png"), url("../../images/shadow-bg.png") var(--black);
  background-repeat: no-repeat;
  background-position: 100% 0%, -45% 345%;
}
.home-secB .content {
  max-width: 656px;
  margin: 0 auto;
}
.home-secB .content h2 {
  color: var(--white);
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Zolina";
}
@media only screen and (max-width: 991px) {
  .home-secB .content h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.home-secB .content p {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 15px 0 46px;
}
.home-secB .video-col {
  position: relative;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .home-secB .video-col {
    width: 100%;
  }
}
.home-secB .video-col video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .home-secB .video-col video {
    height: 404px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .video-col video {
    height: 304px;
  }
}
.home-secB .video-col .ico {
  position: absolute;
  bottom: 40px;
  left: 40px;
  line-height: 0;
}

.home-secC {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  transition: background 0.5s ease-in-out;
  position: relative;
}
.home-secC: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%);
}
@media only screen and (max-width: 480px) {
  .home-secC {
    height: 100%;
  }
}
.home-secC .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;
}
@media only screen and (max-width: 768px) {
  .home-secC .property-column {
    flex: 1 1 50%;
    min-height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column {
    flex: 1 1 100%;
    min-height: 200px;
  }
}
.home-secC .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;
}
.home-secC .property-column:hover::before {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.home-secC .property-column:hover .property-content {
  opacity: 1;
  transform: translateY(0);
}
.home-secC .property-column:hover img {
  opacity: 1;
  transform: translateY(-20px);
  transition: opacity 1.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .home-secC .property-column:hover img {
    transform: translateY(-10px);
    width: 50px;
  }
}
.home-secC .property-column:hover h2 {
  transform: translateY(0%) !important;
}
.home-secC .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: 991px) {
  .home-secC .property-column:nth-child(3) {
    border-top: 1px solid white;
  }
  .home-secC .property-column:nth-child(3) h2 {
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .home-secC .property-column:nth-child(3) h2 {
    transform: translateY(25px);
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .property-column:nth-child(2) h2 {
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column:nth-child(2) {
    border-top: 1px solid white;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .property-column:nth-child(1) h2 {
    transform: translateY(50px);
  }
}
.home-secC .property-column h2 {
  transform: translateY(65%);
  margin-bottom: 10px;
  z-index: 2;
  font-size: 48px;
  font-weight: 200;
  font-family: "Zolina";
  text-transform: uppercase;
  transition: transform 0.6s ease, left 0.6s ease;
}
@media only screen and (max-width: 991px) {
  .home-secC .property-column h2 {
    transform: translateY(100px);
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .property-column h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .property-column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.home-secC .property-column p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secC .property-column p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column p {
    font-size: 12px;
  }
}
.home-secC .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;
}
.home-secC .property-column .btn2 {
  font-weight: 500;
  font-family: "Scandia";
  font-size: 16px;
  line-height: 24px;
}
.home-secC .property-column .btn2.gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #D99C3B 0%, #F9EAA1 100%);
}
.home-secC .property-column .btn2:hover {
  -webkit-text-fill-color: var(--white);
}
.home-secC .property-column .btn2:hover::before {
  background-image: url(../../icon/arrow-next-white.svg);
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column .btn2 {
    font-size: 14px;
    padding: 8px 16px;
    padding-right: 25px !important;
  }
}
.home-secC .property-column img {
  width: 50px;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .home-secC .property-column img {
    width: 80px;
  }
}

.home-secD {
  padding: 100px 0;
  background: url("../../images/shadow-bg.png"), url("../../images/shadow-bg.png") var(--black);
  background-repeat: no-repeat;
  background-position: 100% 0%, -45% 199%;
  --padding: 4rem;
}
@media only screen and (max-width: 1366px) {
  .home-secD {
    --padding: 3rem;
  }
}
@media only screen and (max-width: 1330px) {
  .home-secD {
    --padding: 30px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secD {
    --padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD {
    --padding: 15px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 345px) {
  .home-secD {
    --padding: 13px;
  }
}
.home-secD .secD-wrapper {
  padding-left: var(--padding);
}
@media only screen and (max-width: 1152px) {
  .home-secD .secD-wrapper {
    padding-right: var(--padding);
  }
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrapper {
    padding-right: 0;
  }
}
.home-secD .secD-wrapper .heading {
  width: 656px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrapper .heading {
    width: 100%;
  }
}
.home-secD .secD-wrapper .heading h2 {
  font-family: "Zolina";
  font-size: 60px;
  font-weight: 100;
  line-height: 68px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-wrapper .heading h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrapper .heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.home-secD .secD-wrapper .upper-sec {
  padding-right: var(--padding);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1330px) {
  .home-secD .secD-wrapper .upper-sec {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secD .secD-wrapper .upper-sec {
    padding-right: 0;
  }
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab {
  flex: 1;
  padding-right: 0;
  display: flex;
  justify-content: center;
  padding-left: 10rem;
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrapper .upper-sec .home-proprty-tab {
    padding-right: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 0rem;
  }
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  transition: 0.5s ease;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .home-secD .secD-wrapper .upper-sec .home-proprty-tab li {
    font-size: 14px;
  }
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab li:not(:last-child) {
  margin-right: 3.75rem;
}
@media only screen and (max-width: 1330px) {
  .home-secD .secD-wrapper .upper-sec .home-proprty-tab li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .home-secD .secD-wrapper .upper-sec .home-proprty-tab li:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab li::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 1px;
  background: var(--gradient);
  width: 0;
  transition: 0.5s ease;
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab li.active {
  background-image: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-secD .secD-wrapper .upper-sec .home-proprty-tab li.active::before {
  width: 100%;
}
.home-secD .secD-wrapper .upper-sec .property-nav-tab {
  flex: 0 1 auto;
}
@media only screen and (max-width: 767px) {
  .home-secD .secD-wrapper .upper-sec .property-nav-tab {
    display: none;
  }
}
.home-secD .secD-wrapper .upper-sec .property-nav-tab .home-property-nav button {
  border: none;
}
.home-secD .secD-wrapper .upper-sec .property-nav-tab .home-property-nav button:hover {
  background: none;
}
.home-secD .secD-wrapper .home-proprty-tab-content .tabs {
  transition: 0.5s ease;
}
.home-secD .secD-wrapper .home-proprty-tab-content .tabs:not(.active) {
  transform: translateY(20px);
}/*# sourceMappingURL=home.css.map */