* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h3 {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-size: 24px;
}

a * {
  text-decoration: none;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  max-width: 100%;
}

.section_title {
  margin: 80px 0px;
}

.section_title h2 {
  font-family: "Antic Didone", serif;
  font-size: 52px;
  font-weight: 400;
  color: #000000;
}

.section_paragraph p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #1f1e1e;
}

/* section space */

section {
  padding: 30px 0px;
}

section#brochure_section {
  padding-bottom: 0px;
}

/* Header CSS */

.mobile_menu {
  display: none;
}

header.header {
  padding: 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 5;
  background: #00000014;
}

.header.background {
  position: fixed;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}

.header_logo {
  width: 100px;
  margin: 0px 25px;
}

.header_logo.left,
.header_logo.right {
  width: 100px;
  margin: 0;
}

.navbar {
  display: flex;
  justify-content: center;
}

.navbar ul {
  display: flex;
  align-items: center;
}

.navbar ul li {
  margin: 0px;
}

.navbar ul li a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
}

.right-content.desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-content.desktop .call-btn a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.right-content.desktop .call-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: #1793cd;
  padding: 10px;
  border-radius: 50px;
}

.header.background .navbar ul li a {
  color: #000;
}

.navbar ul li a:hover {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/* Header CSS Ends*/

/* ............. Banner CSS Start .............. */

#home {
  padding: 0px;
  position: relative;
}
.banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
}

.banner_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  align-items: center;
}

.banner_logo {
  width: 120px;
}

.banner_title h1 {
  font-family: "Antic Didone", serif;
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

/* ............. Banner CSS Ends .............. */

/* ............. Overview CSS Start .............. */

#overview,
#location,
#choose-kns {
  position: relative;
  background: url(../images/content/webp/overview_bg.webp) no-repeat center
    center;
  background-size: cover;
  padding: 120px 0px;
  z-index: 0;
}

#overview {
  background: url(../images/webp/overview_image.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

#overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background: url(../images/overview_bg-pattern.png) no-repeat top right; */
  background: #00000038;
  pointer-events: none;
}

.overview_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

#overview .section_title {
  margin: 30px 0;
}

#overview .section_title h2,
#overview .section_paragraph p {
  color: #fff;
}

.overview_image {
  width: 50%;
  border-radius: 170px 170px 0px 0px;
  overflow: hidden;
}

/* .overview_image::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 22%;
  width: 300px;
  height: 444px;
  border: 1px solid #000000;
  border-radius: 170px 170px 0 0;
  z-index: -1;
} */

#overview .section_paragraph {
  width: 90%;
}

a.brochure_btn.btn {
  background: #1793cd;
  color: #fff;
  padding: 5px 45px;
  margin: 30px 0px;
}

/* ............. Overview CSS Ends .............. */

/* ............. Highlights CSS Starts .............. */

#project-highlights {
  position: relative;
}

#project-highlights::before,
#amenities::before,
#choose-kns::before,
#about-kns::before {
  content: "";
  position: absolute;
  border: 1px solid #cecece;
  border-radius: 50%;
  top: 5%;
  right: 30%;
  height: 250px;
  width: 250px;
  z-index: 1;
}

#project-highlights::after,
#amenities::after,
#choose-kns::after,
#about-kns::after {
  content: "";
  position: absolute;
  border-top: 1px solid #cecece;
  border-radius: 50%;
  top: 25%;
  right: 0px;
  width: 30%;
  z-index: 1;
}

.highlight_box .img-box {
  position: relative;
}

.highlight_box .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(41deg, #181616d6, #18161600);
  border-radius: 15px;
}

.highlight_box .img-box img {
  border-radius: 15px;
}

.img-content {
  position: absolute;
  bottom: 0;
}

.img-content p {
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  padding: 20px 25px;
}

/* ............. Highlight CSS Ends .............. */

/* ............. Getaway CSS Ends .............. */

#getaway-to-growth {
  position: relative;
  background: url(../images/the_growth_.webp) no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding: 120px 0px;
  display: flex;
}

#getaway-to-growth .section_paragraph {
  margin: 0 190px;
}

#getaway-to-growth .section_title h2,
#getaway-to-growth .section_paragraph p {
  color: #fff;
}
#getaway-to-growth .section_paragraph p {
  font-weight: 300;
}

.investment_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.investment_box a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.investment_box {
  border: 1px solid #fff;
  padding: 15px 10px;
  text-align: center;
  width: 30%;
  border-radius: 12px;
  background: #00000070;
}

