* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "sans-serif";
}
/* .....header css..... */
header {
  background-color: #b8e8ff;
  border-bottom: 1px solid #000;
}

.header-logo img {
  width: 60px;
}

.header ul.navbar-nav-scroll li a {
  color: #000;
  font-weight: 500;
}

.header .mini-drop {
  top: 60px;
}
.header-contact a {
  color: #000;
  padding-left: 6px;
}
.header .icons-images-main {
  width: 10%;
  font-size: 20px;
}
.header .icons-images-main a {
  color: #000;
  padding-left: 16px;
}
.header a:hover {
  color: #00aeff !important;
  background-color: transparent;
}
p.text-dark.pt-3.logo-heading {
  font-size: 25px;
  font-weight: 600;
}
.header .nav-link.active {
  color: #00aeff !important;
}
/* ...../header..... */

/* ....................Banner section................. */
.banner {
  overflow-x: hidden;
}

.banner video {
  height: 90vh;
  position: relative;
}
.banner-video-overlay::after {
  content: " ";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #000000a1;
  height: 90vh;
}
.content {
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 5%;
  width: 50%;
}
.content h1 {
  color: #fff;
  font-size: 20px;
}
.content h1::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 51%;
  height: 2px;
  top: 11px;
  left: 133px;
}
.content h6 {
  color: #fff;
  font-size: 80px;
}
.content p {
  color: #fff;
  font-size: 25px;
}
.Read-more {
  width: 180px;
  background: #00aeff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
}
.Read-more a {
  color: #fff;
  text-decoration: none;
}

.banner .carousel-control-prev {
  justify-content: left;
  left: 40px;
}
.banner .carousel-control-next {
  justify-content: right;
  right: 40px;
}
/* ............new */

