@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap");
.offer-section h2 {
  color: #9f801b;
}
.offer-section .tower-8 {
  box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border: 0.01rem solid rgb(221, 221, 221);
}
.offer-section button {
  width: 50%;
  display: flex;
  text-align: center;
  margin: 0 auto;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.offer-section .tow-8-offer-list ul {
  padding-left: 2.5rem;
}
.offer-section .tow-8-offer-list ul li {
  font-size: 1.8rem;
  padding: 1px 4px;
  list-style-type: disclosure-closed;
}
.offer-section .launch-offer {
  box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border: 0.01rem solid rgb(221, 221, 221);
}
.offer-section .launch-offer h2 {
  font-size: 24px;
  color: #9f801b;
}
.offer-section .launch-offer .option-1 ul {
  padding-left: 2.5rem;
}
.offer-section .launch-offer .option-1 ul li {
  font-size: 1.8rem;
  list-style-type: disclosure-closed;
  padding: 1px 4px;
}

.laun-offer-section-2 {
  box-shadow: 0.1rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  border: 0.01rem solid rgb(221, 221, 221);
}
.laun-offer-section-2 ul {
  padding-left: 2.5rem;
}
.laun-offer-section-2 ul li {
  font-size: 1.8rem;
  padding-left: 1rem;
  list-style-type: disclosure-closed;
}
.laun-offer-section-2 h4 {
  color: #9f801b;
}

.main-title .main-title-content {
  text-transform: uppercase;
  color: #9f801b;
}

.toggle-group {
  display: flex;
}
.toggle-group .ivr-group {
  display: flex;
}
.toggle-group .ivr-group .phone_no {
  color: #9f801b;
}
.toggle-group p {
  color: #9f801b;
}
.toggle-group .menu-toggle small {
  color: #9f801b;
}

.sidenav .phone_no {
  background-color: #F3F3F3;
  color: #000;
  padding: 10px;
}

.nav-logo {
  width: 6rem;
}

.cta-content {
  background: linear-gradient(180deg, rgba(6, 26, 46, 0.9) 0%, rgba(11, 59, 107, 0.621) 100%), url("../img/cta/cta.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.cta-content .cta-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cta-content .cta-img span {
  border: 0.2rem solid white;
}
.cta-content .cta-img:hover span {
  color: #9f801b;
  border: 0.2rem solid #9f801b;
}

@media (min-width: 768px) {
  .cta-text {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cta-text {
    margin-top: 4rem;
  }
  .cta-content {
    padding: 4rem;
  }
}
.accordion__item {
  background: #f3f3f3;
  color: #061A2E;
}
.accordion__item p {
  background-color: white;
}

.accordion__item::after {
  top: 0.5rem;
}

.img-overlay-container {
  position: relative;
}
.img-overlay-container .img-overlay-right {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: -2rem;
}
.img-overlay-container .img-overlay-left {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  left: -2rem;
}
.img-overlay-container img {
  position: relative;
  z-index: 2;
  border-radius: 0;
}
.img-overlay-container iframe {
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.para-group {
  position: relative;
}
.para-group .para-initial {
  width: 50px;
  height: 2px;
  background: #9f801b;
  position: absolute;
  top: 1rem;
}

.btn-sharp-white:hover {
  background-color: #cabdbd;
  color: black;
}

.btn-sharp-white {
  background-color: #cabdbd;
}

form .form-input {
  background: rgba(168, 145, 75, 0.15);
  color: white;
}
form ::-moz-placeholder {
  color: white;
}
form ::placeholder {
  color: white;
}
form .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 0.01rem solid #ccc;
  outline: none;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  background: rgba(168, 145, 75, 0.15);
  color: #fff;
}
form select option {
  color: #000;
}

.thankyou-section {
  background-image: url(../img/banner/deskbanner.webp);
  width: 100%;
  height: 100vh;
}

.banner-section .banner-form-part {
  padding-top: 4rem;
  padding-bottom: 2rem;
  right: 0rem !important;
  background: #061A2E;
  border: 1px solid #999999;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  height: 92%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner-section .banner-form-part .title-bold,
.banner-section .banner-form-part .title-light {
  color: #9f801b;
}
.banner-section .banner-text-part {
  position: absolute;
  top: 16rem;
  left: 4rem;
}
.banner-section .banner-text-part h1 {
  color: #9f801b;
}

.banner-form-part {
  background: #061A2E;
}

@media (min-width: 360px) and (max-width: 860px) {
  .banner-section .banner-img {
    width: 100%;
    padding-top: 6rem;
  }
  .banner-section .banner-form-part {
    background: #061A2E;
    padding-top: 0rem;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 912px) {
  .banner-section .banner-form-part {
    width: 350px;
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .banner-section .banner-form-part {
    width: 350px;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .banner-section .banner-img {
    width: 74%;
    padding-top: 7rem;
  }
  .banner-section .banner-form-part {
    max-width: 350px;
    position: absolute;
    width: 350px;
    top: 50px;
    right: 0rem;
    margin-top: 0;
  }
}
.amenities-section {
  background: #061A2E;
}
.amenities-section .amenities-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 2s;
}
.amenities-section .amenities-icon span {
  border: 0.1px solid transparent;
}
.amenities-section .amenities-icon .amenities-separator .vertical-dotted {
  height: 2.5rem;
  border-left: 0.1rem dotted white;
  margin-left: 1.2rem;
}
.amenities-section .amenities-icon .amenities-separator .horizontal-line {
  border-bottom: 0.2rem solid white;
  width: 2.4rem;
}
.amenities-section .amenities-icon p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 2.6rem;
}
.amenities-section .amenities-icon:hover span {
  color: #9f801b;
  border: 0.1px solid #9f801b;
}
.amenities-section .amenities-icon:hover .amenities-separator .vertical-dotted {
  height: 2.5rem;
  border-left: 0.1rem dotted #9f801b;
  margin-left: 1.2rem;
}
.amenities-section .amenities-icon:hover .amenities-separator .horizontal-line {
  border-bottom: 0.2rem solid #9f801b;
  width: 2.4rem;
}
.amenities-section .amenities-icon:hover p {
  color: #9f801b;
}

.location-section button {
  float: right;
}
.location-section .tab-container .nav-tabs img {
  width: 4rem;
}
.location-section .tab-container .nav-tabs li.active a {
  background-color: white;
}
.location-section .tab-container .tab-content span {
  color: #9f801b;
  font-size: 2rem;
}

.highlights-section ul,
.banner-text-part ul {
  list-style-type: disclosure-closed;
}

.highlights-section .high-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.highlights-section .high-card-container h3 {
  color: #9f801b;
}
.highlights-section .high-card-container p {
  text-transform: uppercase;
}
.highlights-section .high-card-container .high-card1 {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}
.highlights-section .high-card-container .high-card2 {
  border-bottom: 1px solid gray;
}
.highlights-section .high-card-container .high-card3 {
  border-right: 1px solid gray;
}
.highlights-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .highlights-section ul {
    grid-template-columns: 1fr;
  }
}
.footer-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/floorplan/background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #666666;
}
.footer-section h3 {
  margin-bottom: 2rem;
}
.footer-section p {
  font-size: 1.25rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.footer-section hr {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.footer-section a {
  color: #fff;
}

.modal-content {
  background-color: #061A2E;
}
.modal-content .form-imput {
  color: gray !important;
}

.floor-card {
  background: rgba(255, 255, 255, 0.9);
  border: 0.1rem solid #999999;
}

.floorplan-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), url("../img/floorplan/background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.floor-container .image {
  height: 20rem;
  filter: blur(2px);
}

.price-text {
  color: #9f801b;
}

.price-card-type1 .price-card-body {
  padding: 0;
}

#readmore {
  display: block;
}
#readmore .readmore__content {
  max-width: 45rem;
  width: 80%;
}
#readmore .readmore-btn {
  display: flex;
  justify-content: right;
}
#readmore .readmore-btn .readmore__toggle {
  display: flex;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

body {
  font-family: "Hind", sans-serif;
}

.navlogo {
  display: flex;
  width: 320px !important;
}
.navlogo .img1 {
  width: 60px;
}
.navlogo .img2 {
  width: 190px;
}

@media (max-width: 768px) {
  .d-n {
    display: none !important;
  }
  .navlogo {
    display: flex;
    width: 320px !important;
  }
  .navlogo .img1 {
    width: 40px;
  }
  .navlogo .img2 {
    width: 170px;
  }
}/*# sourceMappingURL=style.css.map */