@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 2. Remove default margin */
* {
  margin: 0;
  padding: 0;
}
/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: noto sans georgian;
}
/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}
/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}
/****************************************************main styling*************************************************/
.container-fluid {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

a:hover {
  color: black;
}
.enquire-button {
  position: fixed;
  top: 50%; /* Vertically center */
  right: 0px;
  transform: translateY(-50%);
  background-color: #ffd858;
  color: #3B3B3B;
  font-weight: 600;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 20px 5px;
  height: auto;
}

.enquire-button:hover {
  background-color: #ffd858;
}

.popup {
  position: fixed;
  top: 50%;
  right: 0; /*start from the right*/
  transform: translateY(-50%);
  padding: 20px;
  z-index: 1001;
  transition: right 0.5s ease; /* Slide animation */
  display: none;
}

.popup.show {
  right: 50%; /*slide to center*/
  transform: translate(50%, -50%); /*center it exactly*/
  display: block;
}

.popup .close {
  position: absolute;
  top: 22%;
  right: 88%;
  cursor: pointer;
  z-index: 1002;
  font-size: 30px;
}
@media (max-width: 768px) {
  .popup .close {
    top: 10%;
    right: 86%;
  }
}
a {
  text-decoration: none !important;
  color: black;
  font-weight: 600;
}
a:hover {
  text-decoration: none !important;
}
.li-a {
   /* color: #4F4F4F;  */
  color: #3B3B3B;
  font-family: Montserrat;
}
.li-a:hover {
  color: #2C2C2C;
}
/* .text-m {
  color: #3B3B3B;
} */
.cta-btn {
  border-radius: 25px;
  border: none;
  background: #f7f3e9;
  padding: 0.8em;
  font-weight: 700;
  font-size: 14px;
  padding-inline: 30px;
  color: rgb(118, 118, 118);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-text {
  margin-top: 130px;
  font-family: noto sans georgian;
}
.hero-text h1 {
  color: #ffd858;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* .hero-text h2 {
  color: #f2f9ff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
} */
.hero-text p {
  color: #fff;
  font-family: poppins;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: +0.2px;
  margin-bottom: 30px;
}

.frm {
  background: #ffd858;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  margin-top: 114px;
  margin-left: auto;
  width: 380px;
  height: auto;
}
.form-control {
  border-radius: 5px !important;
  padding: 0.6em !important;
}

#myHeader.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 100;
  height: auto;
}
.sidebar {
  position: fixed;
  top: 77px;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: white;
  z-index: 101;
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.sidebar.show {
  transform: translateX(0);
}
.custom-toggler-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-toggler-icon .bar {
  width: 28px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
}
@media (max-width: 768px) {
  #menuToggle {
    border: none;
    background: transparent;
    display: block;
  }

  .custom-toggler-icon.animate-button .bar1 {
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  .custom-toggler-icon.animate-button .bar2 {
    opacity: 0;
  }
  .custom-toggler-icon.animate-button .bar3 {
    transform: rotate(45deg) translate(-7px, -7px);
  }
}

#about-us {
  background-color: #f8f9fa; /* Light background */
}
.about-btn {
  background: #ffd858;
  line-height: 1.4;
  border: none;
  border-radius: 25px;
  padding: 12px;
  padding-right: 35px;
  padding-left: 35px;
}
.about-btn a {
  font-weight: 700;
  font-size: 18px;
  color: #3B3B3B;
}
.about-btn a:hover {
  color: #2C2C2C;;
}
#pricing-floor-plans h2 {
  font-family: "Merriweather Sans", sans-serif;
}
#pricing-floor-plans p {
  font-family: "Poppins", sans-serif;
}
.card img {
  background: #fefcd5;
  height: 250px;

  object-fit: contain;
  margin: auto;
  box-sizing: border-box;
}
.card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
#imageCarousel img {
  height: 500px;
  width: auto;
  object-fit: contain;
}

#imageCarousel {
  touch-action: pan-y;
}
#imageCarousel {
  touch-action: pan-y;
  position: relative;
  cursor: pointer;
}
.carousel-indicators button {
  width: 18px !important;
  height: 5px !important;
  border: 1px solid #303030 !important;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.carousel-indicators button.active {
  background: #2C2C2C;
}
 #carouselIndicators {
  justify-content: center;
  gap: 5px;
  display: flex;
}
.nav-angles {
  position: absolute;
  top: 50%;
  font-size: 26px;
  font-weight: 900;

}

.nav-angles2 {
  right: 105px;
}

.nav-angles1 {
  left: 105px;
}

.nav-ang2 {
  right: 125px;
}
.nav-ang1 {
  left: 125px;
}