.Request-form {
  width: 400px;
  padding: 25px;
  height: auto;
  position: absolute;
  z-index: 20;
  top: 49%;
  left: 80%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.Request-form label {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 18px;
}
.Request-form h6 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
/* ...............about........... */
.about-bg {
  background: url(../img/Home/bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-section {
  background: url(../img/Home/bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-heading h6 {
  font-size: 40px;
  margin: 40px 0;
  position: relative;
}
.about-us-card {
  display: flex;
  flex-direction: column;
  padding: 40px;
  height: 210px;
  border-radius: 20px;
  justify-content: center;
  background: #b8e8ff;
}
.icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.bg-icon {
  color: #000;
}

.about-us-text h6 {
  color: #00aeff;
  font-size: 20px;
}

.about-us-text p {
  font-size: 15px;
  color: #000;
  display: flex;
}
.about-us-text p span {
  margin-right: 4px;
}
.orange-dark {
  font-weight: 500;
}
.orange {
  color: #00aeff;
  font-weight: 500;
}
/* ........our belief */
.our-belief {
  background: url("../img/Home/our-blief.png");
  background-color: #000;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px;
  margin-top: 40px;
}
.our-belief-text {
  border: 1px solid #fff;
  padding: 20px 0px;
  border-left: 0;
  border-right: 0;
  width: 90%;
}
.our-belief-text h6 {
  font-size: 40px;
  color: #fff;
  margin: 20px 0px;
}
.our-belief-text p {
  font-size: 20px;
  color: #fff;
}
.belief-content span {
  font-size: 40px;
  color: #00aeff;
}
.belief-content h6 {
  font-size: 22px;
  color: #fff;
}
.belief-content p {
  font-size: 16px;
  color: #fff;
}
/* ............lansdowne */
.our-project-text {
  border: 1px solid #00aeff;
  padding: 20px 0px;
  border-left: 0;
  border-right: 0;
  width: 90%;
}
.destination-card {
  height: 400px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.place-name {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.our-project-text h6 {
  font-size: 40px;
  color: #000;
  margin: 20px 0px;
}
.our-project-text p {
  font-size: 20px;
  color: #000;
}
.project-section {
  padding: 40px 0px;
}
/* .............next-destionation */
.bg-green {
  background-color: #00aeff;
  padding: 40px;
}

.upcoming-project-image img {
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
}

.upcoming-content h6 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.upcoming-content p {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
.upcoming-content span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
/* .......testimonails */

.testimonial-section {
  background: url("../img/test-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section .carousel-item {
  height: 55vh;
}
.content-overlay {
  width: 100%;
  height: 55vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 10%;
}
.testimonial-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.testimonial-quote {
  font-size: 20px;
  color: #ffffff;
  max-width: 800px;
  line-height: 25px;
  font-weight: 300;
}
.client-name {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.client-title {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}
.client-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.8);
}
/* ..........our contact */
.contact-text h6 {
  font-size: 40px;
  margin: 0px 0px 20px;
}
.contact-text p {
  font-size: 20px;
}
.map-icon i {
  font-size: 20px;
  margin-right: 12px;
  color: #00aeff;
}
.map-icon p {
  font-size: 20px;
  margin-bottom: 5px;
}
/* .................. */

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0px;
}

/* .....hero-section..... */

.submit {
  text-align: center;
}
.submit button {
  background-color: #27baff;
  color: #fff;
}
.submit button:hover {
  background-color: #00aeff;
  color: #fff;
}
.hero-section {
  background-image: url("./image/first1.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  background-color: #b8e8ff3d;
  width: 50%;
  margin: auto;
  padding: 50px;
  border-radius: 15px;
}

.hero-content h1 {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.hero-content p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.hero-content h1 span {
  color: #00aeff;
}

/* ...../hero-section..... */

/* .....Offering-section..... */
.Our-Offering-section {
  background: url(../img/Home/bg-marker-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.offering .card {
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
  border: 0;
}

.offering .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}

.offering .card-body .badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.offering .card-body .badges a {
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  color: white;
  border-radius: 100px;
  background-color: #00aeffd8;
  transition: all ease 0.3s;
}

.offering .card-body .badges a:hover {
  background-color: #00aeff;
}

.offering .card-img img {
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  object-fit: cover;
}
.offering .card:hover .card-img img {
  transform: scale(1.1);
}
.offering .card-img {
  height: 250px;
  overflow: hidden;
}
.offering h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 40px;
}

.offering .card-body .card-content h5 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

/* ...../Offering-section..... */

/* .....OR Nearby Attraction..... */

.attraction h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 40px;
}

.attraction .card-container {
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.attraction .card-container img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.attraction .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 20px;
  text-align: center;
}

.attraction .card-container:hover img {
  transform: scale(1.1);
}

.attraction .card-container:hover .card-overlay {
  opacity: 1;
}

.attraction .overlay-content {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease;
}

.attraction .card-container:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}

.attraction .card-overlay .overlay-content .button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background-color: #00aeffd8;
  color: white;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease 0.5s;
  text-decoration: none;
}

.attraction .card-overlay .overlay-content .button:hover {
  background-color: #00aeff;
}

/* ..... Nearby Attraction..... */

/* .....connectivity-section..... */

.connectivity {
  position: relative;
  min-height: 50vh;
  background-image: url("../img/connectivity-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  margin-top: 40px;
}

.connectivity::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000099;
}

.connectivity-content {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  text-align: center;
}

.connectivity-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.connectivity-desc {
  font-size: 18px;
  font-weight: 400;
}

.connectivity-title,
.connectivity-desc {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* ...../connectivity-section..... */

/* invest-section */

.invest h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 74px;
}

.invest .card {
  position: relative;
  background-color: #b8e8ff; /* light green */
  border-radius: 12px;
  padding: 70px 20px 30px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 0;
}

.invest .card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.invest .card-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-color: #27baff; /* orange */
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}

.invest .card h5 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}

/* /invest-section */

/* ....our-site-section..... */

.site h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 40px;
}
.site .owl-dots {
  display: none;
}
.site .owl-carousel {
  padding: 0 40px;
  position: relative;
}
.site .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
}

.site .owl-nav button:hover {
  background-color: transparent !important;
}

.site .owl-nav button span {
  font-size: 30px;
  color: #00aeffd8;
}
.site .owl-nav button span:hover {
  color: #00aeff;
}
/* ..../our-site-section..... */

/* .....plots..... */

.plot h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 40px;
}

.plot .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plot .card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: none;
}

.card img {
  width: 300px;
  height: 142px;
  transition: transform 0.4s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #000000c4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover .image-caption {
  opacity: 1;
}

.plot-amenities {
  background-color: #b8e8ff;
  padding: 20px;
  border-radius: 10px;
}

.plot-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #00aeff;
}

/* .....plots..... */

/* .....upcoming-events..... */
.events {
  margin-bottom: 40px;
}
.events h3 {
  margin-top: 40px;
  font-size: 40px;
  margin-bottom: 40px;
}

.events .category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  border-radius: 8px;
}

.events .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
  border-radius: 8px;
}

