.banner {
  overflow: hidden;
}
.banner .bg {
  height: calc(100vh - 76px);
}
@media (max-width: 1140px) {
  .banner .bg {
    height: auto;
    aspect-ratio: 2.12;
  }
}
@media (max-width: 675px) {
  .banner .bg {
    aspect-ratio: 1.3;
  }
}
.banner .bg::before {
  content: "";
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5411764706), rgba(0, 0, 0, 0.5411764706), transparent);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .banner .bg::before {
    right: auto;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5411764706), rgba(0, 0, 0, 0.5411764706), transparent);
  }
}
@media (max-width: 675px) {
  .banner .bg::before {
    width: 100%;
  }
}
.banner .bg .banner-slider {
  position: relative;
  height: 100%;
}
.banner .bg .banner-slider .item {
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.banner .bg .banner-slider .item.active {
  position: relative;
  z-index: 1;
  background-size: 100%;
  transition: background-size 5s ease, opacity 1.5s ease;
}
@media (max-width: 675px) {
  .banner .bg .banner-slider .item.active {
    background-size: 100% 100%;
  }
}
.banner .bg .banner-slider .item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  opacity: 0;
  background-size: 150%;
}
@media (max-width: 675px) {
  .banner .bg .banner-slider .item:not(.active) {
    background-size: 150% 150%;
  }
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 146px;
  right: 35px;
  max-width: 600px;
  z-index: 2;
}
@media (max-width: 1140px) {
  .banner .banner-wrapper {
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .banner .banner-wrapper {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    max-width: 428px;
  }
}
.banner .banner-wrapper .content h1 {
  font-size: 72px;
  line-height: 1;
  color: var(--white);
  font-weight: var(--fontw800);
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .banner .banner-wrapper .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 1140px) {
  .banner .banner-wrapper .content h1 {
    font-size: 40px;
  }
}
@media (max-width: 675px) {
  .banner .banner-wrapper .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .banner .banner-wrapper .content h1 {
    font-size: 30px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 320px) {
  .banner .banner-wrapper .content h1 {
    font-size: 28px;
  }
}
.banner .banner-wrapper .content .link {
  margin-top: 25px;
}
@media only screen and (max-width: 420px) {
  .banner .banner-wrapper .content .link {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .banner .banner-wrapper .content .link a {
    font-size: 14px;
  }
}
.banner .banner-wrapper .content .link a img {
  filter: grayscale(1) brightness(0) invert(11);
}

.bannerDots {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1140px) {
  .bannerDots {
    bottom: 25px;
  }
}
.bannerDots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin: 0 3px;
  border: 2px solid transparent;
  background: transparent;
  position: relative;
  transition: 0.5s ease;
}
.bannerDots .owl-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 3px;
  position: absolute;
  background: var(--white);
  border-radius: 20px;
  opacity: 1;
  transition: 0.5s ease;
}
.bannerDots .owl-dot.active {
  border-color: var(--white);
}
.bannerDots .owl-dot.active::before {
  opacity: 0;
}

.hsec-a {
  background: var(--white);
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hsec-a {
    padding: 60px 0;
  }
}
@media (max-width: 520px) {
  .hsec-a {
    padding: 40px 0;
  }
}
.hsec-a .owl-stage {
  display: flex;
}
@media (max-width: 675px) {
  .hsec-a .container {
    padding-right: 0;
  }
}
.hsec-a .heading {
  margin-bottom: 50px;
}
@media (max-width: 675px) {
  .hsec-a .heading {
    padding-right: 15px;
  }
}
@media (max-width: 520px) {
  .hsec-a .heading {
    margin-bottom: 20px;
  }
}
.hsec-a .heading .colA {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 860px) {
  .hsec-a .heading .colA {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-a .heading .colA {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
  }
}
.hsec-a .heading .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 860px) {
  .hsec-a .heading .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.hsec-a .heading h2 {
  font-size: var(--font-siz-25);
  font-weight: var(--fontw800);
  color: var(--black);
}
@media (max-width: 1300px) {
  .hsec-a .heading h2 {
    font-size: 20px;
  }
}
@media (max-width: 1140px) {
  .hsec-a .heading h2 {
    font-size: var(--font-siz-18);
  }
}
@media (max-width: 675px) {
  .hsec-a .heading h2 {
    display: none;
  }
}
.hsec-a .heading .title {
  font-size: 85px;
  line-height: 85px;
  font-weight: var(--fontw800);
  color: var(--black);
}
@media (max-width: 1300px) {
  .hsec-a .heading .title {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 1140px) {
  .hsec-a .heading .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 860px) {
  .hsec-a .heading .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 675px) {
  .hsec-a .heading .title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-a .heading .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.hsec-a .heading .title span {
  font-weight: var(--fontw200);
  display: block;
}
@media (max-width: 860px) {
  .hsec-a .heading .title span {
    display: inline-block;
  }
}
@media (max-width: 675px) {
  .hsec-a .heading .title span {
    font-weight: var(--fontw400);
    display: block;
  }
}
.hsec-a .heading .content {
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 860px) {
  .hsec-a .heading .content {
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-a .heading .content {
    max-width: 100%;
    padding: 0 5px;
  }
}
.hsec-a .heading .content p {
  color: var(--black);
  opacity: 0.68;
}

.projcardStyle .owl-item {
  padding: 12px;
}
.projcardStyle .item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1294117647);
  height: 100%;
  background: var(--white);
}
.projcardStyle .item .content {
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .projcardStyle .item .content {
    padding: 15px;
  }
}
.projcardStyle .item .content h6 {
  color: var(--primary);
  line-height: 24px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 55px;
}
@media (max-width: 520px) {
  .projcardStyle .item .content h6 {
    min-height: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .projcardStyle .item .content h6 {
    font-size: var(--font-siz-22);
  }
}
.projcardStyle .item .content p {
  margin-bottom: 12px;
  font-size: var(--font-siz-14);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projcardStyle .item .content .link a {
  font-weight: var(--fontw500);
  font-size: var(--font-siz-14);
}
.projcardStyle .item .content .link a span, .projcardStyle .item .content .link a img {
  color: var(--primary);
  display: inline-block;
  width: auto;
}
.projcardStyle .item .content .link a span {
  font-weight: 600;
}
.projcardStyle .item .content .locat {
  position: absolute;
  bottom: 30px;
  right: 25px;
}
@media (max-width: 675px) {
  .projcardStyle .item .content .locat {
    bottom: 20px;
  }
}
.projcardStyle .item .content .locat svg, .projcardStyle .item .content .locat span {
  display: inline-block;
  vertical-align: middle;
}
.projcardStyle .item .content .locat svg {
  margin-right: 2px;
}
@media (max-width: 520px) {
  .projcardStyle .item .content .locat svg {
    width: 18px;
  }
}
.projcardStyle .item .content .locat span {
  font-size: var(--font-siz-12);
  text-transform: uppercase;
  font-weight: var(--fontw500);
}

.hsec-b {
  background: var(--primary) url("../../images/home/map.webp");
  background-position: center top;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .hsec-b {
    padding: 60px 0;
  }
}
.hsec-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  background: var(--primary);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hsec-b {
    background-size: contain;
  }
}
@media (max-width: 675px) {
  .hsec-b {
    padding: 55px 0;
  }
}
.hsec-b .heading {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
@media (max-width: 675px) {
  .hsec-b .heading {
    max-width: 350px;
    margin: 0 auto 45px;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-b .heading {
    padding: 0 8px;
  }
}
.hsec-b .heading h2, .hsec-b .heading p {
  color: var(--white);
}
.hsec-b .heading h2 {
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .hsec-b .heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 675px) {
  .hsec-b .heading h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 365px) {
  .hsec-b .heading h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.hsec-b .heading h2 span {
  font-weight: 800;
}
.hsec-b .sliderB .owl-item .img {
  height: 328px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-item .img {
    height: 100px;
    border-radius: 15px;
    max-width: 240px;
  }
}
.hsec-b .sliderB .owl-item img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 170px;
  filter: grayscale(1) brightness(0) invert(1);
  transition: 0.5s ease 0.2s;
}
@media (max-width: 1024px) {
  .hsec-b .sliderB .owl-item img {
    max-width: 132px;
  }
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-item img {
    transition: none;
    max-width: auto;
    width: 100%;
  }
}
.hsec-b .sliderB .owl-item.center img {
  max-width: 200px;
  filter: grayscale(0) brightness(1) invert(0);
  transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-item.center img {
    max-width: auto;
    width: 100%;
    filter: grayscale(1) brightness(0) invert(1);
  }
}
.hsec-b .sliderB .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .hsec-b .sliderB .owl-nav button {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-nav button {
    width: 15px;
  }
}
.hsec-b .sliderB .owl-nav .owl-prev {
  left: 30%;
}
@media (max-width: 991px) {
  .hsec-b .sliderB .owl-nav .owl-prev {
    left: 27%;
  }
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-nav .owl-prev {
    left: 8%;
  }
}
.hsec-b .sliderB .owl-nav .owl-next {
  right: 30%;
}
@media (max-width: 991px) {
  .hsec-b .sliderB .owl-nav .owl-next {
    right: 27%;
  }
}
@media (max-width: 767px) {
  .hsec-b .sliderB .owl-nav .owl-next {
    right: 8%;
  }
}
.hsec-b .shape {
  position: absolute;
  width: 267px;
  height: 390px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hsec-b .shape {
    display: none;
  }
}

.hsec-c::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hsec-c .bg {
  height: 600px;
}
@media (max-width: 520px) {
  .hsec-c .bg {
    height: 520px;
  }
}
@media only screen and (max-width: 365px) {
  .hsec-c .bg {
    height: 570px;
  }
}
.hsec-c .bg video, .hsec-c .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hsec-c .hsec-cWrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 520px) {
  .hsec-c .hsec-cWrapper {
    top: 40px;
    translate: 0 0;
  }
}
.hsec-c .heading {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 55px;
}
@media (max-width: 1300px) {
  .hsec-c .heading {
    max-width: 575px;
  }
}
@media (max-width: 991px) {
  .hsec-c .heading {
    max-width: 526px;
  }
}
@media (max-width: 767px) {
  .hsec-c .heading {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.hsec-c .heading h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .hsec-c .heading h2 {
    font-size: 65px;
  }
}
@media (max-width: 1024px) {
  .hsec-c .heading h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .hsec-c .heading h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hsec-c .heading h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 675px) {
  .hsec-c .heading h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.hsec-c .heading h2 span {
  font-weight: var(--fontw100);
}
@media (max-width: 675px) {
  .hsec-c .heading h2 span {
    font-weight: 300;
  }
}
.hsec-c .heading h2, .hsec-c .heading p {
  color: var(--white);
}
.hsec-c .heading p {
  text-align: right;
  margin-right: 95px;
}
@media (max-width: 1024px) {
  .hsec-c .heading p {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hsec-c .heading p {
    text-align: center;
    margin-right: 0;
  }
}
.hsec-c .videoIcon {
  background: transparent;
  width: 70px;
  height: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .hsec-c .videoIcon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-c .videoIcon {
    height: 50px;
    width: 50px;
  }
}
.hsec-c .videoIcon:before {
  width: 75px;
  height: 75px;
}
@media (max-width: 767px) {
  .hsec-c .videoIcon:before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .hsec-c .videoIcon:before {
    height: 50px;
    width: 50px;
  }
}
.hsec-c .videoIcon .icon {
  margin-left: 3px;
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-bottom: 9px solid rgba(0, 0, 0, 0);
  border-left: 11px solid var(--white);
}
.hsec-c .wherAmenitese {
  margin-top: 80px;
}
@media (max-width: 675px) {
  .hsec-c .wherAmenitese {
    margin-top: 35px;
  }
}
.hsec-c .wherAmenitese .col {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
  padding: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .hsec-c .wherAmenitese .col {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .hsec-c .wherAmenitese .col:last-child {
    display: none;
  }
}
.hsec-c .wherAmenitese .list .icon {
  display: block;
  min-height: 50px;
}
.hsec-c .wherAmenitese .list .icon img {
  display: block;
  margin: 0 auto;
}
.hsec-c .wherAmenitese .list .title {
  color: var(--white);
  font-size: var(--font-siz-18);
  font-weight: 700;
  margin: 12px 0 5px;
}
@media (max-width: 860px) {
  .hsec-c .wherAmenitese .list .title {
    line-height: var(--font-siz-18);
  }
}
.hsec-c .wherAmenitese .list p {
  color: var(--white);
  opacity: 0.85;
  font-size: var(--font-siz-14);
}
@media (max-width: 767px) {
  .hsec-c .wherAmenitese .list p {
    font-size: var(--font-siz-12);
  }
}

.hsec-d::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(to right, #5f5f5f 0%, transparent 50%);
}
@media (max-width: 675px) {
  .hsec-d::before {
    display: none;
  }
}
.hsec-d .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .hsec-d .bg {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .hsec-d .bg {
    height: 475px;
  }
}
@media (max-width: 675px) {
  .hsec-d .bg {
    height: auto;
  }
}
.hsec-d .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hsec-d .hsec-dWrapper {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
}
@media (max-width: 675px) {
  .hsec-d .hsec-dWrapper {
    position: unset;
    translate: 0 0;
    padding: 35px 0;
  }
}
@media (max-width: 675px) {
  .hsec-d .hsec-dWrapper .button .btn {
    border: 1px solid var(--primary);
    background: var(--white);
    box-shadow: rgba(149, 157, 165, 0.48) 0px 8px 24px;
  }
}
.hsec-d .heading {
  max-width: 320px;
}
.hsec-d .heading h2, .hsec-d .heading p {
  color: var(--white);
}
.hsec-d .heading h2 {
  line-height: 48px;
}
@media (max-width: 1300px) {
  .hsec-d .heading h2 {
    font-size: var(--font-siz-44);
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .hsec-d .heading h2 {
    font-size: var(--font-siz-40);
  }
}
@media (max-width: 675px) {
  .hsec-d .heading h2 {
    font-size: 35px;
    color: var(--primary);
  }
}
@media only screen and (max-width: 420px) {
  .hsec-d .heading h2 {
    font-size: 30px;
  }
}
.hsec-d .heading p {
  margin: 15px 0 25px;
  padding-right: 15px;
}
@media (max-width: 675px) {
  .hsec-d .heading p {
    color: var(--black);
  }
}/*# sourceMappingURL=home.css.map */