@media (min-width: 1366px) and (max-width: 1492px) {
  .nav-ang1 {
    left: 100px;
  }
  .nav-ang2 {
    right: 100px;
  }
    .nav-angles2 {
  right: 70px;
}

.nav-angles1 {
  left: 70px;
}
}
@media (min-width: 1266px) and (max-width: 1366px) {
  .nav-ang1 {
    left: 70px;
  }
  .nav-ang2 {
    right: 70px;
  }
  .nav-angles2 {
  right: 70px;
}

.nav-angles1 {
  left: 70px;
}
}
/* Force white background on small screens */
@media (max-width: 767.98px) {
  #myHeader {
    background-color: white;
  }
  .dir {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .frm {
    margin-left: 0px;
    margin-top: 35px;
    width: 100%;
  }
  
}

/*00000000000000000000000000000000000000000000000000*/
#registration-service {
  z-index: 1;
  padding: 66px 50px 50px 120px;
}

.registration-heading {
  margin-bottom: 70px;
}
.registration-heading h2 {
  color: #444;
  text-align: center;
  font-family: noto sans georgian;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.765px;
  margin-bottom: 0px;
}
.registration-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 5px;
  background: whitesmoke;
  /* padding: 13px 13px; */
  padding-right: 0;
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
.registration-card:hover {
  background: #ffd858;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.registration-card img {
  width: 180px;
  height: 130px;
  margin-bottom: -10px;
}
.registration-card h3 {
  color: #3B3B3B;
  font-family: noto sans georgian;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.33px;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}
.registration-card h3:hover {
  color: white;
}
@media (max-width: 768px) {
  .registration-heading {
    margin-bottom: 35px;
  }
  .registration-heading h2 {
    font-size: 36px;
  }
  .registration-card {
    margin-bottom: 15px;
  }
}
#counter-section-new {
  background: #ffd858;
  padding: 45px 0px 30px;
}
.br-right-line {
  position: relative;
}
.br-right-line:after {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 69px;
  background: #303030;
  right: 0;
  top: 0;
}
.counter-part-new {
  display: flex;
  align-items: baseline;
}
.counter-part-new h2 {
  color: #303030;
  font-family: poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.counter-part-new p {
  color: #303030;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .counter-part-new {
    margin-bottom: 35px;
    align-items: center;
  }
  .br-right-line:after {
    display: none;
  }
}
#journey {
  background: linear-gradient(
    90deg,
    #333333 0%,
    #ffd858 100%,
    #333333 70%,
    #1a1a1a 100%
  );
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
  padding-top: 37px;
}
.journey-text {
  margin-top: 45px;
}
.journey-text h2 {
  color: #fff;
  font-family: poppins;
  font-size: 38px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.63px;
  margin-bottom: 15px;
}
.journey-text p {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.27px;
  margin-bottom: 0px;
}
.journey-text .btn.now {
  padding: 15px 30px;
  border-radius: 8px;
  background: #fff;
  font-family: poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .journey-text .btn.now {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .journey-text {
    margin-top: 0px;
  }
  .journey-text p {
    font-size: 16px;
  }
  .journey-text h2 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

.floor-plan-img {
  object-fit: contain; 
  height: 450px; 
  width: auto;
}

.table-hr {
  margin: 2px !important;
}
.testimonial-container {
  overflow: hidden;
  margin: 20px auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}
.testimonial-track:hover {
  cursor: pointer;
}

.testimonial-item {
  background-color: #f8f9fa;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  position: relative;
  flex-basis: calc(33.33% - 20px * 2 / 3);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 325px;
}
.testimonial-item p {
  text-align: justify;
  color:#000;  
  opacity: 0.7;
}
.testimonial-item h4 {
  color: #333;
  text-align: left;
  font-size: 21px;
}
.testimonial-item h6 {
  color: #777;
  text-align: left;
  margin-top: -7px;
}
.testimonial {
  /* background: #fefcd5; */
  background: #ffd858;
}
.testimonial-icon {
  
  overflow: hidden;
}
.testimonial-icon img {
  z-index: 10000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.justify {
  text-align: justify;
}
/* .hhhora{
  margin-top: -20px;
} */
 /* .carousel-inner {
  position: relative; 
 } */
@media (min-width: 576px) {
  .b-facade-2 {
    display: none !important;
  }
  .building-fac {
    margin-left: 8.333% !important;
  }
  .car {
    margin-left: 8.333% !important;
  }
  .stair-2 {
    display: none;
  }
  
}
@media screen and (max-width: 576px){
  .testimonial-item p {
    font-size: 14px;
    /* margin-top: 1rem; */
  }
  .testimonial-item h2 {
    font-size: 22px;
  }
  .testimonial-item h5 {
    font-size: 16px;
  }
  .floor-plan-table {
    min-width: 80%;
  }
  .build-facade {
    flex-direction: column-reverse !important;
  }
  .b-facade {
    display: none;
  }
  .b-facade-1 {
    margin-top: 20px;
  }
  .building-facade-img {
    display: flex;
    justify-content: center;
  }
  .building-facade-img img {
    width: 100%;
  }
  .arc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-angles1 {
    left: -10px !important;
  }
  .nav-angles2 {
    right: -10px !important;
  }
  #imageCarousel {
    margin-top: -50px;
  }
  .img-bel {
    margin-top: -50px;
  }
  .b-facade-3 {
    display: none !important;
  }
  .car-1 img {
    min-width: 100% !important;
  }
  .stair-1 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .floor-plan-table {
    min-width: 100%;
  }
  .h {
    height: 368px !important;
  }
  .floor-plan-area {
    padding-right: 4px;
    padding-left: 4px;
  }
  .nav-ang1 {
    left: 0px;
  }
  .nav-ang2 {
    right: 0px;
  }
  .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #303030 !important;
  border-radius: 50% !important;
  opacity: 1;
  transition: background-color 0.3s ease;
  }
  .carousel-indicators button.active {
    background: #2C2C2C;
  }
#carouselIndicators {
  justify-content: center;
  gap: 10px;
  display: flex;
  bottom: 30px;
}
}

