.modal iframe {
  width: 100%;
  height: 400px;
}
.modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.hero-section {
    padding: 0;
}
.hero-section .hero-slide {
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.hero-section .banner-content p {
    margin-top: 15px;
}
.hero-section .container .banner-content p {
    margin: 15px 0 20px !important;
}
.page-template-page-presale .grid-icon-section {
    padding: 50px 0 10px;
}
.page-template-page-presale .grid-icon-section .block-title-wrap .block-title {
    margin-bottom: 30px;
}

.theme-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 35px;
  background: #000;
}

.modal-body .btn-close {
  top: 0;
  right: 0;
  position: absolute;
}
.modal-body video {
  width: 100%;
}

/** header */
.main-header {
  background: rgba(0, 0, 0, 0.8196078431);
}

/** components */
.hero-section {
  height: 80vh;
  background: url(../../assets/images/hero-banner.jpg);
  background-size: cover;
}
.hero-section .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-section .container .banner-content h1 {
  font-size: 3.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-section .container .banner-content p {
  display: block;
  margin: 15px 0 0;
  line-height: 1.75;
}

.site-intro-section {
  padding: 80px 0 38px;
}
.site-intro-section .intro-title span {
  font-size: 15px;
  display: block;
  margin: 0px 0 5px;
  text-transform: uppercase;
}
.site-intro-section .intro-title span::before {
  content: "";
  width: 66px;
  height: 2px;
  display: block;
  margin: 0 0 10px;
  background: #476d9d;
}
.site-intro-section .intro-title h3 {
  font-size: 48px;
  line-height: 1.1;
}
.site-intro-section .intro-text {
  display: block;
  padding: 0 15px 0 32px;
  margin: 42px 0 0;
}
.site-intro-section .intro-text p {
  font-size: 16px;
  line-height: 1.8;
}

.column-two-grid-section {
  padding: 52px 15px 20px;
}
.column-two-grid-section .card-grid {
  width: 100%;
  height: 250px;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: end;
}
.column-two-grid-section .card-grid span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 22px 22px 0;
  text-transform: uppercase;
}

.intro-video-section {
  padding: 20px 15px;
}
.intro-video-section .play-link {
  width: 100%;
  height: 300px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
}
.intro-video-section .play-link i {
  color: #000;
  font-size: 100px;
  opacity: 0.75;
}

#introVideo iframe {
  width: 100%;
  height: 430px;
}

.villa-one--home-three .listing-bottom {
  margin-top: 50px;
}
.villa-one--home-three .listing-bottom p {
  margin-bottom: 30px;
}

.item-listing-section {
  padding: 50px 15px 70px;
}
.item-listing-section .intro-title h3 {
  font-size: 42px;
}
.item-listing-section .list {
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  padding-left: 0;
  margin-top: 38px;
}
.item-listing-section .list li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #132742 0%, #537dab 100%);
}
.cta-section__content {
  max-width: 700px;
  margin: 0 auto;
}
.cta-section__tagline {
  color: #c9a76c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.cta-section__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.cta-section__text {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
}
.cta-section__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-section__title {
    font-size: 28px;
  }
  .cta-section__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
/** home page */
.work-process-one {
  padding: 35px 0 100px;
}

.villa-one--home-three {
  padding: 85px 0;
}
.villa-one--home-three .listing-bottom {
  text-align: center;
}

.group-msg-section {
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 30px 15px 30px;
  background-color: #dfdfdf;
}
.group-msg-section .content-row .section-text {
  padding: 40px 30px 30px 30px;
}
.group-msg-section .content-row .section-text h3 {
  color: #000;
  font-size: 38px;
  display: block;
  margin: 0 0 25px;
}
.group-msg-section .content-row .section-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 30px;
}
.group-msg-section .content-row .section-img {
  margin: 80px 0 -90px 0;
}/*# sourceMappingURL=app.css.map */