.events .category-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.events .category-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.events .category-card:hover .content-overlay {
  transform: translateY(0);
}
.events .card-1 {
  background: url("../img/upcomingEvents-waterSports.jpg");
}
.events .card-2 {
  background: url("../img/upcomingEvents-gym.jpg");
}
.events .card-3 {
  background: url("../img/upcomingEvents-independentPlots.png");
}
.card-4 {
  background: url("../img/upcomingEvents-natureWalks.jpg");
}
.card-5 {
  background: url("../img/upcomingEvents-sunRises.jpg");
}
.card-6 {
  background: url("../img/upcomingEvents-clunHouse.jpg");
}
.card-7 {
  background: url("../img/upcomingEvents-banquet.jpg");
}
.card-8 {
  background: url("../img/upcomingEvents-restaurant.jpg");
}
.card-9 {
  background: url("../img/upcomingEvents-snowfall.jpg");
}
.card-10 {
  background: url("../img/upcomingEvents-runnningTrack.png");
}
.card-11 {
  background: url("../img/upcomingEvents-lowAQI.png");
}
.card-12 {
  background: url("../img/upcomingEvents-roads.png");
}
.category-card {
  height: 180px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* ...../upcoming-events */

/* .....weather..... */
.weather-content {
  padding: 20px 0px;
  width: 90%;
}
.weather-content h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
.weather-content p {
  font-size: 18px;
}
.weather-content p span {
  color: #00aeff;
  font-weight: 600;
}
.weather .card-1-container .card-1 {
  background: url("../img/weather-rainy.png");
  background-repeat: no-repeat;

  background-size: cover;
  background-position: center;
}
.weather .card-2-container .card-2 {
  background: url("../img/weather-summer.png");
  background-repeat: no-repeat;

  background-size: cover;
  background-position: center;
}
.weather .card-3-container .card-3 {
  background: url("../img/weather-winter.jpg");
  background-repeat: no-repeat;

  background-size: cover;
  background-position: center;
}
.weather .destination-card {
  height: 400px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.weather-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.weather-card .place-name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.destination-card:hover {
  transform: translateY(-5px);
}

/* .....weather..... */

/* .....price-list..... */
.price-wrapper {
  width: 60%;
  background: white;
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.price-wrapper .location {
  text-align: end;
}

.price-wrapper .location i {
  font-size: 25px;
  color: #00aeff;
}
.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-section .location {
  width: 40%;
  text-align: center;
  border-radius: 10px;
  background: #b8e8ff;
  padding: 10px;
}
.title-section h2 {
  font-weight: bold;
  color: #00aeff;
}

.heading-line {
  border-bottom: 2px solid #0a3b5f;
  width: 100%;
  margin: 10px 0;
}

.service-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 25px;
}
.service-list div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  margin-bottom: 7px;
}
.service-list p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1;
  color: #00aeff;
  width: 42%;
}
.service-list h6 {
  margin: 0;
  line-height: 1;
  font-size: 15px;
  width: 58%;
}

.right-panel {
  width: 40%;
  background: #00aeff;
  color: #fff;
  padding: 25px;
  border-radius: 10px 0px 0px 10px;
  height: 100%;
}

.right-panel img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  height: 160px;
  object-fit: cover;
}

.basic-sales {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 30px 10px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: bold;
}

.basic-sales span {
  color: #00aeff;
}

.info small {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.site-plan {
  border: 1px solid #ccc;
  padding: 10px;
}
.site-plan img {
  width: 100%;
}
.site-dialog {
  max-width: 72% !important;
}

.site-plan-container h3,
.site-note h6 {
  font-size: 30px;
  margin: 20px 0px;
}

.site-plan p {
  background-color: #b8e8ff;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.site-note ul {
  padding: 0px 16px;
}

.headOffice-address {
  margin-top: 15px;
  background-color: #b8e8ff;
  padding: 20px;
  border-radius: 10px;
}
.headOffice-address h5 {
  margin: 0px;
  text-align: center;
}
/* ...../price-list..... */

/* .....footer..... */
footer {
  background-color: #000;
  padding: 40px;
  margin-top: 40px;
}
/* ...../footer..... */

.footer-logo-container,
.footer-links,
.footer-contact {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
}

.footer-links h6 {
  font-size: 25px;
  margin-bottom: 20px;
}
.footer-contact h6 {
  font-size: 25px;
  margin-bottom: 20px;
}
.footer-links ul li {
  margin-bottom: 5px;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-image-container img {
  border-radius: 10px;
  width: 30%;
  height: 40%;
  margin: 0px 5px 8px 0px;
  object-fit: fill;
}
.copy-right {
  background: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  margin: 20px auto 0px;
}
.footer-logo a img {
  width: 50px;
  margin-right: 12px;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