div.test-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background: #fff;
  width: 25%;
  border-radius: 10px;
}

div.test-modal p a {
  text-decoration: none;
  color: #fff;
  background: #1793cd;
  border: 10px;
  padding: 10px 5px;
  border-radius: 5px;
}

div.test-modal p:nth-child(2) {
  margin: 20px 0px;
}

/* ............. Getaway CSS Ends .............. */

/* ............. Location CSS Ends .............. */

#location .section_title {
  margin: 30px 0px;
}

.location_image {
  position: relative;

  width: 85%;
  border: 1px solid #000;
  margin-left: 10%;
}

.location_image img {
  transition: all 0.5s ease-in-out;
}

.location_image:hover img {
  filter: blur(4px);
  background: #ffffff3d;
  transition: all 0.5s ease-in-out;
}

.direction_btn {
  background: #fbf1e794;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location_image:hover .direction_btn {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.direction_btn:hover {
  background: #fbf1e794;
  color: #000;
  border: 1px solid #000;
  transition: all 0.5s ease-in-out;
}

/* ............. Location CSS Ends .............. */

/* ............. Amenities CSS Ends .............. */

section#amenities {
  position: relative;
  height: 840px;
  padding: 60px 0px;
  overflow: hidden;
  background: #fff;
}

#amenities::before {
  top: 0px;
  right: 29%;
  z-index: 0;
}

#amenities::after {
  top: 12%;
  right: 0px;
  width: 29%;
}

#amenities .section_title {
  margin: 30px 0px;
}

/* .amenities_slider_wrapper {
  width: 450px;
  height: 690px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  background: #fff;
  z-index: 5;
} */

#amenities_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#amenities_slider {
  position: relative;
  inset: 0;
  clip-path: circle(10% at center);
  z-index: 0;
}

#amenities_slider .black_gradient p {
  position: absolute;
  font-size: 40px;
  width: 100%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  padding-bottom: 2rem;
  justify-content: center;
}

div#amenities_slider .owl-nav .owl-next,
div#amenities_slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  font-size: 60px;
}

div#amenities_slider .owl-nav .owl-next {
  right: 50px;
}

div#amenities_slider .owl-nav .owl-prev {
  left: 50px;
}

/* ............. Amenities CSS Ends .............. */

/* ............. About CSS Starts .............. */

#choose-kns {
  position: relative;
}

#choose-kns::before {
  top: 11%;
  right: 24%;
}
#choose-kns::after {
  top: 29%;
  width: 24%;
}

#choose-kns .section_title {
  margin: 50px 0px;
}
.about_box {
  background-color: #dff1fc;
  border: 1px solid #696969;
  border-radius: 35px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.about_content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.about_content img {
  width: 40px !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}

.about_content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* ............. About CSS Ends .............. */

/* ............. Plan CSS Ends .............. */

.plan_wrapper {
  display: flex;
  justify-content: center;
}

.master_plan {
  text-align: center;
  position: relative;
}

.master_plan::before,
.master_plan::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #00000044;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.master_plan::after {
  left: 0;
}
.master_plan::before {
  right: 0;
}
.master_plan:hover:before,
.master_plan:hover:after {
  width: 0;
  transition: all 0.5s ease-in-out;
}

.stamp {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100px;
  opacity: 1;
  background-size: cover;
  transform: translate(50%, -50%);
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.master_plan:hover .stamp {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.master_plan {
  width: 65%;
}

/* ............. Plan CSS Ends .............. */

/* ............. Pricing table CSS Starts .............. */

#pricing-table {
  width: 100%;
  margin: auto;
  display: flex;
  background: url(../images/content/webp/overview_bg.webp) no-repeat bottom
    center;
  padding: 36px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}

#pricing-table table tr td {
  padding: 10px 0px;
}

table {
  width: 80%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px;
}

th,
td {
  text-align: center;
  border-bottom: 1px solid #2d333b;
}

thead {
  background-color: #000000;
}

thead th {
  color: #f0f6fc;
  padding: 14px 0px;
}

#pricing-table .enquire-btn {
  display: inline-block;
  padding: 5px 10px;
  background: #1793cd;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.enquire-btn:hover {
  background-color: #1f90ff;
  color: #fff;
}

/* ............. Pricing table CSS Ends .............. */

/* ............. Testimonial CSS Ends .............. */

