@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  height: 640px;
  background: url(../../images/vector/vector-5.svg) no-repeat;
  background-position: bottom left;
  position: relative;
  display: flex;
  align-items: center;
  background-size: auto 85%;
}
.home-banner::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(180deg, transparent 0%, #ECECEC 100%);
}
.home-banner::after {
  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(90deg, transparent 0%, #ECECEC 33%);
}
@media only screen and (max-width: 1366px) {
  .home-banner {
    height: calc(100vh - var(--headerheight));
  }
}
.home-banner::before {
  z-index: -1;
}
.home-banner::after {
  left: auto;
  width: 30%;
  z-index: 1;
}
.home-banner .container {
  position: relative;
  z-index: 2;
}
.home-banner .train-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/vector/train.svg);
  background-repeat: no-repeat;
  background-size: auto 54%;
  background-position-x: 70%;
  background-position-y: 100%;
  animation: animatedBackground 10s linear alternate;
  z-index: 0;
}
@media only screen and (max-width: 1366px) {
  .home-banner .train-div {
    background-size: auto 40%;
  }
}
@keyframes animatedBackground {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 70%;
  }
}
.home-banner .banner-ico {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 65%;
  z-index: 2;
}
.home-banner .banner-ico::after {
  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: url(../../images/vector/vector-2-b.svg);
}
.home-banner .banner-ico::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-banner .banner-ico .ico-sys {
  height: 100%;
  -webkit-mask-image: url(../../images/vector/vector-2-a.svg);
          mask-image: url(../../images/vector/vector-2-a.svg);
}

.home-secA {
  padding: 60px 0 75px;
}

.home-secB {
  padding: 60px 0;
}
.home-secB .flex .colA, .home-secB .flex .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
.home-secB .flex .colA {
  padding-right: 2rem;
}
.home-secB .flex .colA .heading {
  border-left: 5px solid var(--primary);
  padding-left: 18px;
  max-width: 320px;
  margin-bottom: 24px;
}
.home-secB .flex .colA .content {
  max-width: 410px;
}
.home-secB .flex .colA .content > p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.home-secB .flex .colA .content .home-project-slider {
  margin-bottom: 48px;
}
.home-secB .flex .colA .content .home-project-slider .item {
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease;
}
.home-secB .flex .colA .content .home-project-slider .item:not(.active) {
  opacity: 0.5;
}
.home-secB .flex .colA .content .home-project-slider .item.active figcaption {
  background: var(--primary);
}
.home-secB .flex .colA .content .home-project-slider .item.active figcaption p {
  color: var(--white);
}
.home-secB .flex .colA .content .home-project-slider .item figure {
  line-height: 0;
}
.home-secB .flex .colA .content .home-project-slider .item figure img {
  width: 100%;
  aspect-ratio: 1.17;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB .flex .colA .content .home-project-slider .item figcaption {
  background: var(--white);
  text-align: center;
  padding: 8px 10px;
}
.home-secB .flex .colA .content .home-project-slider .item figcaption p {
  color: var(--text);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.home-secB .flex .colA .content .bottom-sec {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.home-secB .flex .colA .content .bottom-sec .swiper-prev, .home-secB .flex .colA .content .bottom-sec .swiper-next {
  --size: 40px;
}
.home-secB .flex .colA .content .bottom-sec .btn-div {
  flex: 1;
  text-align: right;
}
.home-secB .flex .colA .content .bottom-sec .btn-div a:hover {
  color: var(--black);
}
.home-secB .flex .colB .tabs {
  transition: 0.6s ease;
}
.home-secB .flex .colB .item {
  border-radius: 5px;
  overflow: hidden;
}
.home-secB .flex .colB .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-secB .flex .colB .item figcaption {
  padding: 0 25px 35px;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.home-secB .flex .colB .item figcaption .inf {
  flex: 1;
  color: var(--white);
}
.home-secB .flex .colB .item figcaption .inf h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
.home-secB .flex .colB .item figcaption .inf p {
  font-weight: 500;
}
.home-secB .flex .colB .item figcaption .btn {
  --padding: 16px;
}

.home-secC, .home-secD {
  padding: 58px 0;
}

.home-secE {
  padding: 62px 0 80px;
}

.home-secF {
  padding-top: 85px;
}
.home-secF .content {
  max-width: 432px;
  margin-bottom: 40px;
}
.home-secF .content .ico {
  display: block;
  max-width: 162px;
  line-height: 0;
  margin-bottom: 25px;
}
.home-secF .content .ico img {
  width: 100%;
}
.home-secF .content p {
  max-width: 432px;
}
.home-secF .count-wrap {
  max-width: 604px;
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 38px;
}
.home-secF .count-wrap .count-info {
  color: var(--text);
}
.home-secF .count-wrap .count-info h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.home-secF .count-wrap .count-info p {
  margin-top: 6px;
}
.home-secF .billboard-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 0;
  width: 32.375%;
  right: 10%;
  display: flex;
  align-items: flex-end;
}
.home-secF .billboard-wrap .billboard-media {
  position: relative;
  margin-bottom: 43px;
  aspect-ratio: 0.9;
  -webkit-mask-image: url(../../images/vector/vector-7.svg);
          mask-image: url(../../images/vector/vector-7.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #CACACA;
}
.home-secF .billboard-wrap .billboard-media video {
  width: 93%;
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(2% 34%, 100% 6%, 100% 85%, 2% 100%);
          clip-path: polygon(2% 34%, 100% 6%, 100% 85%, 2% 100%);
}

.home-secG {
  padding: 65px 0 35px;
}

.home-secH {
  padding: 35px 0 80px;
}

.home-secI .heading {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1366px) {
  .home-secI .heading {
    margin-bottom: 60px;
  }
}
.home-secI .upper-sec {
  max-width: var(--container);
}
.home-secI .container {
  max-width: calc(100vw - (100vw - var(--container)) / 2);
  margin-left: auto;
  margin-right: 0;
}
.home-secI .prime-location-slider .item {
  aspect-ratio: 1;
  background-image: url(../../images/vector/vector-8-b.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  align-content: center;
  justify-items: center;
}
.home-secI .prime-location-slider .item:nth-child(odd) {
  background-image: url(../../images/vector/vector-8-c.png);
  background-position: top left;
}
.home-secI .prime-location-slider .item:nth-child(odd) .content {
  flex-direction: column;
}
.home-secI .prime-location-slider .item:first-child {
  background-image: url(../../images/vector/vector-8-a.png);
}
.home-secI .prime-location-slider .item .card {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.home-secI .prime-location-slider .item .content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.home-secI .prime-location-slider .item .content .ico {
  line-height: 0;
  width: 24px;
}
.home-secI .prime-location-slider .item .content .ico img {
  width: 100%;
}
.home-secI .prime-location-slider .item .content p {
  color: var(--text);
  font-weight: 500;
  max-width: 112px;
}

.home-secJ {
  padding: 74px 0;
}

.home-secK {
  padding: 22px 0 82px;
}
.home-secK .builder-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secK .builder-slider .item {
  align-content: center;
  justify-items: center;
}
.home-secK .builder-slider .item img {
  display: block;
}/*# sourceMappingURL=home.css.map */