@charset "utf-8";
/* CSS Document */

img:is([sizes="auto"i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px
}
.project-page .hero-section{
	position: relative;
}
.project-page .hero-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 35%);
}
.project-page .hero-title-container h1 {
  mix-blend-mode: inherit;
}
.project-about-txt h2.title {
  text-align: left;
  font-size: 4vw;
  line-height: 4vw;
}
.project-about-txt h3 {
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: normal;
}
.project-logo-img {
  padding: 0px;
  width: 18.3vw;
  border: 0;
  height: auto;
  overflow: visible;
  justify-content: left;
  display: inherit;
}
.gallery-sec {
  padding: 0px;
  height: 100vh;
  background: #fff !important;
}
.gallery-sec .swiper-slide {
  height: auto;
}
.gallery-sec .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery-sec .container {
  padding: 0;
  width: 100%;
}
.title-section {
  padding-top: 120px;
  background: #fff;
  padding-bottom: 70px;
}
.gallery-sec .swiper-navigation {
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  width: 100%;
  left: auto;
}
.gallery-sec .swiper-prev {
  left: 0px;
  position: absolute;
  background: #ff6600 !important;
}
.gallery-sec .swiper-next {
  right: 0px;
  position: absolute;
  background: #ff6600 !important;
}
.project-loc-banner {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: normal !important;
}
.amenities-section {
  padding: 6vw 0 6vw 0;
  background: #fff;
}
.amenities-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
}
.amenities-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.amenities-text {
  font-family: "Mona Sans", sans-serif;
  display: flex;
  width: calc(100% - 90px);
  padding-left: 15px;
}
.amenities-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2vw;
  width: 100%;
}
.amenities-item {
  width: 100%;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.know-more-section {
  padding: 6vw 0 6vw 0;
  background: #f9f9f9;
}
.know-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.know-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.know-icon {
  width: 110px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #999292;
}
.know-item {
  background: #333;
  padding: 30px;
  cursor: pointer;
  border-radius: 25px;
}
.know-text {
  font-family: "Mona Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
}
.know-item:hover {
  background: #ff6600;
}
.know-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  height: 115px;
  background: #575559;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
.know-icon:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.know-icon:hover {
  transform: scale(1);
  color: #fff
}
.know-item:hover .know-icon {
  border: 2px solid #fff;
}
.project-form-section .wrap_animation_text {
  margin-top: 0;
  margin-bottom: 3vw;
}
.site-address {
  max-width: 680px;
  font-family: "Mona Sans", sans-serif;
  font-size: 1vw;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.site-address a.join-link {
  justify-content: center;
  width: 100%;
}
.site-address .app {
  background: #fff;
}
.site-address p {
  margin-bottom: 15px;
}
.project-form-section {
  position: relative;
}
.project-form-section .form-container-bg-wrapper:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 50%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .project-page .hero-section {
	  height: auto;
/*    height: calc(100vh - 73px);*/
  }
  .gallery-sec {
    padding: 0px !important;
    height: auto !important;
  }
  .gallery-sec .swiper-slide {
    height: auto;
  }
  .gallery-sec .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width:767px) {
  .mob-none {
    display: none !important;
  }
  .know-block {
    grid-template-columns: 1fr;
  }
  .project-form-section .form-container-bg-wrapper:before {
    background: #111;
  }
  .site-address {
    font-size: inherit;
    margin-bottom: 50px;
    max-width: 90%;
  }
  .site-address a.join-link {
    position: relative !important;
    width: 90% !important;
    left: auto !important;
    right: auto;
    margin: 30px auto 0;
    bottom: auto !important;
  }
  .project-type-banner {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 10px;
  }
  .project-loc-banner {
    font-size: 14px !important;
    line-height: normal !important;
  }
  .project-form-section .form-container-bg-wrapper {
    padding-bottom: 0px;
  }
  .gallery-sec .swiper-navigation {
    top: 50% !important;
    left: 100% !important;
  }
  .title-section .title-container {
    margin-bottom: 0;
  }
  .title-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .know-more-section {
    padding: 60px 0px;
  }	
  .numbers-list li {
      padding-left: 20px;
    }
	
}