#testimonials {
  content: "";
  position: relative;
  background: url(../images/content/webp/footer_bg_2.webp) no-repeat top;
  background-size: cover;
  padding-bottom: 60px;
}

#testimonials .section_title {
  margin: 30px 0px;
}

.testimonial_slider.owl-carousel .owl-stage {
  display: flex;
  align-items: flex-end;
}

.testimonial_slider.owl-carousel .owl-stage .owl-item .item {
  display: flex;
  justify-content: center;
}

.testimonial_wrapper {
  display: flex;
  align-items: center;
}

.testimonial_content {
  height: 280px;
}

.testimonial_content ol {
  padding-left: 15px;
}

.testimonial_content ol li {
  font-weight: 300;
}

.testimonial_wrapper img {
  width: 60px !important;
  margin: 0 !important;
  margin-right: 20px !important;
}

.fa-quote-right,
.fa-quote-left {
  font-size: 30px;
  color: #d5d5d5;
}

.fa-quote-right {
  margin-left: 85%;
}

.rating .fa-star {
  color: #f5b301;
}

.testimonial_box {
  width: 75%;
}

.testimonial_box i.fa-quote-left,
.testimonial_box i.fa-quote-right {
  color: #ccc;
}

.testimonial_box p {
  font-size: 16px;
  font-weight: 300;
}

.owl-item:nth-child(3) .item .testimonial_box p {
  height: auto;
  transition: all 0.7s ease-in-out;
}

.name_box h4 {
  font-size: 18px;
}

.name_box .rating i {
  color: #f5b301;
}

/* ............. Testimonial CSS Ends .............. */

/* ............. counters CSS Ends .............. */

#about-kns {
  padding: 100px 0px;
  content: "";
  position: relative;
  background: url(../images/content/webp/about_bg_2.webp) no-repeat top center;
  background-size: cover;
  padding: 100px 0px;
}

#about-kns::before {
  top: 10%;
  right: 32%;
}

#about-kns::after {
  top: 32%;
  width: 32%;
}

#about-kns .section_title {
  margin: 30px 0px;
}

#about-kns .section_paragraph {
  display: flex;
  justify-content: center;
}
#about-kns .section_paragraph p {
  width: 50%;
}

.counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 0px;
}

.counter {
  text-align: center;
}

.counter h3 {
  font-size: 40px;
  font-weight: 500;
}

.counter p {
  font-size: 18px;
  color: #00000070;
}

.iti__country-list .iti__flag,
.iti__country-name {
  color: #000;
}

/* ............. counters CSS Ends .............. */

/* ............. Footer CSS Ends .............. */

#footer {
  position: relative;
  background: url(../images/webp/footer_bg.webp) no-repeat top;
  background-size: cover;
  padding: 60px 0px;
  padding-bottom: 0px;
  color: #ffffff;
}

#footer .section_title {
  margin: 30px 0px;
}

#footer .section_paragraph {
  padding-bottom: 20px;
}
#footer .section_paragraph p {
  font-size: 16px;
  color: #ffffff;
}

#footer .section_paragraph p:nth-child(2) {
  font-style: italic;
}

.copyright-text {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ............. Footer CSS Ends .............. */

/* ............. Whatsapp CSS Ends .............. */

.whats_app_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  border-radius: 50%;
  position: fixed;
  bottom: 22%;
  width: 50px;
  right: 5px;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.whats_app_btn a:hover {
  background-color: #1ebe5b;
}

.whats_app_btn svg path {
  fill: #ffffff !important; /* Force white fill */
}

.whats_app_btn svg {
  width: 48px;
  height: 48px;
}

/* ............. Whatsapp CSS Ends .............. */

/* owl nav */

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
}

.contact a,
.address p {
  font-size: 18px;
}

.mobile {
  display: none !important;
}