@media (max-width: 768px) {
  .testimonial-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1266px) {
  .testimonial-item p {
  font-size: 14px;
}
}
@media (max-width: 1266px) and (min-width: 768px) {
  .testimonial-item {
    flex: 0 0 49%;
    max-width: 100%;
  }
  .testimonial-item p{
    font-size: 14px;
  }
  .nav-angles1 {
    left: 80px;
  }
  .nav-angles2 {
    right: 80px;
  }
  /* .nav-ang1 {
    left: 100px;
  }
  .nav-ang2 {
    right: 100px;
  } */
}
/* @media (max-width: 1500px) {
  .nav-ang1 {
    left: 80px;
  }
  .nav-ang2 {
    right: 80px;
  }
} */
.hero-loc-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/hero.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  height: 80vh;
}
.hero-loc-sec {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/brand-material.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  height: 80vh;
}

.hero-loc-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-loc-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-loc-subtitle {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.hero-loc-btn {
  border: none;
  background-color: #e4b63e; /* Button color */
  color: #333333;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.hero-loc-btn:hover {
  background-color: #c79b30;
  color: white;
}

#location-site-overview {
  background-color: #f9f9f9;
}

#location-site-overview h2 {
  font-size: 34px;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
}

#location-site-overview h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

#location-site-overview ul {
  list-style-type: none;
  padding-left: 0;
}

#location-site-overview ul li {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #555;
}

#location-site-overview .row {
  margin-bottom: 40px;
}

.map-screenshot img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#contact-hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
}
.list-style {
  margin-left: 20px;
  letter-spacing: -1px;
}
.list-style li {
  list-style-type: disc !important;
}
.form-group label {
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  border-radius: 8px;
}
#contact-us {
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  #location-site-overview .col-md-6 {
    margin-bottom: 20px;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e4b63e;
  color: white;
  cursor: pointer;
  padding: 11px;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 50px;
}
#wp-myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #25d366;
  color: white;
  cursor: pointer;
  padding: 11px;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 50px;
}
.residents-h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444;
}
.key-feature {
  font-size: 28px;
  font-weight: 600;
  color: #444;
}
.floor-plan-heading {
  margin-top: -50px;
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #about-us {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero-text {
    margin-top: 40px;
  }
  .hero-text h1 {
    font-size: 32px;
  }
  .hero-text p {
    margin-bottom: 15px;
  }
  .registration-heading h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
  }
  .key-feature {
    font-size: 24px;
    font-weight: 600;
  }
  .residents-h2 {
    font-size: 24px;
  }
  .popup.show {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
 @media (max-width: 1318px) and (min-width: 1266px) {
  .h {
    height: 360px !important;
  }
} 
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text {
    margin-top: 50px;
  }

  .hero-text h1 {
    font-size: 36px;
  }
  .hero-text h2 {
    font-size: 22px;
  }
  .hero-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .frm {
    margin-top: 30px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .form-control {
    border-radius: 5px !important;
    padding: 0.3em !important;
  }
  .form-control::placeholder {
    font-size: 14px;
    padding-left: 5px;
  }
  .cta-btn {
  border-radius: 25px;
  padding: 0.6em;
  font-size: 12px;
  padding-inline: 25px;
  }
  .text-m {
    line-height: 1.5;
  }
}
@media (min-width: 991px) {
  .terrace {
    flex-direction: column;
  }
  .terrace-img,
  .terrace-img-2 {
    width: 100%;
    height: 40vh;
  }
}
.floor-plan-table {
  margin-top: 10px; 
  color: #3B3B3B; 
  width: 65%; 
  height: 50%; 
  font-size: 11px;
}
@media (max-width: 768px) {
  .terrace-img-2 {
    display: none;
  }
  .floor-plan-heading {
    margin-top: 20px;
    text-align: center;
  }
  .floor-plan-table-div {
    display: flex;
    justify-content: center;
    margin-top: -50px;
  }
  /* .floor-plan-table {
    width: auto;
  } */
}
@media (min-width: 576px) and (max-width: 766px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero-text {
    margin-top: 60px;
}
}
@media (min-width: 767px) and (max-width: 991px) {
  
}