/*Responsive css*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1389px) {
  .navbar ul li a {
    font-size: 14px;
    padding: 10px 8px;
  }

  .section_title h2 {
    font-size: 40px;
  }
  .overview_image {
    width: 65%;
  }

  .overview_image::after {
    top: 15%;
    right: 19%;
    width: 300px;
    height: 460px;
  }

  .location_image {
    width: 100%;
  }

  .scrollmagic-pin-spacer,
  section#amenities {
    min-height: 760px !important;
    height: 760px;
  }
}

@media only screen and (max-width: 1285px) {
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .navbar ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }

  .header_logo {
    width: 90px;
    margin: 0px 25px;
  }

  .header_logo.left,
  .header_logo.right {
    width: 90px;
    margin: 0;
  }

  .scrollmagic-pin-spacer,
  section#amenities {
    min-height: 680px !important;
    height: 680px;
  }
}

@media only screen and (max-width: 1024px) {
  .header_logo,
  .header_logo.left,
  .header_logo.right {
    width: 90px;
  }

  .section_title h2 {
    font-size: 35px;
  }

  .navbar ul li {
    margin: 0px 0px;
  }

  .navbar ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }

  .overview_image::after {
    top: 14%;
    right: 16%;
    width: 265px;
    height: 380px;
  }

  #project-highlights::before,
  #amenities::before,
  #choose-kns::before,
  #about-kns::before {
    top: 4%;
    right: 31%;
    height: 220px;
    width: 220px;
  }

  #project-highlights::after,
  #amenities::after,
  #choose-kns::after,
  #about-kns::after {
    top: 23%;
    width: 31%;
  }

  .location_image {
    width: 90%;
  }

  #amenities::before {
    top: 0%;
    right: 24%;
  }

  #amenities::after {
    top: 15%;
    width: 24%;
  }
}

@media only screen and (max-width: 996px) {
  header.header {
    position: relative;
    background: #fff;
    padding: 10px 0px;
  }

  .mobile_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar {
    position: absolute;
    top: 75px;
    left: -100%;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
  }

  .navbar.active {
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .navbar ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar ul li a {
    color: #000;
  }

  .navbar ul li a:hover {
    color: #000000;
  }

  .mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 18px;
    position: relative;
    z-index: 9;
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .menu span {
    border-bottom: 2px solid #000;
    width: 25px;
    transition: all 0.5s ease-in-out;
  }

  .menu span:nth-child(2) {
    width: 15px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  .menu.active span:nth-child(3) {
    transform: rotate(-45deg) translateX(10px);
    transition: all 0.5s ease-in-out;
  }

  #overview,
  #location,
  #choose-kns {
    height: auto;
  }
  .overview_image {
    width: 55%;
    margin-top: 30px;
  }

  .overview_image::after {
    top: 10%;
    right: 38%;
    width: 350px;
    height: 490px;
  }

  #getaway-to-growth .section_paragraph {
    margin: 0;
  }

  .location_image {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  #about-kns .section_paragraph p {
    width: 90%;
  }

  section#overview .row {
    flex-direction: column-reverse;
  }

  .scrollmagic-pin-spacer,
  section#amenities {
    min-height: 510px !important;
    height: 510px;
  }

  .counter {
    text-align: center;
    width: 50%;
    padding: 14px 0px;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header_logo {
    width: 90px;
    margin: 0px 25px;
  }

  .call-btn a {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .call-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    background: #1793cd;
    padding: 10px;
    border-radius: 50px;
  }

  .navbar {
    top: 74px;
  }

  .overview_image {
    width: 65%;
  }

  .overview_image::after {
    top: 53px;
    right: 24%;
    width: 240px;
    height: 330px;
  }

  a.brochure_btn.btn {
    margin: 30px 60px;
  }

  .scrollmagic-pin-spacer,
  section#amenities {
    min-height: 350px !important;
    height: 350px;
  }

  .master_plan {
    width: 95%;
  }

  .counter h3 {
    font-size: 30px;
    font-weight: 500;
  }

  .counter p {
    font-size: 14px;
    color: #00000070;
  }

  #overview,
  #location,
  #choose-kns {
    padding: 50px 0px;
  }

  #project-highlights::before,
  #amenities::before,
  #choose-kns::before,
  #about-kns::before {
    top: 14%;
    right: 31%;
    height: 100px;
    width: 100px;
  }

  #project-highlights::after,
  #amenities::after,
  #choose-kns::after,
  #about-kns::after {
    top: 28%;
    width: 32%;
  }

  #amenities_slider .black_gradient p {
    font-size: 18px;
  }

  .about_box {
    min-height: 330px;
    margin: 0px 10px;
  }
  div#amenities_slider .owl-nav .owl-next,
  div#amenities_slider .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    font-size: 36px;
  }

  .investment_box {
    width: 46%;
  }

  .investment_box a {
    font-size: 15px;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }

  table {
    width: 100%;
  }

  tbody,
  td,
  tfoot,
  th,
  thead,
  tr {
    font-size: 10px;
  }

  .copyright-text {
    flex-direction: column;
  }
  div.test-modal {
    width: 80%;
  }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 360px) {
}
